@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6c6d6f;
}

img, img a {border: none;}

p, td {
	line-height: 1.6em;
	}
	
img.left {float: left;	margin: 4px 16px 16px 0;}
img.right {float: right; margin: 0 0 16px 16px;}

img.alignleft {float: left;	margin: 4px 16px 16px 0;}
img.alignright{float: right; margin: 0 0 16px 16px;}

#top {
	height: 384px;
	margin-bottom: 36px;
	background: url(images/bg_top.png) 0 -1px repeat-x;
	}
	
	
#top h1 {
	display: block;
	width: 836px;
	height: 352px;
	margin: 0 auto;
	}
	
#hdr08 {background: #004179 url(images/bg_hdr01.jpg) no-repeat center 0; }
#hdr01, #hdr02 {background: #00948e url(images/bg_hdr02.jpg) no-repeat center 0; }
#hdr03 {background: #3d3e1a url(images/bg_hdr03.jpg) no-repeat center 0; }
#hdr04 {background: #004079 url(images/bg_hdr04.jpg) no-repeat center 0; }
#hdr05 {background: #004179 url(images/bg_hdr05.jpg) no-repeat center 0; }
#hdr06, #hdr07  {background: #513c4d url(images/bg_hdr06.jpg) no-repeat center 0; }

#hdr01 h1 {background: url(images/bg_logo01.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr02 h1 {background: url(images/bg_logo02.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr03 h1 {background: url(images/bg_logo03.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr04 h1 {background: url(images/bg_logo04.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr05 h1 {background: url(images/bg_logo05.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr06 h1 {background: url(images/bg_logo06.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr07 h1 {background: url(images/bg_logo07.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
#hdr08 h1 {background: url(images/bg_logo08.jpg) no-repeat;border-left: 10px solid #fff;border-right: 10px solid #fff;}
	
	
#top h1 strong {display: none}

#nav {
	border-top: 10px solid #fff;
	background: #5255a7;
	}

#nav ul {
	width: 857px;
	margin: 0 auto;
	height: 26px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin-top: 6px;
	}
	
	
	
#nav li a{
	display: block;
	height: 14px;
	text-indent: -9999px;
	overflow:hidden;
	}
	
	* html #nav li {height: 1%}

#nav li.page-item-3 a {width: 82px; background: url(images/nav_01.png) no-repeat 0 -1px;}
#nav li.page-item-11 a {width: 99px; background: url(images/nav_02.png) no-repeat 0 -1px;}
#nav li.page-item-15 a {width: 155px; background: url(images/nav_03.png) no-repeat 0 -1px;}
#nav li.page-item-17 a {width: 73px; background: url(images/nav_04.png) no-repeat 0 -1px;}
#nav li.page-item-18 a {width: 90px; background: url(images/nav_05.png) no-repeat 0 -1px;}
#nav li.page-item-19 a {width: 154px; background: url(images/nav_06.png) no-repeat 0 -1px;}
#nav li.page-item-20 a {width: 89px; background: url(images/nav_07.png) no-repeat 0 -1px;}
#nav li.page-item-115 a {width: 112px; background: url(images/nav_08.png) no-repeat 0 -1px;}
#nav li.page-item-1525 a {width: 112px; background: url(images/nav_09.png) no-repeat 0 -1px;}

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {background-position: 0 -15px;}
	
#wrap {
	width: 836px;
	margin: 0 auto 24px auto;
	}
	
#sidebar {
	float: left;
	width: 196px;
	}
	
