@charset "UTF-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
	font-style: normal;
	color:#333333;
}
body {
	/*background-image:url(../images/backgrounds/background-fade1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#ECECEC;*/
	margin:10px 0;
	background-image: url(../images/backgrounds/page-back-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nobackground {
	background-image:none;
	background-color:#FFFFFF;
}
img {
	border:0;
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4 {
	margin:0.5em 0;
	padding:0;
}
p {
	margin-bottom:1em;
}
h1 {
	font-variant:normal;
	font-size:1.5em;
	text-transform: lowercase;
	font-weight:500;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	/*
	border-left: 2px solid #9A0040;
	padding-left:5px;
	*/
}
h2 {
	font-variant:normal;
	font-size:1.2em;
	text-transform: lowercase;
	font-weight:400;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	/*
	border-left: 2px solid #9A0040;
	padding-left:5px;
	*/
}
a:link, a:visited, a:active {
	color:#9A0040;
	text-decoration: none;
}
a:hover {
	color: #9A0040;
	text-decoration: underline;
}
a:hover img {
	text-decoration:none;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	min-height:600px;
}
.container, #container {
	font-size: 0.8em;
	line-height: 1.4em;
	background-image:none;
	background-color:#FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	overflow:hidden;
}
#header {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 120px;
	width: 100%;
	position:relative;
}
#footer {
	text-align: left;
	padding: 5px 29px;
	font-size: 0.7em;
	border-top: 2px solid #F1F1F1;/*
	background-attachment: scroll;
	background-image: url(../images/backgrounds/header-back.png);
	background-repeat: repeat-x;
	background-position: center top;
*/
}
#footer #linkhook {
	float:right;
}
#header #logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 29px;
	top: 21px;
}
#header #home {
	margin: 0px;
	padding: 0px;
	width: 160px;
	position: absolute;
	top: 21px;
	right: 19px;
	height: 28px;
	color:#333333;
	text-align: right;
}
#header #menu {
	margin: 0px;
	padding: 0px;
	width: 700px;
	position: absolute;
	top: 92px;
	left: 19px;
	height: 2em;
	color:#333333;
}
#header #menu .menuitem {
	margin: 0px 0px 10px 10px;
	padding: 2px 8px;
	float: left;
	font-size: 0.9em;
	color:#333333;
}
#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active {
	color:#333333;
	text-decoration:none;
	margin:0;
	padding:0 10px;
	font-size:1.1em;
	font-weight:normal;
	letter-spacing: 0.15em;
}
#header a.on, #header a:hover, #footer a.on, #footer a:hover {
	color: #9A0040;
	text-decoration:underline;
}
#content {
	padding:0;
	margin:0 auto;
	min-height:400px;
	width: 760px;
}
#content div.column {
	margin: 0px;
	padding: 0px 29px 5px;
	float: left;
	width: 322px;
	overflow:hidden;
}
#content div.onecolumn {
	margin: 0px;
	padding: 0px 29px 5px;
}
.bold {
	font-weight: bold;
}
.messages {
	color: #990000;
	background-color: #FFFFCC;
	width: 80%;
	border: 1px solid #990000;
	margin: 5px auto;
	padding: 5px;
}
.messages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subscribe fieldset, #unsubscribe fieldset {
	width: 430px;
	background-image: url(../images/backgrounds/background-fade1.gif);
	background-repeat: repeat-x;
	background-position: right center;
	border: solid 1px;
	padding: 0 5px 5px;
}
#contact fieldset {
	width: 430px;
	background-image: url(../images/backgrounds/background-fade1.gif);
	background-repeat: repeat-x;
	background-position: right center;
	border: solid 1px;
	padding: 0 5px 5px;
}
#contact .formrow {
	clear:both;
}
#contact label {
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	padding: 4px 4px 0 0;
	font-weight:normal;
}
address.contact {
	float:right;
	display:block;
	width: 180px;
	font-style:normal;
	padding: 5px;
	margin: 0.55em 20px 0 0;
	border: solid 1px;
}
address .column {
	float: left;
	height: 100px;
	width: 50%;
	margin:0;
	padding:0;
}
#map {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 350px;
	width: 430px;
	border: 1px solid #999999;
}
.imagetop {
	vertical-align: top;
}
.required {
	color: #CC0000;
}
.eventbox {
	width: 100%;
	clear: both;
	margin: 5px 0 0 -5px;
	padding: 5px;
	padding-bottom:10px;
}
.eventbox:hover {
	cursor:pointer;
	background-image: url(../images/backgrounds/back-right-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.eventbox.on {
	cursor: default;
}
div.eventbox.on {
	background-image: url(../images/backgrounds/back-right-arrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.eventbox img {
	margin: 0;
	padding: 0 0 0px 5px;
	float: right;
	background-color:#FFFFFF;
}
.eventbox .date, .eventtable .date, .eventdate {
	line-height: 1em;
	margin: 0.5em 0;
	color: #666666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	font-style:italic;
}
.eventbox p {
	margin: 0.5em 0;
}
.eventtitle {
	color:#9A0040;
	border-bottom: 2px dotted #CCCCCC;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}
h1.eventtitle {
	line-height:1.5em;
}
#contact {
	margin: 0px;
	padding: 0px;
}
legend {
	color: #333333;
	font-weight:normal;
	margin-top: -0.5em;
}
.mainpic {
	border: 1px solid #C1B4A8;
}
.tablerow0 {
	background-color:#FAFAFA;
}
.tablerow1 {
	background-color: #FBF3ED;
}
.eventtable th, .menutable th, .subtable th {
	color: #FFFFFF;
	background-color: #C1B4A8;
	font-weight: bold;
	padding: 5px;
}
.eventtable td, .menutable td, .subtable td {
	padding: 5px;
}
.small {
	font-size: 0.8em;
}
img.eventteaser {
	float: left;
	padding-right: 6px;
}
.txtcenter {
	text-align: center;
}
a.prev {
/*	background-image: url(../images/backgrounds/prev-back.gif);
	background-repeat: no-repeat;
	background-position: right center;
*/
	height: 20px;
	width: 111px;
	display: block;
	font-size:13px;
	text-align: left;
	line-height:20px;
	padding-right:5px;
	float: left;
	margin: 10px 0;
}
a:hover.prev {
/*	background-image: url(../images/backgrounds/prev-back-over.gif);
	color:#FFFFFF;
*/
	text-decoration: underline;
}
a.next {
/*	background-image: url(../images/backgrounds/next-back.gif);
	background-repeat: no-repeat;
	background-position: left center;
*/
	height: 20px;
	width: 111px;
	display: block;
	font-size:13px;
	text-align: right;
	line-height:20px;
	margin: 10px 0;
	padding-left:5px;
	float: right;
}
a:hover.next {
/*	background-image: url(../images/backgrounds/next-back-over.gif);
	color:#FFFFFF;
*/
	text-decoration: underline;
}
.mapBubble {
	width:220px;
	font-size:1em;
}
.mapBubble h1 {
	font-size:1.3em;
	font-family:"Trebuchet MS", Verdana, sans-serif;	
}
.mapBubble p {
	margin: 1em 0 0;
}
h2.menu, h1.menu, h1.link, h2.link {
	color:#9A0040;
}
.menuprice {
	padding-left:20px;
	float:right;
}
p.menu, ul.menu {
	font-size:0.9em;
}
ul.menu {
	list-style:circle;
}
.menutable {
	width: 650px;
	margin: 5px auto;
}
.accordion_container {
	margin: 0px;
	padding: 0px;
}
.accordion_toggle,.accordion_toggle_active {
	cursor: pointer;
	background-image: url(/images/furniture/arrow-right.gif);
	padding: 5px 0 5px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.accordion_toggle_active {
	background-image: url(/images/furniture/arrow-down.gif);
}
.accordion_content {
	overflow:hidden;
	padding: 0;
	margin: 0;
}
div.section_name_auto_complete {
	width: 100px;
	background: #fff;
	display: inline;
}

div.section_name_auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.section_name_auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.section_name_auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.section_name_auto_complete ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
}
div.link {
	margin: 0 10px 15px 10px;
	padding: 5px;
	border: 1px solid #C1B4A8;
}
#gallery {
	/* height: 500px; */
	width: 100%;
	position: relative;
	background-image: url(../images/backgrounds/gallery-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 20px;
	padding:0;
}
#gallery.nobackground {
	background-image:none;
}
#gallery #rightlink, #gallery #leftlink, #gallery .fade {
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}
#gallery #rightlink:hover, #gallery #leftlink:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#gallery #centerpane {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	position:relative;
}
#gallery .albumsummary {
	margin: 0px;
	padding: 0 26px 26px;
	width: 100px;
	float:left;
	text-align:center;
}
#gallery .albumsummary p {
	margin:0;
	padding:0;
}
#gallery h1 {
	text-align: left;
	margin-left: 29px;
	margin-bottom: 1.5em;
}
div.picbox {
	float: left;
	width: 110px;
	text-align: center;
}
.centerblock {
	margin-right: auto;
	margin-left: auto;
}
#gallery .date {
	font-size: 0.7em;
	font-weight:normal;
}
#albumsummary .date {
	font-size: 0.8em;
	font-weight: normal;
}
#gallery #thumbstripcontainer {
	height: 140px;
	width: 710px;
	overflow: hidden;
	margin: 15px auto 0;
	padding: 0px;
}
#thumbstripcontainer img {
	margin:0;
	padding:0;
	border:none;
}
#gallery #thumbstrip {
	height: 140px;
	width: 660px;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	position: relative;
}
#thumbstripslider img {
	margin: 0px 5px;
	padding: 0px;
	float: left;
}
#gallery #infotoggle {
	width:60px;
	height:20px;
	padding:0;
	position:absolute;
	bottom:-20px;
	left:50%;
	text-align:center;
	margin: 0 0 0px -30px;
}
#thumbstrip #thumbstripslider {
	margin: 0px;
	padding: 0px;
	height: 100px;
	position: relative;
	left: 0px;
	top: 0px;
}
#gallery #loading {
	margin: -10px 0px 0px -10px;
	padding: 0px;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}
