/* 	"10 Pin Bowling" Style Sheet for Terapad.com
	By Ces Catubay - http://www.terapad.com/
	Copyright 2007 SiteJourney Ltd.
	Version 1.0 - December 07, 2007
*/

/* ------------------------- Global Properties ------------------------- */

* {
	margin: 0;
} 

html {
	height: 100%;
	background: #000 url(/csses/10pin/images/bg.jpg) repeat-x top center;
}

/* IE6 Patch February 6th 2007 by Terapad.com staff */
html #generic_panel {overflow: hidden; width: 170px;} 
html #content {overflow: hidden;}


body {
	padding: 0;
	min-width: 810px;
	min-height: 101%;		
	text-align: center;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
	font-size: 100%;
  }

img {
	font-size: 80%;
	color: #fff;
	background-color: inherit;
}

/* useful for mouseover tips, currently not implemented */
acronym {
	font-style: normal;
	cursor: help;
	border: none;
}


/* -------------- General Text Sizing and Weight Properties for the template -------------- */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 115%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	 font-size: 120%;
	 color: #fff;
}


/* ------------------------ Wrapper div, wraps the whole template ------------------------- */

#wrapper {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}


/* ---------------------- Header (wraps logo_image and logo_text) ---------------------- */

#header {
	height: 600px;
	width: 769px;
	float: right;
	background: url(/resources/11612/assets/header/BNDHeader1.jpg) no-repeat 0 0;
}


/* ------------ Optional logo image, change display to 'block' to activate ------------ */

#logo_image {
	position: absolute;
	top: 30px;
	left: 0px;
}

#logo_image a {
	width: 769px;
	height: 600px;
	display: block;
}


/* ----------- Header text, change display to 'none' if using the logo image ----------- */

#logo_text {
	position: absolute;
	top: 40px;
	left: 12px;
	font-weight: bold;
	display: none;
	text-align:left;
}

#logo_text h1 a {	
	font-size: 100%;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#logo_text h2 a {
	font-size: 50%;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}


/* --------------------------- Search Container --------------------------- */

table#search {
	position: absolute;
	top: 10px;
	right: 10px;
	float:right;
	width: 200px;
}


/* ------------------------- Search table elements ------------------------- */

table#search td#search_label {
	color: #fff;	
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;		
}

table#search td#search_field input {
	width: 92px;
	padding-left: 2px;
	background: #fff url(/csses/10pin/images/search_bg.jpg) 0 0;
	color: #000;
	font-size: 11px;
	border: 1px solid #AEAEB0;
}

table#search td#search_field input:focus {
	background: #fff url(/csses/10pin/images/search_bg_hover.jpg) 0 0;
	color: #000;
}

table#search td#search_button {
	width: 16px;
	height: 16px;
	background: url(/csses/10pin/icons/search_icon.jpg) no-repeat 0 4px;
}


/* ------- Nav_wraper wraps every nav bar elements, including the 'extra_x' elements ------- */

#nav_wrapper {
	top: -222px;
	width: 192px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}

/* ----------------------- Navigation wraps only the nav bar elements ----------------------- */

#navigation {
	width: 170px;
	margin: 0 10px 10px 20px;
}

/* ------------------ Navigation panel displayed if the user is logged-in ------------------ */

#login_panel {

}

#login_panel h3.catIcon {
	padding: 0 0 0 22px;
}

#login_panel ul {
	margin: 5px 15px 20px 15px;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#login_panel ul li {
	padding: 5px 0 5px 20px;
	line-height: 15px;
	background-color: inherit;
	border-bottom: 1px solid #BBB;	
}

div#nav_wrapper div#login_panel ul#login_panel_menu {
	display: none;
}


div#nav_wrapper div#login_panel p.specifics {
	margin: 5px 15px 20px 15px;
	padding: 0 0 20px 0;
	*padding: 0 0 5px 0;
	font-size: 70%;
	color: #fff;
	background-color: inherit;
}

div#nav_wrapper div#login_panel:hover p.specifics {
	border-bottom: 1px solid #9CCCF2;
}

div#nav_wrapper div#login_panel:hover ul#login_panel_menu {
	display: block;
}

div#nav_wrapper div#login_panel:hover h3.catHead {
	color: #FFF;
	background-color: inherit;
	background: url(/csses/10pin/icons/icon_admin.gif) no-repeat 0 3px;
}

#login_panel li.iconDocuEdit, #login_panel li.iconLogOut {
	background-position: 0 6px;
}

/* ----------- Linkology ----------- */

#login_panel a:link, #login_panel a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#login_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
	text-decoration: none;
}

