	<!--
* {
    padding:0;
    margin:0
    }

html, body { 
    height:100%
    }
    
body {
    font-family:"trebuchet ms";
    font-size:62.5%;
    background:#7B87A4;
    margin:50px
    }

a {
    text-decoration:none;
    color:#5C6B90
    }

img {
    border:0
    }

hr.gap {
    margin:20px 0;
    border:0
    }

h3 span {
    float:right;
    font-weight:normal;
    font-size:8px;
    }

.border {
    border:1px solid #5c6b90;
    background:#c9cac4;
    padding:10px;
    width:900px;
    margin:0px auto
    }
    
#header {
    background:#92957A
    }
    
#header .inner {
    height:85px;
    }

#header h2, #header h3 {
    font-family:Times New Roman;
    letter-spacing:2px;
    font-style:italic;
    color:#FFF;
    font-weight:normal;
    }

#header h2 {
    font-size:40px;
    line-height:50px;
    height:50px;
    }

#header h3 {
    font-size:15px;
    font-weight:normal;
    line-height:20px;
    padding-left:20px
    }

#search {
    float:right;
    margin-top:20px;
    }
    
#search input {
    width:174px
    }


#navigation {
    background:#c9cac4;
    font-size:1.1em;
    text-transform:uppercase;
    line-height:28px;
    border-bottom:16px solid #92957A;
    clear:both;
    white-space:nowrap
    }
    
#navigation ul {
    list-style:none;
    }
    
#navigation ul li {
    display:inline;
    }
    
#navigation ul li a {
    color: #505050;
    font-weight:bold;
    letter-spacing:1px;
    text-decoration:none;
    padding:8px
    }

#navigation ul li a.tab_on {
    background:#92957A;
    color:#FFF
    }
    
#navigation ul li a.menu_tab {
    background:#92957A;
    color:#FFF
    }
	
#navigation .submenu {
    width:200px;
    float:left;
    visibility:hidden;
    position:absolute;
    z-index:100;
    background:#92957A ;
    padding-bottom:10px
    }

#navigation .submenu li:first-child {
    padding:10px 0 0 0 
    }
        
#navigation .submenu li {
    display:list-item;
    padding:0px;
    margin:0px;
    line-height:16px
    }

#navigation .submenu a {
    padding:0px 10px;
    margin:0px;
    font-size:80%;
    color:#000;
    text-transform:uppercase;
    }

#navigation .submenu a:hover {
    color:#FFF;
    }
    
#mainwrap {
    background:#F6F6F6;
    padding:0 0 15px 0;
    border:1px solid #92957A;
    border-top:0;
    overflow:hidden;
    height:100%
    }


.pad {
    padding:0 0 50px 0;
    }

#mainwrap h2 {
    color:#B2957A;
    font-size:30px;
    font-weight:normal;
    letter-spacing:2px;
    font-family:times new roman;
    font-style:italic;
    line-height:50px;
    height:50px;
    }

h3.title {
    color:#CCC;
    margin:-10px 0 20px 0
    }

#content {
    font-size: 1.2em;
    line-height:120%;
    color:#000;
    overflow:hidden;
    height:100%
    }


#content h2 {
    color:#000;
    letter-spacing:0
    }

#content h2 b {
    color:#FF0000
    }

#content p {
	margin:10px 0
	}
    

.subcontent {
    background:#F0F0F0;
    padding:10px
    }
.subject {
    font-weight:bold;
    text-transform:uppercase;
    margin:10px 0
    }

#footer {
    clear:both;

    }
    
#footer .inner {
    height:80px;
    line-height:30px;
    }

#footer ul {
    float:left;
    }
    
#footer ul li {
    padding:3px 3px 0 0;
    display:inline
	}

#footer ul li.rss {
    background:url(images/feed.png) no-repeat center left;
    padding-left:18px
    }

#footer .copyright {
	float:right;
	color:#FFF
	}

#footer a {
	margin:0 10px 0 0;
	color:#EEE
	}



.block {
    float:left;
    width:200px;
    background:#FFF;
    clear:both;
    }


    
