@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: center top #eaeae0 url(/images/bg.gif);
	background-repeat:repeat-y;
	behavior:url(/css/csshover.htc);
	}
.tablestyle {
	border: solid 1px #FFFFFF;
}		
div#footertop {
	background-color:#993333;
	padding:8px 0;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	width:780px;
}
div#footerbot {
	padding:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#993333;
	width:780px;
}
div#footerbot a:link { color: #993333; text-decoration: none; }
div#footerbot a:visited { color: #993333; text-decoration: none; }
div#footerbot a:hover { color: #6b5034; text-decoration: underline; }
div#footerbot a:active { color: #993333; text-decoration: none; }	
.tantext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#6b5034;
}	
.tantext a:link { color: #6b5034; text-decoration: underline; }
.tantext a:visited { color: #6b5034; text-decoration: underline; }
.tantext a:hover { color: #993333; text-decoration: underline; }
.tantext a:active { color: #6b5034; text-decoration: underline; }

.blacktext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
}	
.blacktext a:link { color: #333333; text-decoration: underline; }
.blacktext a:visited { color: #333333; text-decoration: underline; }
.blacktext a:hover { color: #993333; text-decoration: underline; }
.blacktext a:active { color: #333333; text-decoration: underline; }

.homebox {
	width:230px;
	border:#c2c2a3 solid 1px;
	background-color:#e7e7da;
	margin:5px;
	float:left;

}
.bluetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000e78;
	padding: 10px;
}
.bluetext ul {
	list-style-image:url(/images/arrow.gif);
	padding: 0 10px;
	margin:0 5px;
}
.bluetext ul li {
	margin-bottom:5px;
}	
.bluetext a:link { color: #000e78; text-decoration: underline; }
.bluetext a:visited { color: #000e78; text-decoration: underline; }
.bluetext a:hover { color: #993333; text-decoration: underline; }
.bluetext a:active { color: #000e78; text-decoration: underline; }
.robincolumns {
	width:150px;
	margin:4px;
	padding:4px;
	background-color:#e7e7da;
	border-bottom:solid 1px #674828;
	border-top:solid 1px #674828;
	float:left;
}	

.redbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	background-color:#993333;
	padding:5px;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#993333;
	text-align:left;
	text-transform:uppercase;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000e78;
	text-align:left;
	margin:10px 0 0 0;
}	
				

/* BEGIN MAIN STRUCTURE */

div#maincontent {
	width:780px; 
	}		
div#home1 {
	width:270px;  
	float:left;
	margin:8px;
	}
div#home2 {
	width:230px; 
	float:left;
	background-color:#FFFFCC;
	}
div#home3 {
	width:230px; 
	float:left;
	background-color:#666666;
	}
div#interiorcontent {
	width:680px;
	padding-top:25px;
}	

div#energycontent {
	width:760px;
	padding-top:25px;
}	

div.clearfloats {
	clear:both;
	}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}

/* backslash hack hides from IE mac \*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */		

/* END MAIN STRUCTURE */

		
/* BEGIN NAVIGATION CODE */
body div#mainheader ul li ul {display:none}
div#mainheader {
	width:780px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative; 
	z-index:20;
}
div#mainheader a:hover {color:#afcc99;}
div#mainheader ul {
	/*margin:0 0 0 296px; */
	float:left;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	/* Padding:0; here aligns nav left on the MAC*/
	  }	  
* html div#mainheader ul {float:left; padding:0 0 0 0; }
div#mainheader ul li {
	float:left; 
	list-style-type:none; 
	padding:0 ; 
	position:relative;
	}
	
div#mainheader ul li a {
	text-decoration:none; 
	color:#003c87; 
	display: block;
	padding: 0;
	}
div#mainheader ul li ul {
	margin:0;
	width:115px; 
	position:absolute; 
	background-color:#e7e7da;
	left:20px;
	padding: 0; /* this had to be set to zero to get the drop down lined up in Firefox */
	}
	
* html div#mainheader ul li ul {	border-top:1px solid #c2c2a3;}
div#mainheader ul li ul li {
	width:100%; 
	border-left:1px solid #c2c2a3;
	border-bottom: 1px solid #c2c2a3;
	border-right: 1px solid #c2c2a3;
	position:relative;
	padding:0px; /* changed from 4*/
	margin:0px;
	background-color:#e7e7da;
	}
* html div#mainheader ul li ul li {left:0;}	
div#mainheader ul li ul li:hover {background-color:#e7e7da;}
div#mainheader ul li ul li a {
	color:#003c87;
	padding:4px;
	 }
div#mainheader ul li ul li a:hover {
	color:#003c87;
	text-decoration:underline;
	background-color:#e7e7da;
	 }
div#mainheader ul li ul li:first-child {
	border-top:1px solid #c2c2a3;
	
	 }	
div#mainheader ul li:hover ul, div#mainheader ul li ul:hover {display:block;}

/* END NAVIGATION CODE */