body {
	background: #e9f3eb;
}

body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 15px;
	color: #335c3c;
	font-weight: normal;
}

#wrapper {
	background: url(../images/bg.jpg);
	width: 765px;
	margin: 0px auto;
}

#header {
	background: url(../images/header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerClients {
	background: url(../images/clients_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerContact {
	background: url(../images/contact_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerHome {
	background: url(../images/home_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerEnergy {
	background: url(../images/energy_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerEnviro {
	background: url(../images/enviro_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerGrow {
	background: url(../images/grow_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#headerOther {
	background: url(../images/other_header.jpg) repeat-x;
	padding-top: 168px;
	padding-left: 264px;
	color: #335c3c;
	font-weight: normal;
	padding-bottom: 22px;
	font-size: 15px;
	
}

#footer {
	background: url(../images/footer.jpg) repeat-x;
	height: 20px;
}

#footerLinks {
	color:#335c3c;
	font-size: 11px;
	padding-right: 10px;
	text-align: right;
	width: 765px;
	margin: 0px auto;
}

#footerLinks a {
	color:#335c3c;
	text-decoration:none;
}

#footerLinks a:hover {
	color:#335c3c;
	text-decoration:underline;
}

#mainNav {
	margin-top:-50px;
	width: 264px;
	float: left;
}

#mainContent {
	margin-bottom: 30px;
}

#innerContent {
	float: left;
	width: 501px;
	color: #555555;
	width: 420px;
}

#innerContent a {
	color: #335C3C;
	text-decoration: none;
	font-weight: bold;
}

#innerContent a:link {
	color: #335C3C;
	text-decoration: none;
	font-weight: bold;	
}

#innerContent a:active {

}

#innerContent a:visited {

}

#innerContent a:hover {
	color: #335C3C;
	text-decoration: underline;
}

#mainNav a {
	display: block;
	float:left;
	height: 23px;
	line-height: 23px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 17px;
	text-decoration: none;
	width: 175px;
	background: url(../images/whiteLine.gif) no-repeat;
	
}

#mainNav a:link {
	display: block;
	line-height: 23px;
	margin-bottom:5px;
	font-size: 13px;
	color: #FFFFFF;	

}

#mainNav a:active {
	color: #FFFFFF;
}

#mainNav a:visited {
	color: #FFFFFF;
}

#mainNav a:hover {
	color: #FFFFFF;
	background: #68886f url(../images/whiteLine.gif) no-repeat;
}

#mainNav .selected {
	background: #68886f url(../images/whiteLine.gif) no-repeat;
}