@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
}


#menubar
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 111px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/tab_bg.gif');
}

#shell {
position: relative;
width: 100%;
margin: 0px;
border: 0px;
background-image: url('images/shell_bg.png');
}

#subshell {
position: relative;
width: 100%;
margin: 0px;
border: 0px;
background-image: url('images/sub_bg.png');
}

#container {
position: relative;
width: 780px;
height: 780px;
margin: 0px;
border: 0px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #ffffff;
}

#subcontainer {
position: relative;
width: 780px;
height: 1370px;
margin: 0px;
border: 0px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #ffffff;
}

#logo {
position: absolute;
top: 45px;
left: 57px;
}

#links {
position: absolute;
top: 80px;
left: 385px;
font-size: 13px;
}

#homepic {
position: absolute;
top: 117px;
left: 57px;
}

#welcometext {
position: absolute;
top: 270px;
left: 545px;
width: 120px;
margin: 0px;
border: 0px;
line-height: 1.3em;
font-size: 12px;
}

a.links:link, a.links:active, a.links:visited {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
color: #ffffff;
text-decoration: none;
}

a.links:hover {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
color: #ffffff;
text-decoration: underline;
}

#hometext {
position: absolute;
top: 453px;
left: 117px;
width: 550px;
color: #003d80;
}

#homepicsbt {
position: absolute;
top: 547px;
left: 5px;
width: 100%;
color: #003d80;
}

#servicesheader {
position: absolute;
top: 113px;
left: 3px;
}

#locationheader {
position: absolute;
top: 173px;
left: 220px;
}

#contactheader {
position: absolute;
top: 157px;
left: 250px;
}

#servicestext {
position: absolute;;
top: 500px;
left: 20px;
margin: 0px;
padding: 0px;
}

h2 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
padding: 0px;
margin-bottom: -10px;
margin-top: 15px;
}

p {
margin: 0px;
padding: 0px;
line-height: 1.3em;
}

#phone {
position: absolute;
top: 1250px;
left: 10px;
}

#whiteboat {
position: absolute;
top: 1215px;
left: 600px;
}

#subheader {
position: absolute;
top: 150px;
left: 50px;
}

h1 {
font-family: Times New Roman, Times, Serif;
font-size: 32px;
font-weight: normal;
color: #003d80;
}

form
{
	font-family: Arial, San Serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

input.off
{
	
	font-family: Arial, San Serif;
	font-size: 12px;
	font-weight: normal;
	color: #015eab;
	border:1px black solid;
	height:20px;
	padding:0px;
	width: 200px;
}

input.on
{
	font-family: Arial, San Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:2px #c31230 solid;
	background-color:white;
	height:20px;
	padding:0px;
	width: 200px;
}

input.submit
{
	font-family: Arial, San Serif;
	font-size: 12px;
	font-weight:bold;
	color: white;
}

textarea.on
{
	font-family: Arial, San Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border:2px #c31230 solid;
	background-color:white;
	width: 400px;
	height: 100px;
	padding:0px;
}

textarea.off
{
	
	font-family: Arial, San Serif;
	font-size: 12px;
	font-weight: bold;
	color: #015eab;
	border:1px black solid;
	width: 400px;
	height: 100px;
	padding:0px;
}


