@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

html, body {
   height: 100%;
   background-color: #000000;
   color: #382D1D;
   font-family: Arial, Helvetica, sans-serif;  
   font-size: 10pt;
   background: #A7A37E url('../images/bg-overlay.png') top center repeat-y;
}

#wrapper-all {
   margin: 0 auto;
   width: 960px;
}

#wrapper-shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 960px;
   margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
   background: url('../images/cracked-dirt.jpg') top center repeat-y;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
   background: url(../images/header.png) top center no-repeat;
   position: relative;
   z-index: 100;
   height: 185px;
   width: 960px;
}

#book-online-now {
   font-size: 12pt;
   font-weight: bold;
   float: right;
   letter-spacing: 1px;
   text-align: right;
   margin: -78px 60px;
}

#book-online-now a{
   color:  #D37A19;
   text-decoration: none;
}

#book-online-now a:hover{
   text-decoration: underline;
}

#logo {
   position: absolute;
   width: 375px;
   height: 125px;
   top: 10px;
   left: 15px;
}

/*oooooooooooooooooooo Navigation*/
#nav-vertical {
   width: 165px;
   float: left;
}

#nav-vertical li {
   list-style-type: none;
   background: url(../images/nav.jpg) bottom no-repeat;
   text-transform: uppercase;
   height: 32px;
   margin-bottom: 10px;
   text-align: center;
}

#nav-vertical a {
   display: block;
   padding: 5px 0;
   width: 165px;
   height: 22px;
   font-weight: bold;
   text-decoration: none;
   color: #382D1D;   
}
#nav-vertical a:hover, #nav-vertical a.active {
   background: url(../images/nav.jpg) top no-repeat;
   color: #FFF2AC;
}

/*oooooooooooooooooooo Content*/
#wrapper-content {
   width: 920px;
   float: left;
   margin: 0 20px;
}

#full-content {
   width: 729px;
   float: right;
}

#column-a1 {
   width: 290px;
   float: left;
   margin-left: 20px;
}

#column-a2 {
   width: 431px;
   float: right;
   text-align: right;
   margin-top: -185px;
}
#main-image {
   border: 8px solid #4D4710;
   margin-bottom: 50px;
   width: 415px;
}
#book-online-button {
   border: none;
   width: auto;
}

#column-b1 {
   width: 780px;
   margin-bottom: 15px;
}

#column-b1 img {
   margin-right: 6px;
   border: 4px solid #4D4710;
}

#column-b2 {
   width: 482px;
   float: left;
}

#column-b3 {
   width: 227px;
   float: right;
}

#column-b3 #book-online-button {
   margin: 3px 0;
   float: right;
}

#map {
   margin-bottom: 10px;
   border: 4px solid #4D4710;
   float: left;
}

#map, #map iframe {
   width: 425px;
   height: 300px;
}

#directions {
   width: 275px;
   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: 960px;
	margin: 0 auto;
}

#sticky-footer-push{
	clear: both;
	visibility: hidden;
}

#footer{
	clear: both;
	text-align: right;
   background: url(../images/footer.png) bottom right no-repeat;
   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;
   margin-top: 15px;
	padding-right: 20px;
	color: #FFF2AC;
}
#footer-links a {
	color: #FFF2AC;
	text-decoration: none;
}
#footer-links a:hover {
	text-decoration: underline;
}

h1 {
   font-size: 11pt;
   font-weight: bold;
   letter-spacing: .5px;
   margin-bottom: 1em;
   text-transform: uppercase;
}
h1 img {
   display: block;
   margin-bottom: 1em;
}

h2 {
   font-size: 10pt;
   border-bottom: 1px solid #382D1D;
   padding: 5px 0;
}

p {
   line-height: 20px;
   margin-bottom: 1em;
}
dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

a {
   color: #4D4710;
}

#full-content ul {
   margin-left: 15px;
}
#full-content li {
   margin: 5px 0;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
