@charset "utf-8";

/* CSS Document */
/********************************************************/
/*                       Reset                          */
/********************************************************/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  }
@font-face {
  font-family:'Sketch Rockwell';
  src: url('/font/SketchRockwell-Bold.ttf') format('opentype');
  }
@font-face {
  font-family: Sketch Rockwell;
  font-style:  normal;
  font-weight: 700;
  src: url('/font/SKETCHR0.eot');
  }
a { outline: none; } /* Removes dotted line in firefox */


/********************************************************/
/*                General Text Styles                   */
/********************************************************/
body, td, th, p, span, textarea, button, input, a, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
  }
hr {
  border-top: 1px solid #cfd2b9;
  background: none;
  clear: both;
  height: 1px;
  margin: 18px 0px;
  }
a, a:link, a:active, a:visited  {
  text-decoration: underline;
  color: #cb4c08
  }
a:hover { color: #f90; }
h1 {
  color: #4d7296;
  font-size: 24px;
  font-weight: normal;
  word-spacing: 0.01em;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  }
h2 {
  color: #4d7296;
  font-size: 18px;
  font-weight: normal;
  word-spacing: 0.01em;
  letter-spacing: 0.1em;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 10px;
  clear:left;
  }
h3 {
  color: #4d7296;
  font-size: 14px;
  font-weight: normal;
  word-spacing: 0.01em;
  letter-spacing: 0.1em;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 10px;
  clear:left;
  }
#content ul li {
  list-style-type: disc;
  margin: 5px 0px 5px 30px;
  }
#content ol li {
  list-style-type: decimal;
  margin: 5px 0px 5px 30px;
  }
table {
  border: 0px solid #0070af;
  border-collapse:collapse;
  margin: 0px;
  padding: 0px;
  }
table td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #b3c8dc;
  border-collapse:collapse;
  padding: 5px;
  vertical-align: top;
  color: #fff;
  font-size:14px;
  font-weight: normal;
  }
table caption, .tableCaption {
	font-size:12px;
  font-weight: bold;
	padding: 15px 5px 10px 0px;
	text-align:left;
  }
p.tableCaption, span.tableCaption {
	padding-bottom: 0px;
  margin-bottom: -10px;
  }
table thead th {
  background:#8c8f6e;
  color: #fff;
  text-align:left;
  padding: 5px 8px;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-size:16px;
  font-weight: normal;
  }
table thead td {
  background:#a5a979;
  color: #fff;
  text-align:left;
  padding: 5px 8px;
  vertical-align: top;
  font-size:16px;
  font-weight: normal;
  }
table tbody th {
  text-align:left;
  background:#667b8f;
  color: #fff;
  font-size:14px;
  font-weight: normal;
  padding: 5px;
  border-collapse:collapse;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  } 
.clear {
  clear: both;
  height: 1px;
  }

  
/********************************************************/
/*                 Main Layout Divs                     */
/********************************************************/
body {
	margin: 0px;
	background-color: #fff;
  }
#wrapper {
	margin: 0 auto;
	width: 972px;
  margin-top: 20px;
  background: url('/gfx/bkg_wrapper.gif') repeat-y center top;
  border: 1px solid #fff;
  }
#page {
	position: relative;
  margin: 0 auto auto;
	width: 950px;
  }
#header {
  margin: 0px;
  margin-top: -10px;
  height: 194px;
  padding: 0px;
  text-align:center;
  }
#nav {
  margin: 0px auto;
	padding-top: 4px;
	background-color: #fff;
  width: 950px;
  text-align:center;
  z-index: 500;
  position: absolute;
  top: 194px;
  }
#main {
	margin-top: 22px;
	padding: 0px;
  background: url('/gfx/bkg_content.gif') no-repeat center top;
	clear: both;
	width: 950px;
  z-index: 0;
  }
#content {
	width: 560px;
  margin: 20px 0px 0px 54px;
	float: left;
  }
#homeContent {
	width: 620px;
  margin: 20px 0px 0px 44px;
	float: left;
  }
#galleryContent {
	width: 880px;
  margin: 20px 0px 0px 44px;
	float: left;
  }
#right {
	width: 210px;
	float: right;
	margin: 20px 54px 0px 0px;
  z-index: 0;
  }
#btnSubNav {
  background: url('/gfx/btn_subNav.gif') no-repeat center top;
  height: 76px;
  width: 210px;
  margin-bottom: 14px;
  }
