/* CSS Document */
html, body {
	background-color: #fff; 
	/*text-align: center;*/  
	margin: 0; 
	padding: 0; 
	
	/*height: 80%;*/
	/*height: 100%;*/ /* this is the key! */ 
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */


#wrapper {
	background-color: #fff; 
	width: 801px;  
	top: 8px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left; 
	position: relative;
	/*border: 1px solid #CED2D5;*/
	/*min-height:100%;
	height:auto;*/
	/*height: 100%;*//* works only if parent container is assigned a height value */
}

#wrapperwide {
	background-color: #fff; 
	width: 971px;  
	top: 8px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left; 
	position: relative;
	/*border: 1px solid #CED2D5;*/
	/*min-height:100%;
	height:auto;*/
	/*height: 100%;*//* works only if parent container is assigned a height value */
}

/** html #wrapper{height:100%;}*//* ie6 and under*/

#headerBox {
	/*border: 1px dashed #000;*/
}
#headerCap {
	background: url(/siteimages/header_cap.gif) no-repeat; 
	background-color: #fff;
	width: 801px;
	height: 10px;
}

#headerCapwide {
	background: url(/siteimages/header_cap.gif) no-repeat;
	background-color: #036;
	width: 971px;
	height: 10px;
}

/* IE6 Only */
* html #headerCap {
	margin-bottom: -6px;
}

#headerContent {
	width: 800px;
	height: 150px; 
	border-left: 1px solid #CED2D5;
}

#headerContentwide {
	width: 970px;
	height: 150px; 
	border-left: 1px solid #CED2D5;
}
	#headerLogo {
		float: left;
		display: block;
		width: 211px;
		height: 150px;
		background-color: #fff; 
	}
	#headerFlash {
		float: left;
		width: 589px;
		height: 150px; 
		background-color: #eee;
		
	}
#headerLine {
	width: 801px;
	height: 4px;
	background-color: #c90;
}

#headerLinewide {
	width: 970px;
	height: 4px;
	background-color: #c90;
}

#boxa{
	background-color:#FFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #5E5F5A;
	background-image:url(/images/boxb.png);
	background-repeat:repeat-x;
}

#boxatop{
	padding-top:4px;
	margin-top:-4px;
	padding-bottom:8px;
	margin-bottom:9px;
	padding-left:4px;
	padding-right:4px;
	margin-left:-6px;
	margin-right:-6px;
}

#boxb{
	color:#000000;
	background-color:#e5dac5;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #d4d4d4;
	background-image:url(/images/boxb.png);
	background-repeat:repeat-x;
}

#navigationBox {
	width: 801px;
	height: 35px; 
	/*margin-top: 0;*/
	background-color: #036;
	color: #fff;
}
#navigationBoxwide {
	width: 971px;
	height: 35px; 
	/*margin-top: 0;*/
	background-color: #036;
	color: #fff;
}
	#mainmenuBox {
		float: left;
		width: 558px;
	}
	#loginBox {
		float: left;
		width:89px;
	}
		#loginContent {
			position: relative;
			top: 4px;
		}
			#loginLabel {
				display: block;
				float: left;
			}
			/* IE6 Only */
			* html #loginLabel {
				position: relative;
				top: 1px;
			}
			#loginButton {
				position: relative;
				top: 2px;
				display: block;
				float: left;
				margin-left: 6px;
				/*border: 1px solid #fff;*/
			}
			
	#searchBox {
		float: right;
		width: 154px;
	}
		#searchContent {
			position: relative;
			top: 7px;
			/*top: 6px;*/ /* Need Hack for IE 7 */
		}

#maincontentBox {
	width: 800px;
	background-color: #E9E9DD;
	height: 100%;
	border-left: 1px solid #CED2D5;
	min-height:400px;
  	height:auto !important; 
 	height:400px;
}
#maincontentBoxSubpage {
	width: 799px; /* White Background: 800px */
	background-color: #fff;
	height: 100%;
	border-left: 1px solid #CED2D5;
	border-right: 1px solid #CED2D5;
	min-height:400px;
  	height:auto !important; 
 	height:400px;
}
#maincontentBoxSubpagewide {
	width: 969px; /* White Background: 800px */
	background-color: #fff;
	height: 100%;
	border-left: 1px solid #CED2D5;
	border-right: 1px solid #CED2D5;
	min-height:400px;
  	height:auto !important; 
 	height:400px;
}

#col1 {
	float: left;
	width: 211px;
	background-color: #fff;
	/*border: 1px dashed #000;*/
}
	#col1Box {
		/* */
	}
		#col1Content {
			position: relative;
			top: 10px;
			width: 185px;
			margin-left: auto;
			margin-right: auto;
			min-height: 375px;
  			height: auto !important; 
 			height: 375px;
			/*border: 1px solid #000;*/
		}
#col1spacer, #col2spacer, #col3spacer {
	height: 10px;
}

#col1secA, #col1secB, #col1secC {
	min-height: 65px;
 	height: auto !important; 
	height: 65px;
}

