*{
	padding: 0px;
	margin: 0px;
	outline:none;
}

body{
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	background: #8e9ba7 url(../_img/homepage1.jpg) no-repeat fixed;
	background-position:center top;
	margin-top: 20px;
	margin-left: 15px;
}

img{
	border: none;
}

a:link{
	color: #678192;
}

a:visited{
	color: #678192;
}

a:hover, a:active{
	color: #977118;
}

h1{
	font-family:Impact;
	font-size: 27px;
	font-weight:lighter;
	color:#977118;
	line-height: 26px;
	margin-bottom: 5px;
}

h2{
	font-family:Impact;
	font-weight:lighter;
	font-size: 22px;
	color:#678192;
	line-height: 16px;
	margin-bottom: 5px;
}

h3{
	color:#000;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

h4{
	font-size: 18px;
	line-height: 15px;
	margin-bottom: 5px;
}

h5{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.note{
	font-size: 10px;
}

.date{
	font-size: 11px;
	color: #977118;
	font-style:italic;
}

.error{
	color: red;
	margin-bottom: 10px;
}

.msg{
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.right_align{
	float: right;
}

#header{
	width: 100%;
	height: 133px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url('../_img/header_bg.png');
	background-repeat:repeat-x;
	z-index:5;
}

#logo{
	text-align:center;
	margin:auto;
	height:100px;
	vertical-align:middle;
	width:550px;
}

#logo_print{
	display: none;
}

#navigation{
	width:1075px;
	margin:auto;
	height:33px;
	color:#fff;
	cursor:pointer;
	z-index:10;
}

#navigation ul{
	padding-top:5px;
	margin:0;
	list-style:none;
	white-space:nowrap;
	z-index:100;
}

#navigation li{
	float: left;
	position: relative;
	border-left:#e9e9e9 solid 1px;
	margin-left:15px;
	padding-left:15px;
	z-index:150;
}

#navigation li:first-child{
	border-left:none;
}

#navigation li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	padding-top:12px;
	padding-right:15px;
	margin-left:-30px;
	.margin-left:-100px;
	.padding-top:27px;
	z-index:1000 !important;
	white-space:normal;
}

#navigation li ul li{
	float: left;
	position: relative;
	background:url('../_img/menu_bg.png') repeat;
	border-left:none;
	border-top:#e9e9e9 solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	min-width:130px;
	overflow:hidden;
	.z-index:100001 !important;
}
#superfish correction for IE7
div#preface-top, div#block-superfish-1 {
overflow: visible;
}

#navigation li ul li:first-child{
	border-top:none;	
}

#navigation li ul li a{
	text-transform:none;	
}

#navigation li > ul {
	top: auto;
	left: auto;
}

#navigation li:hover ul { display: block; }

#navigation ul a{
	text-decoration: none;
	/*text-transform: uppercase;
	font-size:10px;*/
	font-weight:normal;
}

#navigation a{
	color: #ffffff;
}

#navigation a:visited{
	color: #ffffff;
}

#navigation a:hover, #navigation a:active, #navigation a.selected, #navigation a.selected:visited{
	color: #977118;
}

.selected{
	color: #977118;
}

#info_desc{
	position: relative;
	float: left;
	color: #FFF;
	margin-left: 20px;
	margin-top: 10px;
}

#login{
	position: relative;
	float: left;
	width: 159px;
	height: 175px;
	margin-top: 25px;
	padding:35px 6px 10px 8px;
	color: #FFF;
	background: url(../_img/login_bg.png) no-repeat;
	margin-bottom: 20px;
}

#login form{
	margin-bottom: 10px;
}

#login input#email, #login input#password{
	width: 148px;
	height: 20px;
	margin-bottom: 8px;
	margin-top: 3px;
	background: url(../_img/form_field.png) no-repeat;
	border: none;
	padding: 0px 5px;
	color: #FFF;
}

#container{
	width: 741px;
	position: absolute;
	top: 45px;
	left: 205px;
	overflow: hidden;
}

