body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 0.75em;
	background-color: #66380b;
}

.clear {
	clear: both;
}

a:link, a:visited { color: #2d1600; }
a:active, a:hover { color: #66380b; }
a:visited:hover   { color: #66380b; }

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.75em;
	color: #623c13;
	text-align: left;
	padding: 5px 0 0 0;
}

h2 {
	font-size: 1.2em;
	color: #623c13;
	text-align: left;
	padding: 0;
	margin-top: 1.5em;
}
.normal_text{
	font-size:1em;
	color:#2d1600;
	padding:0;
	margin:0;
	}


table th {
	text-align: right;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#main {
	margin: 0 auto;
	padding: 0 50px;
	width: 800px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
/*	_height:1%; /* IE crap clearing float */
	overflow: hidden;
}
	
#logo {
	float: left;
	position:relative;
	width:200px;
}
#weather{
	position:absolute;
	top:120px;
	left:15px;
	height:80px;
	width:170px;
	line-height:18px;
	}
#imghdr {
	float: left;
}

div#slideshow-container {
	z-index: 1;
}


/* ***** NAVIGATION ***** */

#nav{
	background-image:url(../img/nav_bg.jpg);
	width:800px;
	height:30px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	position:relative;	
}
.nav_spacer{
	background-image:url(../img/nav_spacer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

#nav a{
	color:#FFFF99;
	display:block;
	font-size:1.25em;
	text-decoration:none;
	}

#nav a:hover{
	color:#2d1600;
	}

.dropdown{
	position:absolute;
	visibility:hidden;
	top:7px;
	width:150px;
	}
.dropdown_container{
	position:relative;
	}	
.dropdown a{
	display:block;
	text-decoration:none;
	text-align:left;
	height:30px;
	background-image:url(../img/nav_dropdown_bg.jpg);
	background-repeat:repeat-x;
	line-height:2;
	padding: 0 10px 0 10px;
	
	}
/* end navigation*/


#left {
	float: left;
	width: 200px;
}

#address {
	width: 160px;
	text-align: center;
	margin:10px auto;
}

#address p {
	margin: 5px 0;
}

#address a {
	color: #2d1600;
}

#address a:hover {
	color: #2d1600;
	text-decoration: none;
}

#checkavail {
	margin:0px;
	padding: 10px 10px;
	width: 180px;
	color: #2d1600;
	background-image: url(../img/left_address_bg.gif);
	background-repeat: no-repeat;
	
}

#checkavail select {
	font-size: 11px;
	margin: 3px 0;
}

p.catitle {
	margin: 0;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #5c330b;
}

#right {
	float: left;
	width: 540px;
	padding: 0 30px 0 30px;
}

img.tollfreeno {
 margin: 0 0 10px 0;
 float: right;
}

img.rght {
	float: right;
	margin: 0 0 2em 20px;
}

div.imgbarrght {
	float: right;
	width: 150px;
	margin: 0 0 0 20px; 
}

div.imgbarrght p {
	margin: 2px 0 4px 0;
	text-align: center;
	font-size: 10px;
	color: #66380b;
}

form {
	padding-top: 2px;
}

.button {
	margin: 5px auto;
	padding: 3px 5px;
	color: #422203;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica;
	border: 1px solid #9a6429;
	background-color: #c6b878;
}
	
.textred {
	color: #990000;
	font-size: 1.2em;
	text-align: center;
}

#right ul {
	list-style-image: url(../img/li.gif);
}

#right ul li {
	margin-bottom: 2px;
}

table.rates {
	margin: 0 auto;
}

table.rates th {
	text-align: center;
	background-color: #cdb67d;
	font-weight: normal;
}

table.rates th, table.rates td {
	border: 1px solid #c99541;
}

div.imggallery img {
	float: left;
	margin: 5px;
}

#footer {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	text-align: center;
	color: #cdb67d;
}

#footer p {
	color: #957d41;
	margin: 0;
	padding: 5px 0;
}

#footer p a {
	color: #957d41;
}

#footer a, #footer p.botlinks a {
	color: #cdb67d;
	text-decoration: none;
}

#footer p.botlinks a {
	margin: 0 5px;
}

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

#package_container{
	text-align:left;
	color: #2D1600;
	font-weight:normal;
	width:540px;
	background-color:#CDB67D;
	}
#package_title{
	font-size:15px;
	padding:2px 0px 2px 10px;
	border-bottom-color:#2D1600;
	border-bottom-style:solid;
	border-bottom-width:2px;
	}
#package_brief{
	font-size:1em;
	padding: 2px 2px 2px 10px;
}
.package_details_shown{
	font-size:1em;
	padding: 2px 2px 2px 10px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
}
.package_details_hidden{
	font-size:1em;
	padding: 2px 2px 2px 10px;
}
#details_button{
	margin:5px 0 5px 0;
	font-size:11px;
	font-weight:normal;
	padding:2px;
	border-color:#2d1600;
	border-style:solid;
	border-width:1px;
	background-color:#9d5c1e;
	color:#FFFFFF;
	width:140px;
	text-align:center;
	}

#details_button:hover{
	font-weight:bold;
	}
.left_box{
	background-image:url(../img/left_special_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:180px;
	height:101px;
	color:#FFFFFF;
	cursor:pointer;
	}
.left_box_header{
	font-weight:bold;
	font-size:1.25em;
	line-height:2.5em;
	}
	
#book_button{
	padding:8px;
	border-color:#2d1600;
	border-style:groove;
	border-width:2px;
	background-color:#9d5c1e;
	text-align:center;
	width:150px;
	float:right;
	}
#book_button a, #book_button a:visited #book_button a:hover{
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	}
#book_button:hover{
	background-color:#804B19;
	border-bottom-style:ridge;
	}
#share{
	background-color:#CDB67D;
	position:absolute;
	z-index:35;
	top:174px;
	left:514px;
	width:80px;
	height:20px;
	padding:3px;
	}






.package_container{
	text-align:left;
	color: #2D1600;
	font-weight:normal;
	width:540px;
	background-color:#CDB67D;
	}
.package_title{
	font-size:15px;
	padding:2px 0px 2px 10px;
	border-bottom-color:#2D1600;
	border-bottom-style:solid;
	border-bottom-width:2px;
	font-weight: bold;
	}
.package_brief{
	font-size:1em;
	padding: 2px 2px 2px 10px;
}

.details_button{
	margin:5px 0 5px 0;
	font-size:11px;
	font-weight:normal;
	padding:2px;
	border-color:#2d1600;
	border-style:solid;
	border-width:1px;
	background-color:#9d5c1e;
	color:#FFFFFF;
	width:140px;
	text-align:center;
	}

.details_button:hover{
	font-weight:bold;
	}
	
.book_button{
	padding:8px;
	border-color:#2d1600;
	border-style:groove;
	border-width:2px;
	background-color:#9d5c1e;
	text-align:center;
	width:150px;
	float:right;
	}
.book_button a, #book_button a:visited, #book_button a:hover{
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	}
.book_button:hover{
	background-color:#804B19;
	border-bottom-style:ridge;
	}
