/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #262626;
  padding: 0 0 10px 0;
  background: #001313 url('../images/i-bg.jpg') no-repeat center top;
}



p { 
  margin: 1em 0;
  font-size: 0.875em;
  line-height:1.675em;
}

#content ul, #content ol {
	margin: 1em 0 1em 1em;
}
#content li, #content dl.col {
	font-size:0.875em;
	line-height:1.675em;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

#content dl.col dt {
	margin-bottom: 12px;
}
#content dl.col dd {
	margin-bottom: 12px;
}


.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

#content a.left {
	margin: 0 20px 0 0;
}
#content a.right {
	margin: 0 0 0 20px;
}

/* Layout */

.constrain {
	width:990px;
	margin: 0 auto;
	position:relative;
}
#logo {
	position:absolute;
	left: 0;
	top: -55px;
	z-index:10000;
}
#eco {
	position:absolute;
	right: 14px;
	top: -69px;
	z-index:10000;
}
#lhs {
	width: 215px;
	padding: 0 0 0 8px;
	position:absolute;
	left: 0;
	text-align:center;
}
#content {
	margin: 0 2px 0 230px;
	min-height:850px;
	background:#f1e7c1 url('../images/i-content-bg.gif') no-repeat left top;
	padding: 40px;
}
	/* Top Bar */
	#topbar {
		background:#001313;
		padding: 12px 0;
	}
	#topbar .constrain {
		padding: 0 100px 0 170px;
		width: 720px;
	}
	#topbar ul {
		list-style-type:none;
	}
	#topbar ul li {
		display:inline-block;
		color:#f1e7c1;
		text-align:center;
		background: transparent url('../images/i-top-bullet.gif') no-repeat right center;
		padding: 0 25px 0 15px;
		vertical-align:middle;
	}
	#topbar ul li.top-last {
		background: none;
	}
	#topbar ul li a {
		color:#f1e7c1;
		text-decoration:none;
	}
#hero {
	background: transparent url('../images/i-hero-bg.png') no-repeat;
	width:980px;
	height:323px;
	padding: 8px;
	margin: 10px 0 14px 0;
	position:relative;
}
#hero #hero-caption {
	display: inline-block;
	position:absolute;
	right: 8px;
	bottom: 8px;
	color:#fff;
	font-size:0.675em;
	padding: 4px 8px;
	min-width: 280px;
	z-index:10000;
	background:transparent url('../images/i-hero-caption.png');
}

/* Nav */
#nav ul {
	list-style-type:none;
	text-align:right;
	margin: 24px 0 40px 0;
	background: transparent url('../images/i-nav-div.gif') repeat-x left bottom;
}
#nav ul li {
	background: transparent url('../images/i-nav-bg.gif') no-repeat right top;
}
#nav ul li.expanded {
	background: transparent url('../images/i-nav-bg-sub.gif') no-repeat right top;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	background: transparent url('../images/i-nav-bg.png') no-repeat 0 -500px;
	padding: 14px 12px 14px 0;
}
#nav ul li a:hover, #nav ul li a.current, #nav ul li.current ul {
	background-position: 0 0;
}

	/* Sub nav */
	#nav ul li ul {
		background: transparent url('../images/i-nav-bg.png') repeat-y -5000px 0;
		list-style-type:none;
		padding-bottom: 10px;
		margin: 0 0 0 0;
	}
	#nav ul li ul li {
		background: none;
	}
	#nav ul li ul li a {
		background: none;
		font-size:0.75em;
		padding: 6px 0;
	}
	#nav ul li ul li a:hover, #nav ul li ul li a.current {
		color:#f89320;
	}

/* Footer */
#footer {
	background: transparent url('../images/i-butterfly.png') no-repeat 85px top;
	position:relative;
	z-index:100;
	margin: -83px 0 0 0;
	padding: 100px 0 0 230px;
}
#footer p {
	color:#fff;
	float:left;
	margin: 10px 30px 20px 0;
}
#footer dl {
	color:#fff;
	font-size: 0.875em;
	margin: 10px 0 0 0;
}
#footer dl dt, #footer dl dd {
	margin-bottom: 10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#f89320;
}
	/* Footer Nav */
	#footer-nav {
		margin: 0 2px 0 230px;
		background:#f89320;
		border-top: 3px solid #001313;
		padding: 6px;
	}
	#footer-nav ul {
		list-style-type:none;
		text-align:right;
		position: relative;
		z-index: 200;
	}
	#footer-nav ul li {
		display:inline;
		padding: 0 0 0 10px;
	}
	#footer-nav ul li a {
		color:#000;
		text-decoration:none;
		font-size:0.675em;
		
	}
	#footer-nav ul li a:hover {
		color:#fff;
	}
	#footer-nav ul li ul {
		display:none;
	}

	/* Footer Logos */
	#logo-group {
		width:335px;
		float:right;
		text-align:right;
	}
	#logo-group img {
		margin: 0 0 6px 9px;
	}
	
	
	/* Author */
	#author {
		margin: 50px 0  0 230px;
	}
	#author p {
		color:#99a1a1;
		line-height:2em;
	}
	#author p a {
		color:#4d5a5a;
		text-decoration:none;
	}
	#author p a:hover {
		color:#99a1a1;
	}
	
.f input, .f textarea, .f select {
	padding: 2px;
	font-size:0.875em;
	border: 1px solid #000;
	margin: 3px 0;
}
.f label {
	display:block;
	font-size:0.875em;
}
input.submit {
	background: transparent url('../images/i-button.gif') no-repeat right bottom;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	display:inline-block;
	padding: 17px 40px 12px 20px;
}
input.submit:hover {
	background-position: right top;
}

/* Booking Box */
.bookingframe {
	margin: 0 auto;
	width:280px;
	background:#fff;
	padding: 20px 0 10px 20px;
}

/* Jump to box */
.jumpbox {
	background: #001414 url('../images/g-jump-btm.gif') no-repeat left bottom;
	width:171px;
	float:right;
	margin: 0 0 20px 30px;
}
.jumpbox h2 {
	color:#fff;
	margin: 5px 0 0 10px;
}
#content .jumpbox ul {
	list-style-type:none;
	margin: 9px 10px 9px 10px;
}
body #content .jumpbox a {
	color:#fff;
	display:block;
	margin-bottom:5px;
	background: transparent url('../images/g-jump-arrow.gif') no-repeat right center;
}
body #content .jumpbox a:visted {
	color:#eee;
}
#content .jumpbox a:hover {
	color:#F89320;
}

.third {
	width:33%;
	float:left;
	text-align:center;
	margin: 1em 0;
}

/* Photos */
.photoright span, .photoleft span {
	position:absolute;
	display:block;
	left: 0;
	bottom: 0;
	width:300px;
	padding:4px 0;
	background:transparent url('../images/i-hero-caption.png') no-repeat;
	font-size:11px;
	text-align:center;
}
#content .photoright span a, #content .photoleft span a {
	color:#fff;
}
.photoright, .photoleft {
	position:relative;
}
.photoright {
	margin: 0 0 0 40px;
}
.photoleft {
	margin: 0 40px 0 0;
}

.faq {
	margin-right: -15px;
}
.faq img {
	margin-right:15px;
}

#content .photoright img {
	width: auto;
	height:auto;
}
#content .photoright span {
	width:100%;
}