/* ---- Navigation panel - Common rules governing most nav panel items for this design ---- */

#shopping_panel, #gallery_panel, #flickr_panel, 
#generic_panel, #news_panel, #links_panel, #features_panel, #pages_panel
{
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
}

#logo_panel{
	width: 100%;
	margin-bottom: 10px;
	*margin-bottom: 0px; /*hack for IE6*/	
}

#login_panel{
	width: 100%;
	margin-bottom: 10px;
	*margin-bottom: 20px; /*hack for IE6*/
	background-color: transparent;
}

#pages_panel, #features_panel {
	background-color: transparent;	
}

div.catBkgrnd {
	height: 22px;
	background: transparent url(/csses/10pin/images/nav_bg.jpg) no-repeat 0 0;
}

#news_panel .catBkgrnd, #links_panel .catBkgrnd {
	margin-bottom: 10px;
}

h3.catHead  {
	margin-left: 10px;
	padding-top: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: inherit;
}

#login_panel h3.catHead {
	height: 22px;
	padding-top: 2px;
	background: url(/csses/10pin/icons/icon_admin_arrow.gif) no-repeat 0 3px;
}


/* ---- Navigation panel for the site pages (such as 'about us', 'our services', etc) ---- */

#pages_panel {
	
}

#pages_panel h3.catIcon {
	padding-left: 20px;
	background: url(/csses/10pin/icons/icon_folder_open.gif) no-repeat 0 1px;
}

#pages_panel ul {
  	margin: 10px 15px 10px 15px;
	*margin: 10px 15px 5px 15px;
	padding: 5px 0 5px 0;
	*padding: 5px 0 0 0;
	list-style: none;
	font-size: 75%;
}

#pages_panel ul li {
	padding: 0 10px 10px 20px;
	line-height: 15px;
}

#pages_panel ul li.linkIndent {
	margin-left: 20px;
}

/* ----------- Linkology ----------- */

#pages_panel a:link, #pages_panel a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#pages_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
	text-decoration: none;
}

#navigation div#pages_panel ul li a.active {
	cursor: default;
	color: #6DA9EE;
	text-decoration: underline;
	background-color: inherit;
}


/* ---- Navigation panel for the site features (such as 'news', 'forums', 'shop', etc) ---- */

#features_panel {
	
}

#features_panel ul {
	margin: 10px 15px 10px 15px;
	*margin: 10px 15px 5px 15px;
	padding: 5px 0 5px 0;
	*padding: 5px 0 0 0;
	list-style: none;
	font-size: 75%;

}

#features_panel ul li {
	padding: 0 10px 10px 20px;
	line-height: 15px;
}

#features_panel ul li.linkIndent {
	margin-left: 20px;
}

/* ----------- Linkology ----------- */

#features_panel a:link, #features_panel a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#features_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
	text-decoration: none;
}

#navigation div#features_panel ul li a.active {
	cursor: default;
	color: #6DA9EE;
	text-decoration: underline;
	background-color: inherit;
}


/* --------- Navigation panel displaying a random pix from the image gallery --------- */

#gallery_panel {
	
}

#gallery_panel img {
	border: none;
}

#gallery_panel a.galleryImage {
	width: 150px;
  	margin: 10px 25px 10px 0;
	*margin: 10px 25px 5px 0;
}

#gallery_panel h4 {
	margin: 3px 15px 0 11px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#gallery_panel p {
	margin: 3px 15px 10px 15px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#gallery_panel a {
	padding: 0 10px 10px 11px;
	font-size: 75%;
	display: block;
}

/* ----------- Linkology ----------- */

#gallery_panel a:link, #gallery_panel a:visited {
	text-decoration: none;
	color: #6DA9EE;
	background-color: inherit;
}

#gallery_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
}


/* --------- Flickr panel (optional integration component) --------- */

#flickr_panel {
	
}

#flickr_panel img {
	margin: 10px 10px 10px 10px;
}

#flickr_panel a.flickrImage {
	width: 75px;
	
}

#flickr_panel h4 {
	margin: 5px 15px 0 15px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#flickr_panel p {
	margin: 5px 15px 0 15px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#flickr_panel a {
	margin: 5px 15px 0 15px;
	font-size: 75%;
	display: block;
}

/* ----------- Linkology ----------- */

#flickr_panel a:link, #flickr_panel a:visited {
	text-decoration: none;
	color: #6DA9EE;
	background-color: inherit;
}

#flickr_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
}


/* -------------- RSS container or Navigation panel displaying the last 3 news
			 items when the site layout is set to 'site_only' -------------- */

#news_panel {
	
}

