﻿body 
{
	margin:0;
	padding:0;
	background-color:#000000;
}

html, body, #doc
{
 min-height:100%;
 height:100%;
}

html>body, html>body #doc 
{
	height:auto;
}

form 
{
	height:100%;
}

p 
{
	margin:10px;
}

ul
{
	margin:10px;
}

li 
{
	list-style:disc;
	margin:5px;
	margin-left:25px;
}

h1 
{
	font-size:16pt;
	color:#003399;
}
#doc
{
	width:1004px;
}

#hd
{
	height: 160px;
	background: url('../images/headerBG.jpg') no-repeat;
	background-position:center top;
	padding:0px;
}

#menuDiv
{
	height:30px;
	position:absolute;
	top:130px;
	padding-left:100px;
	font-weight:bold;
	color:#ffffff;
}
#menuDiv ul 
{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
#menuDiv li 
{
	display:inline;
	margin:0px;
}
#menuDiv a:link, #menuDiv a:visited 
{
	padding: 5px 10px 8px 10px;
	text-decoration:none;
	color:#ffffff;
}
#menuDiv a:hover
{
	color:#FF9900;
}
.hotlink a:link, .hotlink a:visited
{
	color:#FF9900;
}

#bd
{
	padding:20px;
	background-color:#ffffff;
}

.highlightPic 
{
	color:#003399;
	width:404px;
	height:266px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	padding:5px;
}

.highlightPicCaption 
{
	position:relative;
	top:240px;
	height:20px;
	padding-left:5px;
}
#homePic 
{
	background-image: url('../images/ownersTank.jpg');
}
#servicePic 
{
	background-image: url('../images/closeUp.jpg');
}
#ratesPic 
{
	background-image: url('../images/tank1.jpg');
}
#aboutPic 
{
	background-image: url('../images/tank2.jpg');
}

.freeBox 
{
	border:solid 1px #000000;
	padding:5px;
	margin:5px;
	width:375px
}
.freeHeader 
{
	font-weight:bold;
	font-size:16px;
}
.nextPrevLinks 
{
	font:bold 12pt Arial;
	text-align:center;
}
.nextPrevLinks a:link, .nextPrevLinks a:visited
{
	text-decoration:none;
	color:#003399;
}
.nextPrevLinks a:hover
{
	text-decoration:none;
	color:#FF9900;
}
.prev
{
	width:20%;
	float:left;
	clear:none;
}
.next 
{
	width:20%;
	float:right;
	clear:none;
}
.pageList 
{
	width:60%;
	float:left;
	clear:none;
}

.galleryItems 
{
  font-size:8pt;
  border:solid 1px #cccccc;
  Width:125px;  
  padding:0px;
  text-align:center;
  vertical-align:bottom;
}

#ft
{
	height:147px;
	background: url('../images/footerBG.jpg') no-repeat;
	background-position:center bottom;
	color:#ffffff;
}

#footerDiv 
{
	position:relative;
	top:100px;
	height:40px;
	padding:10px;
	padding-left:20px;
}