/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #31302F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#wrapper-all
{
	margin: 0 auto;
	width: 760px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 760px;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: #484646;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 120px;
	background: url(../images/header.png) no-repeat right -5px;
}
#logo IMG
{
	margin: 6px 14px;
	width: auto;
	height: auto;
}
#no-smoking IMG
{
	margin-top: -115px;
	margin-left: 235px;
	position: absolute;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 27px;
	margin: -34px 0 0;
	border-bottom: 6px solid #DE5026;
	text-align: right;
	padding-right: 5px;
}
#nav-horizontal UL
{
	float: right;
}
#nav-horizontal LI
{
	display: block;
	float: left;
	background-color: #6E0E10;
	text-align: center;
	text-transform: uppercase;
	font-size: 8.5pt;
	font-weight: bold;
	margin-right: 4px;
}
#nav-horizontal A
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	height: 15px;
	width: 98px;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background-color: #DE5026;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	float: left;
	padding: 30px 15px;
	width: 730px;
}
/*HOME*/
#home-col1, #home-col3
{
	width: 335px;
	float: left;
}
#home-col1, #home-col2
{
	height: 250px;
	margin-bottom: 20px;
}
#home-col2, #home-col4
{
	width: 360px;
	float: right;
}
#home-col4
{
	margin: 0 0 0 10px;
}
#gallery IMG
{
	width: 94px;
	margin: 0 18px 13px 0;
	border: 2px solid #6E0E10;
}
/*ATTRACTIONS*/
#attractions-col1
{
	width: 300px;
	float: left;
}
#attractions-col1 IMG
{
	width: 100%;
	border: 7px solid #FFFFFF;
	margin-bottom: 15px;
}
#attractions-col2
{
	width: 380px;
	float: right;
}
#amenities-col1
{
	width: 215px;
	float: left;
}
#amenities-col1 IMG
{
	width: 100%;
	border: 7px solid #FFFFFF;
	margin-bottom: 15px;
}
#amenities-col2
{
	width: 475px;
	float: right;
}
#contact-col1, #contact-col1 IFRAME
{
	margin-bottom: 10px;
	width: 350px;
	height: 350px;
	float: left;
}
#contact-col2
{
	float: right;
	width: 350px;
}
.date
{
	display: inline-block;
	width: 114px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 700px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 10px;
	text-decoration: none;
	font-size: 10pt;
	font-family: Tahoma;
	color: #A3BED1;
}
#footer-links A
{
	text-decoration: none;
	color: #A3BED1;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
H1
{
	font-size: 18pt;
	margin-bottom: 1em;
	text-transform: uppercase;
}
H2
{
	color: #A3BED1;
	border-bottom: 1px solid #A3BED1;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 12pt;
	text-transform: uppercase;
}
H3
{
	text-decoration: underline;
	margin-bottom: 10px;
}
#wrapper-content UL
{
	margin-left: 20px;
	margin-bottom: 1em;
}
#wrapper-content LI
{
	margin-bottom: 5px;
}
P
{
	margin-bottom: 1em;
}
A
{
	color: #A3BED1;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
STRONG
{
	font-weight: 900;
}
DL
{
	margin-bottom: 1em;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
}
DD
{
	margin-left: 0;
}

