/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	font-family: Arial;
	font-size: 9pt;
	background: #DFDFDF;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1024px;
	padding: 0 12px;
	margin: 0 auto -95px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/shadow-back.png) repeat-y top center;
}
#wrapper-all
{
	margin: 0 auto;
	width: 1024px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.png) no-repeat top center;
	position: relative;
	z-index: 100;
	height: 185px;
	width: 1024px;
}
#book-online
{
	position: absolute;
	font-family: Garamond;
	top: 60px;
	right: 60px;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
}
#book-online A
{
	color: #3D583E;
	text-decoration: none;
}
#book-online A:hover
{
	text-decoration: underline;
}
#logo
{
	position: absolute;
	top: 10px;
	left: 0px;
}
/*oooooooooooooooooooo Navigation*/
#nav-vertical
{
	width: 164px;
	float: left;
	font-size: 12pt;
}
#nav-vertical LI
{
	list-style-type: none;
	text-transform: uppercase;
	height: 28px;
	margin-bottom: 10px;
	text-align: center;
}
#nav-vertical A
{
	display: block;
	padding: 3px 0;
	width: 164px;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #3D583E;
	background: url(../images/nav.png) no-repeat center top;
}
#nav-vertical A:hover, #nav-vertical A.active
{
	background-position: center bottom;
}
/*oooooooooooooooooooo Content*/
#wrapper-bottom
{
	width: 984px;
	float: left;
	padding: 0 20px;
}
#wrapper-content
{
	width: 795px;
	float: right;
	height: auto;
}
#column-a1
{
	width: 245px;
	float: left;
}
#column-a2
{
	width: 528px;
	float: right;
	margin-top: -185px;
}
.main-image
{
	border: 8px solid #3D583E;
	margin-bottom: 20px;
	width: 520px;
}
#book-online-button
{
	border: none;
	width: auto;
}
#column-b1
{
	width: 780px;
	margin-bottom: 15px;
}
#column-b1 IMG
{
	margin-right: 6px;
	border: 4px solid #3D583E;
}
#column-b2
{
	width: 482px;
	float: left;
}
#column-b3
{
	width: 227px;
	float: right;
}
#column-b3 #book-online-button
{
	margin: 3px 0;
	float: right;
}
.c-column
{
	width: 233px;
	float: left;
	margin-right: 25px;
}
.c-column IMG
{
	border: 4px solid #3D583E;
	margin-bottom: 5px;
}
.d-column
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 233px;
	padding-left: 38px;
}
.d-column IMG
{
	border: 4px solid #3D583E;
	margin-bottom: 5px;
}
#column-c1
{
	margin-bottom: 10px;
	border: 4px solid #83A484;
	float: left;
}
#column-c2
{
	width: 345px;
	float: right;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 95px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 1024px;
	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: 55px;
	height: 40px;
}
#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: 14pt;
	font-weight: bold;
	font-family: Garamond;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #83A484;
}
H2
{
	font-family: Garamond;
	font-size: 13pt;
	font-weight: normal;
	border-bottom: 1px solid #3D583E;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #3D583E;
	text-transform: uppercase;
}
H3
{
	font-size: 14pt;
	font-weight: normal;
	font-family: Garamond;
	margin-bottom: 0.5em;
	color: #83A484;
}
P
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
A
{
	color: #3D583E;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
#wrapper-content UL
{
	margin-left: 20px;
	margin-bottom: 1em;
}
#wrapper-content LI
{
	margin: 3px 0;
}
EM
{
	color: #FF6600;
	font-weight: bold;
	font-style: normal;
}
DL
{
	margin-bottom: 1em;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
}
DD
{
	margin-left: 0;
}
/*TABLES *****************/
TABLE.lined
{
	border-collapse: collapse;
	border-bottom: 1px solid #3D583E;
	margin-bottom: 1em;
}
TABLE.lined TH, TABLE.lined TD
{
	padding: 3px;
}
TABLE.lined TH
{
	background: #3D583E;
	color: #FFFFFF;
}
TABLE.lined TR.even-row TD
{
	background: #83A484;
	color: #FFFFFF;
}
TABLE.lined TR.first
{
	border-top: 1px solid #3D583E;
}
TABLE.lined TR.last
{
	border-bottom: 1px solid #3D583E;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

