@charset "UTF-8";

/* the main style sheet containing tag definitions and core styles
   1. TAGS 
   2. SITE COMPONENTS  
   3. HOME PAGE COMPONENTS
   4. SITE NAVIGATION 
*/

/*********************************************************************************************************************/
/* 1. TAGS */
/*********************************************************************************************************************/


	body {
		margin:0;
		padding:0;
		line-height:1.0;
		font-family: "Gill Sans", "Gill Sans MT", Calibri, Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
		color: #002533;
		font-size: 12px;
		background: #EBECE7 url(../images/template/bg-watercolour.jpg) top center no-repeat;
	}
	h1 {
		margin:0;
		padding:0;
	}
	h2 {
		margin-bottom: 0px;
	}
	h3 {
		line-height:1.2em;
		margin:16px 0 0 0;
		font-size:.9em;
	}

	a:link, a:visited, a:hover, a:active {
		color: #002534;
		text-decoration: none;
		cursor: pointer;
	}
	a:hover, a:active { color: #DFCCB6; }
	a:focus { outline: none; }
	
	ul {
		margin:0;
		padding:0;
	}
	li {
		padding:0;
		margin:none;
		list-style: none;
	}
	
	p {
		color:#333;
		margin:0;
		margin-bottom:12px;
		line-height: 1.6em;
	}
	
	span {
		color:#333;
		text-transform:uppercase;
		font-style:normal;
	}
	
	img {
		border:none;
		display:block;
	}
	
	fieldset
	{
		border:none;
		padding: 0;
		margin: 0;
	}

/*********************************************************************************************************************/
/* 2. SITE COMPONENTS */
/*********************************************************************************************************************/

#header {
	margin: 0;
	padding: 10px 0 50px 0;
	overflow: hidden;
}

#logo {
	float: left;
}

#phone {
	font-family: Georgia, Times New Roman, Times, serif;
	float: right;
	width: 240px;
	text-align: right;
	font-size: 1.5em;
	margin-bottom: 35px;
}

#phone strong {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}
button.jqTransformButton,
input.cta,
a.cta {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #002534;
	font-weight: bold;
	font-size:1.0em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: underline;
}
a.cta:hover { text-decoration: none; background:#efefef; }

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}
#content_top {
	background: url(../images/template/bg_content_top.png) no-repeat;

	height:32px;
}
#content_bot {
	background: url(../images/template/bg_content_bot.png) no-repeat;

	height:32px;
}
#content {
	background-color: #fff;
	overflow: hidden;
	padding: 8px 40px;
	min-height:400px;
}

#content h1 {
	color: #795843;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 3.2em;
	margin-bottom: 20px;

}
#content h4 {
	font-size:1.2em;
}

#content .lead-in {
	height:290px;

}

#content .lead-in p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #041726;
	font-size: 1.6em;
	line-height: 1.4em;
}

#content p.lead-in,
h6  {
font-weight:normal;
margin:0px;
margin-bottom: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #041726;
	height:auto;
	font-size: 1.6em;
	padding-top:0px;
	line-height: 1.4em;
}

#content p, 
#content ul,
#content ol {
	font-size: 1.2em;
	line-height: 1.3em;
}


#content h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #333;
}
#content .exp h3 {
	cursor: pointer;
}

.exp h3 span {
	font-size:10px;
	color:#999;
	float:right;
	font-weight:normal;
	padding:1px 5px;
}

#content .exp h3:hover {
	background:#efefef;
}
#content img {
float:left;
margin-right:20px;
}


#content ul li {
	list-style: inside circle;
	margin-left:20px;
}
#content ol li {
	margin-left:20px;
	list-style: decimal;
	margin-bottom:5px;
}
#content a {
	text-decoration: underline;
	color:#795843;
}
#content a:hover {
 color:#002543;
}
.ltr {
	font-size:24px;
	padding-right:10px;
}

.note {
width:100%;
background: #bbb;
padding:5px;
	color:#fff;
font-size:12px;
	text-transform: none;
}
#left {
	width: 650px;
	float: left;
}

#right {
	width: 188px;
	float: right;
}