#col1secD {
	min-height: 65px;
 	height: auto !important; 
	height: 65px;
	vertical-align: bottom;
	background-position: bottom;
	/*margin-top: 75px;*/
	/*margin-bottom: 20px;*/
	/*border: 1px solid #000;*/
}

/*#col2col3wrapper {
	float: left;
	background-color: #E9E9DD;*/
	/*background-color: #009933;
	width: 579px;
}*/

#col1menu blockquote {
	margin: 0 0 0 0;
}
#col1menu blockquote blockquote {
	margin: 0 0 0 10px;
}
#col1menu p {
	margin: 4px 0 4px 0;
}
/*#col1menu p {
	margin-bottom:5px;
	font-weight: bold;
}*/
/*#col1menu ul {
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#col1menu ul li {
	margin-top:4px;
	margin-bottom:4px;
	margin-left: 4px;
	padding-left: 4px;
}*/
/*#col1menu ul ul {
	margin-top: 3px;
	
	list-style-type: none;
}
#col1menu ul ul li {
	margin-top:4px;
}
#col1menu ul ul ul {
	margin-left: 4px;
	padding-left: 4px;
	list-style-type: none;
}
#col1menu ul ul ul li {
	margin-top:4px;
}
#col1menu ul ul ul ul {
	margin-left: 4px;
	padding-left: 4px;
	list-style-type: none;
}
#col1menu ul ul ul ul li {
	margin-top:4px;
}*/

/****** Home Page Col 2 : Start  ******/
#col2 {
	float: left;
	width: 390px;
}
/* IE6 Only */
* html #col2 {
	width: 387px;
}
	#col2Box {
		/*bottom: 10px;*/
	}
		#col2Content {
			position: relative;
			top: 10px;
			width: 355px;
			margin-left: auto;
			margin-right: auto;
			min-height: 375px;
  			height: auto !important; 
 			height: 375px;
			/*border: 1px solid #000;*/
		}
		/* IE6 Only */
		* html #col2Content {
			width: 342px;
		}
/*#col2spacer {
	height: 10px;
}*/
/****** Home Page Col 2  : End  ******/

/****** Sub Page Col 2 : Start  ******/
#col2subDivider {
	/*background-color: #009900;*/
	float: left;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 10px;
	/*border-left: 1px solid #CED2D5;*/ /*Line Divider For white Background Layout*/
}	
#col2subpage {
	background-color: #E9E9DD;
	float: left;
	width: 588px; /* Size for white backgrouns: 588px */
	/*margin: 9px 0 0 7px;*/
	/*border: 1px solid #000;*/
	/*min-height: 300px;
	height: auto !important; 
	height: 300px;*/
}

#col2subpagewide {
	background-color: #E9E9DD;
	float: left;
	width: 759px; /* Size for white backgrouns: 588px */
	/*margin: 9px 0 0 7px;*/
	/*border: 1px solid #000;*/
	/*min-height: 300px;
	height: auto !important; 
	height: 300px;*/
}

/* IE6 Only WIDE */
* html #col2subpagewide {
	width: 759px; 
}
	#col2subBoxwide {
		/* */
	}
		#col2subContentwide {
			position: relative;
			top: 10px;
			width: 712px;
			margin-left: auto;
			margin-right: auto;
			min-height: 375px;
  			height: auto !important; 
 			height: 375px;
		}
		/* IE6 Only */
		* html #col2subContentwide {
			width: 709px;
		}
/****** Sub Page Col 2 : End ******/

/* IE6 Only */
* html #col2subpage {
	width: 585px; 
}
	#col2subBox {
		/* */
	}
		#col2subContent {
			position: relative;
			top: 10px;
			width: 552px;
			margin-left: auto;
			margin-right: auto;
			min-height: 375px;
  			height: auto !important; 
 			height: 375px;
		}
		/* IE6 Only */
		* html #col2subContent {
			width: 549px;
		}
/****** Sub Page Col 2 : End ******/

#col3Divider {
	/*background-color: #009900;*/
	/*background-color: #E9E9DD;*/
	float: left;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: 20px;
	border-left: 1px dashed #ABACAA;
}		
#col3 {
	float: right;
	display: block;
	width: 197px;
	/*border: 1px dashed #000;*/
	/*height: 100%; *//* works only if parent container is assigned a height value */
}
	#col3Box {
		/* */
	}
		#col3Content {
			position: relative;
			top: 10px;
			width: 166px;
			margin-left: auto;
			margin-right: auto;
			min-height: 375px;
  			height: auto !important; 
 			height: 375px;
		}
		/* IE6 Only */
		* html #col3Content {
			width: 163px;
		}
/*#col3spacer {
	height: 10px;
}*/


#footerBox {
	/*border: 1px dashed #000;*/
}
		
#footerCap {
	width: 801px;
	/*height: 40px;*/
	min-height: 40px;
  	height: auto !important; 
 	height: 40px;
	background: url(/siteimages/footer_cap.gif) no-repeat; 
	background-color: #fff;
	color: #fff;
}

#footerCapwide {
	width: 971px;
	min-height: 40px;
  	height: auto !important; 
 	height: 40px;
	background: url(/siteimages/footer_cap.gif) no-repeat; 
	background-color: #fff;
	color: #999;
}

