body {
	font-family: arial, Georgia;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #271c1a;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
	font-size: 0.1em;
	height: 1px;
}

.width-50 {
	width: 48%;
	margin-right: 2%;
}

.line {
	width: 558px;
	height: 4px;
	background-image: url(../images/hr_line.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.line-small {
	width: 220px;
	height: 5px;
	background-image: url(../images/hr_line_small.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.line hr, .line-small hr {
	display: none;
}

.intro {
	background-color: #F2ECE0;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	height: auto;
	font-style: italic;
	font-size: 1.1em;
	/* top: 0px; */
}

.subtext {
	padding: 10px 20px 20px 20px;
	margin: 0px;
	height: auto;
}

.meta {
	font-size: 0.8em;
	margin-bottom: 0px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.print-show {
	display: none;
}

.bold {
	font-weight: bold;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	font-family: arial;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

small {
	font-size: 0.7em;
}

form {
	padding: 0px;
	margin: 0px;
}

/*
a {
	color: #01658C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
*/

A {color: #01658C; border-bottom: 1px dotted #01658C; text-decoration: none; }
A:hover {border-bottom: 1px solid #01658C;}

a.nodeco {
	color: #01658C; border-bottom: 0px;
	text-decoration: none;
}

.menu-link {
	display: block;
	text-transform: uppercase;
	font-family: arial;
	font-size: 0.7em;
	margin: 0px 0px 20px 0px;
}

table.border {
	border: 1px #174166 solid;
}

table.border th {
	color: #FFFFFF;
	background-color: #174166;
	font-weight: normal;
	text-align: left;
	font-family: arial;
}

table.border tr.even td {
	background-color: #FFFFFF;
}

table.border tr.odd td {
	background-color: #D4E2E6;
}

blockquote {
	background-color: #F0F6FC;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	font-style: italic;
	font-size: 0.9em;
}

blockquote .meta {
	display: block;
	padding-top: 5px;
	color: #01658C;
	text-transform: uppercase;
	font-family: arial;
	font-style: normal;
}

/* header
---------------------------------------------*/
#header {
	margin: auto;
	padding: 0px;
	width: 1092px;
	height: 154px;/*174px;*/
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	position: relative;
}

#header h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px 0px -496px;
	padding: 0px;
	width: 992px;
	height: 112px;
	/* background-image: url(../images/header.gif); */
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 0px;
	z-index: 1;
}



/* Added by Dan Stone March 2010 */

#header-internal {
	margin: auto;
	padding: 0px;
	width: 1092px;
	height: 154px;/*174px;*/
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	position: relative;
}

#header-internal h1 {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px 0px -496px;
	padding: 0px;
	width: 992px;
	height: 112px;
	background-image: url(../images/header_homelink.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 0px;
	z-index: 1;
}
#header-internal h1 a {
	display: block;
	width: 204px;
	height: 112px;
	text-decoration: none;
	text-indent: -4000px;
	position: relative;
	left: 30px;
}

#header-internal #checker {
	position: absolute;
	right: 75px;
	bottom: 3px;
	z-index: 100;
}

#header-internal #checker h5 {
	display: block;
	width: auto;
	height: auto;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: normal;
}

#header-internal #checker select, #header #checker input {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	border: 0px;
	margin: 4px 0px 0px 0px;
}

#header-internal #checker table select {
	margin: 4px 2px 0px 0px;
}

#header-internal #checker input.submit {
	cursor: pointer;
	text-transform: lowercase;
}

#header-internal #checker label {
	font-size: 0.75em;
	color: #A7BDD2;
	text-transform: lowercase;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}



/* END added by Dan */







#header h1 a {
	display: block;
	width: 204px;
	height: 112px;
	text-decoration: none;
	text-indent: -4000px;
	position: relative;
	left: 30px;
}

#header #checker {
	position: absolute;
	right: 75px;
	bottom: 3px;
	z-index: 100;
}

#header #checker h5 {
	display: block;
	width: auto;
	height: auto;
	font-size: 1em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: normal;
}

#header #checker select, #header #checker input {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	border: 0px;
	margin: 4px 0px 0px 0px;
}

#header #checker table select {
	margin: 4px 2px 0px 0px;
}

#header #checker input.submit {
	cursor: pointer;
	text-transform: lowercase;
}

#header #checker label {
	font-size: 0.75em;
	color: #A7BDD2;
	text-transform: lowercase;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
	
#middle-wrap {
	width: 1092px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* Navigation
---------------------------------------------*/
#navigation {
	width: 978px;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #543019;
	background-image: url(../images/nav_bullet_brown2.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: arial;
	border-bottom: 1px #C8B18B solid;
	/*border:1px solid red;*/
}

#navigation img {
	float: left;
}

#navigation a {
	display: block;
	float: left;
	height: 30px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-indent: -4000px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 0px;
}

#navigation ul {
	padding: 0px;
	margin: 0px 0px 0px 35px;
	list-style: none;
	position: relative;
}

#navigation ul li {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	position: relative;
}

#navigation li ul {
	display: none;
	list-style: none;
	position: absolute;
	top: 30px;
	left: -20px;
	width: 158px;
	height: auto;
	margin: 0px;
	padding: 0px;
	
}

#navigation li ul li {
	position: relative;
	display: block;
	float: none;
	clear: both;
	height: auto;
	padding: 0px;
	margin: 0px;	
}

