html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333;
}
.height {
	background: #e8e8e8 url('../images/main-bg.gif') repeat-y 50% 0;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
	background: url('../images/body-bg.gif') repeat-x 50% 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	display: block;
	color: #12511a;
}


.header strong a,
.header h2,
.header a.header-button,
#secondary-header .header h2,
#secondary-header strong a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#content {
	display: table-footer-group;
	width: 100%;
}
#secondary-content {
	display: table-footer-group;
	width: 100%;
}
#header {
	display: table-header-group;
	width: 100%;
	margin: 0;
	background: url('../images/header-shadow.gif') no-repeat 50% 0;
	clear: both;
}
.header {
	width: 970px;
	height: 330px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/header-bg.jpg') no-repeat;
	position: relative;
}
.header strong a {
	width: 176px;
	height: 89px;
	background: url('../images/logo.jpg') no-repeat;
	margin: 0;
	padding: 0;
	top: 31px;
	left: 24px;
}
.header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}
.header ul.top-nav li,
.header ul.navigation li {
	list-style: none;
	display: inline;
	float: left;
}
.header ul.top-nav {
	top: 7px;
	right: 28px;
	height: 32px;
	padding: 0 5px 0 0;
	background: url('../images/top-nav-bg-right.gif') no-repeat 100% 0;
	font: bold 15px 'Trebuchet MS', sans-serif;
	margin: 0;
}
.header ul.top-nav li:first-child {
	height: 32px;
	background: url('../images/top-nav-bg-left.gif') no-repeat 0 0;
	margin: 0;
	padding: 0 0 0 5px;
}
.header ul.top-nav li span,
.header ul.top-nav li a {
	padding: 6px 8px 0 7px;
	margin: 0;
	height: 26px;
	background: url('../images/top-nav-bg-middle.gif') repeat-x 0 0;
	float: left;
	color: #fff;
	text-decoration: underline;
	letter-spacing: 0.01px;
}
.header ul.top-nav li span {
	padding: 6px 0 0 7px;
	text-decoration: none;
}
.header ul.top-nav li a:hover {text-decoration: none;}
.header ul.top-nav li a span {
	width: 2px;
	height: 32px;
	float: left;
	margin: -6px 7px 0 0;
	padding: 0;
	background: url('../images/top-nav-sep.gif') no-repeat 0 0;
	overflow: hidden;
	text-decoration: none;
}
.header ul.navigation {
	top: 79px;
	right: 10px;
	height: 49px;
	width: 715px;
}
.header ul.navigation li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 44px;
}
.header ul.navigation li.home a {
	width: 91px;
	background: url('../images/navigation.jpg') no-repeat 0 0;
}
.header ul.navigation li.home a:hover {background-position: 0 -49px;}
.header ul.navigation li.about a {
	width: 107px;
	background: url('../images/navigation.jpg') no-repeat -92px 0;
}
.header ul.navigation li.about a:hover {background-position: -92px -49px;}
.header ul.navigation li.residential a {
	width: 126px;
	background: url('../images/navigation.jpg') no-repeat -200px 0;
}
.header ul.navigation li.residential a:hover {background-position: -200px -49px;}
.header ul.navigation li.commercial a {
	width: 134px;
	background: url('../images/navigation.jpg') no-repeat -327px 0;
}
.header ul.navigation li.commercial a:hover {background-position: -327px -49px;}
.header ul.navigation li.municipal a {
	width: 116px;
	background: url('../images/navigation.jpg') no-repeat -462px 0;
}
.header ul.navigation li.municipal a:hover {background-position: -462px -49px;}
.header ul.navigation li.contact a {
	width: 135px;
	background: url('../images/navigation.jpg') no-repeat -579px 0;
}
.header ul.navigation li.contact a:hover {background-position: -579px -49px;}
/* drop-down */
.navigation li.hover,
.navigation li:hover{position: relative;}
.navigation li.hover ul,
.navigation li:hover ul{display: block;}
.navigation ul{
	width: 168px;
	background: #f5cc05;
	padding: 4px 5px;
	position: absolute;
	top: 44px;
	left: 0;
	margin: 0;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 100;
	display: none;
}
.navigation ul li{width: auto;}
.navigation ul li a{
	color: #333!important;
	background: none!important;
	text-indent: 0!important;
	height: 26px!important;
	line-height: 26px;
	width: 157px!important;
	text-decoration: none;
	padding: 0 0 0 11px;
	margin-bottom: 4px;
}
.navigation ul li a:hover{background: #f9e47f!important;}
.header h2 {
	width: 514px;
	height: 98px;
	background: url('../images/header-text.gif') no-repeat;
	top: 148px;
	left: 52px;
}
.header a.header-button {
	width: 268px;
	height: 55px;
	background: url('../images/header-button.gif') no-repeat 0 0;
	bottom: 20px;
	left: 50px;
	z-index: 10;
}
.header a.header-button:hover {background-position: 0 -55px;}
.content {
	width: 970px;
	background: #fff;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 0 55px 0;
}


.right-side {
	float: right;
	width: 340px;
	padding: 20px 0 0 15px;
}
.left-side {
	float: left;
	width: 535px;
	padding: 18px 30px;
}


h1.hp-hdr {	
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 412px;
	height: 21px;
	background: url(../images/hp-hdr.png) no-repeat 0 0;
	margin: 32px 0 8px 0;
}

.hp-sec-hdr {
	background: url(../images/preserving-resources-through-innvovations.png) no-repeat;
	width: 426px;
	height: 15px;
	margin: 0px 0 8px 0;
	text-indent: -99999px;
	display: block;
}

p {
	font: 14px/18px Arial, sans-serif;
	color: #242d2b;
	line-height: 20px;
}
.affiliations {
	margin: 0 auto;
	clear: both;
	display: block;
	text-align: center;
	padding-top: 0;
}
#footer {
	padding-top: 35px;
	height: 128px  /* 51px; */
	clear: both;
}
.footer {
	margin: 0 auto;
	width: 970px;
	height: 51px;
	border-top: 4px solid #dfdede;
}
#footer ul {
	width: 590px;
	margin: 0 auto;
	padding: 0;
}
#footer ul li {
	list-style: none;
	display: inline;
	float: left;
	height: 16px;
	margin: 15px 0 0;
	padding: 0 4px 0 7px;
	font: 12px Arial, sans-serif;
	color: #999999;
	background: url('../images/footer-list-sep.gif') no-repeat 0 50%;
}
#footer ul li:first-child {background: none;}
#footer ul li a {
	color: #999999;
	text-decoration: underline;
}
#footer ul li a:hover {text-decoration: none;}
/******************************************************/
#secondary-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
	background: url('../images/secondary-body-bg.gif') repeat-x 50% 0;
}
#secondary-header {
	display: table-header-group;
	width: 100%;
	margin: 0;
	background: url('../images/secondary-header-shadow.gif') no-repeat 50% 0;
}
#secondary-header .header h2 {
	top: 165px;
	left: 23px;
}