#footer{
	position: relative;
  width: 950px;
  height: 250px;
	margin: 0px;
	padding: 0px;
	background: url('/gfx/bkg_footer_beach.jpg') no-repeat center top;
  }
#footer.beach { background: url('/gfx/bkg_footer_beach.jpg') no-repeat center top; }
#footer.land { background: url('/gfx/bkg_footer_land.jpg') no-repeat center top; }
#footer.sea { background: url('/gfx/bkg_footer_sea.jpg') no-repeat center top; }
#footer.dive { background: url('/gfx/bkg_footer_dive.jpg') no-repeat center top; }
#footer.dune { background: url('/gfx/bkg_footer_dune.jpg') no-repeat center top; }
#footer.landscape { background: url('/gfx/bkg_footer_landscape.jpg') no-repeat center top; }
#footerlogos {
  position: absolute;
  top: 150px;
  left: 53px;
  }
#footerlogos img {
  margin-right: 16px;
  }   
#footerlinks {
  position: absolute;
  top: 200px;
  left: 200px;
  text-align: center;
  color: #fff;
  font-size:12px;
  font-weight: bold;
  width: 550px;
  }
#clarity {
  position: absolute;
  top: 194px;
  right: 30px;
  }
#footerShadow {
	margin: 0 auto;
  margin-top: -1px;
	width: 972px;
  height: 24px;
  background: url('/gfx/bkg_footer.gif') no-repeat center top;
  }
  
  
/********************************************************/
/*                    Main Nav                          */
/********************************************************/
#nav ul {
  padding:0;
  margin:0;
  list-style-type:none;
  }
#nav ul ul {
  visibility: hidden;
	position:absolute;
	height:0;
	top: 16px;
	left:0;
	width:145px;
	z-index: 500;
  padding-top: 6px;
	}
#nav li {
	float:left;
	position:relative;
  margin: 0px 14px;
  text-align: left;
	}
#nav li a:hover, #nav li.current {
	background: url('/gfx/nav_rollOver.gif') no-repeat left 3px;
  color: #8f7b58;
	} 
#nav a, #nav a:visited {
	display:block;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.02em;
	margin: 0px;
  padding: 0px 3px 4px 3px;
  text-decoration: none;
	}
#nav ul ul li {
	margin: 0px;
  padding: 0px;
  width:145px;
  border-top: 1px solid #ddd7cd;
  border-left: 1px dotted #8f7b58;
  border-right: 1px dotted #8f7b58;
	}
#nav ul ul li.last {
  border-bottom: 1px dotted #8f7b58;
	}  
#nav ul ul a, #nav ul ul a:visited, #nav ul ul a:hover { /* style the second level links */
	background: none;
  background-color:#fff;
	color: #8f7b58;
  font-size: 10px;
  font-style: italic;
	height:auto;
	line-height:1em;
	padding:7px 10px 7px 10px;
	width:125px;
  text-decoration: none;
	}
#nav ul ul a:visited { /* style the second level links */
	color: #4d7296;
	}
#nav ul ul a:hover { /* style the second level links */
	background-color: #f4f2ee;
	}
/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul, #nav ul a:hover ul {visibility: visible; }


/********************************************************/
/*                   Content Styles                        */
/********************************************************/
#content p.caption {
  font-size: 11px;
  padding-left: 10px;
  line-height:2em;
  color: #888;
  clear: left;
  }
#content p, #content span {
  font-size: 14px;
  padding-left: 10px;
  line-height:1.3em;
  padding-bottom: 18px;
  }
.homePage {
  width: 260px;
  float: left;
  margin-left: 20px;
  }
.homePage h1 {
  font-size: 18px;
  letter-spacing: 0em;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  } 
#content .homePage p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  }
#galleryContent h1 {
  padding: 0px;
  }  
#galleryContent p {
  margin-top: 0px;
  padding: 0px;
  font-size: 16px;
  padding-bottom: 18px;
  padding-left: 2px;
  } 
.gallery {
  padding-top: 10px;
  float: left;
  width: 290px;
  }
.gallery div.prev_next
{
	color: #4d7296 !important;
	float:left !important;
	clear:none;
	width: 180px !important;
	margin-left: 10px;
}
.button_previous
{
	text-decoration: none !important;
}
.button_next
{
	text-decoration: none !important;
}
.button_previous_inactive
{
	text-decoration: none !important;
}
.button_next_inactive
{
	text-decoration: none !important;
}