#box_top{
	position: relative;
	float: left;
	width: 741px;
	height: 12px;
}

#content_top{
	width: 726px;
	height: 32px;
	padding-top: 14px;
	padding-left: 15px;
	background: url(../_img/body_header.png) no-repeat;
}

#content_top img{
	vertical-align:top;
}

.infoimg{
	vertical-align:bottom;
}


#event_switch{
	margin-left: 10px;
	color: gray;
	font-size: 14px;
}

#event_switch a{
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

#event_switch a:hover{
	color: #ac7e2c;
}

#content_wrapper{
	position:relative;
	top:10px;
	margin:auto;
	width:848px;
	z-index:1;
}

#top_bar{
	position:relative;
	top:0;
	left:0;
	background:url('../_img/bg_top.png') no-repeat;
	width:848px;
	height:23px;
}

#bottom_bar{
	position:absolute;
	bottom:0;
	left:0;
	background:url('../_img/bg_bottom_no_alpha.png') no-repeat;
	width:848px;
	height:23px;
}

#show_hide_wrapper{
	position:absolute;
	top:145px;
	left:0;
	width:100%;	
	z-index:1;
}

#show_content_wrapper{
	position:absolute;
	top:35px;
	right:100px;
	display:none;
}

#content{
	position: relative;
	float: left;
	width: 825px;
	padding: 10px 10px 10px 15px;
	background:url('../_img/bg_middle.png') repeat-y;
	z-index: 2;
	color: #000;
}

#content a{
	text-decoration:underline;	
}

#content p{
	margin-bottom: 10px;
}

#content ul{
	margin-left: 60px;
	margin-bottom: 5px;
}

#content li{
	margin-bottom: 0px;
}

#page_content{
	width:770px;
	margin-left:20px;	
}

#content_image_wrapper{
	position:relative;
	width: 400px;
	height:260px;
	float:right;
	text-align:right;
	margin-bottom:20px;
	margin-left:20px;
}

#content_image_wrapper h3{
	font-size: 12px;
	color:#678192;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight:bold;
}

.content_photo{
	position:relative;
	width:398px;
	height:255px;
	text-align:center;
	background:url('../_img/image_gallery_bg.png');	
}

#content_image_wrapper .content_photo img{
	border:none;
}

#content_photo_wrapper{
	position:absolute;
	padding:0;
	top:22px;
	left:13px;
	width:375px;
	height:210px;
	overflow:hidden;
	text-align:center;
}

#accuweather{
	min-height:150px;
	min-width:180px;	
}

.pagination{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

.pagination a{
	margin-left:10px;
	margin-right:0px;
}

.pagination a.qp_disabled{
	text-decoration:none;
	font-style:italic;
	color:#cccccc;
}

#category_list{
	position: relative;
	float: left;
	clear: both;
}

#footer{
	position: relative;
	margin-left:-5px;
	float:left;
	height: 30px;
	width: 829px;
	padding-top:10px;
	font-size: 10px;
	text-align: center;
	color: #000;
	background:url('../_img/footer_bg.png') repeat;
	margin-top:10px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover, #footer a:active{
	color: #ac7e2c;
}

#logo_list{
	width:800px;
	float:left;
	text-align:center;
}

#logo_list img{
	margin-left:40px;
}

#logo_list #first_image{
	margin-left:0px;
}

/* Index Styles */

#home_left_col{
	position: relative;
	float: left;
	width: 350px;
	padding-right: 30px;
	padding-left: 10px;
  	overflow: hidden;
}

#home_top{
	margin-bottom:20px;	
}

#home_top_left{
	width:580px;
	float:left;
	padding-left:20px;
}

#home_top_right{
	width:200px;
	float:left;
	padding-left:10px;
}

#home_top_right img{
	border:none;
}

#hide_content{
	width:190px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}

#accuweather{
	width:190px;
	float:left;
	border-left:#678192 1px solid;
	margin-bottom:10px;
}

#current_tide_info{
	width:190px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}

#top_bottom_bar{
	width:780px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	border-bottom:#678192 1px solid;	
}

