@charset "UTF-8";
/* CSS Document */

/*=== Reset Styles ===*/

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, 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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	text-decoration:none;
	list-style:none;
}

 a:hover img {
	cursor: pointer;
	opacity:0.8; 
	filter: alpha(opacity=80); 
	-webkit-transition: opacity 150ms ease-in-out;
	-webkit-transition: all 150ms ease-out; 
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

img, div, input { behavior: url(lib/hacks/iepngfix.htc) }

body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/*=== Other Styles ===*/

.clear {
	clear:both;
}

/*=== Font Styles ===*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#000000;
}

.background-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

h1 {
	font: 23px OpenSansExtraBold;
	text-decoration: none;
	color: #FFF;
}

h2 {
	font: 23px OpenSansExtraBold;
	text-decoration: none;
	color: #FFF;
	line-height:36px; 
	margin-left:12px;
}

h3 {
	font: 16px OpenSansExtraBold;
	text-decoration: none;
	color: #FFF;
}

h4 {
	font: 18px/1.4 OpenSansRegular;
	text-decoration: none;
	color: #d6dac8;
	margin: 20px 12px 12px 12px;
}

h5 {
	font: 12px/1.4 OpenSansExtraBold;
	text-decoration: none;
	color: #FFF;
	margin: 10px 12px 5px 0;
}

h6 {
	font: 16px/1.4 OpenSansExtraBold;
	text-decoration: none;
	color: #1a2316;
}

body {
	font: 14px/1.4 OpenSansRegular;
	text-decoration: none;
	color:#1a2316;
	margin:0px 0px 6px 12px;
}

.reversed-text {
	font: 12px/1.5 OpenSansRegular;
	text-decoration: none;
	color: #fff;
	margin:0px 8px 12px 1px;
}

.reversed-text p{
	margin:0px 8px 5px 0px;
}

#tall-left body {
	font: 14px/1.4 OpenSansRegular;
	text-decoration: none;
	color:#78864;
	margin:0px 0px 6px 12px;
}

#right-wide p {
	font: 12px/1.5 OpenSansRegular;
	text-decoration: none;
	color: #fff;
	margin:0px 8px 6px 1px;
}
	

a:link, a:hover, a:active, a:visited {
	color:#FFF;
}


#left-tall a:hover {
	color:#1a2316;
}

#left-tall a {
	color:#78864f;
}

#wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	background: url(../img/bg-overlay.jpg) repeat-x;
}

#main{
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;
	text-align:left;
	
}

#logo {
	position:relative;
	display:table-cell;
	width:156px;
	height:79px;
	float:left;
	margin-top:45px;
}

#book-now{
	position:relative;
	float:right;	
	width:180px;
	height:140px;
	margin:16px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 6px 0px #999;
	-webkit-box-shadow: 0px 1px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	background: #FFF;
	opacity:0.7;
}

#nav-wrap{
	position: relative;
	float: left;
	width: 1000px;
	height: 48px;
	background-image: linear-gradient(bottom, rgb(99,110,66) 16%, rgb(120,134,79) 67%);
	background-image: -o-linear-gradient(bottom, rgb(99,110,66) 16%, rgb(120,134,79) 67%);
	background-image: -moz-linear-gradient(bottom, rgb(99,110,66) 16%, rgb(120,134,79) 67%);
	background-image: -webkit-linear-gradient(bottom, rgb(99,110,66) 16%, rgb(120,134,79) 67%);
	background-image: -ms-linear-gradient(bottom, rgb(99,110,66) 16%, rgb(120,134,79) 67%);
	background-image: -webkit-gradient(linear, left bottom, left top,
	color-stop(0.16, rgb(99,110,66)), color-stop(0.67, rgb(120,134,79)));
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	behavior: url(lib/hacks/PIE.htc);
	border-bottom: 2px solid #FFF;
	font: 14px OpenSansExtraBold, sans-serif;
	line-height: 38px;
	z-index:999;
}

#nav, #nav ul {
margin: 0px 0px 0px 16px;
list-style-type: none;
list-style-image: none;
text-align: left;
}

#nav li {
float: left;
height: 48px;
}

#nav a {
text-decoration: none;
color: white;
padding: 0.2em 1em 0.45em;
display: block;
}

#nav a:hover {
background: #1a2316;
}

#nav li ul {
	position: absolute;
	width: 162px;
	left: -999em;
	line-height: 20px;
	height: 205px;
}

#nav li:hover ul {
	left: auto;
	margin-left:0px;
background: #7c8b4f;
	box-shadow: 0px 1px 6px 0px #000;
	-webkit-box-shadow: 0px 1px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
}

#nav li:hover,
li.sfhover{
    color : white;
    background-color : black;
    }

#left-tall li {
	margin:0 0 5px;
}

#left-half{
	position: relative;
	float: left;
	width: 492px;
	height: 330px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 6px 0px #000;
	-webkit-box-shadow: 0px 1px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	margin:16px 0 64px;
	background: #78864f;
}

#right-half{
	position:relative;
	float:right;
	width:492px;
	height:330px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 6px 0px #000;
	-webkit-box-shadow: 0px 1px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	margin:16px 0 64px;
	background: #78864f;
}

#half-content {
	position:relative;
	margin:16px;
	width:460px;
	height:100%;
}

#full{
		position:relative;
	float:left;
	width:936px;
	margin:16px 0px 16px 16px;
	padding:16px 16px 0;
	background: #78864f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	clear:left;
}

#half-content p {
	margin:0px 0px 6px 12px;
}

.title-bar-full {
	position:relative;
	display:block;
	height:26px !important;
	background: #1a2316;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	-moz-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	text-align:left;
	line-height:46px;
	margin-bottom:12px;
	padding:4px 0 0 12px;
}


.title-bar-half {
	position:relative;
	display:block;
	height:40px !important;
	background: #1a2316;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	text-align:left;
}

.title-bar-small {
	position:relative;
	display:block;
	height:26px !important;
	background: #1a2316;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	-moz-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	text-align:left;
	width:210px;
	line-height:46px;
	margin-bottom:12px;
	padding:4px 0 0 12px;
}

#content-pages {
	position: relative;
	float: left;
	width: 1000px;
	margin: 16px 0 64px;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px 0px #000;
	-webkit-box-shadow: 0px 0px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	background: #FFF;
}

#left-tall{
	position:relative;
	float:left;
	width:168px;
	height:100%;
	margin:16px 0px 16px 24px;
}

#right-wide{
		position:relative;
	float:right;
	width:760px;
	margin:16px 16px 16px 0px;
	padding:16px 16px 0;
	background: #78864f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
}

#left-wide{
		position:relative;
	float:left;
	width:616px;
	margin:16px 0px 16px 16px;
	padding:16px 16px 0;
	background: #78864f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	clear:left;
}

#image-panel{
	position:relative;
	float:right;
	width:520px;
	height:210px;
	margin:0 0 16px 13px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
}

.img-styles{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(lib/hacks/PIE.htc);
}

#image-panel-full {
	position:relative;
	float:right;
	width:520px;
	height:330px;
	margin:0 0 16px 13px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
}

#image-panel-half {
	position:relative;
	float:right;
	width:252px;
	height:210px;
	margin:0 0 16px 16px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
}

#image-panel-small {
	position:relative;
	float:right;
	width:300px;
	height:214px;
	margin:16px 16px 0px 0px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	clear:right;
}
	

#footer{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background: #1a2316;
	height: 100px;
}

.footer-content{
	width:1000px;
	height:40px;
	margin:25px auto;
	display:block;
	text-align:left;
}

#footer img{
	padding: 10px 5px 0px;
	float:right;
}


/*=== Nivo Slider Styles ===*/

#content {
	position: relative;
	float: left;
	width: 1000px;
	height: 490px;
	margin: 16px 0 0;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 6px 0px #000;
	-webkit-box-shadow: 0px 1px 6px 0px #000;
	behavior: url(lib/hacks/PIE.htc);
	background: #FFF;
}

#slider {
	position: relative;
	width: 1000px; /* Change this to your images width */
	height: 440px; /* Change this to your images height */
	background: url(../img/loading.gif) no-repeat 50% 50%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	behavior: url(lib/hacks/PIE.htc);
}


#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}


/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}


/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}


/* The slices in the Slider */

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	behavior: url(lib/hacks/PIE.htc);
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}


/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:35px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	text-align:right;
}

.nivo-caption p {
	padding:0px 30px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.nivo-caption {
	text-shadow:1px 1px 3px #000;
	font: 50px NothingYouCouldDoMedium, sans-serif;
	behavior: url(lib/hacks/PIE.htc);
	letter-spacing: -1px;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:none;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:6px;
}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	background:url(../img/bullets.png?1) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0;
	float:left;
		opacity:1; 
	filter: alpha(opacity=100); 
	-webkit-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}


.nivo-controlNav a.active {
	background-position:0 -20px;
}


/* Suckerfish */


#suckerfishnav {
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#fff;
    text-decoration:none;
    padding:12px 0px 10px 13px;
	width:149px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    margin:0;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:149px;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    color:#FFF;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#1A2316;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#FFF;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#FFF;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#FFF;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#1A2316;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#1A2316;
    }