/* @group General Styles */
body {
	background: #992f31 url(../images/body-bg.png) repeat-x scroll 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin: 0;
	padding: 0 0 1.5em;
}

	p.dotSeparator, p.separator {
		margin: 0 0;
		padding: 1.0em 0;
	}

	p.dotSeparator {
		background: url(../images/border-dotted.gif) repeat-x scroll 0 center;
	}

	p.discounts {
		margin-bottom: 0;
		padding-top: 1.0em;
		padding-bottom: 0;
	}

	p.discounts img {
		margin-right: 0.5em;
		margin-bottom: 0.75em;
		vertical-align: middle;
	}
b, strong, .bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

sup {
	font-size: 0.75em;
	vertical-align: super;
}

a:link, a:visited {
	color: #992f31;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3767a6;
}

img {
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	padding: 2px;
}

hr {
	clear: both;
	margin: 1.0em -2.0em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

h1, h2, h3, h4, h5 {
	line-height: 1.1em;
	margin: 0 0 0.5em;
	padding: 0;
}

h1 {
	background: url(../images/border-dotted.gif) repeat-x 0 bottom;
	color: #992f31;
	display: inline-block;
	font-size: 1.8em;
	letter-spacing: 1px;
	margin-left: -0.5em;
	padding-bottom: 0.3em;
	width: auto;
}

h2 {
	font-size: 1.6em;
	font-style: italic;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

/* @end */

/* @group Global Classes & ID's */

.clearer {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

.tight {
	padding-bottom: 0em;
}

.noborder {
		background: transparent;
		border: none;
		padding: 0;
	}
	
	a.noborder, a.noborder:hover, a.noborder:active {
		background: transparent !important;
		border: none !important;
		text-decoration: none !important;
	}

.image-left, .float-left {
	float: left;
	margin: 0 1.0em 0.5em 0;
	padding: 0;
}

.image-right, .float-right {
	float: right;
	margin: 0 0 0.5em 1.0em;
	padding: 0;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.small-text {
	font-size: 0.9em;
}

.xsmall-text {
	font-size: 0.75em;
}

.large-text {
	font-size: 1.2em;
}

.xlarge-text {
	font-size: 1.6em;
}

.notice {
	background-color: #f4f4f4;
	border: 1px dotted #333333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1.0em 0 2.0em 60px;
	padding: 0.5em 1.0em 0.75em;
	width: 400px;
}

.notice-title {
	color: #992f31;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}

.red {
	color: #992f31;
}

.blue {
	color: #3763a6;
}

ul.red {
	color: #666666;
	position: relative; /* Fixed IE problem with custom BG images not showing */
	list-style-type: none;

	margin: 0;
	padding-left: 0.5em;
	padding-top: 0;
	padding-bottom: 2.0em;
}

ul.red li {
	background: url(../images/bullet-red.gif) no-repeat 0 0px;
	line-height: 16px;
	margin: 0;
	padding: 0;
		padding-left: 30px;
		padding-bottom: 1.25em;
	position: relative;
}

.imageCaption {
	clear: both;
	margin-top: 0.25em;
	padding-bottom: 3.25em;
	text-align: center;
}

.imageCaption.tight {
	padding-bottom: 1.8em;
}

.required {
	color: #cc1002;
}

/* -- Google Map classes -- */

#googleMap {
	border: 1px solid #c8c8c8;
	font-size: 0.85em;
	height: 500px;
	line-height: 1.3em;
	margin: 0;
		margin-bottom: 2.0em;
	padding: 0;
	position: relative;
	text-align: left;
	width: 98%;
	z-index: 0;
}

	#googleMap img {
		background: transparent;
		border: 0;
		padding: 0;
	}

	.gmnoprint p {
		margin: 0;
		padding: 0;
	}

	.gmnoprint p.gpsCoord {
		margin-top: 1.0em;
		padding: 0;
		padding-left: 25px;

		font-size: 0.95em;
		line-height: 1.3em;
		text-indent: -10px;
	}

/* -- Sitemap classes -- */

#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap li {
	padding: 5px 5px 10px 0px;
}

#sitemap a {
	display: block;
	margin-bottom: 0.25em;
	margin-left: -5px;
	width: 100%;
}

/* @end */

/* @group Layout */

#wrapper {
	background: #ffffff url(../images/content-bg.png) repeat-y scroll 0 0;
	color: #666666;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 1016px;
}

