@import url('reset.css');
@import url('navigation.css');
@import url('footer.css');
@import url('forms.css');

body {
	background-color: #693b35;
	color: #333;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px; 
}

#shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	width: 820px;
	display:block;
	margin-left: auto;
	margin-right: auto;
 
}

#container {
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}

#header_container {
	float: left;
	width: 100%;
}

#logo {
	float: left;
}

#header {
	background-color: #642200;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 114px;
	width: 548px;
}

#middle_container {
	float: left;
	width: 100%;
}

#menu_container {
	background-color: #9f6a1c;
	float: left;
	height: 270px;
	width: 233px;
}

#flash {
	float: left;
	height: 270px;
	width: 548px;
}

#body_container {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

#left {
	background-color: #642200;
	float: left;
	width: 233px;
}

#reservations {
	margin-left: auto;
	margin-right: auto;
	width: 205px;
}

#body {
	background-color: #fff;
	float: left;
	width: 548px;
}

#body_text {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	text-align: left;
	width: 488px;
}

.wide #body {
	width: 100%;
}

.wide #body_text {
	width: 597px;
}

#footer {
	background-color: #5e5b4b;
	border-top: 3px solid #817d6a;
	float: left;
	height: 117px;
	width: 100%;
}

/* general stuff */

.line {
	background-color: #fff;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #deb406;
	float: left;
	height: 0;			
	padding-top: 8px;
	overflow: hidden;
	width: 100%
}

.clear {
	clear: both;
}

a {
	color: #642200;
	text-decoration: none;
}

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

h1 {
	color: #642200;
	font-size: 21px;
	letter-spacing: .01em;
	line-height: 27px;
	margin-top: 16px;
}

h2 {
	color: #642200;
	font-size: 18px;
	line-height: 22px;
	margin-top: 4px;
}

h3 {
	color: #deb406;
	font-size: 14px;
	margin-top: 10px;
}

h4 {
	color: #642200;
	font-size: 14px;
	line-height: 24px;
}

p {
	font-size: 12px;
	letter-spacing: .02em;
	line-height: 21px;
	margin-top: 18px;
	text-align: justify;
}

.wide p {
	font-size: 12px;
	margin-top: 0;
}

.wide h1 {
	margin-bottom: 18px;
}

.special {
	color: #222;
	line-height: 1.0em;
	line-height: 24px;
	margin-top: 18px;
}

.specials-h2 {
	color: #222;
	line-height: 1.0em;
	margin-top: 18px;
	margin-bottom: -10px;
}

.hr {
	background-color: #642200;
	float: left;
	height: 0; /* ie6 is bootleg */
	display: block !important;
	margin-top: 6px;
	margin-bottom: 16px;
	padding-top: 1px; /* ie6 is bootleg */
	overflow: hidden; /* ie6 is bootleg */
	width: 100%;
}

.wide .hr {
	width: 597px;
}

.wide img {
	float: left;
}

ul li {
	font-size: 13px;
	line-height: 20px;
}

ul li ul.specials-sub-list {
	list-style: circle;
}

.general_list {
	list-style: disc;
	margin-bottom: 10px;
}
.general_list li {
	font-size: 13px;
	margin-left: 50px;
	line-height: 20px;
}

.special_list {
	list-style: disc;
	margin-bottom: 20px;
}

.special_list li {
	font-size: 13px;
	line-height: 20px;
	margin-left: 15px;
}

/* header menuish */
#header {
	color: #fff;
}
#header p a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#header p a:hover {
	color: #deb406;
	text-decoration: none;
}

#header p {
	margin-left: 36px;
	margin-top: 68px;
}

#header p span {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-right: 0px;
}

#nav_reservations {
	margin-left: 28px;
}
#nav_specials_packages {
	margin-left: 28px;
	_margin-left: 24px;
}

/* buttons */
a.check_online {
	background-image: url('../images/buttons/check_online.gif');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 187px;
	margin-top: 24px;
	margin-bottom: 24px;
}
a.check_online:hover {
	background-position: 0 -23px;
}

a.check_online2 {
	background-image: url('../images/buttons/check_online.gif');
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 187px;
	margin-top: 0;
	margin-bottom: 0;
}
a.check_online2:hover {
	background-position: 0 -23px;
}

/* special offers */

#special_offers {
	background-color: #9f6a1c;
}

#offer_header {
	background-color: #fff;
	height: 23px;
	margin-top: 20px;	
	width: 100%; 
}

#offer_header span {
	color: #642200;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 23px;
	margin-left: 15px;
	margin-top: 4px;
}

#special_offers .offer_item p {
	border-bottom: 1px solid #deb406;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 25px;
}

#special_offers h3 {
	color: #fff;
	display: block;
	padding: 5px 0 0 15px;
	text-decoration: none;
	}

#special_offers .offer_item {
	font-weight: bold;
	width: 100%;
}

#special_offers .offer_item a, #special_offers .offer_item h3 {
	background: #9f6a1c;
	}
	
#special_offers .offer_item a:hover {
	background: #855918;
	}

#special_offers .offer_item a, .offer_item a:hover {
	color: #fff;
	display: block;
	padding: 7px 0 7px 15px;
	text-decoration: none;
	}

.membership_button {
	background-image: url('../images/buttons/membership_button.jpg');
	display: block;
	height: 23px;
	margin-left: 8px;
	width: 246px;
}

.membership_button:hover {
	background-position: 0 -23px;
}

.float {
	float: left;
}

#recommended_sites {
	line-height: 26px;
	width: 100%;
}

#recommended_sites th {
	font-size: 14px;
}
#recommended_sites .row1 {
	width: 40px;
}

.column {
	display: inline;
	float: left;
	width: 50%;
}

.play a {
	color: #642200;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.column a {
	margin-left: 30px;
}

.twoline {
	display: block;
	_height: 22px;
}

.no_top_margin {
	margin-top: 0;
}

.blh li {
	line-height: 26px;
}


#social_logos {
	float: left;
	height: 40px;
	margin-top: 0px;
	padding-top:10px;
}
