
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	margin: 0px;
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	color: #3e3e3e;
	background: #fff;
}

h1 {
	 
	 paddng: 0px;
	 margin:  0px;
	 padding-bottom: 10px;
	 font-size: 1.50em;
	 line-height: 1.25em;
}

h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 1.10em;
}

.larger {
	font-size:  1.10em;
}

.green {
	background:  #f7ffe9;
}

.contentHolder {
width:877px;
margin: auto;
}


#customP p {
	margin-top: 5px;
}

#menuContainer {
height: 97px;
background: url(images/menu_background.png) 0 -13px;
margin-bottom: 30px;
}

#menu { float: left;
width: 450px;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#menu li {
	float: left;
display: inline;
margin-top: 25px;
margin-right: 15px;
}

#menu li.home a {
	width: 81px;
	height: 32px;
	display:block;
	background: url(images/menu_sprite.png) -7px -96px;
	text-indent: -1000px;
}

#menu li.home.active a { background: url(images/menu_sprite.png) -7px -6px; }

#menu li.home a:hover {
	background: url(images/menu_sprite.png) -7px -51px;
}


#menu li.about a {
	width: 81px;
	height: 32px;
	display:block;
	background: url(images/menu_sprite.png) -98px -96px;
	text-indent: -1000px;
}

#menu li.about.active a { background: url(images/menu_sprite.png) -98px -6px; }

#menu li.about a:hover {
	background: url(images/menu_sprite.png) -98px -51px;
}

#menu li.contact a {
	width: 81px;
	height: 32px;
	display:block;
	background: url(images/menu_sprite.png) -195px -96px;
	text-indent: -1000px;
}

#menu li.contact.active a { background: url(images/menu_sprite.png) -195px -6px; }

#menu li.contact a:hover {
background: url(images/menu_sprite.png) -195px -51px;	
}


#menu li.energy a {
	width: 129px;
	height: 32px;
	display:block;
	background: url(images/menu_sprite.png) -445px -96px;
	text-indent: -1000px;
}

#menu li.energy a:hover {
background: url(images/menu_sprite.png) -445px -51px;	
}

#menu li.energy.active a { background: url(images/menu_sprite.png) -445px -6px; }

#menu li.testimonials a {
	width: 103px;
	height: 32px;
	display:block;
	background: url(images/menu_sprite.png) -300px -96px;
	text-indent: -1000px;
}

#menu li.testimonials a:hover {
background: url(images/menu_sprite.png) -300px -51px;	
}

#headerContainer {
	padding-top: 30px;
	width: 877px;
	margin: auto;
}

#content {
width: 877px;
margin-top: 30px;
}

#content p {
	margin-bottom: 30px;
	text-align:justify;
}

#content ul {
	margin-bottom: 30px;
	margin-left: 15px;
	list-style-type:disc;
}

#content li {
	padding-bottom: 10px;
}

#contentLeftContainer {
float: left;
width: 380px;
}

#contentRightContainer {
float: right;
width: 380px;
}

.inlineImage { float: right; padding-left: 15px; }
.clearFix { clear: both; }

#footerContainer { height: 97px;
background: url(images/menu_background.png);
color: #a3a3a3;
}

#footerContainer ul {
	margin-bottom: 0px;
list-style-type:disc;
display: inline;


}

#footerContainer li {
display: inline;
margin-right: 20px;
margin-top: 30px;
}

#affiliates {
	padding-top:  10px;
border-top:  1px solid #c7c7c7;	
}

/*** CONTACT ***/

.contact_form {
	padding-bottom:  40px;
	list-style-type: none;
	font-size: 12px;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
}

fieldset {
	border: 0px;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
}

#contact_submit input {
	background: #8cc63f;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
	text-decoration: none;
	width: 50px;
}

.clear {
	clear: both;
}

    #status{
    outline:none;   
    width: 300px;
	height: 25px;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
    }
    .focusField{
        border:solid 1px #9acb23;
        background:#f7ffe9;
        color:#2a5b0a;
    }
    .idleField{
        background:#f3f4f4;
        color: #6F6F6F;
        border: solid 1px #DFDFDF;
    }
    
    .status_parent {
	background: #f7ffe9 url(images/required.png) 470px 15px no-repeat;
	}
	
	#content input, textarea, select {
	    outline:none;
	width: 300px;
	height: 25px;
	font-size: 14px;
	/*color: #666466;*/
	padding-top: 5px;
	padding-left: 5px;
	/*border: 1px solid #dddfe1;*/
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
}

/** Contact Form Formating **/

.col1 {
	float: left;
	color: #2a5b0a;
	padding-top: 8px;
	padding-left: 10px;
	width: 130px;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
	font-size: 13px;
}

.col2 {
	float: left;
	margin-left: 30px;
}

.contact_form div {
	border-top: 1px dashed #ecffca;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, sans-serif;
}

.last_form {
	border-bottom: 1px dashed #ecffca;
}
.required {
	background: url(images/required.png) 470px 15px no-repeat;
	}
