html {
	height: 100%;
}

body {	
	background:#ffffff url("../images/bg_main.gif") repeat-x top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #211f1c;
}


h1 {
	font-family: Times, Georgia, serif;
	font-size: 30px;
	color: #555f34;
	padding:0;
	line-height:normal;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Times, Georgia, serif;
	font-size:20px;
	color:#7d5326;
	font-style:italic;
	margin: 0 0 10px 0;
	display:inline;
}

h3 {
	font-weight:bold;
	color:#7d5326;
}

p {
	margin: 0 0 10px 0;
	line-height:18px;	
}

a {
	color: #7d5326;
	text-decoration: underline;
}

a:hover {
	color: #555f34;
	text-decoration: underline;
}

strong {}

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

.right {
	float:right;
	margin:0 0 20px 20px;
}

.border {
	border:1px solid #555f34;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.nav_text {
	display:none;
}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:2px;
	line-height: 2px;
	position:relative;
	text-align:left;
	margin: 3px 0 5px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	width:900px;
	z-index:100;
	top:25px;
}

/********************* HEADER STYLES *************************/

#top {
	height:169px;
	width:900px;
	position:relative;
	margin:auto;
	z-index:101;
}

a.logo {
	position:relative;
	display:block;
	height:118px;
	width:463px;
	text-indent:-3000px;
	background:url("../images/logo.gif") no-repeat;
}	

#banner {
	position:absolute;
	top:0;
	left:548px;
	height:327px;
	width:355px;
	z-index:200;
}

#main_nav {
	position:relative;
	width:544px;
	z-index:101;
	margin-top:4px;
}


/*********************  LAYOUT STYLES *************************/

.feature {
	width:95%;
	margin:auto;
	background:#efebdf;
	padding:24px;
}

#content {
	position:relative;
	width: 900px;
	top:20px;
	padding:0 0 40px 0;
}

#home_col_1 {
	position:relative;
	float:left;
	width:50%;
	padding:20px 0 0 0;
}

#home_col_2 {
	position:relative;
	float:left;
	width:50%;
	padding:20px 0 0 0;
}

#col_1 {
	position:relative;
	float:left;
	width:510px;
	margin-top:30px;
	left:35px;
}

#col_2 {
	position:relative;
	float:left;
	width:275px;
	margin-top:160px;
	left:60px;
}

#col_full {
	position:relative;
	float:left;
	width:800px;
	padding:15px 0 30px 0;
}

/* ***************  INTERIOR LAYOUT STYLES *************** */

#content ul {
	margin:0 0 15px 0;
	padding:0;
}

#content ul li {
	background:url("../images/bullet.gif") no-repeat 0 0;
	padding-left:25px;
	margin:0 0 5px 0;
}


/* ***************  FOOTER STYLES *************** */

#footer {
	position:relative;
	margin:auto;
	top:45px;
	background:url("../images/bg_footer_line.gif") no-repeat top center;
	padding:30px 0 20px 0;
	font-size:12px;
	color:#764718;
	text-align:center;
}

#footer a {
	color:#764718;
	text-decoration:none;
}

#footer a:hover {
	color:#555f34;
	text-decoration:underline;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_home { 	background-image: url("../images/btn_home.gif"); 	width: 83px;height: 47px;	}
#nav li#btn_water { 	background-image: url("../images/btn_water.gif"); 	width: 124px;height: 47px;	}
#nav li#btn_other { 	background-image: url("../images/btn_other.gif"); 	width: 126px;height: 47px;	}
#nav li#btn_about { 	background-image: url("../images/btn_about.gif"); 	width: 99px;height: 47px;	}
#nav li#btn_contact { 	background-image: url("../images/btn_contact.gif"); 	width: 112px;height: 47px;	}


#nav li a {
	display:block;
	width:auto;
	height:100%;
	color:#4b3900;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#nav li a:hover {
	display:block;
	width:auto;
	height:100%;
	font-weight:bold;
	text-decoration:none;
	color:#4b3900;
}