* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
}

#contain {
	width: 1280px;
	display: block;
	margin: auto;
}
#header_bg {
	display: block;
	background-image: url('../images/header_bg.gif');
	width: 1280px;
	height: 151px;
}

#header_bg .logo {
	display: block;
	background-image: url('../images/logo.gif');
	width: 205px;
	height: 102px;
	text-decoration: none;
	position: relative;
	top: 20px;
	left: 20px;
}


#menu {
		font-size: 11px;
		font-weight: bold;
		display: block;
		width: 100%;
		height: 62px;
		z-index: 2002;
		background-image: url('../images/menu_bg.gif');
		margin-top: 0px;
		font-family: Tahoma;
		font-size: 13px;
}

#nav {
		display: block;
		width: 1280px;
		margin: auto;
}

#nav ul {
		display: block;
		color: #000000;
  		padding: 0;
  		font-size: 11px;
 		list-style: none;
 		padding-right: 10px;
}

#nav li {
		display: block;
		float: left;
		position: relative;
		list-style: none;
		background-image: url('../images/menu_bg.gif');
		font-family: Tahoma;
		line-height: 58px;
		color: #ffffff;
		z-index: 1009;
		padding-left: 15px; padding-right: 15px; 

}

#nav li a {
		float: left;
		height: 62px;
		outline: none;
		text-decoration: none;
		font-family: Tahoma;
		color: #ffffff;
		      
}

#nav li .border {
		display: block;
		background-color: #3f317f;
		position: relative;
		top:2px;
		height: 58px;
		width: 1px;
}	

#nav li .border:hover {

}
#nav li:hover {
		background: none;
		background-color: #4c3f88;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
}

#nav li ul {
  		display: none;
  		position: absolute; 
  		top: 38px;
		left: 0;
		margin-left: -5px;
		min-height:30px;
		color: #ffffff;
		z-index: 1003;
}

#nav li:hover ul { 
		display: block; 
		width: 170px;
}

#nav li:hover ul, 
li.over ul { 
		display: block;
		width: 170px;		
		}

#nav li:hover ul li {
		display: block;
		background-color: #a60c0a;
		width: 180px;
		height: 35px;

		line-height: 35px;
		text-indent: 10px;
		font-size: 10px;
}


#nav li:hover ul li:hover {
		background-color: #313e6b;
}

#nav li ul ul {
		margin: -22px 0 0 165px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
		}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: 5px;
}

.estimates {
		font-size: 12px;
		background-color: #fff;
		font-family: Tahoma;
		padding: 5px;
		border-bottom: 1px dashed #e2e2e2;
}

.estimates a {
		color: #000;
		text-decoration: none;
}

.estimates a:hover {
		text-decoration: underline;
}
#rotator {
	display: block;
	width: 1280px;
	border-bottom: 1px solid #e2e2e2;
	height: 260px;
}

.box {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	width: 402px;
	display: block;
	float: left;
	height: 180px;
	margin-top: 10px;
	margin-left: 9px;
   font-family: Tahoma;
	font-size: 12px;
padding: 5px;
}

.bar {
	display: block;
	background-image: url('../images/bar_bg.gif');
	height: 37px;
	width: 1280px;
	margin-top: 10px;
	color: #fff;
	line-height: 37px;
	text-indent: 10px;
	font-family: Tahoma;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #e2e2e2;
	padding: 5px;
}


.windowLeft {
	display: block;
	border: 1px solid #e2e2e2;
	background-color: #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	width: 200px;
	margin-bottom: 10px;
	z-index: 9999;
}

.windowLeft span {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}

.windowLeft a {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-family: Tahoma;
	color: #000;
}

.windowLeft a:hover {
	color: #5B4CA5;
}

.moreinfo {
	background-color: #433974;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 60px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;                  
}

.moreinfo:hover {
	background-color: #1E1158;
}

.energy a {
		display: block;
		color: #fff;
		margin-top: 15px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		border-bottom: 1px solid #e2e2e2;
		background-color: #433974;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
}

.energy a:hover {
		background-color: #160953;
}

.content li {
	margin-left: 10px;
}