#secondary-header .header h2.about {
	width: 145px;
	height: 22px;
	background: url('../images/secondary-header-text.gif');
} 

#secondary-header .header h2.residential {
	width: 168px;
	height: 24px;
	background: url(../images/residential-header.gif);
} 
#secondary-header .header h2.watercop {
	width: 137px;
	height: 24px;
	background: url(../images/watercop-hdr.png);
} 
#secondary-header .header h2.conservation {
	width: 288px;
	height: 24px;
	background: url(../images/conservation-kits.png);
} 
#secondary-header .header h2.powersave {
	width: 142px;
	height: 23px;
	background: url(../images/powersave-hdr.png);
} 
#secondary-header .header h2.leakdetection {
	width: 232px;
	height: 24px;
	background: url(../images/leak-detection-hdr.png);
} 
#secondary-header .header h2.contact {
	width: 183px;
	height: 24px;
	background: url(../images/contact-us-header.gif);
} 
#secondary-header .header h2.consultation {
	width: 380px;
	height: 25px;
	background: url(../images/request-consultation-header.gif);
}
#secondary-header .header h2.led {
	width: 195px;
	height: 25px;
	background: url(../images/led-lighting.png)
}

#secondary-header .header {
	width: 970px;
	height: 218px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/secondary-header-bg.jpg') no-repeat;
	position: relative;
}