.gallery h2, #photo_panel h2 {
  clear: both;
  margin: 0px 8px 10px 8px;
  color: #4d7296;
  font-size: 16px;
  font-weight: normal;
  word-spacing: 0.01em;
  letter-spacing: 0.1em;
  width: 480px;
  float:left;
  clear:none;
  }

.gallery h2{
  width: auto;
  }

.gallery h2 a {
  color: #4d7296;
  font-size: 16px;
  font-weight: normal;
  word-spacing: 0.01em;
  letter-spacing: 0.1em;
  text-decoration: none;
  }
.gallery h2 a:hover{
  color: #f90;
  text-decoration: underline;
  }
#galleryContent .gallery p {
  font-size: 14px;
  padding-left: 18px;
  line-height:1.3em;
  padding-bottom: 18px;
  width: 260px;
  clear:both;
  margin-top: 0px !important;
  }
p.imgCaption
{
	margin-top: 0px !important;
	color: #000000 !important;
}
#photo_panel {
  float: left;
  }
#photo_panel p {
  font-size: 14px;
  padding-left: 18px;
  line-height:1.3em;
  padding-bottom: 18px;
  width: 620px;
  clear:both;
  }

#photo_thumbs {
  float: left;
  width: 210px;
  margin-top: -4px;
  margin-left: 5px;
  }
#photo_thumbs img{
  float: left;
  margin: 5px;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  } 
  
/******** Image drop shadow styles ********/
.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-block;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(/gfx/shadow.gif) right bottom no-repeat;
  position: relative; 
  margin-right: 20px;
  }
#photo_panel .wrap0 {
  margin-right: 0px;
  }
.wrap1 {
  background:url(/gfx/shadow180.gif) no-repeat;
  position: relative; 
  }
.wrap2 {
  background:url(/gfx/corner_bl.gif) -16px 100% no-repeat;
  position: relative; 
  }
.wrap3 {
  padding: 1px 6px 8px 6px;
  background:url(/gfx/corner_tr.gif) 100% -16px no-repeat;
  position: relative; 
  }
.wrap3 img {
  border: 10px solid #eee;
  position: relative; 
  }

 /******** news styles ********/
.news {
  padding-top: 2px;
  }
.news hr { margin: 0px; }
.news .wrap0  { margin-bottom: 20px; }
  
 /******** subNav styles used for IE6 ********/ 
 #content #subNav {
  display: none;
  }

 
/********************************************************/
/*                   Right Panel                        */
/********************************************************/
#btnSubNav ul {
  padding-top: 4px;
  padding-right: 14px;
  }
#btnSubNav ul li, #btnSubNav ul li a {
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-family: "Sketch Rockwell", Verdana, Arial, sans-serif;
  text-decoration: underline;
  margin-top: 2px;
  }
#btnSubNav ul li a:hover {
  color: #1b3d53;
  } 
#right h3 {
  width: 200px;
  height: 50px;
  background: url(/gfx/bkg_subNav.png) no-repeat;
  padding-left: 25px;
  padding-top: 14px;
  margin-top: 20px;
  color: #4d7295;
  font-size: 18px;
  font-family: "Sketch Rockwell", Verdana, Arial, sans-serif;
  }
img.pdfIcon {
  clear: both;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  }
.PR_desc {
  margin-bottom: 10px;
  float: left;
  width: 140px;
  }
p.PRtitle a {
  color: #4d7296;
  font-size: 16px;
  text-decoration: none;
  } 
p.PRtitle a:hover {
  color: #f90;
  }  
.promo {
  clear: both;
  padding-top: 40px;
  }
.promo p {
  margin-left: 20px;
  }
  
/******** news sub nav styles ********/
ul#newsArchive {
  margin-top: -16px;
  margin-bottom: 16px;
  }
ul#newsArchive li a {
  padding-left: 15px;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  padding-bottom: 10px;
  }
ul#newsArchive li {
  padding-bottom: 10px;
  }
ul#newsArchive li ul li  {
  padding-left: 0px;
  font-size: 14px;
  list-style-type: disc;
  margin: 2px 0px 2px 42px;
  padding-bottom: 0px;
  }
ul#newsArchive li ul li a  {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
  }
ul#newsArchive li ul li ul li  {
  padding-left: 0px;
  font-size: 14px;
  list-style-type: none;
  margin: 2px 0px 2px 0px;
  }
ul#newsArchive li ul li ul li a  {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0px;
  }
ul#newsArchive a:hover {
  color: #f90;
  }
  
