body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family: Georgia, serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*12px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1, h2, h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h4 {
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 19px;
	font-family: Georgia, serif;
}
h1, h2, h3, h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th, td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p, fieldset, table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/*  --------  KONA Styles --------- */


body {
	font-family: Georgia, Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFE1BB;
	background-image: url('/img/kona_bg.jpg');
	background-repeat: repeat-x;
	color: #551500;
}
#container {
	width: 1027px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: -10px;
	overflow: hidden;
	margin-bottom: 0px;
	height: 100%;
	background-image: url('/img/kona_bg_left_column.jpg');
	background-repeat: repeat-y;
}
a {
	color: #c95214;
	text-decoration: none;
}
a:hover {
}
#left_column {
	width: 280px;
	height: 100%;
	bottom: 0;
	float: left;
	padding-left: 10px;
}
#logo {
	margin-left: 20px;
	margin-top: 47px;
}
#logo h1, #logo h2 {
	display: none;
}
#menu {
	width: 250px;
	color: #c95214;
	margin-bottom: 15px;
}
#menu a {
	color: #c95214;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#menu ul {
	border-top: 1px solid #7D513D;
}
#menu ul li {
	list-style: none;
	border-bottom: 1px solid #7D513D;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
}
#menu ul li a:hover, #menu ul li:hover a, #menu ul li.active a {
	color: #F7F3F1;
}
#menu ul li:hover, #menu ul li.active {
	background-image: url('/img/kona_bg_side_nav.png');
	background-repeat: repeat-y;
}
#weather {
	margin-left: 0px;
	height: 90px;
	width: 240px;
	background-image: url('/img/kona_bg_weather.png');
	padding-left: 5px;
	margin-left: 10px;
	padding-top: 30px;
	color: #E5B07F;
	background-repeat: no-repeat;
}
#weather_details {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 9px;
}
#temp {
	float: left;
	width: 68px;
	font-size: 38px;
	color: #FFFFFF;
	padding-left: 15px;
}
#header_title {
	width: 1000px;
	background-image:  url('/img/kona_bg_title.png');
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-bottom: 50px;
	margin-left: 5px;
	z-index: 99;
	padding-right: 20px;
	padding-left: 5px;
}
#header_title h3 {
	float: left;
	width: 300px;
	font-size: 40px;
	padding-left: 20px;
	margin-top: 5px;
}
#header_title h4 {
	font-weight: lighter;
	padding-top: 23px;
}
#sub_nav {
	width: 250px;
}
#sub_nav a {
	color: #c95214;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}
#sub_nav ul {
}
#sub_nav ul li {
	list-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#sub_nav ul li a:hover, #sub_nav ul li.active a {
	color: #F7F3F1;
}
#content {
	background-image: url('/img/kona_bg_right_column_repeat.jpg');
	margin-left: 290px;
	margin-top: 90px;
	height: 100%;
	bottom: 0;
	padding-bottom: 50px;
}
#top_tabs {
	width: 737px;
	background-image: url('/img/kona_bg_top_tabs.jpg');
	position: absolute;
	top: 0px;
	padding-bottom: 0px;
}
#top_tabs ul {
	margin-top: 25px;
	padding-bottom: 17px;
}
#top_tabs ul li {
	font-size: 11px;
	display: inline;
	letter-spacing: 2px;
	margin-left: 7px;
}
#top_tabs ul li a {
	color: #D69861;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#top_tabs ul li a:hover, #top_tabs ul li:hover a, #top_tabs ul li a.active {
	color: #FFFFFF;
}
#top_tabs ul li.med {
	padding-left: 44px;
}
#top_tabs ul li.large {
	padding-left: 35px;
}
#top_tabs ul li.buy {
	padding-left: 44px;
}
#top_tabs ul li a:hover {
}
#top_image {
	margin-bottom: 160px;
	margin-top: -13px;
}
#home_intro {
	margin-left: 50px;
	color: #A72600;
	font-size: 22px;
	line-height: 36px;
	width: 650px;
	margin-top: -140px;
	font-style: italic;
}
#home_intro_2 {
	margin-left: 50px;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	width: 630px;
}
#home_book {
	margin-left: 20px;
	margin-top: 0px;
	width: 700px;
	height: 140px;
	background-image: url('/img/kona_bg_book.png');
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 10px;
	padding-left: 24px;
}
#home_book h3 {
	color: #F4F1E7;
	font-size: 32px;
	font-weight: normal;
	margin: 10px;
	margin-left: 7px;
}
#home_book label {
	padding: 8px;
	color: #E5B07F;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