#surfpicture {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 460px;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #999999;
}
#surfpicture p {
	margin: 0px;
	padding: 0.2em 0.2em 0.2em 0.5em;
	line-height: normal;
}
#surfpicture img {
	border-style: none;
}
#surfreport {
	margin: 0px;
	padding: 0px;
}
.surfresource {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	clear: none;
	float: left;
	width: 100px;
	font-size: 0.8em;
}
.surfresource img {
	border:none;
	margin: 0;
	padding: 0;
	padding-bottom:3px;
}
.surfresource h2 {
	margin-top:0;
}
.surfresource p {
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align:left;
}
.tidetimes {
	width:120px;
	font-size: 0.9em;
}
.currentconditions {
	margin:0;
	padding:0;
	clear: both;
}
.rightcol220 {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	width: 220px;
}
.leftcol460 {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 460px;
}
#slidecolumn {
	margin: 0px;
	padding: 0px 0px 0px 29px;
	float: left;
	width: 570px;
}
#postercolumn {
	margin: 0px;
	padding: 0px 29px 0px 0px;
	float: right;
	width: 100px;
}
#postercolumn img.eventteaser {
	float: left;
	padding: 0 0 10px;
}
p.posters {
	padding:0;
}
p.posters  img.eventteaser {
	padding: 0 10px 10px 0;
	float:left;
}
#slideimg0, #slideimg1 {
	position:absolute;
	left:0px;
	top:0px;
	width:570px;
	height:382px;
	z-index:5;
	background-color:#CCCCCC;
}
#slideshow {
	position:relative;
	margin: 0px;
	padding: 0px 0px 20px;
	height: 380px;
	width: 570px;
	overflow: hidden;
}
p.links {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
p.links img {
	margin: 0 16px 0 0;
	border:0;
}
#front_news {
	height: 200px;
	overflow: auto;
	margin:0;
	padding: 0 5px;
	clear:both;
}
