html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	background-color: Black;
}
a {
	color: White;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	color: #85b73f;
}
#panel_bg {
	background-image: url('../images/layout/bg1.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: Black;
}
#panel_bottom {
	background-image: url('../images/layout/bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 202px;
}
#panel {
	width: 772px;
	margin: 0 auto 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: Black;
}
#header {
	position: relative;
	height: 138px;
}
#logo {
	position: absolute;
	top: 23px;
	left: 44px;
}
#weather {
	position: absolute;
	top: 95px;
	right: 33px;
	color: #828282;
	font-size: 11px;
}
#reservations {
	position: absolute;
	top: 35px;
	right: 33px;
}
#reservations div.date_box {
	background-image: url('../images/layout/reservation_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #aac386;
	height: 20px;
	width: 106px;
	padding: 4px 0 0 6px;
	margin-right: 7px;
	float: left;
}
#reservations div.calendar {
	background-image: url('../images/layout/calendar.gif');
	background-position: right;
	background-repeat: no-repeat;
	width: 100px;
}
#reservations div.date_box input {
	border: none;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 80px;
	color: White;
	margin: 0;
	padding: 0;
}
#reservations div.label {
	float: left;
	width: 113px;
	padding-top: 4px;
	padding-left: 8px; 
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 11px;
}

#image_container {
	height: 336px;
	padding: 4px 0 3px 0;
}



div.cta_main {
	background-image: url('../images/layout/cta_background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2d421a;
	height: 101px;
	text-align:center;
}


div.nav_main {
	background-image: url('../images/layout/nav_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2d421a;
	height: 33px;
	position: relative;
}
div.nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.nav_main ul li {
	display: inline;
}
div.nav_main ul li:first-child a {
	border-left: none;
}
div.nav_main ul li a {
	width: 153px;
	height: 25px;
	float: left;
	text-align: center;
	border-left: solid 1px #4d6435;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	font-size: 13px;
}
div.nav_main ul li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 13px 0 0 15px;
	position: absolute;
	top: 33px;
	background-image: url('../images/layout/dropdown_background.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 150px;
	height: 185px;
}
div.nav_main ul li ul li {
	display: block;
	padding-bottom: 2px;
}
div.nav_main ul li ul li a {
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	border-left: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0;
	font-size: 11px;
	padding-left: 15px;
	white-space: nowrap;
}
div.nav_main ul li ul.subnav-1 {
	left: 0;
}
div.nav_main ul li ul.subnav-2 {
	left: 306px;
}
div.nav_main ul li ul.subnav-3 {
	left: 307px;
}
div.nav_main ul li ul.subnav-4 {
	left: 461px;
}
div.nav_main ul li ul li a:hover {
	background-image: url('../images/layout/dropdown_bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#main {
	padding: 40px 64px 17px 37px;
	background-color: White;
	color: #6b6b77;
}
div.main-black {
	background-color: Black !important;
	color: White !important;
}
#main a {
	color: #6b6b77;
}
#content {
	min-height: 280px; 
}
#nav_footer {
	padding-top: 15px;
	text-align:center;
	padding-bottom:10PX;
}
#nav_footer ul {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}
#nav_footer ul li {
	display: inline;
	margin-right: 12px;
}
#nav_footer a {
	color: #6b6b77;
	text-transform: uppercase;
	font-size: 11px;
}

#footer {
	width: 736px;
	margin: 0 auto 0 auto;
	background-color: #425f27;
	background-image: url('../images/layout/footer_background.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	padding: 10px 0 0 38px;
	font-size: 11px;
}
#footer span {
	margin-right: 1.0em;
}

#photo-gallery-thumbs div {
	display: inline;
}
#photo-gallery-thumbs img {
	width: 100px;
	height: 100px;
margin: 0 8px 8px 0;
}
