/*       Layout
======================= */
body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        background:#fff url("../images/body-bg.png") repeat-x;
}
div {
        position: relative;
}
img {
   		border:0;
}
#pagewidth{
        width:985px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
}
#header{
        width:100%;
        height:145px;
        z-index: 150;
}
#wrapper{
   		clear:both;
   		z-index: 0;
}
#maincol{
        float: left;
        display:inline;
        width: 100%;
        padding-top:20px;  
        z-index: 0;  
		min-height:200px;           
 }
#lcol{
width:410px;
float:left;
}
#rcol{
width:575px;
float:left;
}
.cols2{
width:49.5%;
float:left;
}
#footer{
		width:975px;
        text-align:left;
        margin-left:auto;
        margin-right:auto;
        background: url("../images/content-bg.png") no-repeat 5px top;
        padding-top: 140px;
		padding-left:10px;
}
#footer-wrapper{
        clear: both;
        background: url("../images/footer.jpg") repeat-x 0 85px;     
        width: 100%;
        text-align: center;
        min-height: 330px;           		        
}
.left {
        float:left;
}
.right {
        float:right;
}
.txtl{
   text-align:left;
}
.txtc{
   text-align:center;
}
.txtr{
   text-align:right;
}
.clear {
        clear:both;
}
.red {
        color:#F00;
}
.mobilemap, .mobilemenus, .mobilefoot{display:none;}
 /*       Text
======================= */
body, td, div, select, textarea, input {
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #333;
}
p, h1, h2, h3, table, form {
        margin-left: 30px;
        margin-right: 30px;
}
ul,ol{
        margin:0em 30px 1em 60px; /* Right = same as other elements. Left = Left of other elements +30 */
        padding: 0px;
}
ul li, ol li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0;
}
li ol, li ul{
        margin-left: 30px;
        margin-top:0;
        margin-bottom:0;
}
table{
        margin-right:0;
}
p {
        margin-top:0;
        margin-bottom:1em;
        line-height:1.6em;
}
h1 {
        font-size: 2.2em;
        margin-top: 0.6em;
        margin-bottom: .3em;
}
h1 span{font-size:.6em;}
h2 {
        font-size: 1.4em;
        margin-top: 1.5em;
        margin-bottom: .3em;
border-bottom:1px dashed #ccc;
}
h2 span{font-size:.6em;}
h3 {
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: .3em;
}
h1, h2, h3, legend, .resort li a strong{
        color:#694187;
        font-family: Georgia, serif;        
}
blockquote{
border-left:6px solid #3D60A6;
background:#E8EFFF;
margin:0 30px 1em 50px;
padding:1em 2em 1px;
}
blockquote p{
margin:0 0 1em 0;
}
blockquote.bsus{
width:525px;
}
blockquote.bgg{
width:500px;
}

/*      Vertical Nav
========================= */

#nav {
        list-style:none;
        width:95%;
        margin:0;
        padding:0;
        position: absolute;
        top: 111px;
        left: 10px;
        font-family: Georgia, serif; 
        font-size: 17px;
        line-height: 17px;
        z-index: 100;
}
#nav li{
        position:relative;
        float:left;
        margin:0 5px 0 3px ;
        padding:0 0 0 5px;        
}
#nav li a {
        display:block;
        padding:6px 15px 6px 10px;
        text-decoration:none;
        color:#333;  
        outline:none; 
}
#nav li a:hover,
#nav li a.current  {
        color:#333;
}

#nav li.current, #nav li:hover, #nav li.sfhover {
    background:transparent url(../images/menu-left.jpg) no-repeat scroll 0 0;
}
#nav li.current a, #nav li.nosub a:hover{
padding-bottom:3px;
}
#nav li:hover a, #nav li.sfhover a {
padding-bottom:6px;
}
#nav li.current a, #nav li:hover a, #nav li.sfhover a {
    background:transparent url(../images/menu-right.jpg) no-repeat scroll right top;
}

#nav li li {
	padding-left: 0;
	margin: 0;
}

