@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #09C;
	background: url(images/bckg_00.jpg) top center repeat;
	margin: 0;
	padding: 0;
	color: #000;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
h3{
	margin-bottom: 0;
}
a img {
	border: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FFF;
	text-decoration: underline; 
}
.clear{
	clear: both;
}

.wrap{
	width: 1200px;
	margin: 0 auto 0 auto;
}
header{
	min-width: 1200px;
	height: 115px;
	background:url(images/bckg_top.jpg) top center repeat;
	color: #FFF;
}
#logo{
	width: 200px;
	display: block;
	float: left;
	margin-left: 50px;
	position: absolute;
}
#topnav{
	display: block;
	float: right;
	height: 70px;
	margin: 0;
	padding: 0;
}#topna ul{
	height: 100px;
}#topnav li{
	list-style: none;
	float: left;
	margin: 0 5px;
	font-size: 80%;
	margin-top: 16px;
}#topnav li#booknow{
	font-size: 90%;
	width: 100px;
	background-color:#ffcb05;
	border: 1px solid #ffcb05;
	padding: 5px 10px 8px 10px;
	margin-top: 0;
	text-align: center;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}#topnav li#booknow strong{
	font-weight: bold;
	color:#F00;
}#topnav li#booknow:hover{
	background-color:#09F;
	border-top: 1px solid #09F;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}#topnav li#booknow:hover a, #topnav li#booknow:hover strong{
	color: #FFF;
	text-decoration: none;
}

#social{
	clear: both;
	float: right;
	width: 200px;
	text-align: right;
	padding: 0 20px 0 0;
}
#mainnav{
	min-width: 1200px;
	height: 30px;
	background-color: #0092c8;
}#mainnav ul{
	width: 600px;
	margin: 0 auto;
}#mainnav ul li{
	display: block;
	width: 200px;
	list-style: none;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}
.transparent{
	min-width: 1200px;
	position:relative;
	top: -30px;
	height: 30px;
	background-color: #0092c8;
	clear: both;
	opacity:0.35;
	filter:alpha(opacity=35);
	z-index: 100;
}
footer{
	min-width: 1200px;
	position: relative;
	top: -30px;
	padding: 10px 0;
	font-size: 80%;
	color: #FFF;
	height: 150px;
	background-color: #0092c8;
}
#subnav{
	width: 770px;
	margin: 0 auto;
}#subnav ul{
	margin: 0 auto;
}#subnav ul li{
	display: block;
	padding: 0 4px;
	list-style: none;
	line-height: 30px;
	text-align: center;
	float: left;
}
address{
	clear: both;
	text-align: center;
	color: #ccbf2e;
	font-weight: bold;
	font-size: 80%;
	line-height: 50px;
}
#contents{
	color: #FFF;
}
#contents aside{
	width: 280px;
	height: 1650px;
	background-color: #d2ab67;
	float: left;
}#contents aside h1{
	padding-left: 40px;
	font-size: 1.2em;
	margin-top: 60px;
	color: #644f38;
}#contents aside ul{
}#contents aside ul li{
	list-style: none;
	padding: 0 0 0 60px;
	margin: 0 0 4px 0;
	line-height: 30px;
	color:#FFCC00;
}#contents aside ul li a{
	color:#FFCC00;
}#contents aside ul li.active{
	background:url(images/gradient.png) top left repeat-y;
	color: #FFF;
}#contents aside ul li.active a{
	color: #FFF;
}
#contents article{
	width: 920px;
	height: 1650px;
	background: url(images/bluebckg.jpg) top right no-repeat;
	background-color: #00b9f0;
	float: left;
	color: #FFF;
}#contents .hline{
	border-top: 2px dotted #FFF;
	height: 20px;
	margin-top: 10px;
}#contents article .center{
	width: 800px;
	margin: 20px auto;
}#contents article ul {
	padding-left: 20px;
}#contents article ul li{
	padding-left: 10px;
	line-height: 150%;
}#contents .col{
	display: block;
	margin-right: 20px;
	float: left;
}#contents .full{
	height: 900px;
	background: url(images/bluebckg.jpg) top right no-repeat;
	background-color: #00b9f0;
}#contents .full .center{
	width: 800px;
	margin: 0 auto;
}#contents .price{
	color:#FFCC00;
	font-weight: bold;
	font-size: 120%;
}#contents p{
	text-align: justify;
}



.formbox {
	display: block;
	font-size: 85%;
	padding: 10px 10px 30px 10px;
	margin: 20px 0;
	width: 580px;
	background: url(images/formbckg.jpg) top center no-repeat;
	background-color: #9ce4f9;
	border: 1px solid #258bac;
	color: #666;
	}
.formbox fieldset{
	border: none;
}
.formbox legend{
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.formbox label{
	text-align: right;
	display: block;
	margin-bottom: 0px;
	padding: 0 10px;
	width: 120px;
	color: #7D5651;
	float: left;
	clear: left;
}
.formbox input, .formbox select, .formbox textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;	
	width: 330px;
	margin-bottom: 14px;
	margin-top: 2px;
	padding: 2px;
	float:left;
	clear: right;	
}
.formbox .halfed {
	display:inline-block;
	width: 100px;
	clear: none;
	margin-right:10px;
}
.formbox .athird {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.formbox .centered{
	text-align: center;
}
.formbox .bttn {
	width: auto !important;
	padding: 4px 12px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #1683ac;
	background-color: #2f2827;
	color: #FFF;
	-webkit-appearance: none;
}
.formbox em{
	color: #F00;
	font-weight: bold;
}
#googlemap{
	width: 520px;
	height: 350px;
	margin: 0 auto;
	background: url(images/formbckg.jpg) top center no-repeat;
	background-color: #9ce4f9;
	border: 1px solid #258bac;
	padding: 40px;
}#googlemap small a:link{
	display: block;
	width: 520px;
	text-align: center;	
	color: #036;
}#slides ul{
	margin: 0;
	padding: 0;
}#slides li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.error, .success, .notice{
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.error {
	color:#F00;
}
.success {
	color:#090;
}
.notice {
	color: #C90;
}

#contactinfo{
	background: url(images/bluebckg.jpg) top right no-repeat;
	background-color: #00b9f0;
	height: 900px;
}#contactinfo #info{
	width: 280px;
	padding: 20px;
	float: left;
	font-size: 80%;
	line-height: 160%;
}#contactinfo #info h2{
	border-bottom: 2px dotted #FFF;
	padding: 5px 0;
	margin: 0 0 50px 0;
}#contactinfo #info h3 {
	border-bottom: 2px dotted #FFF;
	padding: 5px 0;
	margin: 0 0 20px 0;
}#contactinfo #info p{
	margin: 0 0 30px 0;
}#contactinfo #info span {
	display: inline-block;
	width: 80px;
}#contactinfo #commform{
	width: 870px;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}
#contactform{
	margin: 0 auto;
}
#contactform fieldset{
	margin: 20px 0;
}
#contactform input {
	margin: 0 0 10px 0;
}#contactform textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	height: 120px;
}
