/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS";
}
HTML, BODY
{
	height: 100%;
	background: #566609 url(../images/BG.png) repeat-x;
	font-family: Arial;
	color: #556508;
}
A
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
#wrapper-all
{
	margin: 0 0 0 35px;
	width: 955px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1024px;
	margin: 0 auto -50px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png);
	padding-right: 0;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	border-bottom: 2px solid #9BA546;
	height: 130px;
	position: relative;
}
#logo
{
	width: auto;
	height: auto;
	float: left;
}
#logo1, #logo2
{
	float: left;
}
#book-online
{
	position: absolute;
	left: 310px;
	top: 15px;
}
#gallery
{
	float: right;
	width: 367px;
	font-weight: bold;
	margin-top: 25px;
}
.gallery-item
{
	color: #9BA546;
	text-align: center;
	display: block;
	float: left;
	margin-right: 15.5px;
}
.gallery-item A
{
	color: #9BA546;
	text-decoration: none;
}
.gallery-item A:hover
{
	text-decoration: underline;
}
#gallery IMG
{
	border: 2px solid #556508;
}
#book-online-now
{
	font-size: 9pt;
	color: #9BA546;
	margin-bottom: 4px;
}
/*oooooooooooooooooooo Navigation*/
#nav-vertical
{
	width: 150px;
	float: left;
	margin-right: 30px;
}
#nav-vertical UL
{
	border-bottom: 1px solid #556508;
	padding-bottom: 8px;
	margin-left: 0;
	font-size: 12pt;
	margin-bottom: 0;
}
#nav-vertical LI
{
	list-style-type: none;
	font-size: 12pt;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0;
}
#nav-vertical LI A
{
	padding: 0;
	color: #9BA546;
	text-decoration: none;
}
#nav-vertical LI A:hover
{
	color: #556508;
	text-decoration: none;
}
#nav-vertical LI A.active
{
	color: #556508;
	padding-right: 30px;
}
#news
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 9pt;
}
#news H2
{
	font-size: 1em;
	margin-bottom: 3px;
	text-transform: none;
}
#news P
{
	color: #556508;
	line-height: 20px;
	margin: 0;
}
#news .more-link
{
	margin-top: -5px;
	text-align: right;
}
#TA_excellent10
{
	margin-left: -15px;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	width: 916px;
/*height: 100px;*/
	float: left;
	margin: 15px 20px 10px;
}
#column-a1
{
	width: 350px;
	float: left;
}
#column-a1 IFRAME
{
	border: 4px solid #556508;
}
#column-a2
{
	width: 348px;
	float: right;
	margin-bottom: 20px;
}
#column-a2 IMG
{
	border: 4px solid #556508;
	margin-bottom: 5px;
}
#column-a2 IMG.no-border
{
	border: none;
}
#column-1
{
	width: 650px;
	float: right;
	margin-right: 50px;
}
#column-1 IMG
{
	border: 4px solid #556508;
	float: right;
	margin-top: 0;
	margin-left: 10px;
}
#column-b1
{
	float: right;
	position: relative;
	width: 735px;
}
/*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: 925px;
	padding: 5px 15px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	background: #9BA546;
	clear: both;
	text-align: right;
	border-left: 1px solid #242424;
	border-top: 1px solid #242424;
	/*[empty]margin-top:;*/
}
#footer-ob-logo
{
	float: left;
	padding-top: 5px;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 3px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
}
#footer-links A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	font-size: 18pt;
	margin-bottom: 5px;
	text-transform: uppercase;
}
H2
{
	font-size: 14pt;
	margin-bottom: 5px;
	text-transform: uppercase;
}
H3
{
	margin-bottom: 5px;
}
P
{
	line-height: 18px;
	font-size: 9pt;
	margin-bottom: 1em;
	/*[empty]float:;*/
}
A
{
	color: #030606;
	text-decoration: underline;
}
.emphasis
{
	font: bold 14pt "Trebuchet MS";
}
.clear
{
	clear: both;
}
#column-1 IMG.no-border
{
	float: left;
	border: none;
}
UL
{
	margin-left: 20px;
	font-size: 9pt;
	margin-bottom: 10px;
}
LI
{
	margin: -2px 0 0;
}
LI UL
{
	margin: 5px 0 0 35px;
}
/*BEGIN PREVIEW GALLERY STYLE*/
.preview-gallery A
{
	text-decoration: none;
	outline: none;
	color: #334488;
}
.preview-gallery A:hover
{
	color: #6677AA;
}
.preview-gallery
{
	margin-top: 2em;
	text-align: right;
	padding: 10px;
	float: right;
	width: 715px;
}
.preview-gallery #preview-enlarged
{
	margin: 0;
	height: 320px;
	width: 386px;
/*.gallery_demo(width) - 4px*/
	margin-bottom: 10px;
	background: #FFF;
	border: 5px solid #566508;
	position: absolute;
	top: 0;
	left: 0;
}
.preview-gallery #preview-enlarged IMG
{
	height: 100%;
	width: 100%;
}
.preview-gallery .caption
{
	display: none;
	position: relative;
	top: 10px;
	height: 0px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	color: #FFFFFF;
	background: url(http://openbookhosting.com/all-sites/galleries/preview/overlay.png);
}
.preview-gallery .gallery_demo
{
	width: 330px;
/*78px per image for one row, 39px for two, 26px for three*/
	padding: 6px 3px;
	position: absolute;
	right: 0;
	top: -7px;
}
.preview-gallery .gallery_demo LI
{
	width: 65px;
	height: 55px;
	margin: 2px 3px 6px;
	border: 2px solid #556407;
}
.preview-gallery .gallery_demo LI DIV
{
	left: 240px;
}
.preview-gallery .gallery_demo LI DIV .caption
{
	font: italic 0.7em/1.4 georgia, serif;
}
.preview-gallery .preview-gallery-nav
{
	padding-top: 15px;
	clear: both;
	font: 80% "helvetica neue", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: none;
}
.preview-gallery .info
{
	text-align: left;
	width: 700px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
}
.preview-gallery .info P
{
	margin-top: 1.6em;
}