.view_all{
	position: absolute;
	top: 0px;
	right: 10px;
}

.view_all a{
	display: block;
}

#home_left_col h1{
	position: relative;
	float: left;
	width: 100px;
	height: 26px;
}

#home_news{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}

#home_events{
	position: relative;
	float: left;
	margin-left: 10px;
}

.news_item, .event_item{
	position: relative;
	float: left;
	width: 380px;
	margin-top: 10px;
}

.news_image, .event_image{
	position: relative;
	float: left;
	width: 85px;
}

.news_text, .event_text{
	width:370px;
	float: left;
}

.news_text p, .event_text p{
	margin-top: 5px;
}

.event_description{
	float:left;
	width:275px;	
}

#home_right_col{
	position: relative;
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-right: 15px;
}

#home_right_col img.infoimage{
	vertical-align: top;
	width: 18px;
	height: 18px;	
}

#gallery{
	position: absolute;
	width: 350px;
	height: 300px;
	top: 38px;
	left: 15px;
	margin-bottom: 10px;
}

.slide{
	position: absolute;
	height: 250px;
	width: 350px;
}

.rotating_image{
	position: relative;
	width: 350px;
	height: 250px;
	overflow: hidden;
}

.gallery_caption{
	position: relative;
	float: left;
	width: 350px;
	margin-top: 5px;
	font-size: 11px;
}

/* About Styles */

img.about_icon{
	position: relative;
	float: left;
	clear: both;
	margin-right: 15px;
}

.about_text{
	position: relative;
	float: left;
	width: 595px;
	margin-bottom: 20px;
}

.about_text h2{
	color: #d49122;
}

/* List Styles */

.list_item{
	position: relative;
	float: left;
	width: 706px;
	margin-top: 15px;
	padding: 0px 10px 15px 0px;
	border-bottom: 1px solid gray;
	clear: both;
}

.list_item h2{
	color: #d49122;
	margin-bottom: 0px;
}

.list_item h2 a{
	color: #d49122;
	margin-bottom: 0px;
}

.list_item h2 a:hover, .list_item h2 a:active{
	color: #677777;
}

.list_text a{
	text-decoration: none;
}

.list_image{
	position: relative;
	float: left;
	width: 150px;
}

.list_text{
	position: relative;
	float: left;
	width: 530px;
	margin-left:20px;
}

.list_text h2.archived{
	font-style: italic;
	color: #003366;
}

#media_searchform{
	position: relative;
	float: left;
	margin-left:15px;
}

#media_searchform input#txtSearch{
	width: 148px;
	height: 20px;
	/* background: url(../_img/form_field.png) no-repeat; */
	background-color:#999;
	border: none;
	padding: 0px 5px;
	vertical-align: middle;
	position: relative;
	float: left;
	color: #FFF;
}

#media_searchform label{
	width: 95px;
	padding-top: 2px;
	color:#678192;
}

#show_advanced{
	cursor: pointer;
	color: #977118;
	float:right;
	margin-right:20px;
}

#advanced_search{
	display: none;
	position: absolute;
	left: 50px;
	top: 39px;
	width: 175px;
	margin-top: 5px;
	background-color: #FFF;
	z-index: 10;
	border: 1px solid gray;
}

#advanced_search label{
	width: 100px;
}

.media_preview{
	position: relative;
	float: left;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom:10px;
	width: 150px;
	height: 150px;
}

.media_preview img{
	width:150px;
}

/* Form Styles */
form.add_edit{
	width: 670px;
	margin: auto;
	margin-top: 25px;
}

fieldset {  
	float: left;  
	clear: left;  
	width: 90%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	color: #003366;  
	font-weight: bold;
}

fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

fieldset li input.text{
	width: 400px;
	height: 20px;
}

fieldset li select.select{
	width: 400px;
	height: 20px;
}

fieldset li input.text_link{
	width: 360px;
	height: 20px;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: none;  
	padding-left: 122px; 
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

fieldset fieldset {  
	margin-bottom: -25px;  
	border-style: none;  
} 

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	color: #003366;
} 

