html, body{
	background-image: url('../images/background_v2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #5776a6;
}

#frame {
	width:846px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#header{
	width: 846px;
	height: 116px;
	position: relative;
	display: block;
	z-index: 1;
}

#logo{
	position: relative;
	top: 4px;
	left: 20px;
	float: left;
	display: block;
}

#nav{
	position: relative;
	float: right;
	display: block;
	top: 87px;
	color: #ffffff;
}

.bodyFill{
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding:0px;
	background-color: #f6f5f0;
	background-image: url('../images/bg_gradient.gif');
	background-repeat: repeat-y;
	border: 7px solid #ffffff;
}

#contentHeader{
	position: relative;
	top: -6px;
	background-color: #ffffff;
}

#contentHeaderInside{
	position: relative;
	background-color: #ffffff;
}

#contentLeft {
	width:379px;
	padding:0px;
	float:left;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	padding-bottom: 15px;
}

#contentDivider {
	width:5px;
	padding:0px;
	float:left;
	padding-top: 12px;
	margin-right: 15px;
	height: 172px;
	background-image: url('../images/vert_divider.jpg');
	display: block;
	background-repeat: no-repeat;
}

#contentRight {
	width:379px;
	padding:0px;
	float:left;
	padding-left: 15px;
	padding-top: 45px;
	padding-bottom: 15px;
}

img, div {
	behavior: url('../iepngfix.htc');
}





/*----------------- PARAGRAPH TAGS ---------------------*/

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

p.bodyCopy{
	color: #333333;
}

p.bodyBold{
	color: #333333;
	font-weight: bold;
}

p.textHeader{
	margin-bottom: 10px;
}

p.textHeaderTop{
	margin-top: 15px;
}

p.secondaryNav{
	color: #5776a6;
	margin-top: 0px;
	margin-right: 5px;
	padding-bottom: 4px;
	text-align: right;
	right: 5px;
	font-size: 10px;
	background-color: #ffffff;
}

p#footCopyright{
	float: left;
	padding-left: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

p#footAddress{
	float: right;
	position: relative;
	right: 20px;
	text-align: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

.cabinDescript{
	color: #999999;
	font-size: 11px;
	width: 185px;
	line-height: 15px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5776a6;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.8px;
	margin-top: -5px;
}

h1.PageHead{
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-bottom:15px;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: -0px;
	margin-bottom: 3px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5776a6;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: -8px;
	margin-bottom: 2px;
	letter-spacing: 0.8px;
}

ul{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	margin-bottom: 15px;
}

li{
	height: 16px;
}

form{
	margin-top: 35px;
}




/*--------------------- LINK TAGS -----------------------------*/

a:link, a:visited {
	color: #5776a6;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:hover, a:active{
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a.btn_reservations{
	background-image: url('../images/btn_reservation.jpg');
	background-position: 0 0px;
	width: 296px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.btn_reservations:hover, a.btn_reservations:active{
	background-position: 0 -26px;
}

a.btn_availability{
	background-image: url('../images/btn_availability.jpg');
	background-position: 0 0px;
	width: 296px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.btn_availability:hover, a.btn_availability:active{
	background-position: 0 -26px;
}

a.btn_resort{
	background-image: url('../images/btn_resortPhotos.jpg');
	background-position: 0 0px;
	width: 255px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

a.btn_resort:hover, a.btn_resort:active{
	background-position: 0 -26px;
}

a.navText:link, a.navText:visited {
	letter-spacing: .06em;
	font-family: Verdana, Helvetica Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 2px;
}

a.navText:hover, a.navText:active{
	background-image:url('../images/nav_over.gif');
	text-decoration: none;
}

a.attractions:link, a.attractions:visited, a.attractions:hover, a.attractions:active{
	color: #999999;
}

a.mapLink{
	color: #00ff00;
}




/*------------------------ ETC TAGS -------------------------*/

.bigTop{
	margin-top: 15px;
}

.navDivider {
	letter-spacing: .06em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #eeeeee;
}

#footFoot{
	margin-top: 12px;
	position: relative;
}

.cabinBlock{
	margin-top: 20px;
}

.hRuleShort{
	width: 400px;
	height: 13px;
	background-image: url("../images/hr.png");
	background-repeat: no-repeat;
}

.mainPhoto{
	float: left;
}

.mainDescript{
	width: 160px;
	float: left;
	padding-top: 12px;
	padding-left: 3px;
}

.biggerTop{
	margin-top: 25px;
}

.littleBottom{
	margin-bottom: -10px;
}

#hRule{
	margin-top: -5px;
	width: 100%;
	height: 13px;
	background-image: url("../images/hr.png");
	background-repeat: no-repeat;
}

.hRule{
	margin-top: -5px;
	width: 100%;
	height: 13px;
	background-image: url("../images/hr.png");
	background-repeat: no-repeat;
}

#labels{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 120px;
	float: left;
	display: inline;
	position: relative;
}

#boxes{
	width: 400px;
	float: left;
	display: inline;
	position: relative;
	top: -35px;
}

.formLabels{
	margin-bottom: 26px;
}

#textA{
	font-family: Helvetica;
	font-size: 11px;
	color: #333;
	padding: 3px;
	margin-bottom: 7px;
}

.textB{
	font-family: Helvetica;
	font-size: 12px;
	color: #333;
	padding: 3px;
	margin-bottom: 6px;
}

#mapScript{
	display:none;
}

#mapFrame{
	border: 1px solid;
	border-color: #999999;
}

.mapLink{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#ratesTable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
	margin-top: -5px;
}

.rateRow{
	height: 20px;
}

.rateAlt{
	height: 20px;
	background-color: #fcfbf9;
}

.col1{
	width: 160px;
	padding-left: 5px;
	padding-top: 4px;
}

.col2{
	width: 140px;
}

.col3{
	width: 60px;
}

.col4{
	width: 140px;
}

.col5{
	width: 65px;
}

.col6{
	width: 140px;
}

.col7{
	width: 70px;
}

.col8{
	width: 140px;
}

.col9{
	width: 60px;
}

.colD{
	width: 120px;
}

.col2 span, .col4 span, .col6 span, .col8 span{
	padding-left: 4px;
}

.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	margin-top: -20px;
	margin-bottom: 15px;
}

.bold{
	font-weight: bold;
}

.print{
	display: none;
}