body {
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #101177;
	text-decoration: none;
}
a:hover {
	color: #070743;
}

h2 {
	font-size: 130%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#wrapper {
	width: 805px;
	margin-top: 21px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.gif);
	height: 150px;
}
#header #homebutton {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 251px;
	height: 115px;
}
#header #homebutton a {
	display: block;
	height: 100%;
	width: 100%;
}
#header #homebutton i {
	display: none;
}
#header #tab {
	float: right;
	width: 155px;
	text-transform: uppercase;
	color: #101177;
	font-weight: normal;
	padding-top: 18px;
	padding-right: 40px;
	text-indent: 15px;
}
#header #tab a {
	text-decoration: none;
	color: #101177;
}
#header #tab a:hover {
	color: #027ABB;
}
#left_col {
	float: left;
	width: 595px;
}
#content_top {
	background-image: url(images/left_rect_top.gif);
	background-repeat: no-repeat;
	width: 595px;
	height: 14px;
	line-height: 5px;
}
#content {
	background-image: url(images/left_rect_middle.gif);
	background-repeat: repeat-y;
	width: 595px;
	margin: 0px;
	padding: 0px;
}
#content_btm {
	background-image: url(images/left_rect_btm.gif);
	height: 17px;
	float: left;
	width: 595px;
}

#right_col {
	float: right;
	width: 210px;
}
#nav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/nav_background_top.gif) no-repeat top;
}
#nav ul {
	display: block;
	padding: 5px 10px 25px 25px;
	background: url(images/nav_background_btm.gif) no-repeat bottom;
	margin: 0px;
}
#nav a {
	text-decoration: none;
	color: #101177;
	height: 100%;
	width: 100%;
}
#nav a:hover {
	color: #2B3494;
}
#nav li {
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 145%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #101177;
	list-style-type: none;
}
#nav img {
	padding: 2px;
}
#right_col_content {
	background-image: url(images/right_rect_middle.gif);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#right_col_content #section {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 120%;
}
#right_col_content #section.energystar {
	height: 95px;
}
#right_col_content #section img {
	float: left;
	margin-right: 10px;
}
#right_col_content #section .nofloat {
	float: none;
	margin-bottom: 5px;
}
#right_col_content #section h4 {
	font-size: 145%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #409D27;
}
#divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #101177;
}
#right_col_btm {
	background-image: url(images/right_rect_btm.gif);
	height: 17px;
	clear: both;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 95%;
}
#spacer {
	height: 1px;
	clear: both;
}


#main_image {
	background-image: url(images/home_main.jpg);
	background-repeat: no-repeat;
	height: 238px;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#home_content {
	margin-right: auto;
	margin-left: auto;
}
#home_content #section {
	float: left;
	padding: 5px;
	width: 255px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 13px;
	line-height: 140%;
}

#home_content #section img {
	float: right;
	border: 1px solid #409D27;
	margin-left: 5px;
}
#home_content #section h1 {
	font-size: 140%;
	color: #101177;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49A231;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 140%;
}

#home_content #section2 {
	float: right;
	padding: 5px;
	width: 255px;
	margin-top: 5px;
	margin-right: 13px;
	margin-bottom: 5px;
	line-height: 140%;
}

#home_content #section2 img {
	float: right;
	border: 1px solid #101177;
	margin-left: 5px;
}
#home_content #section2 h1 {
	font-size: 140%;
	color: #101177;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49A231;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 140%;
}

#vert_divider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #409D27;
	float: left;
	height: 200px;
	margin-top: 7px;
}
#home_content #section #link {
	padding: 2px;
	height: 20px;
	clear: both;
	display: block;
}
#home_content #section #link img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 3px;
}
#home_content #section #link.blue {
	background-color: #D4D4E6;
	margin-top: 8px;
}

#home_content #section #link.green {
	background-color: #DDEDD8;
	padding-top: 2px;	
}

#home_content #section #link.violet {
	background-color: #FFDDD1;
	padding-top: 2px;	
}

#secondary_content {
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#secondary_content h1 {
	font-size: 220%;
	color: #8C1888;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#secondary_content #main_image {
	background-image: none;
	width: 265px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#secondary_content #section {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #101177;
	clear: both;
}
#secondary_content #section #levels_logo {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#secondary_content #section h2 {
	font-size: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#secondary_content #section ul {
	padding: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-position: outside;
	display: block;
}
#secondary_content #section #1 {
	color: #101177;
}
#secondary_content #section #2 {
	color: #FF4100;
}
#secondary_content #section #3 {
	color: #409D27;
}
#consumer_articles a {
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409D27;
}

#consumer_articles a:hover {
	background-color: #E5F2E1;
}
#links {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 150%;
}
#why_builders {
	float: left;
	width: 265px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8C1888;
	padding-right: 5px;
	height: 400px;
}
#why_builders img {
	padding: 5px;
	border: 1px solid #000000;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}
#why_consumers {
	float: left;
	width: 250px;
}
#why_consumers img {
	padding: 5px;
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
}
#back_link {
	display: block;
	float: right;
	font-weight: bold;
}
#map {
	float: left;
}
#builders_results {
	float: left;
	width: 195px;
	background-color: #D6E8E9;
	border: 1px solid #4AA233;
}
#builders_results h1 {
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49A231;
	padding: 5px;
	background-color: #FFFFFF;
}
#builders_results p {
	margin: 0px;
	padding: 5px;
	font-size: 90%;
}
#builders_results p.greenkey {
	color: #36953F;
	display: block;
	background-image: url(images/greenkey.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px dotted #3FAE49;
	margin-bottom: 3px;
}
#builders_results #builder {
	margin: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #4AA233;
}
#builder span {
	display: block;
}
#builder span.green {
	color: #357923;
	display: block;
	background-image: url(images/greenkey.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 32px;
}