#panel_tabs {
    list-style:none;
    margin:10px 0
    }
    
#panel_tabs li{
    display:inline;

    }

#panel_tabs li a {
    padding:3px 0;
    text-decoration:none;
    line-height:20px;
    letter-spacing:1px;
    color:#5C6B90;
    margin-right:10px;
    font-weight:bold
    }

#panel_tabs a.on {
    color:#000;
    }
    
.panel {
    overflow:hidden;
    width:100%;
    padding:0;
    display:block;
    }

.panel h3 {
    text-transform:uppercase;
    letter-spacing:1px
    }
    
.columns {
    overflow:hidden;
    width:100%
    }

.column {
    width:48%;
    margin:10px 0;
    float:left
    }

.column .formwrap{
    border:1px solid #EEE;
    padding:10px;
    width:92%;
    margin:10px auto
    }

.column .formwrap p{
    clear:both;
    background:#E4E4E4;
    padding:10px
    }
 
.submit {
	clear:both
	}
 
form {

    }

form .left {
    float:left;
    clear:both;
    line-height:29px;
    margin:5px 0;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1px;
    width:35%;
    }
    
form .right {
    line-height:29px;
    float:right;
    clear:right;
    width:65%;
    text-align:left;
    margin:5px 0
    }
    
b.error {
    background:#7B87A4;
    font-weight:normal;
    line-height:1.1em;
    visibility:hidden;
    font-size:80%;
    width:200px;
    padding:5px 10px;
    display:none;
    position:absolute;
    border:1px solid #5c6b90;
    color:#FFF
    }

form .required {
    color:#ED1B24
    }

.formwrap {
    padding:10px;
    margin:10px 0;
    overflow:hidden;
    height:100%;
    background:#FFF
    }

.formwrap:first-child {
    margin-top:0px
    }
    
.formwrap input[type=text] , .formwrap input[type=password], .formwrap input[type=file], input[type=submit], .formwrap select, .formwrap textarea {
    font-size:9px;
    width:284px;
    background:#E4E4E4;
    border: 8px solid #E4E4E4;
    letter-spacing:1px
    } 
    
.column .formwrap input[type=text] , .column .formwrap input[type=password], .column .formwrap input[type=file], input[type=submit], .column .formwrap select, .column .formwrap textarea {
    width:230px;
    }  
    
.formwrap input[type=checkbox], .formwrap input[type=radio] {
    border:1px solid #000;
    padding:3px;
    margin:8px 0
    }

.formwrap textarea {
    font-family: 'trebuchet ms' , verdana, arial, helvetica;
    font-size:10px;
    height:100px;
    text-transform:none;
    line-height:120%
    }


input[type=submit] {
    width:auto;
    }
  
.formwrap input[type=text] , .formwrap input[type=password] {
    }     
 
.formwrap input[type=password] {
    color:#DE473B;
    } 
    
.formwrap select {
    width:300px
    }

.formwrap select option {
    padding-left:10px
    }

.formwrap input[type=text].s {
    width:40px;
    text-align:center;
    }

.formwrap select.s{
    width:60px;
    text-align:center
    }

.formwrap select.date {
    width:97px
    }

.column .formwrap select.date {
    width:72px
    }
    
.formwrap input[type=text].m , .formwrap input[type=password].m  {
    width:150px
    }


.formwrap table {
    border:0;
    width:100%;
    border-collapse:separate;
    }
    
.formwrap table td {
    padding:5px
    }

.td_s {
    width:30px;
    text-align:center;
    }
    
.td_s  img {
    width:16px;
    height:16px;
    }
    
.td_m {
    width:80px;
    text-align:center
    }

.td_h {
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1px
    }
    
.text,  .password  {
    border:1px solid #000;
    width:200px;
    padding:3px
    }    
    
textarea {
    height:80px
    }

.wysiwyg {
    padding:40px
    }
    
#success {
    visibility:hidden
    }
 

 
/* IMG */

