﻿* {
    margin: 0;
    padding: 0;
}

body {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4B7E9A;
	text-align: center;
	background: #FFFFFF;
}

h1 {
	position: absolute;
	top: 14px;
	left: 64px;
	color: White;
	font: 36px/60px Adventure;
	z-index: 2;
}

h2 {
    position: absolute;
    top: 60px;
    left: 50px;
    color: White;
    font: 18px/27px Arial, Helvetica, sans-serif;
    z-index: 2;
}

h3 {
    margin: 15px 0 5px 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
}

.firsth3 {
    margin-top: 0;
}

p {
    padding: 5px 0;
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B7E9A;
}

a {
    color: #FF6600;
    text-decoration: underline;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 975px;
    text-align: left;
}

#header {
	height: 175px;
	background: #91C2F2 repeat-x;
}

#header_home {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Shop/sand-oats.gif');
}
#header_rentals {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Kayaks/rental_header.gif');
}
#header_contact {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Shop/MailBoat1.gif');
	background-repeat: no-repeat;
}
#header_tackle {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Tackle/redfish-sebile.gif');
}
#header_charters {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Tackle/golden-memories.gif');
}
#header_kayaks {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Kayaks/hobie_header.gif');
	background-repeat: no-repeat;
}
#header_apparel {
	height: 225px;
	background: #91C2F2;
	background-image: url('images/Apparel/tshirtclothesline.gif');
}


#logo {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 60px;
    height: 66px;
}

#menu {
	position: relative;
	top: 190px;
}
#menu ul {
	list-style: none;
	height: 34px;
}
#menu ul li {
	display: block;
	padding: 0 20px 0 20px;
	background: #99CC66;
	float: left;
}
#menu ul li a {
	margin: 0px;
	display: block;
	padding: 0;
	font: 18px/34px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}
#menu ul li a#active, #menu ul li a#active {
	text-decoration: none;
	color: #0000FF;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #008080;
}

.style1 {
		margin: 4px;
}
.style2 {
	margin: 6px;
}
.style3 {
	margin: 5px;
}
.style4 {
	font-family: "Times New Roman";
}
/*em{font-weight:bold;font-style:normal}*/
em{font-weight:bold;}
.style5 {
text-align: center;
}
.photos {
	margin-right: 4px;
	}
#middle {
    width: 975px;
}

#left {
	float: left;
	padding-bottom: 20px;
	width: 192px;
	padding-left: 5px;
}

#left ul {
    list-style: none;
}

#left ul li {
}

#left ul li a {
    color: #4B7E9A;
}

#right {
    float: right;
    width: 770px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
}

.box {
    clear: both;
}

.box img {
    padding-top: 5px;
}

.boxleft1 {
    float: left;
    width: 370px;
}

.boxright1 {
    float: right;
    width: 370px;
}

.boxleft2 {
    float: left;
    width: 370px;
    border-bottom: 2px solid #DCEDF8;
}

.boxrightwrapper {
    float: right;
    width: 370px;
}

.boxright2 {
    float: right;
    width: 370px;
    border-bottom: 2px solid #DCEDF8;
}

.boxleft2 h3, .boxright2 h3 {
    margin: 0 0 5px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #5794E6 url("images/h3.gif") no-repeat;
}

.contentfull {padding: 10px;}

.clearing {
    clear: both;
    height: 20px;
}

#footer {
    clear: both;
    margin-left: 205px;
    width: 770px;
    text-align: center;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}


.blist {list-style: disc; margin-left: 20px;}
.blist li {padding: 5px 0px;}
.required {color: red;}

fieldset {padding: 0px 10px;}
fieldset legend {font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #4B7E9A;font-weight: bold;padding: 10px;}