/*CSS Document
width:960
height:615*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
HTML, BODY
{
	height: 100%;
	background-color: #4B4441;
	background: #4B4441 no-repeat center;
	text-align: center;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1000px;
	background-image: url(../images/BG-transparent.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
}
#wrapper-all
{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	float: right;
	text-align: right;
	position: relative;
	margin-top: -45px;
	margin-bottom: -20px;
	width: 600px;
	z-index: 50;
}
#pic
{
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
	clear: both;
	margin-left: -1px;
}
#pic IMG
{
	margin-right: -4px;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	margin: 0;
}
#column-a1
{
	width: 574px;
	float: left;
	height: 60px;
	background-color: #1F2A45;
	margin-left: -2px;
}
#column-a1 IMG
{
	margin-top: 4px;
	margin-left: 4px;
}
#column-a2
{
	width: 375px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	height: 60px;
	background-color: #1F2A45;
	#height: 67px;
}
#column-a2.no-top
{
	width: 385px;
	height: 60px;
	margin-left: -10px;
}
#column-a2 IMG
{
	margin-top: 7px;
}
#bottom-wrapper
{
	background-image: url(../images/content-area.png);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-bottom: 5px;
}
#column-a3
{
	width: 425px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#column-a4
{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 345px;
}
#column-a5
{
	padding-left: 20px;
	padding-right: 20px;
}
P
{
	font: 12px/140% Arial;
}
P A
{
	color: #700000;
}
P A:hover
{
	text-decoration: underline;
}
H1
{
	font: 20px Arial, Helvetica, sans-serif;
}
H2
{
	font: 17px sans-serif;
}
LI
{
	font: 12px/140% Arial, Helvetica;
	margin-left: 40px;
	list-style-image: url(../images/double-arrow.png);
}
LI A
{
	color: #000000;
}
LI A:hover
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	position: relative;
	height: 100px;
/*height:150px;*/
}
#logo
{
	width: auto;
	height: auto;
	position: absolute;
	left: 20px;
	top: 10px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 40px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	margin-left: 20px;
}
#foot-links
{
	margin-right: 15px;
	padding-top: 9px;
}
#foot-links A
{
	text-decoration: none;
	color: #000000;
	font: 11px Arial, Helvetica, Sans-serif;
}
#foot-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
.clear
{
	clear: both;
}
.nav
{
	height: 70px;
	width: 110px;
	display: inline-block;
}
#home
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#home:hover, #home:active, #home.active
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: top;
}
#features
{
	background-image: url(../images/features.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#features:hover, #features:active, #features.active
{
	background-image: url(../images/features.png);
	background-repeat: no-repeat;
	background-position: top;
}
#attractions
{
	background-image: url(../images/attractions.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#attractions:hover, #attractions:active, #attractions.active
{
	background-image: url(../images/attractions.png);
	background-repeat: no-repeat;
	background-position: top;
}
#reservations
{
	background-image: url(../images/reservation.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#reservations:hover, #reservations:active, #reservations.active
{
	background-image: url(../images/reservation.png);
	background-repeat: no-repeat;
	background-position: top;
}
#contact
{
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contact:hover, #contact:active, #contact.active
{
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: top;
}
