﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body 
{
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:#F1E1B8;
}
.bodycontainer
{
	width: 1000px;
	height: auto;
	margin:  auto;
	padding: 0px;
	border-top: 2px solid #725972;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-image: url(../../Art/bg.png);
	background-repeat: repeat-x;
	background-color: #FFEFC6
}

div#mastheaddiv
{
	position: relative;
	width: 780px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 8px;
	top: 5px;
	left: -10px;
}

div#TitleText
{
	position: relative;
	width: 740px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:xx-large;
	padding-top:auto;
	padding-bottom:auto;
}

.menuareadiv
{
	width: 820px;
	height:15px;
	Margin-left: auto;
	margin-right: auto;
	z-index: 9998;
}

.pagecontentdiv
{
z-index: 0;
}

.InnerPageP
{
	position: relative;
	margin-left: Auto;
	margin-right: Auto;
	margin-top: Auto;
	margin-bottom: Auto;
	padding:10px;
    
}

.InnerPagePics
{
	
	width: 50;
	height:50;
	margin:auto;
}

.InnerPageP1
{
		padding:10px;
}

.BoatRentalPicsDiv
{
	width: 630px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.BoatRentalPicsImgs
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


h1 {
font-size:200%;
font-family:@Arial Unicode MS;
color: Teal;
}

h2 {
font-size:140%;
font-family:@Arial Unicode MS;
color: Black;
}

h3 {
font-size:120%;
font-family:@Arial Unicode MS;
color: Black;
}

h4 {
font-size:100%;
font-family:@Arial Unicode MS;
color: Gray;
}

h5 {
font-size:85%;
font-family:@Arial Unicode MS;
color: Silver;
}

h6 {
font-size:65%;
font-family:@Arial Unicode MS;
color: Black;
}


.footer
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



.gallery
{
	width: 100%;
	padding:5px;
	background-color: #FFEFC6;
}
.gallery ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}
.gallery ul li
{
	margin: 5px;
	display: inline;
}
.gallery ul img
{
	padding: 10px;
	margin: 5px;	
	border:none;
}
.gallery ul a:hover img
{
	margin: 5px;
	background-color: #CBBB92;
}

#services
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#services td, #customers th 
{
font-size:1.2em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#services th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#services tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

#ccredit
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#ccredit td, #customers th 
{
font-size:1.2em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#ccredit th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#ccredit tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}
#ccredit td.labels td
{
width:150px;
}
#ccredit td.textboxfulllength td
{
width:400px;
}