*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	font-family: Arial, san-serif;
	text-align: center;
	color: #444;
	background-color: #b7c0cf;
	background-image: url('/public/images/page_bkg.gif');
	background-repeat: repeat-x;
}

a{
	color: #0071bc;
	text-decoration: none;
}
a:hover{
	color: #0071bc;
	text-decoration: underline;
}
img {
	border: 0;
	}
	
p{
	margin: 7px 0;
}
	
#page {
	clear: both;
}
#content {
  width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
#header {
	width: 100%;
	height: 145px;
	background-color: #fff;
	background-image: url('/public/images/page_bkg.gif');
	background-repeat: repeat-x;
}

#headerL{
  float: left;
  width: 500px;
}
#headerR{
  float: right;
  width: 272px;
}

#breadcrumbs{
	font-weight: bold;
	color: #6b7b92;
	padding: 10px 0 5px 20px;
	clear: both;
}
#langSelect{
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 75%;
	float: left;
	width: 220px;
}
#langSelect select{
	width: 100px;
}

#container{
	width: 100%;
}
#mainContent{
	float: left;
	clear: both;
	padding: 0 20px 5px 20px;
	background-color: #fff;
}

#homeNews{
	float: left;
	width: 460px;
}
#homeNews ul{
	list-style: none;
	font-size: 75%;
}
#homeNews li{
	width: 100%;
	background-color: #b7c0cf;
	margin: 3px 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	float: left;
}
#homeNews li img{
	float: left;
	margin-right: 10px;
}
#homeNews li.alt{
	background-color: #6b7b92;
}
#homeNews li:hover, #homeNews li a:hover{
	background-color: #6b7b92;
	color: #fff;
}
#homeNews li.alt:hover, #homeNews li.alt a:hover{
	background-color: #b7c0cf;
	color: #333;
}
#homeNews li a{
	color: #333;
	display: block;
	width: 90%;
}
#homeNews li.alt a{
	color: #fff;
}
#marinas{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
}
.marinaThumb{
	float: left;
	width: 145px;
	margin-right: 2px;
	height: 150px;
	margin-bottom: 20px;
}
.marinaThumbText{
	height: 30px;
	margin-top: 120px;
	width: 145px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.marinaThumbText img{
	float: left;
}
.marinaThumbText h3{
	width: 110px;
	text-align: right;
	font-size: 100%;
	color: #666;
	margin: 4px 4px 0 0;
	float: right;
	font-weight: bold;
}
.marinaThumbText:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color: #b7c0cf;
}

#homeWeather{
	float: left;
	width: 276px;
}
#homeWeather img{
	margin-left: 3px;
	margin-top: 3px;
}
#homeWeather p{
	font-size: 75%;
}

#homePhotos, #marinaPhotos{
	float: left;
	width: 100%;
	clear: both;
}
.smlPhoto{
	float: left;
	width: 145px;
	margin: 2px 2px 2px 1px;
	text-align: center;
}

.photoCaption{
	font-size: 75%;
	height: 50px;
	text-align: center;
}

#marinaPhotos .smlPhoto{
	margin: 0 1px;
}

#footer{
	width: 100%;
	clear: both;
	height: 40px;
	background-color: #6B7B92;
	text-align: center;
}
#footerInner{
	width: 780px;
	margin: 0 auto 20px auto;
	text-align: left;
}
ul#languages{
	list-style: none;
	float: left;
	background-color: #fff;
	margin-left: 10px;
}
#languages li{
	float: left;
	margin: 10px 5px 5px 5px;
}
ul#footerLinks{
	list-style: none;
	float: right;
	margin-right: 10px;
}
#footerLinks li{
	float: left;
	margin: 5px 10px;
	font-weight: bold;
}
#footerLinks li a, #footerLinks li a:hover{
	color: #fff;
}
#menu{
	float: left;
	width: 150px;
}
#quickMap{
	margin: 20px 0 20px 20px;
}
#menu ul{
	list-style: none;
}
#menu p{
	font-size: 75%;
}
h1{
	font-size: 125%;
	font-weight: normal;
}
h3{
	font-size: 110%;
	font-weight: normal;
}
h2, #menu li a{
	width: 141px;
	height: 21px;
	font-weight: bold;
	color: #fff;
	font-size: 95%;
	background-image: url('/public/images/grey_button.gif');
	padding-top: 13px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-align: right;
	margin-bottom: 3px;
}
h2 a, h2 a:hover{
	color: #fff;
}
#menu li a{
	display: block;
}
#menu li a:hover{
	background-image: url('/public/images/light_button.gif');
	color: #333;
}
h2{
	margin-top: 20px;
}
h2 img{
	float: left;
	margin-top: -12px !important;
	margin-left: 1px;
}
#container #topMenu ul, #marinaMenu ul{
	width: 760px;
	list-style: none;
	float: left;
	margin-left: 20px;
	/*margin-bottom: 8px;*/
}
ul#tabs{
	width: 100%;
	list-style: none;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#container #topMenu li,#marinaMenu li, #tabs li{
	width: 146px;
	float: left;
	margin-right: 3px;
}
	
