@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
   border: none;
}

a {
   color: #FFFFFF;
}
a:hover {
   color: #700000;
}

html, body {
   height: 100%;
   background: #700000;
   color: #FFFFFF;
   font-family: Arial; /* WRONG FONT!!! */
   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 -65px; /* the bottom margin is the negative value of the footer's height */
   padding: 0 41px;
   background: url(../images/drop-shadow.png) repeat-y center top;
}

/*oooooooooooooooooooo Header*/
#wrapper-header{
   height: 115px;
   background: url('../images/header-fishing.png') right no-repeat;
}

#logo img{
   margin: 0 10px;
   width: auto;
}

/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
   height: 30px;
   margin: -30px 0 0 0;
   border-bottom: 6px solid #948c7c;
   text-align: right;
   font-weight: bold;
   padding-right: 15px;
}

#nav-horizontal ul {
   float: right;
}

#nav-horizontal li {
   font-family: Arial, Helvetica, sans-serif;
   display: block;
   float: left;
   background-color: #700000;
   text-align: center;
	text-transform: uppercase;
   font-size: 8.5pt;
   margin-right: 4px;
   height: 30px;
}

#nav-horizontal a {
   color: #FFFFFF;
   text-decoration: none;
   display: block;
   padding: 8px 0;
   width: 100px;
   height: 14px;
}

#nav-horizontal a:hover, #nav-horizontal a.active {
   background-color: #948c7c;
}

/*oooooooooooooooooooo Content*/
#wrapper-content{
   float:left;
   padding: 25px 15px;
   width: 730px;
}
#column-a1, #column-a2 {
   height: 270px;
   margin-bottom: 20px;
}

#column-a1{
   float: left;
}

#column-a1 img{
   margin-top: 7px;
   border: 7px solid #FFFFFF;
}
#column-a2{
   float: right;
}

#column-a1, #column-a3 {
   width: 335px;
}

#column-a2, #column-a4 {
   width: 365px;
}

#column-a3 {
   float: left;
}
#column-a3 a {
   color: yellow;
}
#column-a4 {
   float: right;
   margin: 0 0 0 10px;
}

#column-a4 .owner-comment {
   float: left;
   width: 115px;
   margin-top: -230px;
   margin-left: 215px;
   font-size: 12pt;
   font-weight: bold;
   line-height: 1.25em;
}
#column-b1 {
   float: left;
   width: 355px;
}
#column-b1 img {
   border: 7px solid #FFFFFF;
   margin-bottom: 15px;
}
#column-b2 {
   float: right;
   width: 355px;
}
#column-c1 {
   float: left;
   width: 240px;
}
#column-c1 img {
   width: 225px;
   border: 7px solid #FFFFFF;
   margin-bottom: 15px;
}
#column-c2 {
   width: 470px;
   float: right;
}
#column-d1 {
   float: left;
   width: 425px;
}
#column-d1 iframe {
   width: 425px;
   height: 350px;
}
#column-d2 {
   width: 285px;
   float: right;
}

/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push {
   height: 65px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   width: 700px;
   margin: 0 auto;
}

#sticky-footer-push {
   clear: both;
   visibility: hidden;
}

#footer {
   clear: both;
   text-align: right;
}

#footer-ob-logo {
   float: left;
   margin-top: 15px;
}

#footer-links {
	text-align: right;
	float: right;
	margin-top: 15px;
   margin-left: 20px;
	text-decoration: none;
   font-size: 10pt;
   font-family: Tahoma;
   color: #948c7c;
}

#footer-links A {
	text-decoration: none;
   color: #948c7c;
}

#footer-links A:hover {
	text-decoration: underline;
}

/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/

#column-a2 h1 {
   font-size: 18pt;
   margin-bottom: .5em;
   font-family: Tahoma,Arial,Helvetica;
   color: #FFFFFF;
   border: none;
   padding: 0;
   text-transform: none;
}

h1,
#column-a3 h2,
#column-a4 h2 {
   color: #700000;
   border-bottom: 1px solid #700000;
   margin-bottom: 10px;
   padding-bottom: 4px;
   font-family: Tahoma,Arial,Helvetica;
   font-size: 11pt;
   font-weight: bold;
   text-transform: uppercase;
}

h2 {
   font-size: 14pt;
   font-weight: normal;
   margin-bottom: .5em;
}

h3 {
   font-size: 11pt;
   text-decoration: underline;
   margin-bottom: .5em;
}
p {
   line-height: 1.5em;
   margin-bottom: 1em;
}

#wrapper-content ul,
#wrapper-content ol {
   margin-left: 40px;
   margin-bottom: 30px;
}
#wrapper-content li {
   margin: 5px 0;
}

dl {
   margin-bottom: 1em;
}

dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}