html {
	border: 0px solid #999;
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	height: 100%; 
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 920px;
	background-image: url(../images/site_grad_bg.jpg);
	background-repeat: repeat-x;
}

#container_home {
	min-height: 100%;
	background-image: url(../images/site_bg_home2.jpg);
	background-repeat: no-repeat;
}

#container {
	min-height: 100%;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
}

#header {
	border: 0px solid #999;
	height: 109px;
	width: 920px;
}

#search {
	color: #FFF;
	border: 0px solid #999;
	padding-top: 55px;
	float: right;
	height: 45px;
	width: 270px;
	text-align: left;
}

#search a:link,
#search a:hover,
#search a:visited,
#search a:active {
	font-family: Times New Roman, Times, serif;
	font-size:12px;
	color: #FFF;
	margin: 0px;
}


#navigation {
	border: 0px solid #999;
	height: 27px;
	width: 920px;
}

#photo_home {
	height: 170px;
	min-width: 920px;
	width: 100%;
	overflow: hidden;
}

#photo_fill {
	height: 95px;
	width: 920px;
}

#photo {
	height: 110px;
	min-width: 920px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	background-repeat: no-repeat;
}

#photo a:link,
#photo a:hover,
#photo a:visited,
#photo a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #0B378A;
	margin: 0px;
}

#photo a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #245cc5;
	margin: 0px;
}

#content_home {
	border: 0px solid #0F0;
	padding-bottom: 112px; 
	background-image: url(../images/site_bar_bg.gif);
	background-position: 0px 490px;
	background-repeat: no-repeat;
	
	padding-left: 200px;   /* LC width */
  	padding-right: 240px;  /* RC width */
	overflow: auto;
}

#content_home .column {
	position: relative;
	float: left;
}

#content {
	border: 0px solid #0F0;
	padding-bottom: 112px; 
	background-image: url(../images/site_bar_bg.gif);
	background-position: 0px 490px;
	background-repeat: no-repeat;
	
	padding-left: 200px;   /* LC width */
	padding-right: 10px;   /* LC width */
	overflow: auto;
}

#content .column {
	position: relative;
	float: left;
}

/* center content */

#centercontent_home {
	border: 0px solid #F00;
	min-height: 280px;
	font-size: 14px;
	padding: 0px;
	width: 100%;
}

#centercontent {
	border: 0px solid #999;
	min-height: 280px;
	font-size: 14px;
	padding: 0px;
	width: 100%;
}

#print_header{
	display: none;
}

/* Left content */
#centercontent_home a:link,
#centercontent_home a:hover,
#centercontent_home a:visited,
#centercontent_home a:active,
#centercontent a:link,
#centercontent a:hover,
#centercontent a:visited,
#centercontent a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #0B378A;
	margin: 0px;
}

#centercontent_home a:hover,
#centercontent a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #245cc5;
	margin: 0px;
}

#leftcontent {
	width: 200px;             /* LC width */
	right: 200px;             /* LC width */
	float: left;
	margin-left: -100%;
	border: 0px solid #9C0;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #fff;
	display: inline;
}


.tbl {
	border: 0px solid #999;
	width:160px;
}

.tbl_cell {
	border: 0px solid #999;
	padding-right:15px;
	float: left;
}

.leftcontent_sec {
	border: 0px solid #999;
	float: left;
	width: 165px;
	height: 100px;
	padding-top: 32px;
	padding-left: 25px;
	text-align: left;
	clear: left;
	overflow: auto;
}

.leftcontent_sec_short {
	border: 0px solid #999;
	float: left;
	width: 165px;
	padding-top: 30px;
	padding-left: 25px;
	text-align: left;
	overflow: auto;
}

.accordionButton {	
	width: 200px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
}
 
.accordionContent {	
	width: 200px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	display:inline;
	position:relative; 
}
	
.leftcontent_nav {
	border-top: 1px solid #5591d0;
	border-bottom: 0px solid #5591d0;
	width: 175px;
	padding: 5px 5px 5px 20px;
	text-align: left;
}

