/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	font-family: Arial;
	background: #667302 url('../images/bg-overlay.png') repeat-y top center;
	padding-left: 1px;
	font-size: 9pt;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1022px;
	margin: 0 auto -105px;
/*the bottom margin is the negative value of the footer's height*/
	background: url('../images/BG.jpg') repeat-y top center;
}
#wrapper-all
{
	margin: 0 auto;
	width: 1022px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png) no-repeat top center;
	position: relative;
	z-index: 100;
	height: 185px;
	width: 1022px;
}
#book-online-now
{
	font-size: 13pt;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	text-align: right;
	margin: 60px;
}
#book-online-now A
{
	color: #15362D;
	text-decoration: none;
}
#book-online-now A:hover
{
	text-decoration: underline;
}
#logo
{
	position: absolute;
	top: 3px;
	left: 12px;
}
#logo IMG
{
}
/*oooooooooooooooooooo Navigation*/
#nav-vertical
{
	width: 165px;
	float: left;
	font-size: 12pt;
}
#nav-vertical UL
{
	margin: 0;
}
#nav-vertical LI
{
	list-style-type: none;
	text-transform: uppercase;
	height: 28px;
	margin-bottom: 20px;
	text-align: center;
}
#nav-vertical A
{
	display: block;
	padding: 4px 0;
	width: 164px;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/nav.png) no-repeat bottom;
}
#nav-vertical A:hover, #nav-vertical A.active
{
	color: #FFFFFF;
	background-position: top;
}
/*oooooooooooooooooooo Content*/
#wrapper-bottom
{
	width: 965px;
	float: left;
	margin: 0 20px;
	font-size: 9pt;
}
#wrapper-content
{
	width: 765px;
	float: right;
}
#column-a1
{
	width: 320px;
	float: left;
	margin-left: 30px;
}
#column-a2
{
	width: 433px;
	float: right;
	text-align: right;
}
#column-a2 #book-online-button
{
	float: right;
	margin: -25px 0px 0px;
}
#column-a2 #testimonial-button
{
	float: right;
}
#column-a2 P A#testimonial-button
{
	float: right;
	clear: both;
	margin: 20px 0px 0px;
}
#main-image
{
	border: 8px solid #15362D;
	margin-top: -185px;
	margin-bottom: 50px;
	width: 425px;
}
#book-online-button
{
	border: none;
	width: auto;
	height: auto;
	text-decoration: none;
}
.column-b1
{
	width: 860px;
	margin-bottom: 15px;
}
.column-b1 IMG
{
	margin-right: 30px;
	margin-bottom: 10px;
	border: 4px solid #667302;
}
#column-b2
{
	width: 482px;
	float: left;
}
#column-b3
{
	width: 227px;
	float: right;
}
#column-b3 #book-online-button
{
	margin: 3px 0;
	float: right;
}
#column-c1
{
	margin-bottom: 10px;
	border: 4px solid #667302;
	float: left;
	width: 425px;
	height: 350px;
	overflow: hidden;
}
#column-c1 IMG
{
	width: 100%;
}
#column-c1 IFRAME
{
	width: 100%;
	height: 100%;
}
#column-c2
{
	width: 315px;
	float: right;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 105px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 1022px;
	margin: 0 auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
	background: url(../images/footer.png) no-repeat bottom right;
	padding-top: 60px;
	height: 45px;
}
#footer-ob-logo
{
	float: left;
	height: auto;
	width: auto;
	padding-left: 20px;
}
#footer-links
{
	float: right;
	height: auto;
	width: auto;
	font-size: 9pt;
	padding-right: 20px;
	color: #FFFFFF;
}
#footer-links A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
H1
{
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #667302;
}
H1 IMG
{
	display: block;
	border: none;
	margin-bottom: 1em;
}
H2
{
	font-size: 10pt;
	border-bottom: 1px solid #15362D;
	padding: 5px 0;
	color: #15362D;
}
P
{
	line-height: 20px;
	margin-bottom: 1em;
}
A
{
	color: #667302;
}
A:hover
{
}
UL, OL
{
	margin-top: 10px;
	margin-bottom: 1em;
	margin-left: 20px;
}
LI
{
	margin: 3px 0;
}
DL
{
	margin-bottom: 1em;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
}
DD
{
	margin-left: 0;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

