@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background: #fff url(../graphics/body_bg_interior.jpg) repeat-x;
}
h1, h2,h3 {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color:#a0c93a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div#head {
	left:0px;
	width:960px;
	height:115px;
	background: #ff0000 url(../graphics/nav_bg.jpg) repeat-x bottom;
	top: -15px;
	position: absolute;
}

div#nav {
	  margin:0;
	  padding:4px 0 0 200px;
	  width:580px;
}

.logo {
	position:fixed;
	top: 0px;
	left: 0px;
}

div#logo {
	background:#fff url(../graphics/logo.gif) top left no-repeat;
	height: 68px;
	width:147px;
	position:relative;
	top: 15px;
	left:20px;
	z-index:5;
}

div#alert {
	color:#929290;
}

div#alert a{
	color:#a0c93a;
}

div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 29px; 
	width:960px;  
	background-color: #CCCCCC; 
}
div#columns {
	width: 960px;
	height:66px;
	position: relative;
	top: 100px;
	background: #000 url(../graphics/header_interior.jpg) center no-repeat;
}

div#content {
	width: 660px;
	height:244px;
	position: static;
	margin-top: 1px;
	margin-left: 0px;
}
div#side2 {
	position:absolute;
	width:300px;
	height:230px;
	background-color: #000;
	background: #000 url(../graphics/header_right.jpg) no-repeat;
	left: 660px;
	top: 0px;
}
div#side2 h3 {
	color: #fff;
	padding-top:10px;	
}
div#side2 li {
	color: #fff;
}
div#side2 p{
	color:#fff
}
div#side2 a {
	color:#a0c93a;
}

div#foot {
	background: #fff url(../graphics/footer_bkg.jpg) repeat-x;
	width: 960px;
	height:330px;
	clear: both;
	position: relative;
	margin-top: 100px;
}

#page {
	width: 900px;
	height: 621px;
	margin: 0 auto;
	background: #FFFFFF url(../graphics/body_bg.gif) center no-repeat;
}

#page_inner {
  width: 850px;
  margin: 0 auto;
}

#page h1 {
	padding-left:50px;
	font-size:22px;
	color:#fff;
} 

#page h2 {
	padding-left:50px;
	font-size:16px;
	color:#000;
} 

div.results {
	width: 760px;
	height: 300px;
	margin: 25px auto;
	padding: 10px;
	background-color: #dcdbdb;
}

div.results_data {
	width:360px;
	margin: 20px;
}

div.results_data h2 {
	color: #000;
	font-weight:bold;
	font-size: 20px;
	margin-left:-50px;
}

div.results_data p{
	color:#000;
}

div.results_data .savings {
  font-size: 12pt;
}

div.results_data .gas_savings {
  font-weight: bold;
}

div.results_data .cost_savings {
  font-weight: bold;
  color: #9fc939;
}

div.results_map {
	float: right;
	width:300px;
	height:230px;
	padding:15px;
	margin: 10px;
  border: 10px solid #9fc939;
}

div#page_left {
	width: 600px;
	height:244px;
	position: static;
	margin-top: 1px;
	margin-left: 0px;
}

div#page_left h1{
	color: #fff;
	font-size:22px;
	padding-left:50px;	
}

div#page_left h2{
	color: #000;
	font-size:16px;
	padding-left:50px;	
}
div#page_left a {
	color: #a0c93a;
}

div#page_right {
	position:absolute;
	width:300px;
	height:230px;
	left: 600px;
	top: 0px;
}

div#page_right h1{
	color: #fff;
	font-size:22px;
	padding-left:50px;	
}

div#page_right h2{
	color: #000;
	font-size:16px;
	padding-left:50px;	
}
div#page_right a {
	color: #a0c93a;
}

img {
	border:none;
}