.thumbnail, .thumbnail_on {
    padding:5px;
    margin:5px;
    cursor:pointer
    }
    
.thumbnail {
    background:#EEE;
    }
    
.thumbnail_on {
    background:#D8362B
    }

.inner {
    margin:0px 20px
    }

.clear {
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
    width:280px
    }
    



/* -- messages -- */

#note, #notes {
    background:#E4E4E4;
    color:#201E1F;
    font-size:120%;
    font-weight:bold;
    padding:10px
    }

#errors {
    background:#b68d8d;
    padding:10px;
    margin:0 0 10px 0
    }
    
#errors ul {
    padding:5px 15px;
    list-style:circle
    }

/* -- alternates - */

.light {
    background:#D0D0D0
    }
    
.dark {
    background:#B0B0B0
    }


.hide {
    visibility:hidden;
    display:none
    }
.click_show {
    cursor:pointer;
    }

/* -- zoom -- */

.zoom_list {
    height:100%;
    overflow:hidden
    }

.zoom_list h4 {
    clear:both;
    }
    
.img_zoom {
    float:left;
    border:1px solid #000;
    margin:10px;
    width:100px;
    height:75px
    }
    
/* -- map -- */

#map {
    height:300px
    }
    
/* -- weather -- */

#weather {
    background:#FFF;
    padding:10px;
    text-align:center;
    float:right;
    border:1px solid #000;
    margin-left:10px
    }
    
/* -- AJAX loading -- */    

.loading {
    background-image:url(images/loading.gif);
    background-repeat:no-repeat;
    background-position:center center
    }
    
.loading_dark {
    background-image:url(images/loading_dark.gif);
    background-repeat:no-repeat;
    background-position:center center
    }    
   
    
/* -- faq -- */    
    
.faq_left {
    float:left;
    width:10%;
    }
    
.faq_right {
    float:right;
    width:85%
    }
    
.faq_wrap {
    margin-bottom:10px
    }
    
.faq_list {
    margin:10px 20px;
    list-style:circle
    }


/* -- calendar -- */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 100px;
}

button.calendar {
	background: url(images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 0 6px ;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(images/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}

	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	
    input[type=text].calendar {
	    width:100px;
	    text-align:center
	    }
	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
		
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(images/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(images/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
/* MISC */

.welcome {

    float:left;
    width:440px;
    }

.welcome p {
    margin:10px;
    font-size:140%;
    letter-spacing:1px;
    line-height:150%;
    font-family:"times new roman";
    font-style:italic;
    text-align:justify
    }

.room_wrap {
    background:#FFF;
    padding:10px;
    height:100%;
    overflow:hidden;
    margin:5px 0
    }

.room_wrap img {
    float:left;
    margin-right:10px;
    }

.currency {
    float:right
    }
    
.currency img {
    margin:8px 3px 0 0;
    cursor:pointer
    }

.phone {
    float:right;
    font-size:16px;
    font-style:italic;
    margin-top:24px;
    color:#FFF;
    font-family:"times";
    letter-spacing:2px
    }

.phone img {
    margin-right:10px;
    line-height:20px;
    }

.phone a {
    color:#FFF
    }
    
ul.list {
    margin:10px 20px;
    list-style-type:square
    }
    
ul.list li {
    line-height:20px;
    color:#7B87A4;
    font-size:11px;
    letter-spacing:1px
    }

.col_3 {
    width:33%;
    float:left;
    list-style:none;
    line-height:20px
    }

/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 300px;
	width: 400px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 300px;
	margin: 0 auto;
	width: 400px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 68px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 68px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
	width:64px;
	height:48px;
	border:1px solid #888;
	padding:3px;
	background:#FFF
}
.slideshow-thumbnails-active {
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	opacity: .5;
}


#slide_show {
    width:400px;
    height:420px;
    overflow:hidden;
    float:left;
    margin:15px 15px 0 15px;
    position:relative;
    border:1px solid #92957A;
    padding:1px
    }
    
#gallery {
    width:640px;
    height:480px;
    border:1px solid #000;
    margin:20px auto
    }
    
-->