#pageHeader {
	background: transparent url(../images/pageHeader-bg.png) no-repeat 0 0;
	height: 485px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1016px;
}

	#pageHeader img {
		border: 0px;
		padding: 0;
	}

#logo {
	border: 0;
	left: 27px;
	position: absolute;
	top: 88px;
	z-index: 100;
}

	#logo a, #logo a:visited, #logo a:hover, #logo a:active {
		border: 0;
		text-decoration: none;
	}

#slideshowWrapper {
	background: #ffffff url(../images/header/header-boat-ramp.jpg) no-repeat 0 0;
	height: 304px;
	overflow: hidden;
	position: absolute;
	width: 962px;
	left: 27px;
	top: 78px;
}

	#slideshow {
		display: none;
		position: relative;
	}

	#slideshow img {
		float: left;
		height: 304px;
		width: 962px;
	}

a#reserve {
	background: transparent url(../images/reserve-now-hover.gif) no-repeat scroll 0 0;
	bottom: 8px;
	display: block;
	height: 51px;
	left: 50%;
	margin-left: -130px;
	position: absolute;
	width: 260px;
}

	a#reserve:hover, a#reserve:active {
		background: transparent url(../images/reserve-now-hover.gif) no-repeat scroll -260px -50px;
	}


span#reserveHide {
	background: url(../images/reserve-now-hide.gif) no-repeat scroll 0 0;
	bottom: 8px;
	display: none;
	height: 51px;
	left: 50%;
	margin-left: -130px;
	position: absolute;
	width: 260px;
}

#contentContainer {
	min-height: 500px;
	padding: 2.0em 3.5em 14px;
	width: auto;
}

#sidebarContainer {
	background-color: #f4f4f4;
	border: 1px dotted #d5d5d5;
	display: block;
	float: right;
	margin: 0 0 2.5em 3.0em;
	min-height: 350px;
	padding: 10px 0;
	text-align: center;
	width: 295px;
}

	#sidebarContainer .sideHeader {
		background: none;
		color: #000000;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 1.0em;
		padding: 0;
		text-align: center;
	}

	#sidebarContainer p {
		margin-left: 1.0em;
		margin-right: 1.0em;
		text-align: left;
	}

#footerWrapper {
	background: #212326 url(../images/footerWrapper-bg.png) repeat-x scroll 0 0;
	height: 68px;
	margin: 0;
		margin-top: -14px;
	padding: 0;
	width: 100%;
}

#footer {
	background: #212326 url(../images/footer-bg.png) no-repeat scroll 0 0;
	color: #ffffff;
	height: 68px;
	margin: 0 auto;
	padding: 0;
	width: 1016px;
}

#footer p {
	display: block;
	font: 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 25px 2.5em 0;
}

#footer a, #footer a:visited {
	color: #ffffff;
}

	#footer a:hover, #footer a:active {
		color: #3767a6;
	}
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	color: #FFFFFF;
	display: block;
	height: 65px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	font: 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Parent - Level 0 */

#navcontainer ul {
	display: block;
	list-style-type: none;
	margin: 0;
		margin-left: 15px;
	overflow: visible;
	width: auto;
}
	/* Hack to correct navcontainer left margin for non-IE browsers */
	#navcontainer > ul {
		margin-left: 25px;
	}

#navcontainer li {
	float: left;
	height: 47px; /* Height of navcontainer minus LI padding top & bottom */
	padding: 0;
		padding-top: 18px;
}

	#navcontainer li.current {
		background: url(../images/nav-current.gif) no-repeat scroll 50% 0;
	}

#navcontainer a {
	border-left: 1px solid white;
	margin: 18px 0 0;
	padding: 2px 15px 2px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

	#navcontainer a.Home {
		border-left: 0px;
		padding-left: 0;
	}

	#navcontainer a.Contact {
		padding-right: 0px;
	}

#navcontainer a, #navcontainer a:visited {
	color: #FFFFFF;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #3767a6;
}

#navcontainer a.current, #navcontainer a.current:hover, #navcontainer a.current:active {
	color: #992f31;
}

/* @end */

/* @group Forms */



/* ----------------------------------------------
	forms
------------------------------------------------ */

form {

}

#contactForm {
	border: 1px solid #c8c8c8;
	padding: 1.5em;
	width: 530px;
}

form p {
	margin: 0;
	padding: 0;
		padding-bottom: 0.5em;
}

form span.helper {
	font: italic 9px arial;
	color: #666;
	display: block;
	padding: 0 0 1em 0;
}