.cRight {
	width: 512px;
	float:right;
}
.slideshow {
	bordeR:7px #d2be9e solid;
	float:left;
margin-right: 20px;
	width: 350px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left:0px;
	
}

#sub_nav {
	
	padding: 0px;
	margin: 0 0 20px 50px;
	float:right;
	width:150px;
	

}
#content #sub_nav li {
	margin:0px;
	padding:0px;
	list-style: none;
}
#sub_nav li a {
background-color: #366890;
	color: #fff; 
	padding:5px 10px;
	
	display:block;
	text-decoration: none;
	font-size:14px;

}

#sub_nav li a.selected, 
#sub_nav li a:hover {
	background-color:#0d3a5e;
	text-shadow: 0 1px 1px #000;
	color:#fff;
}

table {
	margin:10px 30px 25px 0px;
	width: auto;
	float:left;
	font-size:14px;
}
table tr:hover {
	background-color:#efefef;
}

table th {
background-color:#fff;
	text-align: left;
	padding:10px 15px 10px 15px;
	border-bottom:1px #ccc solid;
}
table tr td {
	border-right: 1px #ccc solid;
} 
table tr td:last-child {
	border-right: none;
} 
table td {
	padding:10px 15px 10px 15px; 
}


#tbl_calendar tr:hover {
	background-color:#fff;
}
#tbl_calendar td:hover {
	background-color:#efefef;
}


.calendarDayHeading {
	background-color:#ccc;
}
#tbl_calendar {
	floaT:left;
border:1px #ccc solid;
	margin-top: 0px;
	width:600px;
	
}
.text {
clear:left;}
#tbl_calendar td {
	width:30px;
	text-align: center;

}
#tbl_calendar a {
	padding:5px;
}

h2#cal {
width:100px;
float:left;
}
.calendarLinks{
	float:left;
	margin-top:20px;
	margin-left: 392px;
	
}

#eventList h3 { margin-bottom: 10px; }
#eventList h3 em {
	display: block;
	font-style: normal;
	font-size:14px;
	color:#795843;
	
}
	
#eventList h3:hover {
	background-color: #efefef;
}
#eventList h3 span {
	font-size:10px;
	color:#999;
	float:right;
	font-weight:normal;
	padding:1px 5px;	
}
#content .calendarLinks a.calendarMonthLinks {
	font-weight:bold;
	text-decoration: none;
	color:#999;
	text-transform: uppercase;
	font-size:10px;
	padding:5px;
	float:left;
}
#content .calendarLinks a.calendarMonthLinks:hover {
	background: #999;
	color:#fff;
}
#content .calendarLinks a.calendarMonthLinks:first-child {

border-right: 1px #ccc solid;
}
#tbl_calendar div {
text-align: left;
position: absolute;
z-index:100;
margin-top:-70px;
margin-left: 40px;

padding:15px 20px 0px 20px;
background:#fff;
border:1px #ccc solid;
}
#tbl_calendar div h3 {
	margin:0px 0 15px 0;
}
#footer_wrapper {
	clear: both;
	background: #1B282E url(../images/template/bg-footer.gif) repeat-x;
	overflow: hidden;
	padding: 15px 0 30px 0;	
}

#footer {
	width: 960px;
	margin: 0 auto 0 auto;
	
}
#footer p, 
#footer a {
	color:#EBEBE6;
	font-size:1.1em;
}
#footer a { text-decoration: underline; }
#footer a:hover { text-decoration: none; }

#footer label {
	color:#EBEBE6;
	text-transform: uppercase;
	font-size:1.2em;
	font-family: Georgia, Times New Roman, Times, serif;
	padding-right: 10px;
}
#footer #subscribe {
	color:#fff;
	font-size:1em;
	padding: 3px 2px;
}
#footer #subscribe:hover {
	color:#002534;
padding: 3px 2px;
	background: #ffffff;
	font-size:1em;
	
}

#legal {
	float: left;
	width:550px;
}

#email_subscribe {
	float: right;
}

#photoGallery { 
	max-width:600px; 
	float:left;
}
#photoGallery img {
float:left;

