/*main*/
/*
 * Defaults/Layout
 */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	padding: 12px 12px 24px 12px;
	background: url(/images/bg.png) #449ed6 repeat-x;
	color: #3c3836;
}

#wrapper {
	width: 959px;
	margin: 0 auto;
	position: relative;
}
#main {
	background: url(/images/bg_content.png) #449ed6 repeat-y;
	padding: 0 36px 34px 50px;
}
#shadow {
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	position: relative;
	z-index: 10;
}

#column_1 {
	float: left;
	width: 590px;
	padding-top: 16px;
}
#column_2 {
	float: right;
	width: 235px;
	padding-top: 18px;
	font-size: .9em !important;
}

body, textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.alt_font {
	font-family: Georgia, Utopia, Palatino, "Palatino Linotype", serif !important;
}

a img, :link img, :visited img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #022a85;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4
{
	padding-bottom: .4em;
	font-weight: normal;
	color: #f10000;
}
h2 {
	font-size: 2.8em;
	margin-top: .8em;
}
#column_1 h2 img {
	display: block;
	margin: 4px 8px 0 0;
}
h3 {
	font-size: 2em;
}
h3, #column_1 h4 {
	color: #0062ae;
}
h3 a, #column_1 h4 a {
	color: #0062ae;
}
h4 {
	font-size: 1.5em;
}

p, li, th, td, label, input, textarea {
	font-size: 1.4em;
}

p p,
li p,
td label,
td input,
td textarea
{
	font-size: 1em;
}

p {
	line-height: 1.3em;
	padding-bottom: 1.5em;
}
#column_2 p {
	padding-bottom: 1em;
}
p.small {
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
td {
	padding: 4px 0;
}

ul {
	list-style: none;
}
.cms ul {
	list-style-type: disc;
	padding-left: 13px;
	padding-bottom: 2.4em;
}
#column_2 .cms ul {
	padding-bottom: 1.2em;
}
.cms li {
	margin-left: 16px;
	line-height: 1.8em;
}
#column_2 .cms li {
	margin-left: 0;
	line-height: 1.3em;
	padding-bottom: .7em;
}

:focus {
	outline: none;
}

.clear_block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_block {
  display: inline-block;
}
* html .clear_block {
  height: 1%;
}
.clear_block {
  display: block;
}

.left {
	float: left;
}
.right {
	float: right;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_hide {
	text-indent: -9999em;
}
.text_strong {
	font-weight: bold;
}

#column_1 hr,
#column_2 hr
{
	border: none 0;
	border-top: 1px solid #58a9db;
	height: 1px;
	margin: 0 0 8px 0;
}
#column_1 hr
{
	margin: 16px 0 -10px 0;
}

img.border {
	border: 1px solid #ccc;
}

.module {
	overflow: hidden;
}
#column_1 .module .content {
	margin-bottom: -1.5em !important;
}
#column_1 .module .widget {
	margin-top: 27px;
}
#column_2 .module {
	margin-top: 24px;
}
#column_2 .module .content {
	background: #e0ebf1;
	padding: 16px;
	margin-bottom: -1em !important;
}

#column_2 .image .content {
	padding: 2px;
	margin-bottom: 0 !important;
}
#column_2 .image img {
	display: block;
	margin: 0 auto;
}

.item_nav {
	margin-top: 32px;
}
.item_nav a {
	background: url(/images/sprite_itemnav.png) no-repeat;
	width: 74px;
	height: 28px;
	display: block;
	float: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.item_nav .previous { background-position: 0 0; border-left: 1px solid #ddd; border-right: 1px solid #c0c6cf; }
.item_nav .previous:hover { background-position: 0 -28px; }

.item_nav .list { background-position: -74px 0; }
.item_nav .list:hover { background-position: -74px -28px; }

.item_nav .next { background-position: -148px 0; border-left: 1px solid #c0c6cf; border-right: 1px solid #ddd; }
.item_nav .next:hover { background-position: -148px -28px; }

.pagination {
	font-size: 1.3em;
}
.pagination_top {
	margin-bottom: 10px;
}
.pagination .current {
	color: #f10000;
}

.ui-datepicker-calendar td {
	font-size: 1.1em !important;
}


/*
 * Header/Nav
 */
#header {
	position: relative;
}
#header h1 {
	padding: 0;
}
#header h1 a {
	display: block;
	background: url(/images/bg_logo2.png) no-repeat;
	width: 359px;
	height: 112px;
	padding: 0;
}
#header p {
	background: url(/images/bg_headtext.png) no-repeat;
	width: 237px;
	height: 36px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 35px;
}

#nav .divider {
	height: 8px;
	background: #f10000;
}
#nav li {
	position: relative;
	float: left;
}
#nav a {
	background: url(/images/sprite_nav2.png) no-repeat;
	height: 39px;
	display: block;
}

a#nav_home { width: 105px; background-position: 0 0; }
a#nav_home:hover, a#nav_home.active { background-position: 0 -39px; }

a#nav_cabins { width: 109px; background-position: -105px 0; }
a#nav_cabins:hover, a#nav_cabins.active { background-position: -105px -39px; }

a#nav_camping { width: 125px; background-position: -214px 0; }
a#nav_camping:hover, a#nav_camping.active { background-position: -214px -39px; }

a#nav_marina { width: 127px; background-position: -339px 0; }
a#nav_marina:hover, a#nav_marina.active { background-position: -339px -39px; }