#container #topMenu li a, #marinaMenu li a, #tabs li a, #tabs li#on{
	float: left;
	width: 141px;
	height: 22px;
	font-weight: bold;
	color: #6b7b92;
	font-size: 95%;
	background-image: url('/public/images/yellow_button.gif');
	padding-top: 13px;
	padding-bottom: 2px;
	padding-right: 5px;
	text-align: right;
	margin-right: 3px;
}
#tabs li, #tabs li a, #tabs li#on{
	margin-right: 1px !important;
}
#marinaMenu li a, #tabs li a{
	background-image: url('/public/images/light_button.gif');
}
#marinaMenu li#marinaOn a, #tabs li#on{
	background-image: url('/public/images/grey_button.gif');
	color: #fff;
}
#container #topMenu li a:hover, #marinaMenu li a:hover, #tabs li a:hover{
	background-image: url('/public/images/grey_button.gif');
	color: #fff;
}

#header #topMenu ul{
	width: 518px;
	list-style: none;
	float: left;
	margin-left: 3px;
	margin-top: 120px;
}
#header #topMenu li{
	width: 99px;
	float: left;
	margin-right: 2px;
}
#header #topMenu li a{
	float: left;
	display: block;
	background-color: #f7ed00;
	width: 94px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #6b7b92;
	font-size: 90%;
	padding-right: 5px;
	text-align: right;
	margin-right: 2px;
}
#header #topMenu li a:hover{
	background-color: #6b7b92;
	color: #fff;
}

	
#topMain{
	width: 100%;
	float: left;
	clear: both;
}
#topRight{
	width: 590px;
	float: left;
	margin-top: 5px;
}
#topRight p{
	font-size: 75%;
	padding: 0 5px;
}
#description p{
	margin: 6px 0;
}
#strap{
	font-weight: bold;
	margin: 3px 5px;
	clear: both;
}
#detailL{
	width: 300px;
	float: left;
	margin-left: 5px;
}
#detailL img{
	margin-bottom: 8px;
}
#detailR{
	width: 270px;
	float: left;
	margin-left: 10px;
}
.detailRow{
	width: 100%;
	float: left;
	clear: both;
	margin: 2px 0;
}
.detailR h3{
	margin-top: 0;
	margin-bottom: 5px;
}
.detailRowL{
	float: left;
	width: 35%;
	font-size: 75%;
	font-weight: bold;
}
.detailRowR{
	float: left;
	width: 65%;
	font-size: 75%;
}	


ul#facList{
	width: 100%;
	float: left;
	clear: both;
	list-style: none;
	margin-top: 5px;
}
#facList li{
	width: 32%;
	float: left;
	font-size: 75%;
	text-transform: uppercase;
	margin: 4px 0;
}

#list{
	float: left;
	width: 100%;
	clear: both;
}
#list ul{
	list-style: none;
	font-size: 75%;
	margin-top: 10px;
}
#list li{
	width: 100%;
	background-color: #b7c0cf;
	margin: 4px 0;
	padding: 5px 0;
	/*height: 20px;*/
	line-height: 20px;
	float: left;
}
#list li img{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
#list h3{
	font-weight: bold;
	font-size: 125%;
}
#list li span{
	float: right;
	margin-right: 10px;
	width: 420px;
}
#list li.alt{
	background-color: #6b7b92;
	color: #fff;
}
/*#list li a:hover{
	background-color: #6b7b92;
	color: #fff;
}
#list li.alt a:hover{
	background-color: #b7c0cf;
	color: #333;
}*/
#list li a{
	color: #333;

}
#list li.alt a{
	color: #fff;
}
.leftLink{
	width: 125px;
	font-weight: bold;
	float: left;
}

#addItem{
	clear: both;
	font-weight: bold;
	line-height: 24px;
	float: left;
	margin: 8px 0;
	width: 100%;
}
#addItem img{
	float: left;
	margin-right: 8px;
}
}

#editForm, #contactForm{
	margin-top: 10px;
}
#contactForm{
	width: 432px;
	float: left;
}
#editForm label, #contactForm label{
	display: block;
	margin-bottom: 3px;
}
#editForm p, #contactForm p{
	clear: both;
}
#editForm input, #editForm textarea, #editForm select, #contactForm input, #contactForm textarea, #contactForm select{
	width: 400px;
	margin-bottom: 10px;
}
p.radio{
	width: 220px;
	float: left;
}
.radio input{
	width: 25px !important;
	float: left;
}
.radio label{
	float: left;
}

