@charset "UTF-8";

body{
	background-image: url(/images/bg_wood.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	text-align:center;
	padding:0px;
	margin:0px;
}

#main{
	background-image:url(/images/watermark.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#header_bg {
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#bg_main {
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center 180px;
}
#container {
	padding: 0px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 700px;
}
#bg_center {
	background-image: url(/images/middle.png);
	background-repeat: repeat-x;
	background-position: center 480px;
}
#header {
	text-align: left;
}
#header h1 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #E4CE9B;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#bg1 {
	background-image:url(/images/bg_wood.jpg);
	background-position: center bottom;
}

#level1 {
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: center 180px;
	height: 100%;
}

.box_top {
	background-image:url(/images/box_top.png);
	background-repeat:no-repeat;
	height:22px;
	width:1010px;
}
.main {
	background-image:url(/images/box_middle.png);
	background-repeat:repeat-y;
	width:966px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	text-align:left;
	overflow: hidden;
}
.contact_box {
	background-image:url(/images/box_middle.png);
	background-repeat:repeat-y;
	width:966px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	text-align:center;
}
.contact_info {
	background-color:#7A3019;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	padding:10px 0px;
}
.contact_info a {
	color:#FFF;
}
.box_bottom {
	background-image:url(/images/box_bottom.png);
	background-repeat:no-repeat;
	height:22px;
	width:1010px;
	margin-bottom:40px;
}
.main {
	font-family:Arial, Helvetica, sans-serif;
}
.main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#943E21;
	padding: 0px 20px 20px;
	margin: 0px;
}

.main h2 a {
	color:#943E21;
}

/* Front Page Specific */
#front_page_header {
	position:relative;
	width:966px;
	height:354px;
}
#front_page_res_box {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top:0px;
	right:0px;
	width:315px;
}
#front_page_res_box_header {
	background-image:url(/images/res-box_r1_c1.png);
	background-repeat:no-repeat;
	width:315px;
	height:60px;
}
#front_page_res_box_body {
	background-image:url(/images/res-box_r3_c1.png);
	background-repeat:repeat-y;
	width:315px;
}
#front_page_res_box_top {
	background-image:url(/images/res-box_r2_c2.png);
	background-repeat:no-repeat;
	margin:0px 10px;
	width:295px;
	padding:10px 0px;
}
#front_page_res_box_footer {
	background-image:url(/images/res-box_r5_c1.png);
	background-repeat:no-repeat;
	width:315px;
	height:17px;
}
#front_page_res_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E1A33B;
	padding: 20px 30px 0px;
	margin: 0px;
}
.month_width {
	width:69px;
}
#res_form {
	margin:0px;
}
#res_button {
	background-color:#E1A33B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	border:none;
	color:#FFFFFF;
}
#nav_container {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	height: 50px;
	margin-bottom: 10px;
}
#nav_container ul {
	margin:0px;
	padding:0px;
}
#nav_container li {
	display:inline;
	list-style:none;
}
#nav_container a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#E4CE9B;
	display:block;
	float:left;
	padding:10px 20px;
	border-left:solid 1px #574A3F;
}
#nav_container a:HOVER {
	color:#FFF;
}
.main .foot-boxes {
	margin: 20px 0px 0px;
	padding: 0px;
	height: 230px;
	margin-bottom:0px;
}
.main .foot-boxes li {
	list-style-type: none;
	background-color: #E4CE9B;
	height: 230px;
	width: 320px;
	margin-left: 3px;
	text-align: center;
	display: block;
	float: left;
}
.main .foot-boxes li:first-child {
	margin-left: 0px;
}
.main .foot-boxes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #943E21;
	margin: 5px 0px 0px;
}
.main .foot-boxes h3 a {
	color: #943E21;
	text-decoration:none;
}
/*.main .foot-boxes .foot_col1 {
	background-image: url(/images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main .foot-boxes .foot_col3 {
	background-image: url(/images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/
h1.alignleft, h2.alignleft, h3.alignleft, p.alignleft {
	text-align:left;
}
h1.alignright, h2.alignright, h3.alignright, p.alignright {
	text-align:right;
}
h1.aligncenter, h2.aligncenter, h3.aligncenter, p.aligncenter {
	text-align:center;
}
img.alignleft {
	float:left;
	padding:0px 10px 10px 0px;
}
img.alignright {
	float:right;
	padding:0px 0px 10px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #943E21;
	border-bottom: solid 1px #943E21;
	margin: 0px 20px 20px;
	;
}
.main h1 a {
	color: #943E21;
	text-decoration:none;
}
.room_gallery_holder {
	float:right;
	width:500px;
	height:383px;
	;
	background-image: url(/images/img-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}
h2.box-highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7A3019;
	background-color: #E3CD99;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
	border: 1px solid #7A3019;
	padding: 5px;
}
.main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main li {
	padding-bottom: 5px;
}
.weather_table_container {
	margin:0px 20px;
	border: 1px solid #7A3019;
	background-color:#E9D7B0;
}
.weather_table_container table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.weather_table_container th {
	background-color: #7A3019;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.weather_table_container tr:nth-child(odd) {
	background-color: #FAE8C1;
}
.contact_info img {
	margin:0px;
	padding:0px;
	margin-bottom:-5px;
}