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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(/images/layout_images/bg_wrapper.png) repeat-x center 171px;
}

#outer_wrapper{
	background: url(/images/layout_images/outer_wrapper_image.png) no-repeat center 171px;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

/* Masthead
***************************/
#masthead{
	height: 171px;	
	position: relative;
	width: 960px;
	overflow: hidden;
}
#logo{
	margin-top: 39px;
	float: left;
}
#search_box{
	position: absolute;
	top: 25px;
	right: 99px;
	height: 30px;
	padding-top: 7px;
}
#keywords{
	border: none;
	background: url(/images/layout_images/search_box.png) no-repeat left top;
	width: 181px;
	height: 24px;
	float: left;
	padding-left: 10px;
	/*padding-top: 3px;*/
	padding-top: 5px;
	*padding-top: 0px;
}
#search_btn{
	float: left;
	background: transparent url(/images/layout_images/search_btn.png);
	border: none;
	width: 61px;
	height: 30px;
	cursor: pointer;
	text-indent: -5000em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: capitalize;
}
#search_btn:hover{
	background-position: left -30px;
}
.addthis_button{
	position: absolute;
	right: 0;
	top: 32px;
}
#telephone{
	width: 432px;
	height: 29px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/telephone.png) no-repeat;
	position: absolute;
	top: 71px;
	right: 0;
}
#navigation{
	list-style: none;
	float: left;
	margin-top: 48px;
	clear: both;
	font-size: 1.2em;
	width: 960px;
}
#navigation li{
	float: left;
}
#navigation li a{
	color: #919191;
	text-transform: uppercase;
	font-weight: bold;
	height: 27px;
	float: left;
	line-height: 27px;
	position: relative;
	padding: 0 12px;
}
#navigation li a:hover, #navigation li.selected a{
	color: #FFF;
	background-color: #0055a5;
	text-decoration: none;
}
.oval_left, .oval_right{
	width: 12px;
	height: 27px;
	position: absolute;
	top: 0;
}
.oval_left{
	background: url(/images/layout_images/oval_left.gif) no-repeat left -27px;
	left: 0;
	float: left;
}
.oval_right{
	background: url(/images/layout_images/oval_right.gif) no-repeat left -27px;
	float: right;
}
#navigation li a:hover .oval_right, #navigation li a:hover .oval_left{
	background-position: left top;
}

#navigation li.selected a .oval_right, #navigation li.selected a .oval_left{
	background-position: left top;
}

/* Hero
***************************/
#hero{
	position: relative;
	height: 279px;
	width: 960px;
	/*overflow: hidden;*/
}
#hero_image{
	float: left;
}
#hero_overlay {
	width: 638px;
	height: 273px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/hero_overlay.png) no-repeat;
	position: absolute;
	top: -4px;
	left: 0;
}
#hero_calculator{
	float: left;
	width: 322px;
}
#calculate_savings, #system_savings {
	top: -4px;
	position: relative;
	width: 322px;
	height: 0;
	font-size: 1em;
	padding-top: 151px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/calculate_savings.png) no-repeat;
}
#calc_home {
	top: -4px;
	position: relative;
	width: 152px;
	height: 47px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/calc_home.png) no-repeat left top;
	float: left;
}
#calc_home:hover{
	background-position: left -47px;
}
#calc_business {
	top: -4px;
	position: relative;
	width: 170px;
	height: 47px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/calc_business.png) no-repeat;
	float: left;
}
#calc_business:hover{
	background-position: left -47px;
}
#request_a_quote {
	top: -4px;
	position: relative;
	width: 322px;
	height: 75px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/calc_request_quote.png) no-repeat left top;
	float: left;
	margin-bottom: 1em;
}
#request_a_quote:hover{
	background-position: left -75px;
}


/* Hero Navigation
***************************/
#hero_nav{
	position: absolute;
	right: 370px;
	bottom: 40px;
	z-index: 9;
}
#hero_arrow_left {
	display: inline-block;
	width: 6px;
	height: 12px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('/images/layout_images/hero_slide_arrow_left.png') no-repeat left top;
}
#hero_arrow_right {
	display: inline-block;
	width: 6px;
	height: 12px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('/images/layout_images/hero_slide_arrow_right.png') no-repeat left top;
}
#hero_1 {
	display: inline-block;
	width: 8px;
	height: 12px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/hero_slide_1.png') no-repeat;
}
#hero_2 {
	display: inline-block;
	width: 8px;
	height: 12px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/hero_slide_2.png') no-repeat;
}
#hero_3 {
	display: inline-block;
	width: 8px;
	height: 12px;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/hero_slide_3.png') no-repeat;
}



#hero_nav a:hover, #hero_nav a.selected{
	background-position: left bottom;
}


#hero_images{
	float: left;
	width: 638px;
	height: 256px;
	overflow: hidden;
}
#hero_images a{
	position: absolute;
	top: 0;
	left: 0;
	width: 638px;
	display: inline-block;
}


/* Headlines
***************************/
#headlines{
	background: url(/images/layout_images/news_ticker.png) no-repeat;
	width: 835px;
	height: 39px;
	line-height: 39px;
	margin-top: 12px;
	padding-left: 125px;
	font-size: 1.2em;
	clear: both;
}
#headlines #ticker_wrap{
	width: 500px;
	float: left;
	overflow: hidden;
}
#ticker_inner_wrap{
	width: 9999999px;
}

#headlines .ticker{
	color: #606060;
	font-weight: bold;
}


