/*CSS Document
width:960
height:615*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

HTML, BODY {
	height: 100%;
	background-color: #57381C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrapper-shadow {
	min-height: 100%;
	height: auto !important;
	/*ie6*/
	height: 100%;
	width: 1000px;
	background-image: url(../images/content.png);
	margin: 0 auto -40px auto;
}

#wrapper-all {
	width: 960px;
	margin: 0 auto;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
	background: url(../images/header.jpg) top center no-repeat;
	height: 125px;/*height:150px;*/
}

#logo {
	padding-left: 20px;
	padding-top: 10px;
	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: #9C4317;
}

/*oooooooooooooooooooo Content*/
#content-top {
	height: 25px;
	width: 1000px;
	position: relative;
	margin-left: -20px;
	margin-top: -14px;
	z-index: 20;
	background-image: url(../images/top.png) no-repeat top;
}

#wrapper-content {
   padding: 15px 10px 10px 25px;
   width: 920px;
}

#column-a1 {
	float: left;
   width: 335px;
   overflow: hidden;
   border: 6px solid #9C4317;
}

#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: 248px;
	font-size: 12px;
	color: #9C4317;
	text-align: left;
}

#column-a4 a:hover {
	text-decoration: underline;
}

#column-a4 img {
   margin-bottom: 15px;
   border: 4px solid #9C4317;
}

#column-b1 {
	float: left;
   width: 231px;
}

#column-b1 img {
   border: 3px solid #9C4317;
   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 #9C4317;
}

#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: #9C4317;
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#footer-links a {
	font-size: 9pt;
	color: #9C4317;
	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: #9C4317;
}

h2 {
   color: #9C4317;
}

a {
   color: #9C4317;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

hr {
   border-top: 1px solid #57381c;
   margin: 10px 0;
}