#news_panel h4 {
	margin: 10px 15px 0 15px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#news_panel p {
	margin: 5px 15px 0 15px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#news_panel a {
	margin: 5px 15px 0 15px;
	padding-bottom: 10px;
	font-size: 75%;
	display: block;	
	
}

/* ----------- Linkology ----------- */

#news_panel a:link, #news_panel a:visited {
	text-decoration: none;
	color: #6DA9EE;
	background-color: inherit;
}

#news_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
}


/* -------------- Blogroll / links panel  -------------- */

#links_panel {
	
}


#links_panel ul {
	margin: 5px 10px 5px 20px;
	padding: 0;
	list-style: none;
	font-size: 75%;
}

#links_panel ul li {
	padding: 5px 10px 5px 20px;
	line-height: 15px;
	background-position: 0 4px;
	color: #fff;
}


#links_panel img {
	padding: 3px 10px 10px 20px;
}

#links_panel h4 {
	padding: 5px 10px 5px 20px;
	font-size: 75%;
	color: #fff;
	background-color: inherit;
}

#links_panel #opmlLogo {
	margin-top: 10px 10px 0 10px;
	border: none;
}

/* ----------- Linkology ----------- */

#links_panel a:link, #links_panel a:visited {
	color: #6DA9EE;
	background-color: inherit;
	text-decoration: none;
}

#links_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
	text-decoration: none;
}


/* -------------- generic panel used by HTML container -------------- */

#generic_panel {
	
}

#generic_panel .genericContent {
	margin: 10px 15px 10px 15px;
	*margin: 10px 15px 5px 15px;
	padding: 5px 0 5px 0;
	*padding: 5px 0 0 0;
	font-size: 75%;
	line-height: 17px;
	font-weight: normal;
	background-color: inherit;
	color: #fff;
}

#generic_panel .genericContent img {
	border: none;
}

#generic_panel .genericContent ul, #generic_panel .genericContent ol {
	margin: 5px 15px 10px 15px;
}

#generic_panel .genericContent table {
	margin-top: 10px;
}

#generic_panel .genericContent ul {
	list-style-type: disc;
}

/* ----------- Linkology ----------- */

#generic_panel a:link, #generic_panel a:visited {
	color: #6DA9EE;
	background-color: inherit;
}

#generic_panel a:hover {
	color: #CE3B3E;
	background-color: inherit; 
}


/* ------- Navigation panel displaying the current content of the shopping cart ------- */

#shopping_panel {
	
}

#shopping_panel table {
	margin: 10px 10px 10px 10px;
	width: 150px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#shopping_panel table td p {
	color: #fff;
}

#shopping_panel table td {
	padding: 3px 0;
	font-size: 70%;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#shopping_panel table tr input {
	width: 75px;
	text-align: center;
	border: none;
}

#shopping_panel table tr input.viewCartBtn {
	font-size: 100%;
	width: 75px;
	color: inherit;
	background-color: #e4e4e4;
    border: 1px solid inherit;
}


#shopping_panel table tr input.checkOutBtn {
	font-size: 100%;
	width: 75px;
	color: inherit;
	background-color: #d6d6d6;
    border: 1px solid inherit;
}

#shopping_panel table td.strong {
	font-weight: bold;
}

#shopping_panel table td.totalLine {
	padding-right: 5px;
	text-align: right;
	color: #fff;
	background-color: inherit;
}

#shopping_panel table td.alignLeft {
	padding-left: 5px;
	text-align: left;
}

#shopping_panel table tr.rowColor1 {
	color: inherit;
	background-color: #79B1DC;
}

#shopping_panel table tr.rowColor2 {
	color: inherit;
	background-color: #2D74AC;
}


/* -------------- Navigation panel displaying the Terapad logo
			 Warning: it is against the Terapad.com Terms and Conditions to hide, 
			 	conceal or alter the rendering of the Terapad logo -------------- */

#logo_panel {
	
}

#logo_panel img {
	margin: 10px 10px 10px 10px;
	border: 0;
}


/* --- Content_wrapper wraps all the content elements, including the 'extra_x' elements --- */


#content_wrapper {
	top: -260px;
	position: relative;
	width: 545px;
	float: right;
	display: inline;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
	background-color: transparent;
}

/* ------ Content only wraps the content generated by the content management system ------ */

#content {
 	margin: 20px 25px 0 0;
    padding-bottom: 140px;
	float: right;
	width: 510px;
	display: inline;
	color: #fff;
	font-size: 70%;
	background: transparent url(/resources/11612/assets/logo/_thumbnails/BNDlogo1_thumb.jpg) no-repeat 100% 99%;
}