fieldset fieldset ol {  
	position: relative;  
	top: -15px;  
	margin: 0 0 0 110px;  
	padding: 0;
} 

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

.tinyWarning{
	color: red;
	font-size: 10px;
	width: 400px;
	margin-left: 110px;
	margin-top: 5px;
}

ol.address{
	position: relative;
	float: left;
}

.address label{
	float: left;  
	width: 100px;  
	margin-right: 10px;
}

.address input, .address select{
	height: 20px;
	width: 290px;
}

fieldset.image_replace{
	float: none;  
	width: auto;  
	padding-left: 110px; 
	padding-bottom: 15px;
}

fieldset.image_replace legend{
	padding-bottom: 3px;  
}

fieldset.image_replace ol{  
	position: relative;  
	top: 0px;  
	margin: 0 0 0 0px;  
	padding: 0;
}

/* Form Validation Styles */

span.hint, #unavailable_email, #unavailable_forum {
	background: #eee url(../_img/buttons/required.png) no-repeat 3px 3px;
	color:#444;
	border:1px solid #888;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 110px;
	visibility:hidden;
}

#unavailable_email, #unavailable_forum {
	visibility: visible;
}
			
.welldone span.hint, #available_email, #available_forum {
	background: #9fd680 url(../_img/buttons/welldone.png) no-repeat 3px 3px;
	border-color:#749e5c;
	color:#000;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 110px;
}

.kindagood span.hint {
	background: #ffffcc url(../_img/buttons/kindagood.png) no-repeat 3px 3px;
	border-color:#cc9933;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 110px;
}

.required {
	background: transparent url(../_img/buttons/required.png) no-repeat right top;
}
		
.welldone {
	background:transparent url(../_img/buttons/welldone.png) no-repeat right top;
}


.kindagood {
	background:transparent url(../_img/buttons/kindagood.png) no-repeat right top;
}

.submitHide{
	border:1px solid white;
	opacity:.5;
	filter:alpha(opacity=50);
}

/* Media Items */
.media_items{
	float:left;
	min-width:75px;
	overflow:auto;
}

form .media_items{
	background-color: silver;
	position:relative;
	width:580px;
	padding: 10px;
	float:left;
	overflow:auto;
	margin-left:5px;
	margin-bottom: 15px;
}

#media_photos .caption_text, #media_videos .caption_text{
	position: relative;
	float: right;
	margin-top:20px;
	margin-left: 10px;
	color: black;
	width: 350px;
}

#media_videos .caption_text{
	margin-right: 50px;
}

.media_items a{
	color: #000;
}

.enlarge_caption{
	font-size:.8em;
	text-align:center;
}

.iframe div.enlarge_caption{
	display: none;
}

.media_items h2{
	font-size: 13px;
}

.thumbnail{
	position: relative;
	float: left;
}

.thumb_edit{
	position: absolute;
	width: 95px;
	height: 20px;
	bottom: 1px;
	right: 1px;
	z-index: 5;
}

.thumb_edit .enlarge_caption{
	display: none;
}

#media_photos .thumb_box{
	position:relative;
	float:left;
	margin:10px 0px 10px 15px;
}	

input.fancybox{
	position: relative;
	float: left;
	margin-right: 10px;
}

a.fancyboxthumb img, a.fancybox img{
	border: 1px solid #6D6E71;
}

#media_audio p {
	margin-left:10px;
	width:230px;
	float:left;
}

#media_audio p embed{
	margin-left:10px;
	margin-top:5px;
}

.media_vid{
	width:160px;
	float:left;
	margin-bottom:5px;
}

.media_vid input{
	float:left;
}

#media_doc p {
	margin-left:10px;
	float:left;
}

#media_link{
	margin-top: 10px;
	width: 90%;
}

#media_link p {
	margin-left:10px;
	float:left;
}

.link{
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

.link:hover{
	color: #9ba9c7;
}

#overDiv table{
	padding: 5px;
	width: 300px;
}

#content p, #content li
{
	line-height: 1.4em;
}