body{color:#565D66;background-color:#F2F6FF;}
a{color:#2891D5; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
/* header */
#header{
	background-image:url('/images/header.png'); /*186px*/
	height:186px;
}
.logo_background{
	background: url('/images/header_lagoon.jpg') no-repeat;
	height:186px;
}
.logo_image{
	background: url('/images/beachwatch_logo.png') no-repeat 396px 86px;
	/*height:98px;*/
	height:186px;
}
/* search box */
.search_box{text-align:center;padding-top:14px;}
/* footer */
#footer{
	background-image:url('/images/footer.png'); /*93px*/
	margin-top:18px;
	padding-top:45px;
	height:48px;
	color:#565D66;
}
#footer a{color:#2891D5; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer a:active {text-decoration:underline;}
#footer div.links {float:left;}
#footer div.copyright {float:right;}


.content{
	background-color:#F2F6FF;
}
.beach_report h3{
	font-size:1.3em;
}
span.status { color:#C15957; font-style:italic;}
/* menu */
.menu {
margin:0px;
padding:0px;
height:70px;
}
.menu ul {
margin:0px 0px 0px 10px;
padding:0px;

}
.menu ul li {
margin:10px 0px 0px 20px;
padding:15px 0px 15px 20px;
float:left; list-style:none;
border-left:1px solid #C7C7C7;
text-align:center; font-size:14px;
font-weight:bold; text-transform:uppercase;
}
.menu ul li a {
margin:0px 0px 0px 0px; text-decoration:none;
padding:0px; color:#626262; }
.menu ul li a:hover{ text-decoration: underline;}