#nav li li, #nav li.current li, #nav li:hover li, #nav li.sfhover li, 
#nav li li a, #nav li.current li a, #nav li:hover li a, #nav li.sfhover li a 
{
	background: none;
}

#nav li li a, #nav li.current li a{
   padding:8px 5px 8px 15px;
   width: 200px; /*  total width of submenu */
   w\idth: 180px; /* sbmh fix ie5.5 (width - padding - border = total) */
   white-space:normal;
   font-size: 0.8em;
   margin-left: 9px;
   background: none;
   line-height: 1em;   
   float: none;
}
#nav li ul {
	width: 220px; /*  total width of submenu */
	position: absolute;
	left: -999em;
	height: auto; 
	margin: 0;
	list-style: none;
	z-index: 100;
	padding-bottom: 20px;
	padding-top: 5px;
	background: url("../images/drop-down.png") no-repeat left bottom;
	line-height: 1em;
}
* html #nav li ul{
   background-image:url(../images/drop-down8.png); /*ie6*/
}
#nav li ul a { /* submenu style */
	background: url("../images/arrow.gif") no-repeat -500px center; /*load it*/

}
#nav li ul a.red{
	color:#c00;
}
#nav li ul a.red img{
position:relative;
top:3px;
left:-2px;
}
#nav li ul a:hover { /* submenu hover */
	background: url("../images/arrow.gif") no-repeat left center;
	color:#3d60a6;
}
#nav li ul li.current a{
background:url("../images/arrow.gif") no-repeat left center;
	color:#3d60a6;
cursor:default;
}
#nav li:hover ul,
#nav li.sfhover ul /*suckerfish*/{
	left: auto;
	margin-left: -14px;
}
#nav li:hover {background-position: 0 0;} /* IE7 Sticky Fix */

/*       Links
======================= */
a {
        color:#369;
        text-decoration:underline;
}
a:hover {
        color:#369;
        text-decoration:none;
}
a[href $='.pdf'] {
	background: url(../images/icon-pdf.png) no-repeat right center;
	padding: 3px 18px 3px 0;
        white-space: nowrap;
}

/*       Header
========================= */
#book{display:none;} /*moblie booking link*/
#header h1 {
        margin:0;
        position:absolute;
        height:100px;
        width: 310px;
        top:0px;
        left:20px;
        overflow:hidden;
}
#header h1 a{
        display:block;
        height:100%;
        width: 100%;
}
#header h1 a span{
        display:block;
        height:100%;
    	width: 100%;
        position:absolute;
        top:0;
        left:0;
        background: url("../images/logo.png") no-repeat; /* logo image */
        cursor:pointer; /* ie */
}
#header form {
	    position: absolute;
	    top: 0;
	    left: 348px;
	    width: 560px;
            padding-left:50px;
	    height: 92px;
	    overflow: hidden;
	    background: url("../images/form-bg.png") no-repeat;
}
#header form label {
	    display: block;
	    float: left;
	    color: #666;
	    font-size: 0.8em;
	    margin: 5px 0 0 0px;
	    padding-left: 15px;
}
#header form input.text{
	    width: 120px;
	    background: #fff url("../images/calendar.jpg") no-repeat 105px 2px;
	    border: 1px solid #ccc;
	    color: #333;
	    height: 16px;
float:left;
}
#header form input.text.calendar{
width:97px;
}
#header form a.calendar{
	    background:url("../images/calendar.jpg") no-repeat 3px 3px;
padding:0;
margin:0;
}
#header form select{
border: 1px solid #ccc;
	    color: #333;
}
#header form input.submit{
	   width: 120px;
	   height: 31px;
line-height:31px;
	   background: url("../images/submit.png") no-repeat;
	   border: none;
	   margin-top: 10px;
	   margin-left: 15px;
font-size:11px;
}
	
