@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

html, body {
   height: 100%;
   background: #346086;
   font-family: Arial,Helvetica,sans-serif;
   color: #346086;
   font-size: 9pt;
}
a {
   color: #346086;
   white-space: nowrap;
}
a:hover {
   text-decoration: underline;
   color: #f1a336;
}

#wrapper-shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 1024px;
   padding: 0 20px;
   margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
   background: url(../images/BG.png) repeat-y;
}

#wrapper-all {
   margin: 0 auto;
   width: 1024px;
   position: relative;
}

/*oooooooooooooooooooo Header*/
#wrapper-header {
   width: 200px;
   height: 100px;
   position: relative;
   z-index: 1;
}

#logo {
   float: left;
   padding-left: 20px;
   padding-top: 20px;
   margin-top: -5px;
}

/*oooooooooooooooooooo Horizontal Navigation*/
#nav-horizontal {
   height: 25px;
   width: 1024px;
   background: #6588AD;
   position: absolute;
   top: 35px;
   left: 0;
}

#nav-horizontal ul {
   margin-top: -3px;
   border-left: 3px solid #346086;
   height: 31px;
   float: right;
   margin-right: 20px;
}

#nav-horizontal li {
   float: left;
   border-right: 3px solid #346086;
   list-style: none;
   display: block;
   width: 115px;
   height: 31px;
}

#nav-horizontal a {
   display: block;
   color: #FFFFFF;
   width: 120px;
   height: 17px;
   padding: 7px 0;
   text-align: center;
   text-transform: lowercase;
   font-weight: bold;
   font-size: 11pt;
   text-decoration: none;
}

#nav-horizontal a:hover,
#nav-horizontal a.active {
   color: #f1a336;
}

/*oooooooooooooooooooo Bottom*/
#wrapper-bottom {
   width: 1024px;
   float: left;
}

/*oooooooooooooooooooo Content*/
#wrapper-content {
   width: 984px;
   float: right;
   padding: 20px;
}

#column-a1 {
   width: 510px;
   float: left;
}
#column-a1 img {
   border: 10px solid #f1a336;
   margin-bottom: 20px;
}
#column-a1 iframe {
   border: 10px solid #f1a336;
   width: 490px;
   height: 360px;
   margin-bottom: 20px;
}

#column-a2 {
   width: 450px;
   float: right;
}

#column-b1 {
   width: 310px;
   float: left;
}
#column-b1 img {
   border: 5px solid #f1a336;
   max-width: 300px;
   margin-bottom: 20px;
}

#column-b2 {
   width: 640px;
   float: right;
}

/*oooooooooooooooooooo Footer*/
 #footer, #sticky-footer-push {
   height: 110px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 984px;
   margin: 0 auto;
   padding: 0 20px;
}

#sticky-footer-push {
   clear: both;
   visibility: hidden;
}

#footer {
   color: #6588AD;
   clear: both;
   text-align: right;
}

#footer-ob-logo {
   float: left;
   clear: both;
}

#footer-links {
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
}

#footer-links A {
   color: #346086;
	text-decoration: none;
}

#footer-links A:hover {
	text-decoration: underline;
}

#footer-gallery {
   height: 25px;
   background: #6588AD;
   margin-left: -20px;
   width: 1024px;
   #margin-bottom: 30px;
}
#footer-gallery ul {
   float: right;
   margin-top: -25px;
   margin-right: 20px;
}

#footer-gallery li {
   float: left;
   list-style: none;
   display: block;
   margin-left: 25px;
}

#footer-gallery img {
   border: 3px solid #f1a336;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

h1 {
   font-size: 18pt;
   margin-bottom: 1em;
}

h2 {
   font-size: 12pt;
   margin-bottom: 1em;
}

p {
   line-height: 1.5em;
   margin-bottom: 1em;
}

.clear {
   clear: both;
}

dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

#wrapper-content ul {
   margin-left: 20px;
   margin-bottom: 1em;
}

a.book-online {
   font-size: 14pt;
   color: #f1a336;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: bold;
}