/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	color: #000000;
	font-family: Arial;
	background: #DADADA url(../images/bg-overlay.png) repeat-y top center;
	font-size: 12px;
}
#wrapper-all
{
	margin: 0 auto;
	width: 1026px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1026px;
	margin: 0 auto -47px;
/*the bottom margin is the negative value of the footer's height*/
	background: #F1EEDF repeat-y top center;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png) no-repeat -13px top;
	position: relative;
	height: 185px;
	width: 1026px;
	margin: 0 auto;
}
#book-online-now
{
	float: right;
	text-align: right;
	margin: 48px 52px 0 0;
}
#book-online-now A
{
	color: #334259;
	text-decoration: none;
	font: bold 18px Arial, Helvetica;
}
#book-online-now A.white
{
	color: #FEFEFE;
	text-decoration: none;
	font: bold 18px Arial, Helvetica;
}
#book-online-now A:hover
{
	text-decoration: underline;
}
#logo
{
	position: absolute;
	width: 375px;
	height: 125px;
	top: 10px;
	left: 15px;
}
#logo IMG
{
	height: 155px;
}
/*** Nav bar styles ***/
#outer {
   float: left;
}
UL.nav, .nav UL
{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
UL.nav
{
	width: 153px;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
	margin-left: 5px;
}
UL.nav>LI
{
	padding: 2px 6px;
	margin-top: 9px;
	text-align: center;
}
UL.nav LI A
{
}
UL.nav LI>UL
{
/*Make the sub list items invisible*/
	display: none;
	position: relative;
	width: 153px;
	margin-top: -33px;
	margin-left: 155px;
	padding-left: 9px;
	#margin-top: -25px;
}
UL.nav LI:hover>UL
{
/*When hovered, make them appear*/
	display: block;
}
.nav UL LI
{
	padding-bottom: 5px;
	margin-top: 8px;
	#margin-top: 0px;
}
.nav UL LI A
{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding-top: 7px;
	font: bold 13px Arial;
	#font: bold 12px Arial;
}
.nav UL LI A, UL.nav LI
{
	color: #FEFEFE;
	background: url(../images/nav.png) no-repeat;
	width: 153px;
	height: 24px;
}
UL.nav LI:hover, .nav UL LI :hover
{
	color: #34435A;
	background: #FFFFFF url(../images/nav.png) no-repeat bottom;
}
UL.nav LI.active
{
	color: #34435A;
	background: url(../images/nav.png) no-repeat bottom;
}
.nav A
{
	text-decoration: none;
	font: bold 16px Arial;
	color: #FFFFFF;
	text-transform: uppercase;
}
.nav A:hover
{
	text-decoration: none;
}
.nav LI.active .first A
{
	color: #34435A;
}
.first
{
	width: 153px;
	margin-top: 2px;
	#margin-top: 5px;
}
#social-media
{
	float: left;
   clear: left;
   margin-top: 30px;
}
#social-media img {
   width: 175px;
}