/*       Maincol
========================= */
#carousel {
		float: right;
		position: relative;
		width: 575px;
		height: 390px;
		overflow: hidden;
		background:#fff;
}
#carousel.vert{
width:344px;
height:495px;
}
#carousel ul{
list-style:none;
position:relative;
float:right;
display:inline;/*ie6*/
margin:29px 29px 0 0;
padding:0;
z-index:10;
background:#fff;
opacity:.7;
}
#carousel.vert ul{
margin-top:14px;
margin-right:26px;
}
#carousel ul li{
float:left;
margin:0 0px;
padding:2px 5px;
cursor:pointer;
color:#999;
font-size:10px;
}
#carousel ul li.selected{
color:#666;
cursor:default;
}
.slide{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}
.slide img{
    position:absolute;
	top: 28px;
	left: 27px;
}
.vert .slide img{
top:13px;
}

.slide span {
		position: absolute;
		top: 0;
		left: 0;
		display:block;
		width: 100%;
		height: 100%;
		background: url("../images/photo-bg.png") no-repeat;
}
.vert .slide span{
background: url("../images/photo-bgv.png") no-repeat;
} 
.slide p{
		color: #3d60a6;
		font-family: Georgia, serif;
		font-size: 1.6em;
		text-align: center;
		margin:0;
		width:100%;
		position:absolute;
		top:328px;
		left:0;
}
.vert .slide p{
top:412px;
width:300px;
margin-left:22px;
line-height:1.3em;
}
* html #carousel .slide span {background: url("../images/photo-bg8.png") no-repeat;/*ie6*/ }
* html #carousel.vert .slide span {background: url("../images/photo-bgv8.png") no-repeat;/*ie6*/ }
.call-out {
		font-size: 1.6em;
                font-weight:normal;
line-height:1.3em;
		text-align: center;
margin-bottom:1em;
}


/*       Footer
========================= */
#footer a, #footer a:hover{
        color:#666;
        text-decoration: none;
}

#footer div{
        margin:0;
        color:#333;
        float: left;
        width: 220px;
        margin: 0 0 0 20px;
        text-align:justify;
		display:inline;/*ie6*/

}
#footer div p{
		margin-left: 0;
		margin-right: 0;

}
#footer h2 {
		color: #000;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
}
#footer h2 a{
display:block;
color:#000;
text-decoration:none;
}
#footer h2 a:hover{
color:#000;
text-decoration:underline;
}

#footer p#copyright {
		font-size: 0.9em;
		color: #666;
		text-align: center;	
		margin: 0;
		padding: 10px 0;
		clear: both;
		float: none;
		width: 100%;
}
#footer p#copyright span{
font-size:.8em;
color:#999;
}
#footer p#copyright span a{
color:#999;
}
/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*       Forms
======================= */
form.lj fieldset {
border:1px solid #eee;  /* Fieldset Border */
margin:  0 0 1em 0;
padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#000;             /* Input Text Color */
display: block;
width: 97%;
background: #fff;
border: 2px solid #ccc; /* Input Border */
padding:.25em .5em;
font-weight:bold;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
form.lj .submit {
background:#eee;        /* Submit Colors */
color:#000;
border: 2px solid #ccc;
font-weight:bold;
display:inline;
margin:0 2em 1em 0;
width: auto;
}
form.lj legend {     /* Should be same color as h3 if current global.css is used */
background:#fff;
font-size: 1.1em;
font-weight:bold;
}
form.lj .ammerspay{
position:absolute;
width:50px;
top:0;
left:-5000px;
}
form.lj .submit.light{
color:#ccc;
font-weight:normal;
}
form.lj fieldset.radio{
   margin: 1em 0 1em 0;
}
form.lj fieldset label.radio,
form.lj fieldset.radio label{
cursor:pointer;
line-height:1.6em;
}
form.lj fieldset.radio input,
form.lj label.radio input {
width:auto;
float:left;
margin-right:6px;
border:none;
background:none;
}
form.lj fieldset.float label,
form.lj fieldset label.float{
display:inline; 
float:left;
white-space: nowrap;
margin-right: 15px;
}
form.lj input.hidden {
border:none;
padding:0;
display:inline;
}
form.lj legend a {
font-weight:normal;
font-size:.9em;
}
form.lj label{
display: block;
margin-bottom: 1em;
}
form.lj .first{
padding-top: 1em;
}
form.lj select{
width:auto;
}
form table,
form h2{
margin-left:0;
margin-right:0;
}
form.lj p{
margin:0 0 .25em 0;
padding:0;
}
form.lj {
margin-top: 1em;
margin-bottom:1em;
}

#reservationform a.calendar{
	    background:url("../images/calendar.jpg") no-repeat 3px 3px;
padding:0;
margin:0;
float:right;
margin-top:-23px;
}
/*     Alerts
==================== */
h3.alert, h3.alertyes, h3.alertwarn{
	font-size:12px;
	line-height:16px;
	padding:5px 5px 5px 35px;
	color:#000;
	border: 2px solid #0c0;
	border-width: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.8em;
	background: #cfc url(../includes/forms/alert-yes.png) no-repeat 5px 1px;
}
h3.alert span, h3.alertyes span, h3.alertwarn span{
	font-weight:normal;
}
h3.alert{
	background: #fcc url(../includes/forms/alert-no.png) no-repeat 5px 1px;
	border-color:#c00;
}
h3.alertwarn{
	background: #ffc url(../includes/forms/alert-info.png) no-repeat 5px 1px;
	border-color:#ff3;
}
form h3.alert,
form h3.alertyes,
form h3.alertwarn {
margin-left:0;
margin-right:0;
}