width:135px;
}

#photoGallery a {
width: 135px;
	height:90px;
	overflow:hidden;
	display:block;
	floaT:left;
	margin:0 10px 10px 0;
}

/*********************************************************************************************************************/
/* 3. HOME PAGE COMPONENTS */
/*********************************************************************************************************************/

#intro {
	background: url(../images/template/bg_black85.png);
	-moz-border-radius: 10px; /* CSS3 */
	-webkit-border-radius: 10px; /* CSS3 */
	width:240px;
	padding: 20px;
	margin-bottom: 10px;
	float: right;
	clear: right;
	text-align: center;
}

#intro h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing:0.03em;
	margin-bottom: 20px;
}

#intro h2 span {
	color: #DFCCB6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 2em;
	line-height: 1.1em;
	
	display: block;
	margin-bottom: 10px;	
}


#intro a {
	color:#fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	overflow:hidden;
	display: block;
	width: 219px;
	height: 30px;
	padding: 12px 0 0 0;
	background: url(../images/template/bg-button.gif);
	text-shadow: 0 -1px 1px #222; /* CSS3 */
	margin: 0px auto;
}
#intro a:hover {
	background-position: bottom left;
	text-shadow: 0 0px 0px #222; /* CSS3 */

}


#home_calls {
	width:712px;
	float: right;
	overflow: hidden;
	margin: 30px 0 5px 0px;
	padding: 0px 0 0px 0px;
}
#home_calls .top,
#home_calls .bot {
	width:100%;
	height: 35px;
	overflow: hidden;
	background: url(../images/template/bg-hmCallouts_top.png) top center no-repeat;
}
#home_calls .bot { background-image: url(../images/template/bg-hmCallouts_bot.png); }
.callouts {
	background: url(../images/template/bg-hmCallouts.gif);
	overflow:hidden;
	padding-left:33px;
}

#home_calls h2 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	color: #795843;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 35px;
	margin-bottom: 15px;
	background: url(../images/template/bg-hmTitle.gif) no-repeat bottom center;
}

#home_calls .last h2 {
	background: url(../images/template/bg-hmTitle.gif) no-repeat bottom center;
	padding-bottom:31px;
}


#home_calls h2 span {
	color: #795843;
	display:block;
	line-height:1;

}
#home_calls h2 em {
	text-transform: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 1.2em;
}

#home_calls h2 strong {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
}
#home_calls p {
	color:#002534;
	letter-spacing: 0.06em;
	font-size:1.1em;
	line-height:1.2;
}
#home_calls  a {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
.callout {
	width: 193px;
	float: left;
	margin-right: 33px;
}
#home_calls .last { margin-right:0px; }
#home_calls .last h2 strong {
	line-height:1.7;
}

#weather {
	float: left;
	width: 236px;
	margin-top: 70px;
}

#weather h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	color:#002A37;
	margin-bottom: 15px;
}

a.webcam {
	height:48px;
	width: 219px;
	overflow: hidden;
	margin-top:10px;
	float:left;
	text-indent: -999em;
	background: url(../images/template/btn-webcam.jpg) no-repeat;
}
a.webcam:hover { background-position: bottom left;}

#showTides {
	margin-top:25px;
	clear:both;
	floaT:left;
	display: block;
	background: url(../images/template/icon-tides.gif) 0px 2px no-repeat;
	margin-left: 15px;
}
#showTides p {
	margin:0px 0 5px 0;
	padding:0px;
	line-height: 1.2em;
	color:#002534;
	font-size: 1.2em;
}
#showTides input[type="text"] {
	color:#999;
	padding:5px;
}
button.jqTransformButton,
#footer input[type="submit"],
#showTides a
{
	bordeR: none;
	background: none;
	font-size: 1.3em;
	padding:0px;
	margin-top:5px;
	text-decoration: none;
}
#showTides a {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, Trebuchet, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	padding:0px 0 20px 110px;
	text-transform: uppercase;
	display: block;
}
#showTides a:hover {
	cursor: pointer;
	color:#074057;
}
#freeform {
	margin: 40px 0 20px 40px;
}
#form h3 {
	clear:both;
}
.f_left,
.f_right {
	float:left;
	width:250px;
}
#freeform label {
padding: 10px 0 5px;
font-size:14px;
	display: block;
	float:none;clear:both;
}


