@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2a5871 url("images/waveBkg.jpg") repeat-x top left;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ff2529 url("images/snorkleBack.jpg") no-repeat top left;	
	margin: 5% auto 4% auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px;
	border: 1px solid #FF0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
}

#mainContent { 
	width: 96%;
	padding: 2%;
	margin: 0 0 12px 0;
	border: 1px #FFF solid;
	background: #ff2529 url("images/snorkleBack.jpg") no-repeat top left;	

}



#headPod {
	width: 320px;
	height: 320px;
	margin: -7% 0 3% -20%;
	padding: 0;
	float: left;
	text-indent: -9000px;
	background: url("images/snorkleTop.gif") no-repeat top left;	
}

#sidePod {
	width: 200px;
	margin: 300px 0 0 -180px;
	padding: 0;
	float: left;	
	border: 0;
	text-align: center;
}
#sidePod h1 {
	color: #FFF;
	font-size: 44px;
	margin: 0;
	padding: 0;
	line-height: 44px;
}
#sidePod h2 {
	color: #FF0;
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 0;
	line-height: 16px;
}
#sidePod h3 {
	color: #FF0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
}
#sidePod h4 {
	color: #FF0;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
#sidePod p {
	color: #FFF;
	margin: 4px 0 12px 0;
}

#sidePod p a {
	text-decoration: none;
	color: #fe9b25;
}
#sidePod p a:link {
	color: #fe9b25;
}
#sidePod p a:visited {
	color: #fe9b25;
}
#sidePod p a:hover {
	color: #fff;
}
#sidePod p a:active {
	color: #fe9b25;
}

#mainContent .imagePod { 
	width: 540px;
	padding: 0;
	margin: 0 0 12px 0;
	border: 1px #FF0 solid;
	background: #fe9b25;
	float: right;
}
#mainContent .imagePod img { 
	padding: 0;
	margin: 0 0 6px 0;
	border: 0;
	width: 540px;
}
#mainContent .imagePod p { 
	width: 96%;
	padding: 0;
	margin: 0 2% 12px 2%;
	color: #000;
} 

#mainContent a {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	}
#mainContent a:hover {
	color: #F90;
	font-weight: bold;
	text-decoration: underline;
	}
#mainContent a:visited {
	color: #AAA;
	font-weight: bold;
	text-decoration: none;
	}

#sidePod #textPod {
	text-align: left;
	padding: 0 8px;
}
#sidePod #textPod p {
	margin: 0;
	padding: 0 0 6px 0;
}
#sidePod #textPod ul {
	margin: 0;
	padding: 0 0 12px 18px;
}



#sponsorsSideBar {
	width: 94%;
	background-color: #000;
	margin: 0;
	padding: 12px 3%;
	text-align: center;
	border-top: 1px solid #fe9b25;
}
#sponsorsSideBar img{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
#sponsorsSideBar h2{
	margin: 4px 0 0 0;
	padding: 0;
	text-align: center;
}
#sponsorsSideBar a{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#hawaiiSched td {
	width: 50%;
	vertical-align: top;
	padding: 4px 0 4px 12px;
	}
	
#hawaiiSched td b {
	color: #FF0;
	}

#dl {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	margin: 8px 0;
	border-top: #FF0 2px solid;
	border-bottom: #FF0 2px solid;
	background: #000;
	display: block;
}

.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;
}