#home_book div.left_col {
	float: left;
}
#home_book div.center_col {
	padding-top: 35px;
	float: left;
	padding-left: 20px;
	color: #E5B07F;
	text-transform: uppercase;
	font-size: 11px;
}
#home_book div.center_col input {
}
#home_book div.center_col div.label {
	width: 100px;
	float: left;
	clear: both;
	padding-bottom: 10px;
	color: #E5B07F;
	letter-spacing: 1px;
}
#home_book div.center_col div.input {
	width: 140px;
	float: left;
	padding-bottom: 10px;
	color: #E5B07F;
}
#home_book div.right_col {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
#home_news {
	margin-left: 20px;
	width: 690px;
	height: 110px;
	background-image: url('/img/kona_bg_home_news.png');
	background-repeat: no-repeat;
	padding: 20px;
	padding-left: 30px;
	color: #73574A;
	font-size: 12px;
	line-height: 18px;
	margin-top: -25px;
}
#home_news h4 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #A72600;
}
#home_news div {
	float:left;
	width: 190px;
	margin-right: 30px;
}
.body_text {
	margin-left: 50px;
	font-size: 14px;
	line-height: 25px;
	width: 640px;
	padding-top: 10px;
}
#gallery {
}
#gallery ul {
	padding-left: 20px;
}
#gallery ul li {
	display: inline;
}
#gallery ul li a, #gallery ul li img {
	padding-bottom: 34px;
}
.zitem {
	width:125px;
	height:125px;
	margin-right: 24px;
	margin-bottom: 24px;
	padding-left: 1px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-image: url('/img/kona_bg_gallery_image.png');
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
}
.zitem .caption {
	width:125px;
	height:30px;
	margin-left: 2px;
	padding-left: 5px;
	margin-bottom: 11px;
	background:#000;
	color:#fff;
	font-size: 12px;
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;
	/* hide it by default */
	display:none;
	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}
.zitem img {
	border:0;
	/* allow javascript moves the img position*/
	position:absolute;
}
.clear {
	clear:both;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#footer {
	padding: 50px;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
}
div#right_address {
	float: right;
}

span.address a{
	margin-right: 5px;
}

#footer span.right_links {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}
#footer #social {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer #footer_menu {
	clear: both;
	border-top: 1px solid #734727;
	border-bottom: 1px solid #734727;
	padding: 10px 0;
	line-height: 20px;
}
#footer #footer_menu a, #footer #menu_more a {
	text-decoration: underline;
}
#footer #more_menu {
	clear: both;
	border-bottom: 1px solid #734727;
	padding: 10px 0;
	line-height: 20px;
}
#more_info {
	display: none;
}
.condition {
	color: #FFF;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
}
.panel {
	color: #333;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	padding-left: 50px;
}

#eNews .formLabel,  #eNews .formInput,  #eNews .formLabel2,  #eNews .formInput2 {
	float: left;
	vertical-align: middle;
	line-height: 18px;
}
#eNews .formLabel {
	width: 100px;
}
#eNews .formInput {
	width: 164px;
	text-align: right;
}
#eNews .formLabel2 {
	width: 234px;
	line-height: 18px;
}
#eNews .formInput2 {
	width: 30px;
	text-align: right;
}
#eNews .formSubmit {
	margin-top: 8px;
	padding: 12px 4px 0 0;
	text-align: right;
}
#eNews input, textarea, select {
	border: 1px solid #752100;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 18px;
}
#eNews input.checkbox {
	border: 0px solid #752100;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 18px;
	margin-top: 2px;
}
#eNews .row {
	width: 264px;
	height: 20px;
	padding: 2px;
	margin: auto;
	line-height: 1em;
}
#eNews .regForm {
	width: 264px;
	font-family: 'Times New Roman', Helvetica, serif;
	color: #3c2911;
	line-height: 1.3;
	font-size: 13px;
}
#hale th, td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.5em;
}


#home_book2 {
	margin-left: 20px;
	margin-top: 0px;
	width: 700px;
	height: 140px;
	background-image: url('/img/kona_bg_book.png');
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 10px;
	padding-left: 24px;
}
#home_book2 h3 {
	color: #F4F1E7;
	font-size: 32px;
	font-weight: normal;
	margin: 10px;
	margin-left: 7px;
}
#home_book2 label {
	padding: 8px;
	color: #E5B07F;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
