* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, address, pre, img, strong, sub, sup, ol, ul, li, fieldset, form, label, legend, a, span {
	margin:0;
	padding:0;
}
body {
	background: url(../images/bg.png) 0 0 repeat;
}
img {
	border: 0;
}
li {
	list-style: none;
	color: #471815;
}
input, textarea, select {
	line-height: normal;
}
a {
	color: #650505;
	text-decoration: underline;
	outline: none;
}

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

/* ----------------------------------------------------------------------------
MAIN LAYOUT
----------------------------------------------------------------------------
*/

#main {
	background: transparent url(../images/bg_main.png) repeat-y;
	display: table;
	padding: 0px 15px;
	margin: 0 auto;
}

#header {
	position: absolute;
	margin-top: 20px;
	height: 88px;
	width: 646px;
	z-index:3;
	/* left:-1px;
	top:10px;
	overflow:hidden;
	width:962px; */
}
.header_logo {
	width: 646px;
	height: 56px;
	margin-bottom: 10px;
}
.header_nav {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	background: url(../images/bg_nav.png) no-repeat;
	width: 646px;
	height: 22px;
}

.header_nav ul {
	vertical-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

.header_nav ul li:first-child a {
	border-left: none;
}

.header_nav ul a:hover, .header_nav ul a:focus {
	color: #FFF;
}

.header_nav li a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 4px 9px;
	border-left: solid 1px #857a53;
	color: #e3d7a1;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;	
}

.header_nav li a:hover {
	color: #fff;
}
#feature_container {
	float: left;
	display: table;
	width: 697px;
	height: 559px;
}

#feature_image {
	display: block;
	width: 697px;
	height: 559px;
	border-bottom: #300 1px solid;
}
#feature_image img {
	padding: 0;
	border: 0;
}

#sidebar {
	float: left;
	background: url(../images/bg_sidebar.png) no-repeat;
	width: 267px;
	height: 559px;
	color: #e3d7a1;
}

.side_box {
	text-align: center;
	padding: 20px 35px 10px 35px;
}

.side_box_top {
	background: url(../images/bg_sidebox_about.png) no-repeat;
	width: 198px;
	height: 60px;
}

.side_box_reservations {
	background: url(../images/bg_sidebox_reservations.png) no-repeat;
	width: 198px;
	height: 60px;
}

.side_box_content {
	padding: 24px 14px 10px 14px;
	background: url(../images/bg_sidebox_content.png) repeat;
	width: 174px;
}

.side_box_content p {
	font: 16px Times, Georgia, "Times New Roman", serif;
	line-height: 22px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	color: #d9cba3;
}
.side_box_content p.smaller {
	font: 13px Times, Georgia, "Times New Roman", serif;
	line-height: 22px;
	letter-spacing: 0;
	padding-bottom: 10px;
	color: #d9cba3;
}
.side_box_content p a {
	text-decoration: underline;

}
.side_box_content p a:hover {
	text-decoration: none;
}

p small {
	font-size: 11px;
	color: #a99f80;
}

.side_box_content a {
	color: #d9cba3;
}

.side_box_bottom {
	background: url(../images/bg_sidebox_bottom.png) no-repeat;
	width: 198px;
	height: 58px;
}

.icon {
	width: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	clear: left;
}

.link {
	padding-top: 10px;
	width: 150px;
	float: left;
	text-transform: uppercase;
}

.side_link {
	font-size: 16px;
	width: 200px;
	float: left;
	clear: both;
	padding: 0px 0px 10px 40px;
}

.side_link a {
	color: #bcac6f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.side_link a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/bg_bot_shade.png) top left no-repeat;
	display: table;
	width: 994px;
	height: 134px;
	padding: 30px -10px 30px 20px;
	margin: 0 auto 0;
}

.copyright {
	width: 55%;
	padding-top: 40px;
	padding-right: 80px;
	float: left;
	text-align: right;
	text-transform: uppercase;
	color: #bcac6f;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.copyright a {
	color: #bcac6f;
	font-weight: normal;
	font-style: normal;
}

.copyright a:hover {
	text-decoration: underline;
}

.badge {
	width: 35%;
	text-align: center;
	float: right;
	font-size: 20px;
	padding-top: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter{
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both
}
h1 {
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	color: #471815;
}
h2 {
	background: url(../images/bracket.png) left no-repeat;
	font-size: 28px;
	line-height: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 25px 0 25px 40px;
	color: #471815;
}

h3 {
	font-size: 22px;
	line-height: 110%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 16px 0px;
	color: #471815;
}

.content_bot {
	width: 964px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 18px;
}

.content {
	clear: both;
	width: 884px;
	background: #e3d7ac url(../images/bg_content_top.jpg) top no-repeat;
	padding: 30px 30px 10px 50px;
}

.content br {
	margin: 0 0 .5em 0;
	font-size: 1em !important
}

.content p {
	font-size: 16px;
	line-height: 1.5em !important;
	padding-bottom: 20px;
}
.content img {
	padding: 16px;
	border: #a2997c 1px solid;
}

.content drop {
	padding: 0;
	vertical-align: top;
	float: left;
	font-size: 44px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 100%;
	margin-left: -15px;
	margin-top: -4px;
	color: #471815;
	text-decoration: none;
}

.content drop_two {
	vertical-align: top;
	float: left;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 100%;
	margin-left: 3px;
	padding-right: 5px;
	color: #471815;
	text-decoration: none;
}

.content ul {
	margin: 10px 30px;
}

.content ul li {
	font-size: 16px;
	list-style-type: circle;
	line-height: 1.2em;
}

.content ul li.lead {
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin-left: -15px;
	margin-bottom: 5px;
}

.content ol {
	margin: -5px 0 15px 30px;
	padding: 0;
}

.content ol li {
	font-size: 16px;
	list-style-type: circle;
	line-height: 1.2em;
}
/*
.content a img {
	border: 10px solid #f8f7dd;
	padding: 10px;
	width: 50px;
	height: 50px;
	float: left;
	margin: 22px 22px 22px 0;
}


.content a:hover img {
	border: 10px solid #990000;
}
*/

.content a:hover, .content a:hover em,  .content a:hover strong {
	text-decoration: underline !important
}

/*
----------------------------------------------------------------------------
CLEARING OF FLOATS
----------------------------------------------------------------------------
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-table
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

/* End hide from IE-mac */