@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

html, body {
   height: 100%;
   background: #31302F;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
}

#wrapper-all {
   margin: 0 auto;
   width: 760px;
}

#wrapper-shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 760px;
   margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
   background: #484646;
}

/*oooooooooooooooooooo Header*/
#wrapper-header{
   height: 120px;
   background: url('../images/header.png') right -5px no-repeat;
}

#logo img{
   margin: 6px 14px;
   width: auto;
   height: auto;
}

/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
   height: 27px;
   margin: -34px 0 0 0;
   border-bottom: 6px solid #DE5026;
   text-align: right;
   padding-right: 5px;
}

#nav-horizontal ul {
   float: right;
}

#nav-horizontal li {
   display: block;
   float: left;
   background-color: #6E0E10;
   text-align: center;
	text-transform: uppercase;
   font-size: 8.5pt;
   font-weight: bold;
   margin-right: 4px;
}

#nav-horizontal a {
   color: #FFFFFF;
   text-decoration: none;
   display: block;
   padding: 6px 0;
   height: 15px;
   width: 98px;
}

#nav-horizontal a:hover, #nav-horizontal a.active {
   background-color: #DE5026;
}

/*oooooooooooooooooooo Content*/
#wrapper-content{
   float:left;
   padding: 30px 15px;
   width: 730px;
}

/* HOME */

#home-col1, #home-col3 {
   width: 335px;
   float: left;
}
#home-col1, #home-col2 {
   height: 250px;
   margin-bottom: 20px;
}
#home-col2, #home-col4 {
   width: 360px;
   float: right;
}
#home-col4 {
   margin: 0 0 0 10px;
}
#gallery img {
   width: 94px;
   margin: 0 18px 13px 0;
   border: 2px solid #6E0E10;
}

/* ATTRACTIONS */

#attractions-col1 {
   width: 300px;
   float: left;
}
#attractions-col1 img {
   width: 100%;
   border: 7px solid #FFFFFF;
   margin-bottom: 15px;
}
#attractions-col2 {
   width: 380px;
   float: right;
}

#amenities-col1 {
   width: 215px;
   float: left;
}
#amenities-col1 img {
   width: 100%;
   border: 7px solid #FFFFFF;
   margin-bottom: 15px;
}
#amenities-col2 {
   width: 475px;
   float: right;
}

#contact-col1 , #contact-col1  iframe {
   margin-bottom: 10px;
   width: 350px;
   height: 350px;
   float: left;
}
#contact-col2 {
   float: right;
   width: 350px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push {
   height: 60px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 700px;
   margin: 0 auto;
}

#sticky-footer-push {
   background: #848A73;
   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;
   font-size: 10pt;
   font-family: Tahoma;
   color: #A3BED1;
}

#footer-links A {
	text-decoration: none;
   color: #A3BED1;
}

#footer-links A:hover {
	text-decoration: underline;
}

/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/

h1 {
   font-size: 18pt;
   margin-bottom: 1em;
   text-transform: uppercase;
}

h2 {
   color: #A3BED1;
   border-bottom: 1px solid #A3BED1;
   margin-bottom: 10px;
   padding-bottom: 4px;
   font-size: 12pt;
   text-transform: uppercase;
}
h3 {
   text-decoration: underline;
   margin-bottom: 10px;
}
#wrapper-content ul {
   margin-left: 20px;
   margin-bottom: 1em;
}
#wrapper-content li {
   margin-bottom: 5px;
}

p {
   margin-bottom: 1em;
}

a {
   color: #A3BED1;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

strong {
   font-weight: 900;
}

dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