.leftcontent_nav_sub {
	border-top: 1px solid #5591d0;
	border-bottom: 0px solid #5591d0;
	width: 155px;
	padding: 5px 5px 5px 40px;
	text-align: left;
	background-image: url(../images/nav_arrow_side.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.leftcontent_nav_last {
	border-top: 1px solid #5591d0;
	border-bottom: 1px solid #5591d0;
	width: 180px;
	padding: 5px 0 5px 20px;
	text-align: left;
}

.leftcontent_nav_sub_last {
	border-top: 1px solid #5591d0;
	border-bottom: 1px solid #5591d0;
	width: 155px;
	padding: 5px 5px 5px 40px;
	text-align: left;
	background-image: url(../images/nav_arrow_side.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#leftcontent h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	margin: 0px;
}

#leftcontent .current {
	font-size: 12px;
	color: #999;
	text-decoration: underline;
}

#leftcontent a:link,
#leftcontent a:visited,
#leftcontent a:active {
	font-size: 12px;
	color: #FFFF00;
}

#leftcontent a:hover {
	font-size: 12px;
	color: #ffff99;
}

#leftcontent a.current:link,
#leftcontent a.current:visited,
#leftcontent a.current:active {
	font-size: 12px;
	color: #999;
}

#leftcontent a.current:hover {
	font-size: 12px;
	color: #A3A3A3;
}

.clear  {
	clear:both;
}

.story_home {
	float:left;
	border: 0px solid #999;
	min-width: 450px;
	padding: 0 0 10px 10px;
	overflow: hidden;
}

.story {
	float:left;
	border: 0px solid #999;
	min-width: 650px;
	padding: 0 0 10px 10px;
	overflow: hidden;
}

#error {
	font-size: 12px;
	color: #F00;
	font-weight:bold;
}

/* conservation css */

.flash_slideshow {
	height: 205px;
}

.story_split {
	min-width: 340px;
	width: 48%;
	border: 0px solid #055db6;
	float: left;
	padding-right: 10px;
	overflow: auto;
}

#footer_icons {
	width:100%;
	text-align:center; 
	background-image:url(../images/site_bottom_bg.gif);
	background-repeat:repeat-x;
	overflow:auto;
}

#watering_index {
	text-align:center;
	width:137px;
	padding: 20px 0px 0px 0px;
	border:0px solid #5591d0;
	background-image:url(../images/residential_icons_07.gif);
	background-repeat:no-repeat;
	height:137px;
}

.index_num {
	font-size:30px;
	font-weight:bold;
}

/* news css */
.story .newstitle {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.story .newssubtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.cvwd_news_left {
	width: 310px;
	float: left;
	text-align: left;
	margin-top: 5px;
	clear: left;
}

.cvwd_news_right {
	width: 310px;
	float: right;
	text-align: right;
	margin-top: 5px;
	clear: right;
}

#cvwd_press_media { width: 260px; float: right; clear: right; margin: 0px; }
#cvwd_press_photo { width: 260px; margin: 0px 5px 0px 0px; padding: 0px; background-color: #f4f3de; border: 1px solid #bcb77f; float: right; clear: right; }
#cvwd_press_links { width: 260px; margin: 0px 5px 0px 0px; padding: 0px; background-color: #f4f3de; border: 1px solid #bcb77f; float: right; clear: right; }

 /* set background images for corners */
#cvwd_press_media { background: url(../images/media_mid_bg.gif) no-repeat; background-position: 0px 10px; margin: 0px 0px 5px 5px; }
.rbtop 		{ background: url(../images/media_top_bg.gif) no-repeat top left; width:260px; height:10px; }
.rbbot      { background: url(../images/media_bot_bg.gif) no-repeat bottom left; width:260px; height:10px; }
.rbcontent  { padding-left:10px; padding-right:10px; }
.rbphoto 	{ text-align:center; padding-bottom:5px; }


/* table css */

#table_center {
	width: 100%;
	text-align: center;
}

.table_center {
	width: 100%;
	text-align: center;
}

.table_center_blank {
	width: 100%;
	text-align: center;
}


.story_column {
	width: 200px;
	border: 0px solid #999;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

p.center {
	text-align: center;
}

p.nospace {
	margin-top: 0;
}

#table_center table, .table_center table {
  border-collapse: collapse;
  border: 1px solid #055db6;
  font: normal 12px Times New Roman, Times, serif;
  color: #000;
  background: #d6eaff;
}