.secondary-content h1 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 503px;
	height: 15px;
	background: url('../images/secondary-content-text.gif') no-repeat 0 0;
	margin: 25px 0 0 0;
}

.secondary-content h1.contact {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 514px;
	height: 15px;
	background: url(../images/customer-service-subheader.png) no-repeat 0 0;
	margin: 25px 0 0 0;

}

.secondary-content h1.consultation {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 419px;
	height: 15px;
	background: url(../images/consultation-subheader.png) no-repeat 0 0;
	margin: 25px 0 0;

}

.secondary-content h1.municipal {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 526px;
	height: 15px;
	background: url(../images/municipal-subheader.png) no-repeat 0 0;
	margin: 25px 0 0 0;

}


.secondary-content h1.residential {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 576px;
	height: 15px;
	background: url(../images/residential-subheader.png) no-repeat 0 0;
	margin: 25px 0 0 0;

}

.secondary-content h1.thanks {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 105px;
	height: 15px;
	background: url(../images/thanks-subheader.png) no-repeat 0 0;
	margin: 25px 0 0 0

}

.secondary-content h1.watercop {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 427px;
	height: 15px;
	background: url(../images/watercop-subheader.png) no-repeat 0 0;
	margin: 25px 0 0 0

}

.secondary-content {
	width: 970px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 55px 0;
}

.secondary-content h1 {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 503px;
	height: 15px;
	background: url('../images/secondary-content-text.gif') no-repeat 0 0;
	margin: 25px 0 10px 0;
}
.secondary-content p {
	font: 14px/16px Arial, sans-serif;
	color: #242d2b;
	line-height: 20px;
	
}
.saving-form input,
.saving-form textarea {
	margin: 0;
	padding: 0;
}
.start-saving {
	width: 273px;
	height: 299px;
	margin: -25px 32px 0 0;
	padding: 0;
	float: right;
	background: url('../images/secondary-form-bg.gif') no-repeat 0 0;
}
.start-saving h3 {
	margin: 22px 0 0 20px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url('../images/secondary-form-text.gif') no-repeat;
	width: 120px;
	height: 15px;
}
.saving-form {
	width: 251px;
	height: 299px;
	margin: 0;
	padding: 0 0 0 22px;
	font: 13px Arial, sans-serif;
	color: #6d5a01;
}
.saving-form p {
	padding: 15px 20px 20px 1px;
	margin: 0;
	width: 230px;
	font-size: 13px;
	color: #6d5a01;
}
.saving-form label {
	float: left;
	width: 80px;
	height: 19px;
}
.saving-form input {
	width: 143px;
	height: 17px;
	margin: 0 0 7px 0;
}
.saving-form input,
.saving-form textarea {
	float: left;
	border: 1px solid #abadb3;
}
.saving-form textarea  {
	margin-top: 0px;
	width: 143px;
	height: 47px;
}
.saving-form .button {
	width: 76px;
	height: 32px;
	border: none;
	float: right;
	margin: 10px 25px 0 0;
}

.clear {
	clear: both;
}

.whatif {
	float: right;
	background: url(../images/hp-what-if-box.png) no-repeat;
	width: 228px;
	height: 143px;
	display: block;
	padding: 10px 40px 10px 20px;
}

.whatiflearnmore {
	background: url(../images/learn-more.png) no-repeat;
	width: 124px;
	height: 31px;
	display: block;
	text-indent: -99999px;
}


.lab {
	margin: 0 20px;
	float: right;
	background: url(../images/lab-box.png) no-repeat;
	width: 229px;
	height: 319px;
	display: block;
	padding: 20px 20px 10px 20px;
}


.lab h2.lab_title {
	background: url(../images/what-is-led.png) no-repeat;
	width: 112px;
	height: 15px;
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

.standard_list {
	margin: 10px 15px;
	padding: 8px 30px;
	display: block;
}

.standard_list li {
	padding: 4px 0 4px 0;
	list-style: url(../images/check.gif);
}

.tomstake {
					background: #fdf2b4;
					padding: 15px;
					width: 100%;
					border: solid 1px #f4cf05;
				}