/******** Document Centre ********/
#documentCentre {
  position: relative;
  width: 200px;
	}
#documentCentre .news {
  margin-top: -20px;
	}
#documentCentre p.DCtitle a {
  color: #4d7296;
  font-size: 16px;
  text-decoration: none;
  } 
#documentCentre p.DCtitle a:hover {
  color: #f90;
  } 
#documentCentre p.DCdesc {
  margin-bottom: 0px;
  font-size: 14px;
  width: 140px;
  }
#documentCentre p.DCdate {
  margin-top: 0px;
  font-size: 14px;
  width: 140px;
  }
  
/******** Booking Enquiry Form ********/
#bookingEnquiry {
  position: relative;
  width: 200px;
  border: 0px solid #0070af;
	}
#bookingEnquiry form {
  border: 0px;
  background:#fff;
  padding:4px;
  margin: 0px;
	}
#bookingEnquiry p, #bookingEnquiry form p {
  display: block;
  padding:4px;
  padding-top: 8px;
  font-size: 11px;
	}
#bookingEnquiry form input {
	padding: 2px 4px 2px 4px;
  margin-bottom: 5px;
  border: 1px dotted #8c8f6e;
  background-color: #f3f4f0;
	color: #666;
  font-size: 10px;
	}
#bookingEnquiry form input.search_submit {
  display: block;
	width: 29px;
	height: 28px;
	background: url(/gfx/btn_searchSubmit.gif) no-repeat;
	float: right;
	cursor: pointer;
  margin-top: -28px;
	}
#bookingEnquiry form input.booking_input {
	width: 170px;
	}
.invisible {
	left:-2000px;
	position:absolute;
	}
.booking_item {
	margin-bottom: 3px;
	}
.booking_item #Corporate,
.booking_item #Family,
.booking_item #Getaway,
.booking_item #Other,
.booking_item #newsletter {
	background: url(/gfx/checkbox.gif) no-repeat left top;
	color:#666;
	cursor:pointer;
	display:block;
	font-size:11px;
	padding-left: 28px;
	height: 18px;
	}
.booking_item #Corporate:hover,
.booking_item #Family:hover,
.booking_item #Getaway:hover,
.booking_item #Other:hover,
.booking_item #newsletter:hover {
  background: url(/gfx/checkbox.gif) no-repeat 0px -18px; 
  color: #000;
  }
.booking_item #Corporate.selected,
.booking_item #Family.selected,
.booking_item #Getaway.selected,
.booking_item #Other.selected,
.booking_item #newsletter.selected { 
  background: url(/gfx/checkbox.gif) no-repeat 0px -36px; 
  font-weight: bold;
  }
.booking_item #Corporate.selected:hover,
.booking_item #Family.selected:hover,
.booking_item #Getaway.selected:hover,
.booking_item #Other.selected:hover,
.booking_item #newsletter.selected:hover { 
  background: url(/gfx/checkbox.gif) no-repeat 0px -54px; 
  font-weight: bold; color: #000;
  }
#bookingEnquiry form #bookingForm_2_button_booking_enquiry,
#bookingEnquiry form #bookingForm_3_button_booking_enquiry,
#bookingEnquiry form #bookingForm_4_button_booking_enquiry {
	display: block;
	width: 122px;
	height: 21px;
	background: #7A8A60 url(/gfx/btn_submit_enquiry.gif) no-repeat top center;
	cursor: pointer;
	float: left;
  margin-top: 15px;
  border: none;
	}
#bookingEnquiry form #bookingForm_2_button_booking_enquiry:hover,
#bookingEnquiry form #bookingForm_3_button_booking_enquiry:hover,
#bookingEnquiry form #bookingForm_4_button_booking_enquiry:hover {
	background: #7A8A60 url(/gfx/btn_submit_enquiry.gif) no-repeat bottom center;
	}
#bookingEnquiry form p {display: block; border: 1px solid #fff; height: 16px !important; }
/* css end */

label.hidden {
  display:none;
  }
div.small {
  font-size: 9px;
  }

div.reservation_docs
 {
	background-color: #667b8f;
	padding-top: 10px;
 }
div.reservation_docs p
 {
	color: #ffffff;
 }
 
div.reservation_docs ul li
 {
	color: #ffffff;
 }
 
div.reservation_docs ul li a
 {
	color: #ffffff;
 }
 div.reservation_docs ul li a:hover
 {
	color: #1b3d53;
 }