@charset "utf-8";
/* CSS Document */

* {
	MARGIN: 0 auto;
	padding: 0px;
	margin: 0px;
}
HTML {
}
BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
        background-color: #726862;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
}
img {
	border: 0px;
	outline: none;
}
a:link, a:active, a:visited {
	TEXT-DECORATION: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}

#container {
	width: 944px;
	MARGIN: 0 auto;	
	text-align: left;
	font-size: 12px;
	color: #ac9c8f;
}
#header {
	height: 120px;
	width: 944px;
}
#logo {
	float: left;
	width: 200px;
}
#address {
	float: right;
	width: 400px;
	margin-top: 30px;
	font-size: 12px;
        text-align: right;
}
/* Nav Bar and Elements */
#nav {
	height: 45px;
	width: 944px;
	margin-bottom: 10px;
	background-color: #ac9c8f;
}
#nav ul {
	width: 944px;
	height: 45px;
}
/* Widths and Heights Must All Match */
#nav li {
	height: 45px;
	width: 118px;
	float: left;
	display: inline-block;
	text-align: center;
	color: #36211c;
	list-style: none;
	font-weight: bold;
}
/* Primary State */
#nav li a {
	height: 30px;
	width: 118px;
	padding-top: 15px;
	color: #36211c;
	display: inline-block;
	text-decoration: none;	
}
/* Hover State */
#nav li a:hover {
	padding-top: 15px;
	background-image: url(images/nav-hover.gif);
	display: inline-block;	
	width: 118px;
	height: 30px;
        color: #fff;	
	text-decoration: none;	
}
/* Second Level Nav */
#nav li li {
        background: #4c3b31;
        list-style: none;
        color: #ac9c8f;
        text-align: center;
        padding-top: 0;
        padding-left: 2px;
        padding-right: 2px;
}
#nav li li a {
        color: #ac9c8f;
}
#nav li ul li a:hover {
	padding-top: 15px;
	background-image: none;
	display: inline-block;	
	width: 118px;
	height: 30px;
        color: #fff;	
	text-decoration: none;	
}
#flash {
	width: 944px;
	height: 399px;
        overflow: hidden;
}
#content-container {
	width: 944px;
        margin-top: -15px;
        z-index: 500;
}
/* Left Container Bar */
* HTML #side-content {
	width: 255px;
	float: left;
	margin-left: 10px;
}

#side-content {
	width: 255px;
	float: left;
	margin-left: 20px;
}
/* Booking Box and Elements */
#reservations {
	width: 234px;
	border: 3px solid #4c3b31;
	background-color: #ac9c8f;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
        position: relative;	
}
#booking-box {
	float: left;
}
.booking-input {
	width: 111px;
        height: 22px;
        padding-top: 7px;
        font-weight: bold;
        text-align: center;
        border: none;
	background-image: url(images/input-bg.gif);
        background-repeat: no-repeat;
}
.booking-field {
	height: 50px;
	color: #fff;
	width: 150px;
	font-size: 10px;
	text-align: left;
}
.bookingbox-button {
}
.booking-field img {
	cursor: pointer;
	vertical-align: bottom;
        margin-left: 5px;
        padding-bottom: 3px;
}
.reservations-headline {
	font-family: Impact;
	font-size: 22px;
	color: #4c3b31;
	margin-bottom: 10px;
}
/* Specials Drop Down */
.specials-headline {
	font-family: Impact;
	font-size: 16px;
	color: #4c3b31;
	margin-top: 20px;
	margin-bottom: 10px;	
}
#specials-menu {
	padding: 3px;
	width: 215px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; 	
}
/* Banners Below Reservations */
#side-inner {
	width: 215px;
	background-color: #4c3b31;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#side-inner p {
	font-family: Impact;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 1em;	
}
#side-inner ul {
	padding-bottom: 15px;
	border-bottom: 3px dotted #FFFFFF;
	margin-bottom: 1em;
}
#side-inner li {
	margin-bottom: 7px;
        list-style: none;
	color: #ac9c8f;
}
#side-inner a {
	color: #ac9c8f;
        text-decoration: none;
}
#side-inner a:hover {
	color: #ccc;
        text-decoration: none;
}
/* Right Content Area */
#main-content {
	margin-left: 20px;
	float: left;
	width: 585px;
	position: relative;
	background-color: #4c3b31;
	padding: 20px;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4 {
	font-family: Impact;
	color: #FFFFFF;
        font-size: 28px;
        font-weight: normal;
	margin-bottom: 15px;
}
#main-content p {
        font-size: 12px;
        margin-bottom: 1em;
        line-height: 17px;
}
#main-content a {
        color: #ccc;
}
#main-content ul {
        margin-bottom: 10px;
        margin-left: 20px;
}
#main-content li {
        margin-bottom: 7px;
}
#main-content .special_title {
        font-size: 18px;
       color: #ccc;
}
#main-content img {
        padding: 3px;
        margin: 7px;
        border: 2px solid #ccc;
}
/* Footers Container */
#footer {
	width: 100%;
	margin-top: 20px;
}
#footer a, #footer p {
	color: #dbd8d6;
        text-align: center;
        padding: 5px;
}
.footer-inner {
        width: 944px;
	MARGIN: 0 auto;	
}
/* First Level Footer */
#footer-property {
	width: 100%;
	padding-top: 8px;
	height: 35px;
	color: #dbd8d6;
	background-color: #4c3b31;
}
#footer-property .left {
	float: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer-property .right {
	float: right;
	font-size: 12px;
        margin-top: -4px;
        position: relative;
	font-family: Arial, Helvetica, sans-serif;
        text-align: right;
}
/* Second Level Footer */
#footer-nav {
	background-color: #ac9c8f;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #36211c;
	text-align: center;
}
#footer-nav a {
	color: #36211c;
}
#footer-nav ul {
	text-align: center;
	width: 940px;
}
#footer-nav li {
	text-align: center;
	margin-right: 20px;
	line-height: 19px;
	list-style: none;
        display: inline;
        font-size: 10px;
}
.bottom {
       margin-top: 7px;
       margin-bottom: 7px;
      font-size: 10px;
}
.cl {
	clear: both;
}

/* Drop Down Settings */
#mainmenu, .mainmenu * {
        margin: 0;
        padding: 0;
        list-style: none;
}
#mainmenu {
        line-height: 1.0;
}
#mainmenu ul {
        position: absolute;
        top: -999em;
        width: 10em; /* left offset of submenus need to match (see below)

*/
}
#mainmenu ul li {
        width: 100%;
}
#mainmenu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
        float: left;
        position: relative;
}
#mainmenu a {
        display: block;
        position: relative;
}
#mainmenu li:hover ul,
#mainmenu li.sfHover ul {
        width: 118px;
        top: 45px; /* match top ul list item height */
        z-index: 99;
left: 0px;
}