/*oooooooooooooooooooo Content*/
#wrapper-content
{
	width: 979px;
/*height: 100px;*/
	float: left;
	margin-left: 15px;
}
#full-content
{
	width: 777px;
	float: right;
	margin-top: 9px;
}
#column-a1
{
	width: 234px;
	float: left;
	margin-left: 30px;
}
#column-a2
{
	width: 521px;
	float: right;
}
#column-a3
{
	clear: both;
	margin-left: 600px;
}
#column-a3 P
{
	margin-left: 10px;
}
#main-image
{
	border: 10px solid #473D30;
	margin-top: -177px;
	margin-bottom: 5px;
	width: 520px;
}
#book-online-button
{
	border: none;
	width: auto;
}
#column-b1
{
	width: 780px;
	margin-bottom: 15px;
}
#column-b1 IMG
{
	margin-right: 6px;
	border: 4px solid #473D30;
}
#column-b2
{
	width: 722px;
	float: left;
}
#column-b3
{
	width: 227px;
	float: right;
}
#column-b3 #book-online-button
{
	float: right;
	position: absolute;
	top: 49px;
	margin-left: 117px;
}
#map
{
	margin-bottom: 10px;
	border: 4px solid #473D3D;
	float: left;
}
#map, #map IFRAME
{
	width: 425px;
	height: 300px;
}
#directions
{
	width: 275px;
	float: right;
}
#events
{
	margin-top: -268px;
	margin-left: -285px;
}
.title
{
	font: bold 14px sans-serif;
}
.title-left
{
	font: bold 14px sans-serif;
	#margin-left: -36px;
}
OL SPAN
{
	font: bold 14px sans-serif;
}
LI A
{
	color: #893A12;
	font: 12px sans-serif;
}
/*oooooooooooooooooooo About Us*/
#column-b2-dir
{
	width: 546px;
	float: left;
	height: 440px;
}
.landmileage
{
	float: right;
	margin-top: 39px;
	width: 175px;
	border: 1px solid #473D30;
}
TR
{
	font: 11px Arial;
	color: #473D30;
}
.contact_title
{
	font: bold 14px Arial, Helvetica;
}
FORM INPUT, TEXTAREA
{
	border: 1px solid #473D30;
	margin-bottom: 10px;
}
FORM LABEL
{
	font: 14px Arial;
}
#captcha .fineprint
{
	font: 11px Arial;
}
/*oooooooooooooooooooo Restaurant*/
#column-b2-short
{
	width: 603px;
	float: left;
}
#toc
{
	width: 150px;
	float: right;
	border: 2px solid #473C30;
	padding: 5px;
	margin-top: -25px;
	margin-right: -9px;
}
#toc H2
{
	font: bold 19px Garamond, Arial, Helvetica;
	color: #473D30;
	border-bottom: 1px solid #473D30;
	padding-bottom: 0px;
	margin-bottom: 9px;
}
.toc_title A
{
	color: #883911;
	font: bold 12px sans-serif;
}
#toc LI
{
	margin-left: 22px;
	font-size: 12px;
}
#column-b2 LI, #column-b2-short LI
{
	margin-left: 35px;
	font: 12px Arial;
	color: #463C2F;
}
.menu_title
{
	font: bold 16px Garamond;
	margin-bottom: 5px;
}
#column-b2-short P A
{
	font: 12px Arial;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 47px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 1026px;
	margin: 0 auto;
	/*[disabled]#margin:0 auto 0 22px;*/
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
	background: #F0EDDE url(../images/footer.png) no-repeat 455px bottom;
	padding-top: 100px;
	height: 47px;
}
#footer-ob-logo
{
	float: left;
	height: auto;
	width: auto;
	padding-left: 20px;
}
#footer-links
{
	float: right;
	height: auto;
	width: auto;
	font-size: 9pt;
	margin-top: 15px;
	padding-right: 20px;
	color: #FFFFFF;
}
#footer-links A
{
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Arial;
}
#footer-links A:hover
{
	text-decoration: underline;
}
H1
{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	color: #463C2F;
	font: bold 20px Garamond, Arial, Helvetica;
}
H1 IMG
{
	display: block;
	border: none;
	margin-bottom: 1em;
}
H2
{
	font-size: 10pt;
	border-bottom: 1px solid #D37A19;
	padding: 5px 0;
	color: #D37A19;
   margin: 1em 0 .5em 0;
}
H3
{
	font: 12px Arial;
   font-weight: bold;
	color: #473D3D;
}
P
{
	line-height: 20px;
	margin-bottom: 1em;
	color: #463C2F;
}
P.contact
{
	font: 11.8pt sans-serif;
}
A
{
	color: #394959;
	text-decoration: underline;
	font: bold 14px Arial;
}
HR
{
	border: 1px solid #463B2F;
	margin-bottom: 10px;
}
A:hover
{
	text-decoration: none;
}
A.book
{
	position: absolute;
	top: 52px;
	margin-left: -143px;
	color: #F0EDDE;
	font-size: 13.2pt;
}
A.link
{
	color: #893A12;
	font: bold 16px sans-serif;
}
.SubHead
{
	font: 20px Garamond, Arial, Helvetica;
}
#column-a2 .right
{
	text-align: right;
}
#calendar-of-events td{
   font-size: 12px;
   padding: 3px;
   vertical-align: top;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