#left-nav {
	padding: 24px 16px;
	background: url(images/bg_leftnav.jpg) no-repeat;
	height: 236px;
	}
	
	#left-nav h1 {
		height: 60px; 
		font-size: 1.6em; 
		color: #FFF;
		}
	
	#left-nav h1 strong {display: none;}
	
	#left-nav li {
		list-style: none;
		position: relative;
		margin: 3px 0;
		z-index: 9;
		}
		* html #left-nav li {height: 1%;}
		
	#left-nav li a {
		display: block;
		padding: 3px 6px;
		color: #4b483a;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		}
		
		
	#left-nav li a:hover, #left-nav li.current_page_item a {
		color: #FFF;
		background: #9d946a;
		}
		
	#left-nav ul ul {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 164px;
	width: 130px;
	background: #9d946a;
	border: 1px solid #FFF;
	border-bottom: none;
	z-index: 10;
	}
	
	
	* html #left-nav ul ul {left: 156px;}
	
	#left-nav ul ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	display: inline;
	}
	
	#left-nav ul li ul li a{color: #fff;	
	border-bottom: 1px solid #e1e1e1;
	}
	
	#left-nav ul li ul li a:hover{ background: #5babbe;
	}
	
	#left-nav ul li ul li ul {
		position: absolute;
		top: -1px;
		left: 100%;
	}
	
	#left-nav ul ul, #left-nav ul li:hover ul ul, #left-nav ul ul li:hover ul ul {display: none;}
	#left-nav ul li:hover ul, #left-nav ul ul li:hover ul, #left-nav ul ul ul li:hover ul {display: block;}
		
#book-now {
	margin-bottom:4px;
	}
	
#content {
	float: right;
	width: 622px;
	}
	
	#content h1 {
		color: #5babbe;
		font-size: 2em;
		margin-bottom: 16px;
		font-weight: normal;
		}
		
	#content h2 {
		color: #9d946a;
		font-size: 1.2em;
		margin-bottom: 8px;
		text-align: left;
		padding-top: 8px;
		}
		
	#content h3 {
		color: #AF8957;
		font-size: 2em;
		margin-bottom: 16px;
		font-weight: normal;
		}
		
	#content td {
		text-align: justify;
		}
		
	#content p {
		margin-bottom: 10px;
		}
		
	#content form {
		background: #f0f0f0;
		padding: 24px;
		}
		
	#contact hr {
		outline: none;
		border: 1px solid #ccc;
		}
		
	#content form select {margin-right: 4px;}
	
	#content ol, #content ul {margin: 0 0 16px 20px;}
	
	#content li {
		line-height: 1.6em;}
		
#footer {
	float: right;
	width: 622px;
	font-size: .9em;
	color: #999999;
	margin-top: 24px;
	}
	
#footer ul li {
	float: left;
	list-style: none;
	margin-right: 16px;
	}
	
#footer li a {
	display: block;
	line-height: 1.7em;
	color: #999999;
	text-decoration: none;
	}
	
#footer li a.fb {
	padding-left: 20px;
	background: url(images/facebook.png) no-repeat;}
	
#footer li a:hover {
	text-decoration: underline;
	color: #111;
	}
	

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*====================== GALLERY =====================*/
.gallery-welcome td {
	width: 171px;
	height: 120px;
	overflow: hidden;
	padding: 12px;
	background: url(images/bg_gallery-welcome.jpg)  no-repeat;
	}

.gallery-welcome img {
	border: 1px solid #FFF;
	width: 171px;
	height: 120px;
	}
	
.gallery-ourisland td {
	width: 172px;
	height: 115px;
	overflow: hidden;
	padding: 12px;
	background: url(images/bg_gallery-ourisland.jpg) 2px 0  no-repeat;
	}

.gallery-ourisland img {
	border: 1px solid #FFF;
	width: 172px;
	height: 115px;
	}
	
.gallery-sea td {
	width: 172px;
	height: 115px;
	overflow: hidden;
	padding: 12px;
	background: url(images/bg_gallery-sea.jpg) 0 -1px  no-repeat;
	}

.gallery-sea img {
	border: 1px solid #FFF;
	width: 172px;
	height: 115px;
	}
	
table#gallery-photography td{
text-align:center;
}

table#gallery-photography img{
margin: 10px 0 0 0;
}


/*================ BLOG / GUEST REVIEWS ====================*/

.category-reviews 	h2 a {
	color: #9d946a;
	text-decoration: none;
	}
	
.category-reviews small {
	color: #5255A7;
	margin-bottom: 4px;
	}