fieldset p {
	clear: left;
	vertical-align: middle;
	width: 100%;
}

	fieldset p span.error {
		color: #992f31;
		float: left;
		line-height: 1.1em;
		margin: 0;
		margin-left: 125px;
		padding: 0;
	}

	fieldset p span.note {
		display: inline-block;
		font-size: 0.9em;
		margin-left: 5px;
		margin-top: 5px;
		padding-bottom: 3px;
		vertical-align: top;
	}

label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 150px;
}

	#contactForm label {
		width: 115px;
	}

	#resRequestForm label {
		float: left;
		margin-right: 5px;
		text-align: right;
		width: 150px;
	}

.text, select {
	background: #fff;
	padding: 3px;
	margin: 3px 0;
}

.text {
	border: 1px solid #333;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background: #f4f4f4;
	border: 1px solid #666;
}

textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
}

.submit, .reset {
	border: 1px solid #333;
	background: #fff;
	font-size: 1.1em;
}

	.submit:hover, .submit:active, .reset:hover, .reset:active {
		background-color: #992f31;
		color: #ffffff;
	}

/* @group Reservation Request Form */

#resRequestForm {
	background-color: #ededec;
	border: 1px solid #a9a9a9;
	margin: 0 0 2.0em;
	padding: 10px;
	position: relative;
	width: 60%;
}

#resRequestForm .box {
	background: #fff;
	border: 1px solid #c6c6c6;
	margin: 0 auto 15px;
	padding: 10px 20px;
	position: relative;
	text-align: left;
}

#resRequestForm label {
		float: left;
		margin-right: 5px;
		text-align: right;
		width: 150px;
	}

#resRequestForm .text, #resRequestForm select {
	float: left;
}

#resRequestForm fieldset p span.error {
	font-size: 0.85em;
	margin-left: 155px;
}

/* @end */

/* @end */



/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	border-color: #666666;
	border-bottom: 1px dotted;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description {
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description h1 {
	text-align: center;
}

div.album-description p {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.1em;
}

.album-wrapper {
	position: relative;
	display: block;
	float: left;
	width: 60%;

	text-align: center;

	margin: 0;
	padding: 0;
		padding-left: 1.4em;
		padding-bottom: 25px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}

.thumbnail-frame {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.thumbnail-frame:hover {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:link, .thumbnail-frame a:visited {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:hover, .thumbnail-frame a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.thumbnail-frame img {
	margin: auto;
	border: 2px solid #333333;
}

.thumbnail-frame img:hover {
	background-color: #992f31;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
	display: block;
	color: #663300;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	font-size: 1.6em;
	background: transparent;
	height: 6em;
	margin-bottom: 50px;
}

.photo-links {
	background: #ffffff;
	font-weight: bold;
	padding: 10px;
	position: relative;
	top: 7px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	border: none;
}

.photo-navigation a:hover {
	color: black;
}

.photo-frame {
	background: #ffffff;
	padding: 10px;
}

.photo-title {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
	font-size: 1.8em;
}

.photo-caption {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px auto;
	padding: 0px 20%;
	text-align: center;
}

/* @end */

/* @end */

/* @group Rates Tables */


.ratesTable {
	background-color: #333;
	border: 1px solid #333;
		border-left: 0px;
		border-top: 0px;
	margin: 0.5em auto 1.0em;
	text-align: center;
	width: auto;
}


	.ratesTable th, .ratesTable td {
		border: 0px;
		border-left: 1px solid #333;
		border-top: 1px solid #333;
	}

	.ratesTable th {
		background-color: #3767a6;
		color: white;
		font-size: 1.1em;
		padding: 0.5em;
		text-align: right;
		vertical-align: middle;
		width: auto;
	}

		.ratesTable th.bold {
			font-weight: bold;
		}
		
		.ratesTable th span.small-text {
			font-size: 0.9em;
		}
		
		.ratesTable th span.normal {
			font-weight: normal;
		}

	.ratesTable tr {
		background-color: white;
		width: auto;
	}
	
	.ratesTable td {
		background-color: #ffffff;
		padding: 0.25em 0.5em;
		vertical-align: middle;
		width: auto;
	}
	
	.ratesTable p {
		margin: 0.5em 0 0 10px;
		padding-bottom: 0.5em;
	}

	.ratesTable ul {
		margin: 0px 0px 1.5em 40px;
		padding: 0px;
	}

	.notes {
		background-color: #f4f4f4;
		font-size: 1.0em;
		padding: 2.0em;
		text-align: left;
	}
	
	.notes ul {
		font-size: 1.0em;
}

/* @end */



