body {
	background-image: url(/images/bg_back.gif);
	background-repeat: repeat-x;
	background-color: #1bafaf;
	margin: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 858px;
}
#header {
	background-image: url(/images/header_bk.gif);
	height: 186px;
	width: 858px;
	float: left;
}
#header #logo {
	float: left;
	padding-top: 8px;
	height: 133px;
	border: 0;
}

#rotate_image {
	float: left;
}
#phone {
	float: left;
	width: 693px;
	height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 160px;
	padding-top: 1px;
}
#content_wrap {
	background-color: #EBEBEB;
	float: left;
	width: 838px;
	padding-left: 20px;
}
#left_col {
	width: 205px;
	left: 20px;
	top: 20px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#nav {
	background-color: #6D6D6D;
	border: 1px solid #979797;
}
#nav a {
	display: block;
	margin-bottom: 1px;
	background-color: #F5F5F5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #191919;
	font-weight: bold;
	background-image: url(/images/i_arrow-yw.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#nav a:hover {
	background-color: #cc9900;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/i_arrow-wht.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}



#news {
	border: 1px solid #979797;
	margin-top: 20px;
	padding: 10px;
	background-color: #FAFAFA;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0px;
}
.news-article h3 {
	color: #117474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news-article p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news-article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news a {
	color: #117474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.news_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585858;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#content {
	float: left;
	width: 551px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;
}
.content_image {	
}

#content h1 {
font-family: Arial, Helvetica, sans-serif;
	color: #117474;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #117474;
}

#footerwrap {
	float: left;
	width: 858px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 35px;
}
#footerwrap a {
	color: #FFFFFF;
	text-decoration: none;
}

#legals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	float: left;
	width: 400px;
}
#content p {
	margin: 2px 0px 15px;
}
#content a {
	color: #CC0000;
}


#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEBEB;
	float: right;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #117474;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
}

#content_wrap img { border: 2px solid #e8ae08; }
#content_wrap img.storage { border: none; }

hr { display: none; }

address.vcard { clear: both; }

/* gallery layout */
	#content .gall-pics ul {
		float: left; display: inline;
		margin: 0; padding: 0;
	}

		#content .gall-pics ul li {
			float: left; display: inline;
			margin: 0 4px 4px 0;
			padding: 0;
			background: none;
		}
			#content .gall-pics ul li a { padding: 0; background: none; }
	
		.gall-pics ul li img { border: 2px solid #a95c53; }
		
	.gall-info { 
		clear: both; 
		width: 114px; 
		font-size: 85%; 
		text-align: center; 
	}
		
/* end facility pics */
div#details, div#below-ground, div#above-ground, h1#cistern { clear: both; }

p#storage-system { font-size: 110%; color: #666; }

div#irrigation { padding-left: 20px; }
img#green-tank {margin: 10px 20px 10px 0;}
/* table layout */
		table.cistern {
			border-collapse: collapse;
			width: 100%;
			border: 1px solid #e8ae08;
			border-bottom: 0;
			border-right: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
		}
			table.cistern th {
				background-color: #fff;
				text-align: left;
				font-weight: normal;
			}
				table.cistern th, table.cistern td {  
					padding: 2px;
					border-bottom: 1px solid #e8ae08;
					border-right: 1px solid #e8ae08; 
				}
				table.cistern td { background-color: #ffff9a; }
				
				table.cistern p.strike { text-decoration: line-through; }
	     /* end table */