/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
}
HTML, BODY
{
	height: 100%;
	background: #221A14 url(../images/BG.jpg) no-repeat fixed center top;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
A
{
	text-decoration: none;
	color: #F9B60E;
	text-decoration: underline;
}
B
{
	color: #F9B60E;
}
A:hover
{
	text-decoration: underline;
	color: #FEFEFE;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 750px;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
}
#wrapper-all
{
	margin: 0 auto;
	width: 750px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png) no-repeat center top;
	height: 115px;
	text-align: center;
}
#logo
{
	margin: 0 auto;
}
/*oooooooooooooooooooo Horizontal Navigation*/
#nav-horizontal
{
	height: 30px;
	width: 825px;
	font-family: "Trebuchet MS";
	margin-left: -15px;
}
#nav-horizontal LI
{
	list-style: none;
	display: block;
	float: left;
	height: 30px;
	margin-right: 19px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
}
#nav-horizontal A
{
	display: block;
	height: 20px;
	padding: 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #FAB70F;
	text-decoration: none;
}
/*oooooooooooooooooooo Bottom*/
#wrapper-bottom
{
	width: 750px;
	float: left;
	background: #333333;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	width: 710px;
	float: right;
	padding: 20px;
}
#column-a1
{
	width: 345px;
	float: left;
	position: relative;
	z-index: 1;
}
#column-a1 UL
{
	margin-left: 40px;
}
#column-a1 H1
{
	margin-bottom: 15px;
}
#column-a2
{
	width: 345px;
	float: right;
	position: relative;
	z-index: 0;
}
#column-a2 IMG
{
	margin-bottom: 15px;
}
#we-offer-list
{
	margin-top: 37px;
}
#we-offer-list UL
{
	margin-left: 40px;
}
DIV#preview-enlarged.galleria_container SPAN.caption
{
	z-index: -2;
}
#weather
{
	margin-left: 108px;
	margin-top: -36px;
}
#events-button
{
	margin-left: 70px;
	margin-top: 32px;
}
#map
{
	margin-left: 22px;
}
#energy
{
	margin-left: 107px;
}
/*Motel Units Page*/
#motel-units-spacer
{
	height: 253px;
}
.one-unit
{
	height: 175px;
}
/*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: 710px;
	padding: 10px 20px;
	margin: 0 auto;
	background: #333333;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #FFFFFF;
	clear: both;
	text-align: right;
	padding-top: 40px;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
#footer-links A
{
	color: #F9A221;
	text-decoration: underline;
}
#footer-links A:hover
{
	text-decoration: underline;
	color: #FFF;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	font-size: 22pt;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #FAB70F;
}
H2
{
	font-size: 14pt;
	margin-bottom: 1em;
	color: #F9B60E;
}
H3
{
	font-size: 12pt;
	margin-bottom: 10px;
	color: #F9B60E;
}
H2 A
{
	text-decoration: underline;
}
P
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
.clear
{
	clear: both;
}

