@charset "utf-8";
/*----- Override Browser Defaults -----*/
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*----- Wrapper Elements -----*/
#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -253px;
	text-align: center;
	min-width: 800px;
}
#wrapper {
	position: relative;
	width: 800px;
	height: auto;
	border: 1px solid #0066FF;
	margin: 0px auto;
}
#logo {
	float: right;
	background: url(images/logo.jpg) no-repeat bottom right;
	margin-right: 20px;
	margin-bottom: 3px;
	width: 327px;
	height: 107px;
}
#pagehead {
	color: #004A25;
	letter-spacing: 3px;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
}
#pageheadtwo {
	color: #004A25;
	letter-spacing: 3px;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 16px;
}
#content {
	float: right;
	width: 600px;
	height: 380px;
	text-align: justify;
	background-image: url(images/content.jpg);
	color: #000000;
}
#inner {
	overflow:auto;
	height: 358px;
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 4px;
}
#inner p {
	line-height: 16px;
}
#nav {
	float: left;
	width: 200px;
	height: 490px;
	background-image: url(images/navigation.jpg);
}
#footer {
	background-color: #3384ff;
	color: #ffffff;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
}
#footer a:hover {
	color: #3333ad;
}
/*----- Navigation Elements -----*/
.links {
	position: relative;
	width: 170px;
	margin-top: 125px;
	margin-left: -1px;
	list-style-type: none;
	text-align: right;
}
.current {
	width: 170px;
	border: 1px solid #2f9b5c;
	border-width: 1px 1px 1px 0;
	background: url(images/green.jpg);
	padding-right: 5px;
	margin-top: 15px;
	letter-spacing: 3px;
	color: #00793d;
	font-weight: bold;
}
.home, .water, .solutions, .green, .news {
	width: 175px;
	border: 1px solid #0066FF;
	border-width: 1px 1px 1px 0;
	background: url(images/blue.jpg);
	padding-left: 0px;
	margin-top: 15px;
	letter-spacing: 3px;
}
.home a, .water a, .solutions a, .green a, .news a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
	font-weight: bold;
}
/*----- Rollovers -----*/
#homeovr {
	width: 59px;
	height: 76px;
	margin-top: -98px;
	margin-left: 300px;
	background-image: url(images/home.gif);
}
#waterovr {
	width: 159px;
	height: 115px;
	margin-top: -167px;
	margin-left: 250px;
	background-image: url(images/water.gif);
}
#solovr {
	width: 56px;
	height: 117px;
	margin-top: -199px;
	margin-left: 302px;
	background-image: url(images/solutions.gif);
}
#greenovr {
	width: 61px;
	height: 115px;
	margin-top: -228px;
	margin-left: 300px;
	background-image: url(images/gogreen.gif);
}
#newsovr {
	width: 90px;
	height: 69px;
	margin-top: -225px;
	margin-left: 286px;
	background-image: url(images/news.gif);
}
#homeovr, #waterovr, #solovr, #greenovr, #newsovr {
	position: absolute;
	visibility: hidden;
	display: none;
}
.home:hover #homeovr, .water:hover #waterovr, .solutions:hover #solovr, .green:hover #greenovr, .news:hover #newsovr {
	display: block;
	visibility: visible;
}
/*----- Hovers -----*/
.home:hover, .water:hover, .solutions:hover, .news:hover {
	background: url(images/blueblue.gif);
}
.home:hover a, .water:hover a, .solutions:hover a, .news:hover a {
	color: #4343e1;
}
.green:hover {
	background: url(images/bluegreen.gif);
	border-color: #2f9b5c;
}
.green:hover a {
	color: #00793d;
}
/*----- Index Styles -----*/
#mnewshead {
	color: #004A25;
	letter-spacing: 3px;
	font-size: 12px;
}
#mnewshead a {
	text-decoration: none;
}
#news {
	Width: 300px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	line-height: 16px;
}
#news p {
	font-size: 10px;
	font-weight: bold;
	color: #004A25;
	line-height: 19px;
	background-image: url(images/opacity.png);
}
#morenews {
	Width: 300px;
	height: auto;
	float: right;
	margin-right: 20px;
	text-align: left;
}
#morenews p {
	color: #000;
	font-size: 11px;
}
#newspic {
	float: left;
	width: 240px;
	height: 302px;
	margin-left: 24px;
	background-image: url(images/earthwater.jpg);
	border: solid 1px;
	border-color: #07bf52;
	margin-top: 5px;
}
.more {
	width: auto;
	float: right;
	text-decoration: none;
	color: #004A25;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: bold;
	margin-top: -10px;
}
.more:hover {
	color: #0087de;
	text-decoration: underline;
}
.newslinks {
	text-decoration: none;
	color: #104980;
	font-size: 10px;
	font-weight: bold;
}
.newslinks:hover {
	color: #0087de;
}
/*----- Water Styles -----*/
#pageintro {
	float: left;
	width: 325px;
	height: 250px;
	padding-top: 2px;
	padding-right: 11px;
	border-right: 2px solid #004A25;
	color: #004A25;
}
#quicknav {
	float: right;
	width: 212px;
	height: 202px;
	padding-left: 6px;
	text-align: left;
	background-image: url(images/opacity.png);
}
#qnavul {
	list-style-type: none;
}
#qnavul a {
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #004A25;
}
#qnavul a:hover {
	color: #257d4a;
	text-decoration: underline;
}
.qnavlink {
	margin-top: 20px;
}
#clear {
	clear: both;
}
.subhead {
	color: #004A25;
	letter-spacing: 3px;
	font-size: 12px;
	text-align: right;
	padding-bottom: 6px;
}
.top {
	color: #004A25;
	letter-spacing: 2px;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	font-weight: 100;
}
.top a {
	text-decoration: none;
	color: #004A25;
	font-weight: bold;
}
.top a:hover {
	text-decoration: underline;
	color: #004A25;
}
.bibanchor {
	text-decoration: none;
	font-size: 9px;
	color: #0066FF;
}
.bibanchor:hover {
	color: #004A25;
}
#article {
	width: auto;
	padding-left: 75px;
	padding-right: 75px;
	line-height: 16px;
	font-style: italic;
}
.tittlespan {
	text-decoration: underline;
}
.boldlist {
	font-weight: bold;
}
.waterullist .waterlist {
	list-style: disc;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 10px;
}
.waterullist .innerwaterlist {
	list-style: circle;
	margin-left: 100px;
	margin-right: 50px;
	padding-bottom: 10px;
}
.waterullist .waterlistd {
	list-style: disc;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
}
.listspace {
	list-style: none;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 10px;
}
.listspace1 {
	list-style: inside;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 10px;
}
.listdspace {
	list-style: none;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 20px;
}
.biblist {
	color: #004A25;
	font-size: 10px;
	text-align: left;
	list-style: none;
	margin-left: 75px;
	margin-right: 75px;
	padding-bottom: 10px;
}
/*----- Solutions Styles -----*/
.clear {
	clear: both;
}
#awginfo {
	float: left;
	width: 400px;
	height: auto;
}
#awgpic {
	float: right;
	margin-right: 40px;
	width: 80px;
	height: 231px;
	background-image: url(images/awg.png);
}
.subhead {
	margin-top: 20px;
	color: #004A25;
	letter-spacing: 3px;
	font-size: 12px;
	padding-bottom: 6px;
}
.subheadsmall {
	color: #004A25;
	letter-spacing: 2px;
	font-size: 10px;
	padding-bottom: 14px;
}
.ullist .list {
	list-style: disc;
	text-align: left;
	margin-left: 50px;
	padding-bottom: 10px;
}
.ullist .list2 {
	list-style: none;
	text-align: left;
	padding-bottom: 10px;
}
#leftspec {
	float: left;
	width: 270px;
	height: 350px;
	padding-right: 4px;
	border-right: 2px solid #004A25;
	background-image: url(images/opacity.png);
}
#rightspec {
	float: right;
	width: 270px;
	height: 350px;
	background-image: url(images/opacity.png);
}
#leftspec2 {
	float: left;
	width: 270px;
	height: 250px;
	padding-right: 4px;
	border-right: 2px solid #004A25;
	background-image: url(images/opacity.png);
}
#rightspec2 {
	float: right;
	width: 270px;
	height: 250px;
	background-image: url(images/opacity.png);
}
#leftspec3 {
	float: left;
	width: 270px;
	height: 250px;
	background-image: url(images/opacity.png);
}
#more {
	text-align: center;
}
/*----- Green Styles -----*/
#gright, #gleft {
	color: #00793d;
	text-decoration: none;
	letter-spacing: 4px;
	font-size: 16px;
	font-weight: bold;
}
#gright:hover, #gleft:hover{
	text-decoration: underline;
	color: #3384ff;
}
#gright {
	float: right;
	margin-right: 50px;
}
#gleft {
	float: left;
	margin-left: 50px;
}
/*----- News Styles -----*/
#newslist {
	margin-left: 20px;
	list-style-type: none;
	text-align: left;
	background-image: url(images/opacity.png);
}
#newslist li {
	font-size: 11px;
	line-height: 30px;
}
#newslist li a {
	text-decoration: none;
	color: #104980;
	font-size: 10px;
	font-weight: bold;
}
#newslist li a:hover {
	color: #0087de;
}
/*----- About Styles -----*/
#points {
	float: right;
	color: #004A25;
	letter-spacing: 3px;
	font-size: 11px;
	font-weight: bold;
}
.footspan {
	font-size: 9px;
	color: #85dfab;
}
/*----- Contact Styles -----*/
#cboxone, #cboxtwo {
	float: right;
	width: 300px;
	height: auto;
	margin-top: 25px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	background-image: url(images/conback.png);
	background-position: right;
	background-repeat: repeat-y;
}
#contactinfo {
	float: left;
	width: 214px;
	height: 265px;
	margin-top: 25px;
	margin-left: 16px;
}
.name {
	color: #004A25;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 40px;
}
.phone {
	color: #004A25;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 4px;
	line-height: 40px;
}
.email {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 40px;
}
.email a {
	text-decoration: none;
	color: #3384ff;
}
.email a:hover {
	text-decoration: none;
	color: #004A25;
}
/*----- FAQ Styles -----*/
#faqbox {
	width: 540px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
.qanda {
	list-style-type: none;
}
.bullet {
	list-style-type: disc;
	margin-left: 30px;
}
.space {
	padding-bottom: 10px;
}
.spacenodec {
	padding-bottom: 10px;
	list-style-type: none;
}
/*----- Legal Styles -----*/
#left {
	float: left;
	text-align: justify;
	line-height: 20px;
	width: 315px;
	height: 285px;
	padding-right: 5px;
	border-right: 2px solid #004A25;
}
#right {
	float: right;
	line-height: 20px;
	text-align: left;
	width: 250px;
	height: 285px;
}
.valid {
	width: auto;
	float: right;
	margin-top: 190px;
}
/*-8ae1ae-*/