/* ------------------------- #content child elements 
	Our default style sheets represent a compromise between standards compliance and flexibility
	for the sites editors who may not be familiar with CSS formatting - and therefore tries to
	compensate for incorrect or deprecated HTML markup ------------------------- */
	
#content, #content th, #content td, #content p, #content div, #content span {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
}

#content th {
	text-align: center;
}

#content input, #content select, #content textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	border-width: 1px;
	border-color: #fff;
	background-color: #D4D0C8;
	color: #000;
}

/* **** fix for 'too wide' button in IE **** */
#content .button {
	font-family : arial;
	font-size : 13px;
	padding : 0 .50em 0 .50em;
   	width : auto;
    overflow : visible;
}

#content a, #content a:visited {
	color: #2078E4;
    text-decoration: underline;
}

#content a:hover {
	color: #AD2B2D;
}

#content form {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content h1 {
	line-height: 29px;
	margin-bottom: 10px;
    font-size: 18px;
	color: #fff;
	margin-top: 0px;
}

#content h2 {
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content h3 {
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h4 {
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h5 {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h6 {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content p {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #fff;
}

#content ul, #content ol {
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 7px;
}

#content ul {
	list-style-type: disc;
}

#content blockquote {
	padding-left: 40px;
}

#content hr {
	margin-bottom: 6px;
}


/* ---------- #content child elements required by the content management system ---------- */

/* used for field descriptions, message details IP address display, news date */
#content .tip {
	font-size : 10px;
}

/* on event and news details page, displays the published time and date in a slightly lighter color */

#content .contentDate {
	color: #A5DFFF;
}

/* used by every form to label a required field */
#content .formLabel {
	font-weight : bold;
}

/* used by every form to label an optional field */
#content .formLabelOptional {
	font-weight : bold;
}

/* used to alternate row colors in the tables found on forums summary page and forum thread list */
#content .forumsRowAlt1 {
	background-color : #79B1DC;
}

/* used to alternate row colors in the tables found on forums summary page and forum thread list */
#content .forumsRowAlt2 {
	background-color : #2D74AC;
}

#content .forumsRowAlt1 a, #content .forumsRowAlt1 a:visited, #content .forumsRowAlt1 a:active {
	color: #fff;
}

#content .forumsRowAlt1 a:hover{
	color: #fff;
}

#content .forumsRowAlt2 a, #content .forumsRowAlt2 a:visited, #content .forumsRowAlt2 a:active {
	color: #fff;
}

/* used to display a summary of message for any given tread */
#content .forumSummary {
	font-size : 11px;
}

/* used to display forum text in thread list  */
#content .forumText {
	font-size : 12px;
	color: #fff;
}

/* used to display server-side validation error messages */
#content .frontError {
	font-weight : bold;
	color : #FF3300;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shopRowAlt1 {
	background-color : #79B1DC;
	height: 25px;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shopRowAlt2 {
	background-color : #2D74AC;
	height: 25px;
}

#content .shopRowAlt1 a, #content .shopRowAlt1 a:visited, #content .shopRowAlt1 a:active {
	color: #fff;
}

#content .shopRowAlt2 a, #content .shopRowAlt2 a:visited, #content .shopRowAlt2 a:active {
	color: #fff;
}

#content td.shoppingCartText {
color : #fff;
}

/* used to alternate row color in the table for the shop 'checkout' and 'view cart' page */
#content .shoppingCartText {
	font-size : 12px;
	color: #fff;
}

/* used to display the total cost of the cart on the shop pages */
#content .shoppingCartTotal {
	font-size : 13px;
	font-weight: bold;
	line-height: 20px;
}

/* used on news pages to display stories' links */
#content .newsLinks {
	font-size : 11px;
}

/* used on the shop's product list and product detail page to cross through the original price of an on-sale item */
#content .strikeThrough {
	text-decoration: line-through;
}

/* used on the shop's product list and product detail page to display the reduced price of an on-sale item */
#content .onSale {
	font-weight: bold;
	color: #cc3300;
}

/* used on the shop's product detail page to display a form allowing the user to purchase a product */
#content .shoppingWidget {
	background-color : #104382;
	border: 1px solid #fff;
}

/* used on user login and profile pages to separate the different sections of a form */
#content .formPanel {
	border-style: dotted;
	border-width: thin;
}

/* used to style the labels for the job properties on the position search/list page */
#content .jobs_listHeaders {
	font-weight: bold;
	color: #fff;	
}

/* used to style the buttons on the position details and job search form */
#content .jobs_controls {

}

