body {
	scrollbar-3dlight-color:#7BF;
	scrollbar-arrow-color:#7BF;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	font-size: 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
	
p {
	color: #7BF;
	font-size: 14px;
}

li {
	color: #7BF;
	font-size: 14px;
}

h1 {
	/* color: #FBC902; */
	color: #7BF;
	font-family: "Times New Roman";
	font-size: 44px;
	font-weight: bolder;
	text-align : center;
}

h2 {
	color: #7BF;
	font-family: "Times New Roman";
	font-size: 32px;
	font-weight: bolder;
	text-align : center;
}

h3 {
	color: #7BF;
	font-family: "Times New Roman";
	font-weight: bolder;
	text-align : center;
}

h4 {
	color: #7BF;
	font-family: "Times New Roman";
	font-weight: bolder;
	text-align : center;
}

.smalltitle {
	color: #7BF;
	font-family: "Times New Roman";
	font-size: 26px;
	font-weight: bolder;
	text-align : center;
}

.title {
	color: #7BF;
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bolder;
	text-align : center;
}

.header {
	color: #7BF;
	font-size: 15px;
	font-weight: bolder;
	text-decoration : underline;
}

.headernouline {
	color: #7BF;
	font-size: 15px;
	font-weight: bolder;
}

.header2 {
	color: #7BF;
	font-size: 32px;
	font-weight: bolder;
}

.contactHeader {
	color: #7BF;
	font-family: "Times New Roman";
	font-size: 26px;
	font-weight: bolder;
	margin-top: -12px;
}

.contactHeader a {
	text-decoration: none;
	font-weight: bolder;
	font-size: 26px;
	color: #EEE;
}

.phone { color: #FFF;; }

a {
	text-decoration: underline;
	font-weight: bolder;
	font-size: 13px;
	color: #EEE;
}
a:visited {
	color:  #7BF;
	}
a:active {
	color:  #EEE;
	}
a:hover {
	color: #EEE;
	text-decoration: none;
	}


.textlink {
	font-size: 12px;
	color: #7BF;
}

a.textlink {
	font-size: 12px;
	color: #7BF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited.textlink {
	color:  #7BF;
	}
a:active.textlink {
	color:  #7BF;
	}
a:hover.textlink {
	color: #9CF;
	text-decoration: none;
	}

a.iilink {
	font-size: 11px;
	color: #7BF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited.iilink {
	color:  #7BF;
	}
a:active.iiink {
	color:  #9CF;
	}
a:hover.iilink {
	color: #9CF;
	text-decoration: none;
	}

.smallp
{
	font-size: 11px;
	color: #EEE;
	text-align: center;
}

.ii
{
	font-size: 11px;
	color: #EEE;
	text-align: center;
}

.wb, .lefter, .righter
{
	border: solid white 2px;
}

.lefter, .lefty
{
	float: left;
	margin: 15px;
	margin-top: 3px;
	margin-left: 3px;
	color: #7BF;
}


.righter, .righty
{
	float: right;
	margin: 15px;
	margin-top: 3px;
	color: #7BF;
}

.boat
{
	width: 630px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}

.captain
{
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	color: #7BF;
}

.captain img
{
	border: solid white 3px;
	margin: 12px 24px;
}

.job
{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	color: #7BF;
}

.listTitle
{
	text-align: left;
}

/* Replacement for Javascript rollovers*/

.menu {
	margin: 0;
	padding: 0;
	width: 180px;
	list-style: none;
	background: #000;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 50px;
	background-repeat: no-repeat;
}

.home {background-image: url("images/nav/home_on.jpg");}
.home a {background-image: url("images/nav/home_off.jpg");}
.location {background-image: url("images/nav/location_on.jpg");}
.location a {background-image: url("images/nav/location_off.jpg");}
.services {background-image: url("images/nav/services_on.jpg");}
.services a {background-image: url("images/nav/services_off.jpg");}
.tugs {background-image: url("images/nav/tugs_on.jpg");}
.tugs a {background-image: url("images/nav/tugs_off.jpg");}
.captains {background-image: url("images/nav/captains_on.jpg");}
.captains a {background-image: url("images/nav/captains_off.jpg");}
.jobs {background-image: url("images/nav/jobs_on.jpg");}
.jobs a {background-image: url("images/nav/jobs_off.jpg");}
.family {background-image: url("images/nav/family_on.jpg");}
.family a {background-image: url("images/nav/family_off.jpg");}
.contact {background-image: url("images/nav/contact_on.jpg");}
.contact a {background-image: url("images/nav/contact_off.jpg");}

ul.menu li a:hover {background: none; color: #8CF;}

/* End Replacement for Javascript rollovers*/