/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: url(../images/BG.jpg);
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}
A
{
	text-decoration: underline;
	color: #FFF;
}
A:hover
{
	text-decoration: none;
	color: #500;
	height: 2px;
}
#main
{
	background: url(../images/content-area.png) repeat-y center top;
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 100%;
	margin: 0 auto -100px;
/*the bottom margin is the negative value of the footer's height*/
	margin-top: 40px;
}
#wrapper-shadow
{
	margin: 0 auto;
/*the bottom margin is the negative value of the footer's height*/
	padding: 0 10px 0px;
	background: url(../images/banner-slice.png) repeat-x 32px 0px;
}
#wrapper-all
{
	margin: 0 auto;
	width: 900px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/banner.png) no-repeat;
	height: 180px;
	width: 900px;
}
#logo
{
	width: auto;
	height: 110px;
	padding: 15px 0 35px 20px;
	float: left;
}
#book-online-now
{
	float: right;
	margin-top: -40px;
	margin-bottom: 25px;
	margin-right: -10px;
}
#phone
{
	float: right;
	clear: right;
	margin-top: -10px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 30px;
	margin-right: 20px;
	margin-top: -20px;
	background: #554F46;
	float: right;
}
#nav-horizontal LI
{
	list-style: none;
	margin-right: 1px;
	float: left;
}
#nav-horizontal A
{
	background: url(../images/nav2.jpg) repeat-x;
	padding: 7px;
	height: 16px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 9pt;
	letter-spacing: 1px;
	font-weight: bold;
	color: #635D52;
	text-decoration: none;
	min-width: 75px;
}
#nav-horizontal A.active, #nav-horizontal A:active, #nav-horizontal A:hover
{
	color: #FFF;
	text-decoration: none;
}
/*oooooooooooooooooooo Content*/
#column-a1
{
	border: 5px solid #510000;
	float: left;
	margin-top: 30px;
}
#column-b1 H1 IMG
{
	margin-bottom: -30px;
}
#column-a2
{
	width: 410px;
	float: right;
	margin-top: 20px;
}
#column-a2 H1
{
	margin: 0 0 10px -25px;
}
#column-a2 #book-button
{
	float: right;
	margin-top: 20px;
}
#column-b1
{
	width: 860px;
	height: auto;
	clear: both;
	margin: 30px 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #D2C5AD;
}
#wrapper-content
{
	width: 850px;
	clear: both;
	margin: 0px 20px 30px;
}
#column-b2
{
	width: 525px;
	float: left;
}
#column-b3
{
	width: 253px;
	float: right;
	border-left: 2px solid #FFFFFF;
	padding-left: 25px;
}
#column-b3 #book-button
{
	float: left;
	margin-top: 20px;
}
#column-c1
{
	width: 800px;
	margin: 30px auto 0;
	padding-bottom: 15px;
	clear: both;
	min-height: 330px;
}
/*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: 850px;
	padding: 0 25px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #FFFFFF;
	clear: both;
	text-align: right;
	font-size: 8pt;
}
#footer-ob-logo
{
	margin-top: 5 px;
	float: left;
}
#footer-fb-logo
{
	text-align: center;
	margin-top: 40px;
	margin-left: 150px;
    text-decoration: none;
}
#footer-fb-logo A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-fb-logo A:hover
{
	text-decoration: underline;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}
#footer-links A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	margin-bottom: 8px;
	font: 20pt "Trebuchet MS";
}
H2
{
	font-size: 14pt;
	margin-bottom: 8px;
	font-family: "Trebuchet MS";
}
H3
{
	font: bold 12pt "Trebuchet MS";
}
P
{
	line-height: 150%;
	font-size: 9pt;
	margin-bottom: 8px;
	font-family: Arial;
}
.room-description UL
{
	list-style: circle inside;
	margin-left: 20px;
	font: 9pt/140% Arial;
	margin-bottom: 25px;
}
.room-description P
{
	line-height: 170%;
	font-weight: 100;
}
.book
{
	position: absolute;
	bottom: 10px;
}
A.virtual
{
	padding-left: 15px;
}
#wrapper-content UL
{
	margin-left: 20px;
}
.clear
{
	clear: both;
}
/*Rules for rooms*/
.room
{
	border-bottom: 1px solid #D2C5AD;
	clear: both;
	padding: 15px 0;
	position: relative;
}
.room-description
{
	float: left;
	width: 500px;
}
.room-pic
{
	float: right;
	width: 300px;
}
.room-pic IMG
{
	float: right;
}
.room-pic IFRAME
{
	margin-left: -200px;
}
.room-border
{
	border: 5px solid #D3C6AE;
}
.book
{
	#margin-left: -500px;
}