#addressCol{
	width: 146px;
	float: left;
	/*margin-top: 10px;*/
}
#addressCol h2{ 
	margin-bottom: 0;
}
#addressColInner{
	background-color: #6b7b92;
	padding: 3px;
	float: left;
	color: #fff;
	width: 139px;
	margin-left: 1px;
}
#addressColInner p{
	margin-bottom: 10px;
}
/*------------------------------------------------------*/
#descriptionBox{
	margin-left: 5px;
}
.ui-tabs-hide { display: none; }

.ui-tabs-nav, .ui-tabs-panel {
}
#descriptionBox .ui-tabs-nav {
	float: left;
	width: 400px;
	margin-top: 5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#descriptionBox .ui-tabs-nav li{
	list-style: none;
	float: left;
	width: 60px;
	height: 20px;
	margin-right: 5px;
}
#descriptionBox .ui-tabs-nav li a{
	width: 60px;
	height: 20px;
	display: block;
	background-color: #b7c0cf;
	color: #333;
	font-size: 75%;
	line-height: 20px;
	opacity: .6;
  filter: alpha(opacity=60);
}
#descriptionBox .ui-tabs-nav li a img{
	float: left;
	margin-right: 5px;
}

#descriptionBox .ui-tabs-nav .ui-tabs-selected a {
    width: 60px;
    background-color: #6b7b92;
    color: #fff;
    opacity: 1;
  	filter: alpha(opacity=100);
}
#descriptionBox .ui-tabs-nav a {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}


#newsEvents .ui-tabs-nav {
	width: 100%;
	list-style: none;
	float: left;
}
#newsEvents .ui-tabs-nav li{
	list-style: none;
	float: left;
	width: 146px;
	margin-right: 8px;

}
#newsEvents .ui-tabs-nav li a{
	display: block;
	float: left;
	width: 141px;
	height: 22px;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	background-image: url('/public/images/grey_button.gif');
	padding-top: 14px;
	padding-right: 5px;
	text-align: right;
}


#newsEvents .ui-tabs-nav .ui-tabs-selected a {
    background-image: url('/public/images/light_button.gif');
    color: #6b7b92;
}



.ui-tabs-nav a:hover{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

#descriptionBox .ui-tabs-panel {
	margin-left: 0;
	width: 400px;
	clear: both;
  background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#newsEvents .ui-tabs-panel {
	margin-left: 0;
	width: 600px;
	clear: both;
  background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#descriptionBox .ui-tabs-panel p{
	padding: 5px;
}



/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/*------------------------------------------------------*/

/*--PAGINATION------------------------------------------*/

ul#pagination{
	border:0; 
	margin: 0; 
	padding:10px 0 0 0; 
	font-size: 90%;
	width: 100%;
	clear: both;
	float: left;
	}

#pagination li{
border:0; 
 float: left;
padding:0;
list-style:none;
margin-right:3px !important;
}
#pagination a{
border: solid 1px #ccc;
margin-right:2px;
}
#pagination .first a,#pagination .last a{
border:solid 1px #DEDEDE;
color:#888888 !important;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
}
#pagination .active{
background:#ccc;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:hover{
	background:#ccc;
	color:#FFFFFF !important;
}
#pagination a {
color:#0066cc;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #ccc;
}

/*---------------------------------------*/
#newsEvents{
	float: left;
	margin-left: 5px;
	width: 600px;
}

.item, .itemAlt{
	width: 585px;
	background-color: #b7c0cf;
	margin: 4px 0;
	padding: 5px 0;
	float: left;
}
.itemL{
	width: 120px;
	float: left;
	padding: 3px;
}

.itemR{
	width: 450px;
	float: right;
	padding: 3px;
}
.itemR h3{
	font-size: 100%;
}
.item img, .itemAlt img{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

.item span, .itemAlt span{
	float: right;
	margin-right: 10px;
	width: 420px;
}
.itemAlt{
	background-color: #6b7b92;
	color: #fff;
}

.item a{
	color: #333;

}
.itemAlt a{
	color: #fff;
}

#weatherBox{
	width: 100%;
	float: left;
	margin-top: 8px;
}
.weatherBox{
	float: left;
	width: 145px;
	margin-right: 45px;
	border: 1px solid #6b7b92;
	height: 155px;
}
.weatherBox h3{
	width: 100%;
	background-color: #6b7b92;
	color: #fff; 
	text-align: center;
}
.weatherBox ul{
	list-style: none;
	font-size: 75%;
	margin-left: 8px;
	margin-top: 8px;
}

/*CALENADAR----------------------------------------------------*/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}

table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */


div.dp-popup {

	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	background-image: none;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/cal.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}