@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

html, body {
   height: 100%;
   background: #FFFFFF;
   font-family: Arial;
   color: #50592E;
   font-size: 8pt;
}

a {
   font-weight: bold;
   color: #717947;
}

a:hover {
   text-decoration: underline;
   color: #9EA673;
}

body {
   width: 1024px;
   margin: 0 auto;
   background: #FFFFFF url(../images/BG.jpg) center 0 repeat-x;
}

#wrapper-shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 1024px;
   margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
   border-right: 1px solid #50592E;
   border-left: 1px solid #50592E;
   background: url(../images/tree-element.png) center bottom no-repeat;
}

#wrapper-all {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 1024px;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
   border-bottom: 4px solid #50592E;
   height: 140px;
   background: url(../images/trees.png) left bottom no-repeat;
}

#logo {
   margin-top: 10px;
   margin-left: 30px;
   float: left;
}

#gallery {
   float: right;
   width: 367px;
   font-weight: bold;
   margin-top: 10px;
}

.gallery-item {
   color: #9BA546;
   text-align: center;
   display: block;
   float: left;
   margin-right: 12px;
}

.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;
}
#wrapper-bottom {
   padding: 20px;
}
/*oooooooooooooooooooo Navigation*/
#nav-vertical {
   width: 150px;
   float: left;
   margin-right: 30px;
}

#nav-vertical li {
   list-style-type: none;
   font-size: 16pt;
   font-weight: bold;
	text-transform: lowercase;
   margin-bottom: 18px;
}

#nav-vertical li a {
   padding: 10px 0;
   color: #9B4216;
   text-decoration: none;
}

#nav-vertical li a:hover {
   color: #556508;
   text-decoration: none;
   padding-right: 30px;
   background: url(../images/pine-cone.png) right no-repeat;
}

#nav-vertical li a.active { 
   color: #556508;
}

#news {
   margin-top: 20px;
   font-weight: bold;
   font-size: 9pt;
}

#news h2 {
   font-size: 1em;
   margin-bottom: 3px;
   text-transform: none;
}

#news p {
   color: #9BA546;
   line-height: 20px;
   margin: 0;
}

#news .more-link {
   margin-top: -5px;
   text-align: right;
}

/*oooooooooooooooooooo Content*/
#wrapper-content {
   width: 800px;
   float: left;
}

#column-a1 {
   width: 350px;
   float: left;
}

#column-a2 {
   width: 400px;
   float: right;
   text-align: right;
}

#column-a2 .flash {
   border: 6px solid #50592E;
   margin-bottom: 25px;
   height: 268px;
   width: 398px;
}
#column-a2 .button img {
   border: none;
}

#column-b1 {
   width: 550px;
   float: left;
}
#column-b2 {
   width: 230px;
   float: right;
}
#column-b2 img {
   border: 6px solid #50592E;
   margin-bottom: 25px;
}
#column-c1 {
   width: 425px;
   float: left;
}
#column-c1 .map{
   width: 100%;
   height: 350px;
}
#column-c1 img, 
#column-c1 .map{
   border: 6px solid #50592E;
}
#column-c2 {
   width: 355px;
   float: right;
}
/*oooooooooooooooooooo Footer*/
 #footer, #sticky-footer-push {
   height: 35px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 996px;
   padding: 5px 15px;
   margin: 0 auto;
   background: #50592E;
}

#sticky-footer-push {
   clear: both;
   visibility: hidden;
}

#footer {
   clear: both;
   text-align: right;
}

#footer-ob-logo {
   float: left;
}

#footer-links {
	text-align: right;
	float: right;
	margin-top: 10px;
	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: .5em;
   text-transform: capitalize;
}

h2 {
   font-size: 1em;
   margin-bottom: 1em;
}

p {
   line-height: 18px;
   margin-bottom: 1em;
}

a.book-online {
   font-size: 10pt;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
   color: #9B4227;
}

dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

#wrapper-content ul, 
#wrapper-content ol {
   margin-left: 20px;
   margin-bottom: 1em;
}
#wrapper-content li {
   margin: 5px 0;
}