#table_center table .center, .table_center table .center {
	text-align: center;
}

#table_center caption, .table_center caption {
  text-align: left;
  font: bold 14px Times New Roman, Times, serif;
  color: #fff;
  background: #055db6 url(../images/site_table_header.jpg) ;
  background-position: bottom left;
  padding: 10px 10px 15px 10px;
}

#table_center th, .table_center th {
  border: 1px dashed #055db6;
  padding: 10px;
  color: #000;
  background: #8ec7ff;
}

#table_center td, .table_center td {
  border: 1px dashed #055db6;
  padding: 10px;
  color: #000;
}

#table_center tbody td a, .table_center tbody td a {
  background: transparent;
  color: #000;
}

#table_center tbody th, .table_center tbody th, tbody td {
  vertical-align: top;
  text-align: left;
}

#table_center .odd, .table_center .odd {
  background: #b7dbff;
}

#table_center tbody tr:hover, .table_center tbody tr:hover {
  /* background: #ffff66; */
}

.table_blank {
	border:0;
}

#centercontent #headers h1, #centercontent_home #headers h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0B378A;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#centercontent #headers h2, #centercontent_home #headers h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#headers {
	min-width: 450px;
	border: 0px solid #999;
	padding: 10px 0 10px 10px;
	overflow: auto;
}

#headers #headers_txt {
	float:left;
	overflow: auto;
}

#headers #headers_share {
	float:right;
	overflow: auto;
}

#centercontent_home h1, #centercontent h1  {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0B378A;
	margin: 0px;
	padding: 0px;
}

#centercontent_home h2, #centercontent h2  {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0B378A;
	margin: 0px;
	padding: 0px;
}

#centercontent_home img.left, #centercontent img.left {
	float: left;
	margin: 3px 10px 0px 0px;
}

.left_div {
	float: left;
	margin: 0px 10px 0px 0px;
}

.right_div {
	float: right;
	margin: 0px 10px 0px 0px;
}


#centercontent_home img.right, #centercontent img.right {
	float: right;
	margin: 0px 0px 3px 10px;
}


#rightcontent {
	width: 220px;             /* RC width */
	margin-right: -100%;
	border: 0px solid #0F0;
	min-height: 435px;
	text-align:left;
	padding: 17px 0px 0 15px;
	background-image: url(../images/site_right_bg.png);
	background-repeat: no-repeat;
}

#rightcontent h1{
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-left:5px;
}

#newsList a:link,
#newsList a:visited,
#newsList a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #0B378A;
	margin: 0px;
}

#newsList a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #245cc5;
	margin: 0px;
}

#calendar {
	margin: 0px;
	border: 0px solid #F00;
	padding: 5px 20px 0 13px;
}

.newsList{
	border: 0px solid #999;
	margin-top: 5px;
	margin-left: 15px;
	width: 184px;
}

#slide {
	padding:0px;
	margin:0px;
	border: 0px solid #999;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	list-style:none;
}

#slide h1{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

#slide h2{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

#slide h3{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0B378A;
	margin: 0px;
}

#slide a:link, #slide a:hover, #slide a:visited, #slide a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #0B378A;
	margin: 0px;
}

#footer {
	position: relative;
	margin-top: -112px; /* negative value of footer height */
	height: 112px;
	clear:both;
	border: 0px solid #C0F;
	clear: both; 
	min-width: 920px;
	background-image: url(../images/site_footer.jpg);
	background-repeat: no-repeat;
}

#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active {
	font-family: Times New Roman, Times, serif;
	font-size:12px;
	color: #FFF;
	margin: 0px;
}

/*Form Fields*/
input {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
} 

textarea {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

select {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
} 

option {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#footer_links {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color:#fff;
	height: 50px;
	width: 860px;
	padding: 40px 40px 0px 20px;
}

/* share code goes here */

a.stbar.chicklet img {
	border:0;
	height:16px;
	width:16px;
	margin-right:3px;
	vertical-align:middle;
}
a.stbar.chicklet {
	height:16px;
	line-height:16px;
	}
	
/*** IE6 Fix ***/
* html #left {
	left: 220px;              /* RC width */
}
