@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

a {
   color: #F7931E;
   text-decoration: none;
}

html, body {
   height: 100%;
   background: #C2B485;
}

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

#wrapper-shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 800px;
   padding: 0 30px;
   margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
   background: url(../images/drop-shadow.png);
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
   background: url(../images/header-back.png) bottom left repeat-x;
   height: 176px;
}

#logo {
   width: 150px;
   height: 50px;
   position: absolute;
   margin-top: 4px;
   margin-left: 21px;
}

#header-images {
   float: right;
   margin-top: 10px;
   margin-right: 75px;
}

/*oooooooooooooooooooo Navigation*/
#nav-vertical {
   width: 190px;
   float: left;
   margin-top: 2px;
}

#nav-vertical li {
   list-style-type: none;
   text-align: left;
}

#nav-vertical a {
   display: block;
   margin-bottom: 5px;
   padding: 11px 0 11px 13px;
   width: 151px;
   color: #EFECCA;
   font-size: 16px;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
   background-color: #C2B485;
   border-left: 10px solid #051D5D;
}

#nav-vertical a:hover, #nav-vertical a.active {
   color: #EFECCA;
   background-color: #051D5D;
   border-left: 10px solid #F7931E;
}

/*oooooooooooooooooooo Content*/
#wrapper-content {
   /*height: 100px;*/
   float: left;
   margin: 0px 0 0 0; /* 10px 0 0 0 */
   width: 800px;
   background: #E6E2AF;
}

#full-content {
   width: 600px;
   float: right;
}

#column-a1 {
   width: 295px;
   float: left;
   margin: 5px 0 0;
   padding-bottom: 25px;
}

#column-a1.contact {
	width: 190px;
}

#column-a1.policies {
	width: 600px;
}

#column-a1.policies p {
	font-size: 11px;
	line-height: 16px;
}

#column-a1.sitemap {
	margin-left: 40px;
	width: 180px;
}

#column-a2 {
   width: 308px;
   float: right;

}

#column-a2 img {
	margin-bottom: 10px;
}

#column-a2.sitemap {
	width: 360px;
}

#column-a3 {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

#column-a1 a:hover, #column-a2 a:hover, #column-a3 a:hover {
	color: #051d5d;
	border-bottom: 1px dotted;
}

#column-a3.map {
	margin-right: 20px;
}

#directions {
   width: 225px;
   float: left;
}

#buttons {
   width: 305px;
}

#buttons a {
   background: #21758F;
   text-align: center;
   color: white;
   display: block;
   float: left;
   width: 141px;
   height: 25px;
   padding: 3px;
   margin: 0 5px 5px 0;
   text-decoration: none;
}

#buttons a:hover {
   background: #848A73;
   border: none;
}

h3 {
	font-size: 20px;
	margin: 15px 0 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

h3 a {
	color: #F7931E;
	border-bottom: 1px dotted;
	font-weight: normal;
}

h3 a:hover {
	color: #051d5d !important;
}

#bookit {
	margin-top: 40px;
}

p, #column-a1 ul {
   font-family: Georgia,"Times New Roman",Times,serif;
   line-height: 20px;
   margin-bottom: 10px;
}

p {
	font-size: 14px;
	color: #051D5D;
}

#column-a1 ul {
	margin-top: 0;
	font-size: 12px;
	color: #574F34;
	margin-left: 15px;
}

.terms li {
	margin-bottom: 15px;
}

.strong {
	font-weight: bold;
}

/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push {
   height: 50px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 780px;
   padding: 10px 10px 5px;
   margin: 0 auto;
   background: url(../images/footer-back.png) repeat-x;
}

#sticky-footer-push {
   background: #848A73;
   clear: both;
   visibility: hidden;
}

#footer {
   clear: both;
   text-align: right;
}

#footer-ob-logo {
   float: left;
}

#footer-content {
	font: 14px Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	text-decoration: none;
   	color: #EFECCA;
}

#footer-content p {
	font: 11px Arial,Helvetica,sans-serif;
	color: #EFECCA;
	margin-bottom: 1px;
}

#footer-content p.tall {
	font-size: 14px;
	margin: 5px 0 2px;
}

#footer-content A {
	font: 11px Arial,Helvetica,sans-serif;
	text-decoration: none;
   color: #EFECCA;
}

#footer-content A:hover {
	border-bottom: 1px dotted;
}

h1 {
   color: #666644;
   font-family: Georgia,"Times New Roman",Times,serif;
   font-size: 15pt;
   font-weight: normal;
   margin-bottom: 10px;
   padding: 0;
}

h1.terms {
	margin-bottom: 25px;
}

h2 {
   font-size: 14pt;
   letter-spacing: 6px;
   font-family: "Trajan Pro", Trajan, Arial;
   font-weight: normal;
   margin-bottom: 10px;
}

h4 {
	color: #666644;
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px;
}

/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/