@charset "UTF-8";

/* @group Reset */

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */

/* @group navigation */

#navigation {
	float: right;
	width: 520px;
	padding-right: 0px;
	text-align: right;
}
#availability p {
	padding-top: 12px;
}

#navigation ul {
	margin-bottom: 0px;
	margin-top: 20px;
	float: right;
}

#navigation li {
	display: inline;
	padding: 3px;
	float: left;
	list-style-type: none;
}

#navigation li a {
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	color: #3A6889;
	padding-left: 6px;
	font-family: Optima, "Optima LT Std", Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A6889;
}

#navigation li a:hover {
	color: #C5EFEA;
	background-color: #3A6889;
}

/* @end */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #111;
	background-color: #C5EFEA;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 10px;
}

#top {
	padding-top: 5px;
	height: 52px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#head {
	margin-bottom: 30px;
	height: 110px;
}

#bottom {
	clear: both;
	background-image: url(../i/bottom.png);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #333333;
}

#brand {
	float: left;
	width: 300px;
}

#brand h1 {
	font-size: 2em;
}

#slides {
	height: 500px;
	background-color: #CCCCCC;
	margin-bottom: 30px;
}

#slides_nothumb {
	height: 410px;
	background-color: #CCCCCC;
	margin-bottom: 30px;
}

#slidesnothumb {
	height: 410px;
	margin-top: 25px;
	margin-bottom: 30px;
}

#shadow-top {
	padding-top: 10px;
}
#sidebar h2 {
	margin-bottom: 5px;
}

#content {
	clear: both;
	background-image: url(../i/back.png);
	background-repeat: repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	color: #333333;
	padding-bottom: 20px;
}
.description a {
	color: #3A6889;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A6889;
}

#details {
	clear: both;
}



#book_now {
	background-color: #C5EFEA;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	z-index: 10;
}

#book_now p {
	color: #333333;
	font-size: 1em;
	font-family: Optima, "Optima LT Std", Arial, Helvetica, sans-serif;
}

.quote {
	font-style: italic;
}

.sidebar {
	float: right;
	width: 210px;
}

.col_main {
	float: left;
	width: 690px;
}

#title {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 3em;
	margin-bottom: 10px;
	font-family: Optima, "Optima LT Std", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3A6889;
}

#content h2 {
	font-size: 1.5em;
	margin-bottom: 3px;
	font-family: Optima, "Optima LT Std";
	font-style: normal;
	color: #3A6889;
	font-weight: normal;
}


#content h3 {
	font-size: 1em;
	margin-bottom: 3px;
	font-family: Optima, "Optima LT Std";
	font-style: normal;
	color: #3A6889;
	font-weight: normal;
}

#rates {
	font-size: 0.9em;
	margin-bottom: 20px;
	color: #333;
}

.rate {
	text-align: right;
}

.rate_note {
	font-size: 0.8em;
	line-height: 120%;
	margin-bottom: 20px;
	margin-top: 8px;
}
#distances  p {
	font-size: 0.9em;
}
.date-range {
	margin-bottom: 4px;
	padding-bottom: 5px;
}
#rates tr {
	background-color: #FFF;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#map_canvas {
	height: 432px;
	background-color: #CCCCCC;
	width: 690px;
}

#distances table {
	font-size: .9em;
}
.dist-destination {
	color: #333;
	padding-bottom: 5px;
}
.dist-distance {
	text-align: right;
	padding-right: 4px;
	color: #333;
}
.dist-units {
	text-align: left;
	color: #333;
}

.clear {
	clear: both;
}

#footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	color: #627687;
}

#footer a:hover {
	color: #FFFFFF;
	background-color: #3A6889;
}

#contact label {
	font-size: 1.1em;
	display: block;
	font-style: italic;
}
#contact {
	width: 460px;
	margin: 15px;
}
#book_now a {
	text-decoration: none;
	color: #000000;
}
#book_now a:hover {
	text-decoration: none;
	color: #003366;
}.description {
	width: 300px;
	float: left;
	clear: both;
}

.listing h2 {
	margin-top: 24px;
}

.listing_picture {
	float: right;
	width: 350px;
	border: 1px solid #3A6889;
	margin-bottom: 12px;
}

.listing {
	clear: both;
	margin-top: 15px;
}

.description h3 {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 6px;
}

.description p {
	line-height: 120%;
	font-size: .9em;
}
#FAQs h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
#FAQs p {
	font-size: 1em;
	margin-bottom: 12px;
}
.ui-tabs  .ui-tabs-hide { 
     display: none;
} 

#facilities li {
	font-size: 0.9em;
	margin-left: 12px;
	padding-left: 2px;
	padding-bottom: 4px;
	line-height: normal;
	list-style-image: url(../i/bullet-list.png);
}
#map-canvas {
	height: 500px;
	width: 690px;
	background-color: #D1F2ED;
}
.col_main p {
	line-height: 130%;
	margin-bottom: 1em;
}
#wrapper #content #tabs #nav-secondary {
	clear: both;
}
#nav-secondary li a {
	text-decoration: none;
	color: #3A6889;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A6889;
}
#nav-secondary li a:hover {
	color: #D1F2ED;
	background-color: #3A6889;
}
#nav-secondary li {
	display: inline;
	padding-right: 15px;
}
.rate-range td, .distance-spread td {
	margin-top: 4px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3A6889;
	margin-bottom: 4px;
}
#facilities {
	list-style-position: outside;
	list-style-image: url(../i/bullet-list.png);
}
.season {
	font-style: italic;
}
.rates tr td {
	vertical-align: bottom;
}
.tab-panel {
	clear: both;
	margin-top: 20px;
}
.rates p {
	color: #333;
	font-size: .9em;
}
#testimonials {
	}
.img-right {
	border: 1px solid #3A6889;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	width: 345px;
}
#slides {
	height: 500px;
	width: 930px;
}
.slide-container {
	height: 500px;
	width: 930px;
	margin-bottom: 50px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}
#ie-map-link {
	position: relative;
	top: -500px;
	height: 500px;}.map a {
 text-decoration: none;
 color: #D0F1EE;
}


.map {
 text-decoration: none;
}.gazette {
 font-size: 11px;
 margin-top: 24px;
 padding-top: 24px;
}
.gazette a {
 color: #3A6889;
 text-decoration: none;
}