#headline_next {
	width: 38px;
	height: 30px;
	text-indent: -5000px;
	display: inline;
	background: url(/images/layout_images/news_next.gif) no-repeat;
	float: right;
	margin: 4px 18px 0 0;
	overflow: hidden;
}
#headline_next:hover{
	background-position: left -30px;
}

#headline_previous {
	width: 64px;
	height: 30px;
	text-indent: -5000px;
	display: inline;
	background: url(/images/layout_images/news_previous.gif) no-repeat;
	float: right;
	margin: 4px 5px 0 0;
	overflow: hidden;
}
#headline_previous:hover{
	background-position: left -30px;
}
#register {
	width: 171px;
	height: 0;
	font-size: 1em;
	padding-top: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/register_newsletter.gif) no-repeat;
	float: right;
	margin: 3px 18px 0 0;
}
#register:hover{
	background-position: left -30px;
}

/* Features
***************************/
#features{
	margin-top: 12px;
}
.feature{
	float: left;
	width: 316px;
	margin-left: 6px;
	font-size: 1.2em;
	color: #231f20;
}
.first_feature{
	margin-left: 0px;
}

.feature h2{
	width: 316px;
	height: 0;
	font-size: 1em;
	padding-top: 46px;
	text-indent: -5000px;
	overflow: hidden;
}
#feature_home h2{
	background: url(/images/layout_images/feature_header_home.png) no-repeat;
}
#feature_business h2{
	background: url(/images/layout_images/feature_header_business.png) no-repeat;
}
#feature_learn h2{
	background: url(/images/layout_images/feature_header_learn.png) no-repeat;
}

.feature_info{
	background: url(/images/layout_images/feature_repeat.png) repeat-y;
	
}
.feature_wrap{
	background: url(/images/layout_images/feature_bg.png) no-repeat;
	padding: 25px 18px;
}

.feature_footer {
	width: 316px;
	height: 13px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/feature_footer.png) no-repeat ;
	float: left;
}




.feature p{
	margin-bottom: 1em;
}
.feature ul li{
	background: url(/images/layout_images/arrow_blue.gif) no-repeat left 3px;
	padding-left: 10px;
}
.feature ul{
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

/* Connect
***************************/
#connect{
	margin-top: 12px;
	clear: both;
}

#connect h2{
	width: 960px;
	height: 0;
	font-size: 1em;
	padding-top: 44px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/connect_header.png) no-repeat;
}
#connect_link_blocks{
	background: url(/images/layout_images/connect_repeat.png) repeat-y;
}
#connect_link_blocks_wrap{
	background: url(/images/layout_images/connect_bg.png) no-repeat;
	padding: 18px;
	height: 71px;
}
#connect_footer {
	clear: both;
	float: left;
	width: 960px;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/layout_images/connect_footer.png) no-repeat;
}
.link_block{
	float: left;
	width: 139px;
	font-size: 1.2em;
	margin-left: 22px;
	display: inline;
}
.first_link_block{
	margin-left: 0px;
}
.link_block ul{
	list-style-type: none;
	margin-left: 0em;
}
.link_block ul li{
	background: url(/images/layout_images/arrow_grey.gif) no-repeat left 3px;
	padding-left: 10px;
}
.link_block ul li a{
	color: #606060;
}
.link_block h3{
	color: #231f20;
	font-size: 1.1em;
	margin-bottom: 0.7em;
}

#clean_energy_council{
	float: right;
}

/* Footer
***************************/
#footer_wrapper {
	margin-bottom: 60px;
}
#footer_nav{
	float: left;
	width: 390px;
	list-style-type: none;
	margin-top: 12px;
	font-size: 1.2em;
}
#footer_nav li{
	display: inline;
	margin-right: 1em;
}
#footer_nav li a, #icon_nav li a{
	color: #616161;
}

#icon_nav{
	float: right;
	width: 190px;
	list-style-type: none;
	margin-top: 12px;
	font-size: 1.2em;
	text-align: right;
	margin-right: 13px;
}

/* General
***************************/
a img{
	border: none;
}
a{
	text-decoration: none;
	color: #004c99;
}
a:hover{
	text-decoration: underline;
}
.clearline{
	clear: both;
	height: 0px;
	overflow: hidden;
}
ul{
	margin-left: 13px;
	margin-bottom: 1em;
}
.inner_image_left{
	float: left;
	margin: 1em 1em 1em 0;
}

.inner_image_right{
	float: right;
	margin: 1em 0 1em 1em;
}
.inner_image_full{
	margin: 1em 0;
}


/* Buttons
***************************/
.small_btn a{
	background: url(/images/layout_images/blank_btn_small.png) no-repeat;
	display: block;
	height: 30px;
	width: 100px;
	overflow: hidden;
	text-align: center;
	line-height: 27px;
	color: #004C99;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin: 1em 0;
	font-weight: bold;
}
.medium_btn a{
	background: url(/images/layout_images/blank_btn_medium.png) no-repeat;
	display: block;
	height: 30px;
	width: 130px;
	overflow: hidden;
	text-align: center;
	line-height: 27px;
	color: #004C99;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin: 1em 0;
	font-weight: bold;
}
.large_btn a{
	background: url(/images/layout_images/blank_btn_large.png) no-repeat;
	display: block;
	height: 30px;
	width: 190px;
	overflow: hidden;
	text-align: center;
	line-height: 27px;
	color: #004C99;
	font-family: Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin: 1em 0;
	font-weight: bold;
}

.small_btn a:hover, .medium_btn a:hover, .large_btn a:hover{
	text-decoration: none;
	background-position: left bottom;
	margin: 1em 0;
}

/* Search
***************************/

