/*CSS Document
width:960
height:615*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
}
HTML, BODY
{
	height: 100%;
	background-color: #57381C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 991px;
	background-image: url(../images/content.png);
	margin: 0 auto -40px;
}
#wrapper-all
{
	width: 960px;
	margin: 0 auto;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/header.jpg) no-repeat top center;
	height: 125px;
/*height:150px;*/
}
#logo
{
	padding-left: 20px;
	padding-top: 1px;
	height: 115px;
	width: 310px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	text-align: right;
	margin-top: -36px;
	margin-right: 15px;
	float: right;
}
#nav-horizontal LI
{
	height: 36px;
	width: 119px;
	margin-left: 5px;
	display: block;
	float: left;
	background: url(../images/button2.png) no-repeat;
	list-style: none;
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	color: #FFF2AC;
}
#nav-horizontal A
{
	text-decoration: none;
	display: block;
	width: 119px;
	height: 20px;
	padding: 8px 0;
	color: #FFF2AC;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background: url(../images/button1.png) no-repeat;
	color: #794400;
	margin-top: 0;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	padding: 15px 10px 10px 25px;
	width: 920px;
}
#column-a1
{
	float: left;
	width: 335px;
	overflow: hidden;
	border: 6px solid #794400;
}
#column-a1 IMG
{
	width: 100%;
}
#column-a2
{
	width: 560px;
	float: right;
}
#column-a3
{
	float: left;
	width: 295px;
	color: #57381C;
	margin-left: 5px;
	line-height: 140%;
}
#column-a4
{
	float: right;
	width: 233px;
	color: #794400;
	text-align: left;
}
#column-a4 A:hover
{
	text-decoration: underline;
}
#column-a4 IMG
{
	margin-bottom: 15px;
	border: 4px solid #794400;
}
#column-b1
{
	float: left;
	width: 231px;
}
#column-b1 IMG
{
	border: 3px solid #794400;
	width: 225px;
	margin-bottom: 15px;
}
#column-b2
{
	width: 660px;
	float: right;
}
#column-b3
{
	float: left;
	width: 370px;
	color: #57381C;
	margin-left: 5px;
	line-height: 140%;
	padding-right: 5px;
}
#column-b4
{
	float: right;
	width: 240px;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #794400;
}
#column-b4 IMG
{
	margin-bottom: 1em;
}
#book-button
{
	margin-top: 25px;
	text-align: right;
}
#book-button IMG
{
	border: none;
}
/*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: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	padding-left: 20px;
}
#footer-links
{
	font-size: 9pt;
	color: #794400;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#footer-links A
{
	font-size: 9pt;
	color: #794400;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
IFRAME#map
{
	width: 335px;
	height: 460px;
}
.clear
{
	clear: both;
}
#wrapper-content UL
{
	margin-left: 20px;
}
#wrapper-content LI
{
	margin: 10px 0;
}
H1
{
	margin-bottom: 15px;
	color: #794400;
}
H2
{
	color: #794400;
}
A
{
	color: #794400;
	white-space: nowrap;
}
A:hover
{
	text-decoration: underline;
}
P .bold
{
	font: bold 13px/140% sans-serif;
}
P
{
	margin-bottom: 15px;
}
DL
{
	margin-bottom: 1em;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
}
DD
{
	margin-left: 0;
}
TABLE
{
	margin-bottom: 1em;
}
TD, TH
{
	text-align: left;
	padding-right: 5px;
}