#form .left,
#form .right {
	float:left;
	width:40%;
	margin-bottom: 40px;
}

#form .left {
	clear:left;
}
#freeform #form .cb,
#freeform #form .ta {
	display: block;
	overflow:hidden;
}

.comments {
	width:100%;
	display: block;
	float:left;
}

#freeform #form .cb label {
	float:left;
	clear: none;
}

#freeform #form span.jqTransformCheckboxWrapper {
	float:left;
	display: inline;
	padding-top:6px;
	margin-right:10px;
}

#freeform #form .comments .cb label {width:500px;}
.cap {margin-top:20px;}
#content .cap img{
floaT:left;
}

#freeform input[type="text"],
#freeform textarea
{
	width:200px;
}
#freeform textarea {
 height:100px;
}
table.jqTransformTextarea {margin-top:0px;}
/*********************************************************************************************************************/
/* 4. SITE NAVIGATION */
/*********************************************************************************************************************/

#main_nav {
	padding: 0;
	margin: 0 0 0 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	float: right;
	text-align: right;

}

#main_nav li {
	padding: 0;
	margin: 0;
	float:left;
	font-size: 1.4em;
	letter-spacing: -0.5px;
}

#main_nav li a {
	line-height:1.5;
	letter-spacing: -0.5px;
	color: #fff;
	border-right: 1px solid #333;
	overflow: hidden;
	padding: 5px 8px 5px 8px;
}

#main_nav li a span {
	color: #fff;
	text-shadow: #333 2px 1px 1px;
}

#main_nav li.selected a,
#main_nav li a:hover {
	background-color: #333;
	color: #fff;
}
#main_nav li a span {
	text-transform: none;
	position:absolute:
	top:0px;
	overflow:hidden;
}
#main_nav li.selected a span,
#main_nav li a:hover span {
	background-color: #333;
	color:#fff;
}


.row { overflow: hidden; }

.calLink {
	padding-left:50px;
	margin-bottom:30px;
	text-align:left;
	background: url(../images/template/icon-cal.png) no-repeat;
}
.calLink a.cta {
	font-size:18px;
	text-decoration: none;
}
.calLink a.cta:hover {
	color:#000;
}

.item {
	overflow:hidden;
	clear:left;
	padding:10px 0 10px;
}
#content .item p {
	floaT:left;
	width:300px;
	font-size:16px;
	padding-top: 20px;
}
#content .item img {
	float:left;
	margin: 0 20px 0 0;
	padding:10px;
	box-shadow:10px 10px 20px #000;
-webkit-box-shadow:10px 10px 20px #000;
-moz-box-shadow: 1px 1px 2px #ccc;
	border:1px #efefef solid;
	}


.img {
	padding: 10px;
	border:1px #efefef solid;
	margin-right:20px;
		box-shadow:10px 10px 20px #000;
-webkit-box-shadow:10px 10px 20px #000;
-moz-box-shadow: 1px 1px 2px #ccc;
}
	


.contentLeft {
	width: 679px;
	float:left;

}

.contentRight {
	width:200px;
	float:left;
}

/*
.cText {
	overflow:hidden;
clear:left;
}
*/

#u_nav {
	float:right;
	margin: 5px 0 0 0;
	padding:0px;
}
#u_nav li a {
	display:block;
	padding: 5px;
	text-transform: uppercase;
	font-weight:bold;
color:#fff;
background-color:#333;
	
}

#content a.backbtn {
	margin-top:40px;
	display: block;
	font-size: 18px;
	text-decoration: none;
}

.event_entry {
clear:both;
}

#eventList {
	width:600px;
}
.event_entry div {
	padding-left:20px;
	
}

#form button.jqTransformButton {
float:left;
margin-top: 20px;
	background: #002543;
}

.wCam {
	overflow:hidden;
}
.wCam img {
	float:left;

}
