@charset "utf-8";
* {padding: 0px; margin: 0px;}

html {
	background-color: #0033bb; 
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000032;
	background-color: #0033bb; 
	background-attachment: fixed;
	background-image: url(../Images/bg-grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
h1 {
	color: #c5670a;
	font-family:"Times New Roman", Times, serif;	
}
h2 {
	color: #0B0FC4;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	color: #c5670a;
	font-family:"Times New Roman", Times, serif;	
	padding-top: 10px;
}
td { 
	vertical-align: top;
	border: 1px #CCC dotted;
}

a{color: #0000FF;text-decoration:none; font-weight:bold;}
a:hover{color: #F30;}
a:visited{color: #F60;}
a:active{color: #F66;}

p{	
	padding: 5px 2px;
	font-family:"Times New Roman", Times, serif;
	
}
#container {
	width: 1000px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0033bb;
} 





#header, #header .sb-inner  {
	position:relative;
	height: 270px;
	width: 1000px;
	background-color: #006;
	padding: 0 0px 0 0px;  /* 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. */
	text-align: center;
	z-index: 9990;
} 
#header .cyclepics {
	width: 450px;
	height: 190px;
	position:relative;
	float: right;
	right: 50px;
	margin: 20px;
}
#header .cyclepics img{
	width: 450px;
	height: 190px;
}
#header .cyclepics img.starthidden{
	display:none;
}
#header img.himg {
	height: 210px;
	width: 440px;
	position: absolute;
	left: 20px;
	top: 2px;
	border: none;
}
#header img.himg1 {
	height: 116px;
	width: 90px;
	position: absolute;
	left: 15px;
	top: 25px;
	border: 2px ridge #FFFFFF;
}
#header img.himg2 {
	height: 50px;
	width: 125px;
	position: absolute;
	left: 120px;
	top: 100px;
	border: none;
}
#header img.himg3 {
	height: 140px;
	width: 400px;
	position: absolute;
	left: 305px;
	top: 10px;
	border: none;
}
#header img.himg4 {
	height: 34px;
	width: 199px;
	position: absolute;
	left: 725px;
	top: 120px;
	border: none;
}
#header #flags {
	position: absolute;
	top: 17px;
	right: 20px;
	width: 30px;
}
#header #flags img{
	width: 30px;
	height: 20px;
	padding: 1px;
	border: 1px solid #FFFF99;
	cursor: pointer;
	margin: 3px 0px 25px 0px;
}
#header #flags a{border-bottom: none!important;}


#menubar {
	position:relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 40px;
	background-color:#c1d7ff;
	background-image:url(../Images/menu-grad.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom: 1px solid #0066FF;
	float: left;
}
#menubar a{
	color:#000000;
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#menubar li ul li a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#menubar a:hover{
	border-bottom: none!important;
}
.sf-menu {
	cursor: pointer;
	height: 40px;
	position:relative;
}
.sf-menu ul {
	position: relative;
	left: 0px;
}
.sf-menu li{
	float: left;
	height: 40px;
	padding: 5px 30px 0px 10px;
	margin: 0px;
	list-style: none;
}
.sf-menu li:hover{
	background-image:url(../Images/menu-hover-grad.gif);
	background-repeat:repeat-x;
	padding: 5px 30px 10px 10px;
}
submenu bar
.sf-menu li ul {
	position: absolute;
	top: -999em;
	width: 100%;
	z-index: 10;
	font-size:18px;
	left: 0px;
	clear:both;
	display: block;
	border: 1px solid #333;
}
.sf-menu li ul li{
	display: block;
	padding: 3px 5px 0px 5px;
	margin: 1px 0px 0px 0px;
	cursor: pointer;
	height:22px;
	width: 300px;
	top: 1px;
	text-align:left;
}
.sf-menu li ul li:hover{
	padding: 3px 5px 0px 5px;
	background-color:#0066FF;
	color:#FF3;
	background-image:none;
}
.sf-menu li li {
	background-color:		#000032;
	color: #FFF;
}
.sf-menu li li li {
	background-color:		#000032;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul,
.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {top:0px;}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {top:-999em;}



#maincontainer {
	position:relative;
	background-color:#FFFFFF;
	width: 100%;
	height:100%;
	min-height: 400px;
	z-index: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	top: 0px;
	float: left;
}




#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	height: 100%;
	min-height: 370px;
	position: relative;
	top: 0px;
	padding: 15px 10px;
	background-image: url(../Images/sidebar-grad.gif);
	background-repeat: repeat-y;
	background-position: right;
	right: 0px;
}
#sidebarbox, #sidebarbox .sb-inner {
	background-color: #92b7fd;
	padding: 10px;
}
#sidebarbox .sb-border {background-color: #000099;}
#sidebarbox .sb-shadow {background-color: #0066CC;}




#mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 10px 10px;
	position: relative;
	width: 700px;
	top:5px;
	float: left;

} 
#movefooter {
	position: relative;
	top: 0px;
	width: 1000px;
}
#footer, #footer .sb-inner {
	background-color:#3c7bee;
	background-image: url(../Images/footertop-grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 0px 0px 0px;
	text-align:center;
	clear: both;
} 
#footer h2 {
	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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p span {
	font-size: large;
}

h1.pagetitle{
	font-family:Arial, Helvetica, sans-serif!important;
	text-align:center;
	color:#000033;
	text-decoration:underline;
	margin-bottom: 10px;
	
}
.article, .article .sb-inner {
	background-color:#E1E1FB;
	padding: 15px 15px 20px 15px;
	margin-top: 20px;
	background:url(../Images/article-grad.gif) top repeat-x #E1E1FB;
}

.article span.date{
	width:680px;
	margin-top: 25px;
	background-color:#000033;
	color:#FFFFFF;
	font-size:10px;
	font-style:italic;
	clear: both;
	bottom: -5px;
	left:10px;
	position:absolute;
}
.center {
	margin: 0px auto;
	text-align: center;
}
.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;
}
.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;
}
.purple {color:#906;}
.red {color:#F00;}
.blue {color:#00F;}
.green {color:#360;}
.msgsent {
	background-color:#060;
	color:#FFF;
	padding: 5 px;
}
.randomfish {
	background-color:#00C;
	border:double 4px #FC0;
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
}
.randomfish p a{
	color:#FF0;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
.randomfish span {
	color:#FFF;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
.randomfish a {
	color: #FFF;
}
.randomfish a:hover {
	color: #FFF;
	text-decoration:underline;
}
.randomfish img {
	width: 200px;
}
.gallerypics {
	background-color:#03F;
	border: double 4px #F90;
	text-align:center;
	vertical-align:middle;
}
.gallerypics img {
	padding: 10px;
}
#divelog {
	background-image:url(../Images/divelogflag.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#C00;
	color:#000;
	border: double 4px #000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}
#divelog h1{
	color:#000;
	font-size: 36px;
}
#divelog h2{
	color:#009;
	padding-top: 10px;
	font-size: 30px;
}
#divelog h3{
	color:#000;
	font-size:28px;
}
#divelog p{
	color: #003;
	margin-bottom: 10px;
}
#divelog p span {
	font-size: 24px;
}
#viewdive {
	text-align: center;
}
#viewdive table{
	margin: 0px auto;
	margin-bottom: 30px;
}
#viewdive td{
	text-align:left;
	font-size:24px;
	border: dotted 1px #fff;
	padding: 10px;
}
.nexttrips {
	background-color:#FFF;
	display: block;	
}