#navigation li ul li.bottom {
	background-image: url(../images/nav_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#navigation li:hover ul, #navigation li.over ul, #navigation li ul:hover, #navigation li ul.over {
	display: block;
}

#navigation li ul li a {
	display: inline;
	text-indent: 0px;
	margin: 0px;
	padding: 6px 0px 6px 20px;
	width: 138px;
	height: auto;
	font-size: 0.9em;
	background-image: none;
	background-color: #00658B;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

li#resort a {
	width: 82px;
	background-image: url(../images/bttn_resort2.gif);
}

li#resort:hover a, li#resort.over a {
	background-image: url(../images/bttn_resort_over2.gif);
}

li#adventure a {
	width: 115px;
	background-image: url(../images/bttn_adventure2.gif);
}

li#adventure:hover a, li#adventure.over a {
	background-image: url(../images/bttn_adventure_over2.gif);
}

li#groups a {
	width: 148px;
	background-image: url(../images/bttn_groups2.gif);
}

li#groups:hover a, li#groups.over a {
	background-image: url(../images/bttn_groups_over2.gif);
}

/*add new node 'spas'*/
li#spa a {
	width: 128px;
	/*background-image: url(../images/bttn_groups2.gif);*/
}

li#spa:hover a, li#spa.over a {
	/*background-image: url(../images/bttn_groups_over2.gif);*/
}


/*end new node*/


li#online-tour a {
	width: 139px;
	background-image: url(../images/bttn_photo_gallery.gif);
}

li#online-tour:hover a, li#online-tour.over a {
	background-image: url(../images/bttn_photo_gallery_over.gif);
}

li#contact-us a {
	width: 117px;
	background-image: url(../images/bttn_contact_us2.gif);
}

li#contact-us:hover a, li#contact-us.over a {
	background-image: url(../images/bttn_contact_us_over2.gif);
}

li#check-rooms a {
	width: 168px;
	background-image: url(../images/bttn_check_avaibility2.gif);
}

li#check-rooms:hover a, li#check-rooms.over a {
	background-image: url(../images/bttn_check_avaibility_over2.gif);
}

li#event-calendar a {
	width: 148px;
	background-image: url(../images/bttn_event_calendar.gif);
}

li#event-calendar:hover a, li#event-calendar.over a {
	background-image: url(../images/bttn_event_calendar_over.gif);
}

li#packages a {
	width: 168px;
	background-image: url(../images/bttn_packages.gif);
}

li#packages:hover a, li#packages.over a {
	background-image: url(../images/bttn_packages_over.gif);
}

li#spa a {
	width: 24px;
	background-image: url(../images/bttn_spa.gif);
}

li#spa:hover a, li#spa.over a {
	background-image: url(../images/bttn_spa_over.gif);
}


#navigation li#resort ul li a, #navigation li#adventure ul li a, #navigation li#groups ul li a, #navigation li#online-tour ul li a, #navigation li#contact-us ul li a,#navigation li#spa ul li a {
	background-image: none;
}

#navigation li#resort ul li a:hover, #navigation li#adventure ul li a:hover, #navigation li#groups ul li a:hover, #navigation li#online-tour ul li a:hover, #navigation li#contact-us ul li a:hover, #navigation li#spa ul li a:hover {
	background-image: url(../images/nav_bullet_blue.gif);
	background-position: 10px;
	background-repeat: no-repeat;
}

/* Main image
---------------------------------------------*/
#home-image {
	width: 978px;
	height: 265px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#465d25;
}

#shadow {
	width: 990px;
	height: 5px;
	margin: 0px auto 0px auto;
	padding: 0px;
	/* background-image: url(../images/content_shadow.gif); */
	background-repeat: no-repeat;
	font-size: 1px;
}

/* Content
---------------------------------------------*/
#content {
	width: 960px; /*990px;*/
	height: auto;
	padding: 0px 10px 30px 20px;
	margin: 0px auto 0px auto;
	font-size: 1.05em;
}

#content ul {
	margin-top: 0px;
	margin-left: 15px;
	padding: 0px;
}

/* footer
---------------------------------------------*/
#footer {
	width: 1092px;
	height: 200px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer #redbox {
	margin: 0px auto 0px auto;
	padding: 8px 3px 8px 3px;
	width: 970px;/*990px;*/
	height: 48px;/*31px;*/
	line-height: 200%;
	background-color: #9E230E;
	border-bottom: 1px #C8B18B solid;
	border-left: 1px #C8B18B solid;
	border-right: 1px #C8B18B solid;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
}

#footer #redbox a:hover {
	text-decoration: none;
}

#footer #bottom-nav {
	width: auto;
	height: auto;
	text-align:center;
	font-size: 0.8em;
	margin: 5px 0px 0px 0px;
	font-family: arial;
}

#footer #awards {
	width: auto;
	height: auto;
	float: left;
	margin: 5px 0px 0px 55px;
}

/*h1 special*/
div.spBox {
	text-align:center; 
	padding:15px; 
	font-size:18px;
	}
div.spBox table {
	font-size:16px;
	margin:25px auto;
	}
h1.special {
	font-size:28px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:none;
	}

h2.special { 
	font-size:28px;
	color:#993300;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:none;
	}
h3.special {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#993300;
	text-transform:none;
}


	div.ui-datepicker{
	 font-size:10px;
	}