/*      Tables
===================================== */
.tablegrid {
	border-collapse: collapse;
	margin-bottom:1em;
	margin-top:2em;
}
li .tablegrid {
	margin-left: 0;
	margin-top: 5px;
}
.tablegrid thead th, .tablegrid th {
	color:#333;
	font-weight: normal;
	background: #fff url(../images/body-bg.png) left center;
	border-right: 2px solid #999;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #333;
	text-align:right;
}
.tablegrid thead th {
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #999;
	border-right: 1px dashed #ccc;
	text-align:center;
}
.tablegrid tbody td {
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
.tablegrid th, .tablegrid td {
	padding:7px 9px;
}
.tablegrid td.on{
   background-color:#cfc;
}
.tablegrid tbody td.end{
border-right: 2px solid #999;
}
.tablegrid .num td{
font-weight:bold;
}

/*   Buttons
========================== */
.butwrap{
overflow:hidden; /*clearfix*/
padding-bottom:20px;
}
.butwrap2{
overflow:hidden; /*clearfix*/
padding-bottom:0px;
}
a.but {
    background: transparent url(../images/button-bg.png) no-repeat scroll top right;
    display: block;
    float: left;
    font-size:12px;
    height: 33px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    outline:none;
    color:#3d60a6;
}
a.but.right{
float:right;
}
a.but span {
    background: transparent url(../images/button-bg.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 9px 0 10px 18px;
}
a.but:hover{
    background-position: bottom right;
    color: #000;
} 
a.but:hover span {
    background-position: bottom left;
    padding: 10px 0 9px 18px; /* push text down 1px */
} 
.btn-chk{
float:right;
margin:20px 10px 1em 5px;
width:150px;
display:inline;/*ie6*/
}
.btn-chk a{
outline:none;
}
/*   Boxes
========================= */
.boxes{
margin:0;
padding:0;
list-style:none;
}
.boxes li{
border: 1px solid #ccc;
float:left;
display:inline;/*ie6*/
margin:10px 0 30px 30px;
padding:0;
text-align:center;
width:290px;
height:150px;
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px;
}
.boxes li a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}
.boxes li a strong{
display:block;
font-size: 1.4em;
margin:0;
padding:10px;
background:#fff;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
border-top-right-radius:10px;
border-top-left-radius:10px;
opacity:.7;
}
.boxes li a:hover strong{
opacity:.9;
}
.boxes li a span{
display:none;
background:#fff;
padding: 5px;
opacity:.95;
}
.boxes li a:hover span{
display:block;
}
/*resort*/
.boxes .pro{background: url(../images/boxes/topview1.jpg) no-repeat;}
.boxes .res{background: url(../images/boxes/rest1.jpg) no-repeat;}
.boxes .poo{background: url(../images/boxes/poolbest.jpg) no-repeat;}
.boxes .act{background: url(../images/boxes/treetrek.jpg) no-repeat;}
.boxes .cor{background: url(../images/boxes/confroom1.jpg) no-repeat;}
.boxes .gue{background: url(../images/boxes/comments.jpg) no-repeat;}
/*rooms*/
.boxes .rtr{background: url(../images/boxes/cabin7asm.jpg) no-repeat;}
.boxes .rcc{background: url(../images/boxes/chart.jpg) no-repeat;}
.boxes .spe{background: url(../images/boxes/specials.jpg) no-repeat;}
.boxes .pol{background: url(../images/boxes/policies.jpg) no-repeat;}
/*restaurant*/
.boxes .mad{background: url(../images/boxes/rest4.jpg) no-repeat;}
.boxes .che{background: url(../images/boxes/craig2.jpg) no-repeat;}
.boxes .men{background: url(../images/boxes/food2.jpg) no-repeat;}
/*area info*/
.boxes .wea{background: url(../images/boxes/weather3.jpg) no-repeat;}
.boxes .baa{background: url(../images/boxes/Horses1.jpg) no-repeat;}
.boxes .bir{background: url(../images/boxes/bird1.jpg) no-repeat;}
.boxes .inf{background: url(../images/boxes/PC.jpg) no-repeat;}
.boxes .lin{background: url(../images/boxes/links.jpg) no-repeat;}
/*news*/
.boxes .new{background: url(../images/boxes/news.jpg) no-repeat;}
.boxes .wor{background: url(../images/boxes/largegroup.jpg) no-repeat;}
.boxes .wop{background: url(../images/boxes/yoga.jpg) no-repeat;}
/*philosphy*/
.boxes .phi{background: url(../images/boxes/gina1.jpg) no-repeat;}
.boxes .sob{background: url(../images/boxes/drinks4.jpg) no-repeat;}
.boxes .sus{background: url(../images/boxes/sustain9.jpg) no-repeat;}
.boxes .gre{background: url(../images/boxes/green-globe.jpg) no-repeat;}


/* ==== START Facebook Tab by Schoberg.net ==== */
#fbtab{
background: url(../images/icon-fbtab.png) no-repeat; /* Path to Image */
right:36px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:1px;height:41px;width:30px;margin:0;padding:0;position:fixed;z-index:5000;}
#fbtab a{display:block;width:100%;height:100%;}
/* ==== END Facebook Tab by Schoberg.net ==== */