a#nav_fishing { width: 112px; background-position: -466px 0; }
a#nav_fishing:hover, a#nav_fishing.active { background-position: -466px -39px; }

a#nav_recreation { width: 141px; background-position: -578px 0; }
a#nav_recreation:hover, a#nav_recreation.active { background-position: -578px -39px; }

a#nav_photos { width: 113px; background-position: -719px 0; }
a#nav_photos:hover, a#nav_photos.active { background-position: -719px -39px; }

a#nav_info { width: 127px; background-position: -832px 0; }
a#nav_info:hover, a#nav_info.active { background-position: -832px -39px; }

#nav ul ul {
	position: absolute;
	top: 39px;
	left: 0;
	width: 140px;
	border-top: 1px solid #c0c6cf;
	z-index: 100;
}
#nav li li {
	float: none;
	display: block;
	text-indent: 0;
	font-size: .9em;
	border: 1px solid #c0c6cf;
	border-top: none;
}
#nav li li a {
	background-image: none;
	background-color: #e1dcc9;
	color: #725744;
	height: auto;
	line-height: 15px;
	padding: 5px 6px;
	text-decoration: none;
	font-weight: bold;
}
#nav li li a:hover {
	text-decoration: none;
	background-color: #e70c11;
	color: #fff;
}

#billboard h1 {
	width: 959px;
	height: 200px;
	background-repeat: no-repeat;
	padding: 0;
}


/*
 * Footer
 */
#footer {
	 margin-top: 12px;
}
#footer p {
	 color: #fff;
	 padding-bottom: .4em;
}
#footer a {
	 color: #fff !important;
}
#footer span {
	 color: #022a85;
}


/*
 * Legal
 */
.legal h3 {
	padding-bottom: .5em;
}
.legal ul {
	list-style-type: disc;
}
.legal ul,
.legal ol
{
	margin: 0 0 5px 32px;
}
.legal ul ul, .legal ul ol,
.legal ol ol, .legal ol ul
{
	margin-top: 5px;
	margin-bottom: 0;
}
.legal li {
	font-size: 1.3em;
	padding: .5em 0;
}
.legal li li {
	font-size: 1em;
	padding: 0 0;
}

.legal ol.numbered {
	font-weight: bold;
}
.legal ol.numbered span {
	font-weight: normal;
}


/*
 * Cabins
 */
.cabin_listing {
	border: 1px solid #ccc;
	margin-bottom: 12px;
	padding: 8px;
}
.cabin_listing li {
	float: left;
	width: 33%;
}
.cabin_listing h3 {
	position: relative;
	margin-bottom: 8px;
}
.cabin_listing h3 span.price {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.cabin_listing h3 span.price_info {
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	font-size: .5em;
}
.cabin_listing .details {
	width: 73%;
}
.cabin_listing .photo img {
	padding: 4px;
	border: 1px solid #ccc;
}
.cabin_listing .photo img {
	display: block;
}
.cabin_view h2 {
	position: relative;
	margin-bottom: 8px;
}
.cabin_view h2 span.price {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
}
.cabin_view h2 span.price_info {
	display: block;
	position: absolute;
	top: 28px;
	right: 0;
	font-size: .4em;
}


/*
 * Cabin Features
 */
#cabin_features ul {
	float: left;
	width: 50%;
	list-style-type: disc;
}
#cabin_features li {
	line-height: 1.9em;
	margin-left: 16px;
}
#cabin_features a.details {
	font-size: .8em;
	vertical-align: 3px;
	line-height: .8em;
	font-weight: bold;
}
#cabin_features a.details:hover {
	text-decoration: none;
}
.qtip-content {
	font-size: 1.2em;
}


/*
 * Contact
 */
.sfContactForm {
	padding-bottom: 1.5em;
}
.sfContactForm_frm input,
.sfContactForm_frm textarea,
.sfContactForm_frm select
{
	margin-bottom: 12px;
}
.sfContactForm_frm textarea {
	width: 310px;
	height: 80px;
	padding: 2px;
}
.sfContact_form_label {
	font-size: 1.4em;
	padding-bottom: 2px;
	font-weight: bold;
}
#sfContactForm_msgok_div {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 16px;
	color: #f10000;
}
#sfContact_form_captcha {
	margin-top: 10px;
}
#sfContact_form_captcha_pic {
	margin-top: 10px;
}
#sfContact_form_submit {
}
.sfContactForm_frm .form_error {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
	color: #ff0000;
}
.sfContactForm_frm label {
	font-size: 1.2em;
	padding-left: 4px;
}


/*
 * Maps
 */
#map {
	width: 588px;
	height: 450px;
	border: 1px solid #ccc;
}
.map_info {
	width: 275px;
	height: 50px;
}


/*
 * Photos
 */
#photos ul {
	margin-left: -8px;
	clear: both;
}
#photos li {
	display: inline;
	float: left;
	margin: 0 0 8px 8px;
}
#photos li > div {
	width: 140px;
	height: 108px;
	overflow: hidden;
}
#photos li div div {
	padding: 4px;
	border: 1px solid #ccc;
}
#photos img {
	display: block;
}


/*
 * Widgets
 */
.widget {
	position: relative;
}
.widget table td {
	padding-right: 2px;
}
.widget img.weather {
	border: 1px solid #58a9db;
	position: absolute;
	right: 0;
	top: -32px;
}
/*../js/fancybox/jquery.fancybox-1.3.1.css*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


