BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}
BODY {
  margin : 0;
  color : #2A2323;
  background : #FDBE11 url(images/bg_body.gif) top left repeat-x;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1, h2, h3 {
  font-size : 12pt;
  font-weight : bold;
  font-style : italic;
  color : #000000;
  font-family : Trebuchet MS, Verdana, Arial, Sans-Serif;
  border-bottom : 1px solid #006985;
  width : 75%;
}

h4,h5,h6 {
  font-size : 10pt;
font-weight : bold;
font-style: italic;
color : #000;
font-family : Trebuchet MS, Verdana, Arial, Sans-Serif;
}

A  {color : #098BC5; font-weight : bold; text-decoration : none;}
A:Visited  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Active  { color : #098BC5; font-weight : bold; text-decoration : none;}
A:Hover  { color : #098BC5;	font-weight : bold; text-decoration : underline;}

div#snav {
  float : left;
  /* use display : inline; to fix IE float bug */
  display: inline;
  width : 178px;
  margin : 0 0 0 6px;
  background : #C96E27 url(images/nav_topper.gif) top left no-repeat;
  padding-top : 30px;
}

ul#topnav {
  text-align : left;
  font: bold 10pt Verdana, sans-serif;
  color : #000;
  margin : 0;
  padding : 0;
  list-style: none;
}

ul#topnav li {
  list-style: none;
  margin : 0;
  position: relative;
  z-index : 12;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#topnav li { float : left; height: 1%;} 
 * html ul#topnav li a { height: 1%;} 
/* End */

ul#topnav li ul {
	position: absolute;
	left: 178px; 
	top: 0;
	display: none;
	width : 178px;
	background : #C96E27;
	z-index : 10;
	margin : 0;
	padding : 0;
}

ul#topnav li ul li {
  position : relative;
  z-index : 11;
}

ul#topnav li a, ul#topnav li a:link, ul#topnav li a:visited
{
  font-weight : bold;
  font-size : 10pt;
  color : #000;
  text-decoration : none;
  padding : 3px 5px;
  border-bottom : 1px solid #FDBE11;
  display : block;
}

ul#topnav li a:hover {
  background : #C5936C;
}

ul#topnav li ul li a { padding: 1px 5px; display : block; font-size : 11px; text-align : left;} /* Sub Menu Styles */
ul#topnav li:hover ul, ul#topnav li.over ul { display: block; } /* The magic */

div#textarea {
  margin : 25px 5px 5px 200px;
  padding : 6px;
  background : #B3D2DA;
}

div#logo {
  position : absolute;
  left : 24px;
  top : 8px;
  z-index : 10;
}
div#content-wrapper {
  position : absolute;
  left : 0;
  top : 147px;
  width : 100%;
  background : #FDBE11 url(images/bg_wrapper.gif) top left repeat-y;
}



div#weather {
  padding : 7px 0 0 0;
  color : white;
  font-weight : bold;
  font-size : 12pt;
}

div#weather A:link, div#weather A:visited, div#weather A:active, div#weather A:hover {
  border : none;
  padding : 0;
}

div#testimonial {
  font-size : 11pt;
  font-style : italic;
  color : #000000;
  padding-top : 7px;
  width : 170px;
}

img#fishing_bites {
  position : absolute;
  top : 0;
  left : 190px;
}

img#wait_for {
  position : absolute;
  top : 145px;
  right : 5px;
  z-index : 100;
}

iframe#top_photos {
  position : absolute;
  top : 52px;
  /*left : 180px;*/
  left : 0;
  width : 100%;
  background : #FDBE11;
  height : 87px;
  z-index : 2;
}

div#footer {
  position : relative;
  clear : both;
  height : 55px;
  width : 100%;
  background : #006985;
  border-top :#C96E27 14px solid;
  color : white;
  font-size : 8pt;
}

div#address {
  position : absolute;
  top : 4px;
  left : 10px;
  width : 195px;
}

div#phone {
  position : absolute;
  top : 4px;
  left : 220px;
}

div#email {
  position : absolute;
  top : 4px;
  left : 590px;
}

div#email A:link, div#email A:visited, div#email A:active, div#email A:hover{
  color : white;
  font-weight : normal;
}
div#sidebar_right {
  clear : right;
  float : right;
  width : 170px;
  margin : 0 5px 5px 5px;
  padding : 5px;
  border : 1px solid #006985;
  background : #B3D2DA;
}

div#loggedin {
  float : right;
  text-size : 10px;
}

.topbottom{
border:1px solid black;
}
.left{
border-left:1px solid black;
}
.lefttop{
border-left:1px solid black;
border-top:1px solid black;
text-align:center;
} 
TH{font-size : .8em; font-weight: bold; background : #94BDC8;}

.photo {
  position : relative;
  float: left;
  width: 125px;
  height : 160px;
  margin: 5px;
  padding: 5px 0 0 0;
  font-size : 10px;
  background : #e7e7e7;
  text-align : center;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}

div.clear-right {
  clear : right;
}