#home_book2 div.left_col {
	float: left;
	padding-right: 20px;
}

#home_book2 div.left_col label {
	padding-right: 0px;
	padding-left: 0px; 
}

#home_book2 div.left_col input {
	margin-left: 7px;
}

#home_book2 div.center_col {
	padding-top: 35px;
	float: left;
	padding-left: 20px;
	color: #E5B07F;
	text-transform: uppercase;
	font-size: 11px;
}
#home_book2 div.center_col input {
}
#home_book2 div.center_col div.label {
	width: 100px;
	float: left;
	clear: both;
	padding-bottom: 10px;
	color: #E5B07F;
	letter-spacing: 1px;
}
#home_book2 div.center_col div.input {
	width: 125px;
	float: left;
	padding-bottom: 10px;
	color: #E5B07F;
}
#home_book2 div.right_col {
	float: left;
	margin-left: 0px;
	margin-top: 30px;
}

#home_book2 div.right_col label{
	padding-right: 2px;
}

#home_book2 div.right_col select{
	margin-right: 0px;
}


#home_book2 div.right_col div {
	padding-bottom: 2px;


}

.map {
	position: absolute;
	top: 0px;
	width: 819px;
	height: 609px;
	float: left;
}

.map div.marker {
	display: none;
}

.map div.info_panel {
	display: none;
	position: absolute;
	top: 58px;
	left: 50px;
	width: 615px;
	height: 500px;
	background-image: url('/img/kona_bg_info_panel.png');
	background-repeat: no-repeat;
	padding: 20px 16px 0 18px;
	text-align: left;
}

.map div.info_panel div.colorbar_royal {
	width: 575px;
	height: 11px;
	background-color: #732E71;
}

.map div.info_panel div.colorbar_deluxe {
	width: 575px;
	height: 11px;
	background-color: #C84797;
}

.map div.info_panel div.colorbar_superior {
	width: 575px;
	height: 11px;
	background-color: #4B8FB8;
}

.map div.info_panel div.colorbar_garden {
	width: 575px;
	height: 11px;
	background-color: #569F57;
}

.map div.info_panel div.colorbar_standard {
	width: 575px;
	height: 11px;
	background-color: #F3AB39;
}

.map div.info_panel div.name {
	font-size: 21px;
	margin: 10px 0 4px 0;

}

.map div.info_panel div.room_number {
	font-size: 31px;
	margin: 0px 0 10px 0;

}

.map div.info_panel div.right_side {
	position: absolute;
	left: 290px;
	top: 40px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.map div.info_panel div.right_side div div{
	font-weight: normal;
	width: 128px;
	float: left;
}

.map div.info_panel div.images {
	margin-top: 15px;
}
.map div.info_panel div.images img{
	width: 565px;

}

.map div.info_panel div.description {
	margin-top: 10px;
	width: 525px;
	height: 72px;
	background-color: #fff;
	border: solid 1px #A69F99;
	font-size: 15px;
	padding: 12px 40px 12px 7px;
	overflow-y: auto;
}
.map div.info_panel div.print {
	margin-top: 10px;
}
.map div.info_panel div.close {
	float: right;
	margin-top: -25px;
	margin-right: 42px;

}

.map div.marker {
	width: 150px;
	height: 230px;
	background-image: url('/img/kona_bg_marker.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	left: 40px;
	padding: 10px 0 0 15px;
	text-align: left;

}


.map div.marker div.colorbar_royal {
	width: 110px;
	height: 11px;
	background-color: #732E71;
	margin-bottom: 7px;
}

.map div.marker div.colorbar_deluxe {
	width: 110px;
	height: 11px;
	background-color: #C84797;
	margin-bottom: 7px;
}

.map div.marker div.colorbar_superior {
	width: 110px;
	height: 11px;
	background-color: #4B8FB8;
	margin-bottom: 7px;
}

.map div.marker div.colorbar_garden {
	width: 110px;
	height: 11px;
	background-color: #569F57;
	margin-bottom: 7px;
}

.map div.marker div.colorbar_standard {
	width: 110px;
	height: 11px;
	background-color: #F3AB39;
	margin-bottom: 7px;
}


.map div.marker div.title {
	height: 55px;
	width: 110px;
}

.map div.marker div.view {
	display: none;
}

div#map_link {
	position: absolute;
	top: 700px;
	left: 50px;
}

div#flashMessage {
	color: #ff0000;
	margin-left: 50px;
	font-weight: bold;
}


