@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 100%;
}

h1 {
	font-size: 24px;
	color: #112F2C;
}

h2 {
	font-size: 18px;
	color: #112F2C;
}

h3 {
	font-size: 14px;
	color: #112F2C;
}

p {
	font-size: 14px;
}

/* to add spacing after ordered list items */
ol li {
	font-size: 14px;
	margin-bottom: 10px;
}
/* to add spacing after unordered list items */
ul li {
	font-size: 14px;
	margin-bottom: 8px;
}

a:link {
	text-decoration: none;
	color: #276D66
}

a:visited {
	text-decoration: none;
	color: #276D66;
/*	color: #000099;  */
}

a:hover {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
}

.twoColFixLtHdr #container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1000px;
	text-align: left;
	float: none;
	background-color: #E2F1F0;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #112F2C;
} 

.twoColFixLtHdr #header {
	background: #E2F1F0;
	padding: 0px 10px 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	margin-top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
	float: left;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 5px;
	font-size: 10px;
	background-color: #B6DEDA;
	color: #112F2C;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#nav, #nav ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 10px 0;
	background-color: #B6DEDA;
	border-width: 1px 0;
	border-color: #368C83;
	border-style: solid;
	font-size: 14px;
}

#nav a { /* main menu bar */
	display: block;
	width: 130px;
	color: #112F2C;
	padding: 5px 6px;
}

#nav li { /* main menu bar */
	float: left;
	padding: 0;
	width: 150px;
	margin-bottom: 0px;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 162px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1px;
	width: 150px;
	margin-bottom: 0px;
}

#nav li ul a {
	width: 150px;
	background-color: #B6DEDA;
}

#nav li ul ul {
	margin: -1.0em 0 0 1em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{
	left: -999em;
}

#nav li:hover ul
{
	left: auto;
}


#nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
{
	left: auto;
	background-color: #E2F1F0;		
}

#nav li:hover, #nav li.sfhover 
{
	background-color: #E2F1F0;
}


#leftArea
{
	float: left;
	font-size: 12px;
	padding-right: 10px;
	width: 690px;
}

#leftAreaTop
{
	height: 150px;
	border-bottom: 1px solid #112F2C;
	margin-bottom: 10px;
}

#leftAreaLeft
{
	float: left;
	width: 220px;
	margin-right: 10px;
}

#rightColumn
{
	width: 260px;
	float: right;
	border-left: 1px solid #368C83;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
 
#rightColumn a {
	float: left;
}
 
#rightColumn1 
{
	height: 280px;
	border-top: 1px solid #368C83;
}

/*
#rightColumn1 a {
	float: right;
}
*/

#rightColumn2
{
	border-top: 1px solid #368C83;
}

/*
#rightColumn2 a {
	float: right;
}
*/

#bottomArea 
{
	clear: left;
	float: left;
	height: auto;
	width: 990px;
	margin-top: 5px;
	font-size: 12px;
}

#bottomColumn1 
{
	width: 310px;
	float: left;
	height: 250px;
	border-left: 1px solid #368C83;
	border-top: 1px solid #368C83;
	margin-left: 5px;
	padding-left: 10px;
}
 
#bottomColumn1 a {
	color: #000066
}
 
#siteSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-left: 10px;
}
 
.copyright {
	font-size: 10px;
}

.smallText {
	font-size: 10px;
}

.listGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}

.propertylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.shipwrecklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#infoBox {
	margin: 0px 15px 0px 15px;
	padding: 5px;
	background-color: #BBBBBB;
	border: 1px solid #979797;
}

#eqpt_image {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#eqpt {
	float: left; /* since this element is floated, a width must be given */
	width: 980px;
	border-bottom: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
}

.imageGallery {
	background:#FFFFFF;
	border: 1px solid #000000;
	margin: 5px 5px 5px 5px;
	width:120px;
	height:110px;
	float:left;
	padding: 10px 0px 5px 0px;
}

.imagePhoto {
	background:#FFFFFF;
	border: 1px solid #000000;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
}


a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