/* ==== START Facebook Tab by Schoberg.net ==== */
#tatab{
background: url(../images/icon-ta.png) no-repeat; /* Path to Image */
right:1px;  /* change this to left: 1px; to put it on the left of the screen */
bottom:1px;height:40px;width:30px;margin:0;padding:0;position:fixed;z-index:5000;}
#tatab a{display:block;width:100%;height:100%;}
/* ==== END Facebook Tab by Schoberg.net ==== */


/*     printer styles
========================= */
 @media print{
/* Hide unwanted elements */
#carousel, #header form, #nav, #header h1 a span{display:none;}
/* Kill floats and backgrounds */
body #pagewidth, #maincol, #wrapper, body, #footer, #header, #header h1, #header h1 a,#footer div{width:100%; float:none; background:none;}
/* Set margins to 0 */
p, h1, h2, h3, table {margin-left:0;margin-right:0;}
ul, ol {margin-left:30px; margin-right:0;}
#maincol {padding-top:0;}
/* Make texts black */
p, li, #footer p, #footer p a{color:#000;}
/* Print Logo as text */
#header,#header h1, #header h1 a{ width: auto; height:auto; text-indent:0; position:static;top:0;left:0;}
#header h1{ margin-bottom:1em;}
#footer-wrapper {min-height: 0;background:none;}
#footer {margin: 0; padding: 0;}
blockquote.bsus, blockquote.bgg, blockquote{width:auto;margin-left:0;margin-right:0}
}