BODY {
	PADDING-RIGHT: 0px; 
	MARGIN-TOP: 20px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT: 10pt Arial,sans-serif; 
	COLOR: #000000; 
	PADDING-TOP: 0px; 
	BACKGROUND-COLOR: #ffffff;
}
.bold {
	font-weight: bold;
}
#container {
	position:relative;
	width: 960px;
	margin: 0 auto;
	background-color: #CCCCCC;
}
.smaller {
font-size: 9pt;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	padding-left: 0px;


}
.treasuremap{
background: #ffffff url(treasuremap.jpg);
position:absolute; width:179; height:810; z-index:3; left: 640px; top: 67px;
	padding: 46px 2px 2px 5px;
}
.sub {
	left: 462px;
	position: absolute;
	top: 84px;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #336633;


}
.formbox {
	left: 199px;
	position: absolute;
	top: 122px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #669966;
	background-color: #9999cc;
	padding: 4px;
	height: 207px;

}
.boxout {
	background-color: #eeeeee;
	padding: 12px 4px 4px 4px;
	width: 96%;
	background-image: url(search_barbg.gif);
	font-weight: bold;
	color: #FFFFFF;


}

}
input {


}
.all {
	border: 12px groove #FFCCCC ;
	padding: 8px;
	margin: 4px;
}
.thirdparty {
	background-position: right;
	right: 50px;


}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 8px;

}
h1 {
    font-family: "Tahoma", Times, serif;
	font-size: 28px;
	line-height: normal;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
	color: #999999;
    padding-left: 10px;
}
h2 {

	font-family: "Tahoma", Times, serif;
	font-size: 16px;
	color: #78786B;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
    padding-left: 10px;
}
h3 {
	font-family: "Tahoma", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 10px;
}
h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
padding-left: 10px;
}
h5 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 10px;
}
hr {
	color: #9999A1;
}

.text {
	width: 62%;
}
#listmenu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 
#listmenu li {
margin: 2px 0 0;
font-size: 10px;
} 

#listmenu a {
display: block;
width:110px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #0066cc;
	background-image: url(search_barbg.gif);
	background-repeat: repeat-x;
color: #ffffff;
text-decoration: none; /*lets remove the link underlines*/
} 
#listmenu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#listmenu a:hover {
border: 1px solid #000000;
background: #eeeeee;
color: #666666;
} 
.blacktesxt a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: -4px;

}
.searchit {

	background-image: url(search_barbg.gif);
	background-repeat: repeat-x;
}
.white {
	color: #FFFFFF;
}
.underlined {
	border-width: 1px;
	border-style: solid;
	border-color: #0066CC;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;

}
.quickfacts {
	border-top: 0px none #9966FF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #9966FF;
}
.scubabox {
	background-image: url(scubadiver.jpg);
}
.comment {
	background-color: #e0e0e0;
	margin: 5px;



}


.left-element {
   float: left;
   width: 49%;
   	padding: 2px 10px 2px 10px;
   }

.right-element {
   float: right;
   width: 49%;
   	padding: 2px 10px 2px 10px;
   text-align: right; /* depends on element width */
   } .image {
	padding: 6px;
}
.reviewsarea {
	background-color: #efefef;
		padding: 8px 8px 8px 8px;
}
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:14px;
      line-height:normal;
      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