/* used to style the job search form */
#content .jobs_searchPanel {
	border: 1px solid #fff;
	background-color: #1D5995;
	padding: 10px;
}


/* ---------- Styles the floating content generated by the '/csses/10pin/images/ and files' tab 
		 of the page editor, just like the content zone, we had to strike a balance
		 between standards compliance and ease of use ---------- */

#quick_image {
	width: 200px;
	padding-bottom: 5px;
	margin: 10px 0 20px 20px;
	float: right;
	display: inline;
	border-bottom: 2px solid #6DA9EE;
}

#quick_image img {
	margin: 0 0 5px 0;
	width: 198px;
	border: 1px solid #6DA9EE;
}

#quick_image p {
	margin: 0 0 15px 0;
	color: #fff;
	background-color: inherit;	
	line-height: 15px;
    font-size: 11px;
}

#quick_image ul {
	padding: 0;
	list-style: none;
}

#quick_image li {
	padding: 0 0 5px 23px;
	font-size: 12px;
	line-height: 15px;
	background-position: 0 0;
}

#quick_image li.linkDesc {
	margin-bottom: 10px;
}

/* ----------- Linkology ----------- */

#quick_image a:link, #quick_image a:visited {
	color: #6DA9EE;
	background-color: inherit;
}

#quick_image a:hover {
	color: #AD2B2D;
	background-color: inherit; 
}


/* -------------------------- Footer navigation -------------------------- */

#bottom_nav {		
	position: absolute;
	*position: relative; /*Hack for IE 6 and IE 7*/
	bottom: -40px;
	right: 0;
	*right: -3px; /*Hack for IE 6 and IE 7*/
	text-align: right;
	width: 730px;
	*width: 770px; /*Hack for IE 6 and IE 7*/
	height: 25px;
}

#bottom_nav li {
	padding: 0 0 0 5px;
	font-size: 75%;
	display: inline;
	line-height: 15px;
	color: #fff;
	background-color: inherit;
}

#bottom_nav img {
	vertical-align: middle;
}

#bottom_nav li a:link, #bottom_nav li a:visited {
	text-decoration: underline;
	color: #A0C4EC;
	background-color: inherit;
}

#bottom_nav li a:hover {
	text-decoration: underline;
	color: #7AB6F4;
	background-color: inherit;
}



/* ------------------------- Clearing Class -------------------------- */

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}

/* --------------------------- Icon Image Paths--------------------------- */

.iconAdminArrow {
	background:  url(/csses/10pin/icons/icon_admin_arrow.gif) no-repeat;
}

.iconFoldOpen {
	background: url(/csses/10pin/icons/icon_folder_open.gif) no-repeat;
}

.iconFoldClosed {
	background: url(/csses/10pin/icons/icon_folder_closed.gif) no-repeat;
}

.iconExtLink {
	background: url(/csses/10pin/icons/icon_externalLink.gif) no-repeat;
}

.iconDocuOff {
	background:  url(/csses/10pin/icons/icon_document_off.gif) no-repeat;
}

.iconDocuOn {
	background:  url(/csses/10pin/icons/icon_document_on.gif) no-repeat;
}

.iconBack {
	background:  url(/csses/10pin/icons/icon_back.gif) no-repeat;
}

.iconDocuEdit {
	background: url(/csses/10pin/icons/icon_document_edit.gif) no-repeat;
}

.iconLogOut {
	background: url(/csses/10pin/icons/icon_logout.gif) no-repeat;
}

.iconHome {
	background: url(/csses/10pin/icons/icon_home.gif) no-repeat;
}


/* ------------------------- Unused Extra DIV Elements for this style sheet ------------------------- */

/* #extra_1 and #extra_2 are in the #header div */
/* #extra_3, #extra_4, and #extra_5 are in the #nav_wrapper div */
/* #extra_6, #extra_7, #extra_8, #extra_9 are in the #content_wrapper div */
/* #extra_10 is in the #content_main div */
/* #extra_11, #extra_12 and #extra_13 are in the #wrapper div */
/* #extra_14 and #extra_15 are in the body */

#extra_1, #extra_2, #extra_3, #extra_4, #extra_5,#extra_7, #extra_8, #extra_9, #extra_10, 
#extra_11, #extra_12, #extra_13, #extra_15 {
	display: none;
}

/* ------------------------- Extra DIV Element Specifications ------------------------- */

#extra_6 { /*Ensures that content remains at 650px even if all nav panels and content are removed*/
   float: left;
   width: 10px;
   height: 650px;
}

#extra_14 { /* In this style sheet, this div is used insert additional space below the copyright footer */
	width: 100%;
	height: 70px;
}#horiz_panel { 	display: none; }