#footerContent {
	/*margin-top: 14px;*/
	/*padding-top: 14px;*/
	/*padding-left: 20px;*/
	/*display: block;*/
	/*border: 1px solid #fff;*/
}

/* IE6 Only */
* html #footerContent {
	padding-top: 14px;
}
/* IE7 Only */
*:first-child+html #footerContent {
	padding-top: 14px;
}


#footerContentLeft {
	float: left;
	/*padding-top: 14px;*/
	padding-left: 20px;
	display: block;
	/*border: 1px solid #fff;*/
}
#footerContentRight {
	float: right;
	/*padding-top: 14px;*/
	/*padding-left: 20px;*/
	/*display: block;*/
	padding-right: 20px;
	text-align: right; 
	/*border: 1px solid #fff;*/
}

	/* IE7 Only */
	*:first-child+html #footerContentRight {
		/*border: 1px solid #FF0000;*/
		margin-top: -6px;
	}
	
	/* IE6 Only */
	* html #footerContentRight {
		/*border: 1px solid #0000FF;*/
		margin-top: -6px;
	}

#footerSpacer1 {
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
	width: 766px;
	height: 28px;
}

#footerSpacerwide {
	margin-right: auto;
	margin-left: auto;
	/*position: relative;*/
	width: 766px;
	height: 28px;
}

/********** TEXT STYLES (Hidden From the Editor)  **************/

.siteSearchLabel, .siteLoginLabel  {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #fff;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
	color: #ffffff;
}
.copyright a:hover, .copyright a:link, .copyright a:active, .copyright a:visited {
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}

/********************** GLOBAL STYLES ***************************/
.float_clear {
	clear: both;
}

.fcl{clear:both;height:1px;margin-top:-1px;font-size:0px;}

/********************** LAYER STYLES ***************************/
.hideLayer {
	visibility: hidden;
}
.showLayer {
	visibility: visible;
}
.collapseLayer {
	display: none;
}
.expandLayer {
	display: block;
}

/********************** FORM STYLES ***************************/
INPUT.siteSearchBox {
	font: normal 11px Arial, Helvetica, sans-serif;
	BORDER: #cdcdcd 1px solid;
	border: none;
	width: 90px; 
	height: 17px;  
	background: #fff url(/siteimages/searchfield_bg.gif) no-repeat;
	padding: 2px 0 0 5px; 
}

/*#cms_search_field { 
	position: relative; 
	left: 450px; 
	width: 176px; 
	height: 19px;  
	padding: 2px 0 0 5px; 
	background: url(../templates/images/search_box_long.gif) no-repeat; 
	border: none;
	margin-right: 4px;
	float: left;
	display: inline;
} */

/********************** TOP NAVIGATION ***************************/

#tnav {
	width: 400px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
	float: right;
}

#tnav, #tnav ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:20px;
	height: 100%;
}
#tnav a {
	display:block;
	text-align:center;
	line-height:15px;
	background-position:bottom;
	margin: 0px;
	padding: 0px;
}

#tnav li {
	position:relative;
	float: right;
	border-left: solid #036 1px;
	}
	
#tnav li li {
border-left:none;
	}
	
#tnav ul  {
	display:none;
	}
	
#tnav li ul a {
	width:160px;
	height:auto;
	float:left;
	text-align:left;
	}
	
#tnav li.last {
	border-left: solid #036 0px;
	border-left-width: 0px;
	}

#tnav ul ul {
top:auto;
}	

#tnav li ul ul  {
	left:180px;
	top:0px;
}

#tnav a:link, #tnav a:visited {
	color: #036;
	line-height: 13px;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	/*border-left: solid #036 1px;*/
}
#tnav a:hover, #tnav a:active {
	color: #036;
	border-width: 0px;
	line-height: 13px;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	/*border-left: solid #036 1px;*/
}
#topc {
	width: 780px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	/*height: 100%;*/
	text-align: center;
}

#power {
	width: 780px;
	margin: -7px auto 15px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
}
#fusion {
	width: 400px;
	margin: 0px auto;
	padding: 0px 0px 0px 15px;
	float: left;
	text-align: left;
}
/********************** END top navigation **********************/

/********************** bottom navigation **********************/

#bmenuco{
	width:801px;
	margin:0px auto 0px auto;
	min-height:200px;
	background-color: #eeeeee;
	padding: 0px 0px 15px 0px;
	border-top: solid #036 4px;
}
.bmenub{
	width:100px;
	float:left;
	text-align:left;
}
.bmenuvl{
	min-height:200px;
	float:left;
	margin:0 15px;
	border-right:1px solid #ccc;
}
#bmenum{
	width:790px;
	min-height:200px;
	padding:12px 15px;	/*border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;*/
	margin: 0px auto 0px auto;
}
a.bmenublink:link,a.bmenublink:active,a.bmenublink:visited{
	color:#999;
	text-decoration:none;
	line-height: 15px;
	padding:3px 0;
	display:block;
	border: solid #000 0px;
}
a.bmenublink:hover{
	text-decoration:underline;
	color:#999;
	line-height: 15px;
}
