@charset "utf-8";
/* CSS Document */

/***********************
 BASE STYLES
 ***********************/

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px;
	line-height: 20px;
	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: #000046;
	background: #000046 url(images/bg.gif) top left repeat-x;
}

a {
	color: #00a651;
	text-decoration: underline;
}

a:hover {
	color: #9999b0;
	cursor: pointer;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.bodyimg
{
	border: 1px solid #000046;
	padding: 2px 2px;
}

.noimg
{
	border: 0px;
	padding: 0 0;
}

h1
{
	font-size: 24px;
	line-height: 32px;
	height: 60px;
	width: 670px;
	background: #000046 url(images/h1.gif) top left no-repeat;
	color: #ffffff;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
	clear: both;
}

h1 a
{
	text-decoration: none;
}

hr
{
	border: none;
	border-top: 1px solid #000046;
	width: 650px;
	clear: both;
	text-align: center;
}

.indented
{
	text-indent: -10px;
	padding-left: 10px;
}

.indented:first-line
{
	text-indent: -10px;
	font-size: 14px;
	font-weight: bold;
}

ul {
}

li {
margin-bottom: 5px;
}

p {
padding-left: 10px;
}

/***********************
 CONTAINER
 ***********************/

 #container { 
 	position: relative;
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/***********************
 HEADER STYLES
 ***********************/

#header { 
	display: relative;
	padding: 0px 0px;
	top: 0px;
	left: 0px;
	display: block;
	width: 800px;
	height: 200px;
} 

/*****************************/
/** 	menu				**/
/*****************************/

#menu
{
	position: relative;
	width: 800px;
	height: 50px;
	display: block;
	color: #333333;
	background: url(images/menu.gif) top left no-repeat;
	text-align: center;
	padding-left: 64px;
}

#menu .link
{
	position: relative;
	display: block;
	float: left;
	top: 20px;	
}

#menu a
{
	position: relative;
	display: block;
	color: #000000;
	background-color: #ffffff;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	margin: 0px 0px 0px 2px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;		
	border: 1px solid #ffffff;
}

#menu a:hover
{
	background: #000046;
	color: #dadada;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;		
	text-decoration: underline;
}

#menu .on
{
	position: relative;
	color: #333333;
	background-color: #ffffff;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	margin: 0px 0px 0px 2px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	text-decoration: underline;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;		
}

#menu .dropdown
{
	position: absolute;
	display: block;
	top: 30px;
	margin-left: 2px;
	z-index: 50;
	border: 1px solid #000046;
	text-align: left;
	border: 1px solid #ffffff;
	border-top: none;
}

#menu .dropdown a
{
	position: relative;
	background-color:#000046;
	color: #ffffff;
	height: auto;
	width: 190px;
	top: 0px;
	font-size: 12px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	text-decoration: none;		
	border: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;		
}

#menu .dropdown a:hover
{
	color: #ffffff;
	text-decoration: underline;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;	
}

.prevnext
{
	margin: 5px 0px 10px 0px;
}

/***********************
	mainContent
************************/	

#main
{
	position: relative;
	background: url(images/body-header.gif) top left no-repeat;	
	display: block;
	width: 800px;
}

#main_body
{
	position: relative;
	left: 50px;
	top: 12px;
	width: 670px;
	color: #000046;
	float: left;
	padding: 0px 15px;
	background: #ffffff;		
}

#main_body #content
{
	float: left;
	background: #ffffff;
	top: -12px;	
}


.sitemap
{
	font-size: 10px;
	text-align: center;
	padding: 0 10px;
}

.sitemap a
{
	display: inline-block;
}

.sitemap hr
{
	border: none;
	border-bottom: 1px dashed #999;
}

#main_spacer
{
	position: relative;
	width: 100%;
	height: 10px;
	clear: both;	
}

/***********************
 CONTAINER
 ***********************/

#footer { 
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
	width: 800px;
	height: 200px;
	color:#660000;
	background: #000046 url(images/footer.gif) top left no-repeat;
	padding-top: 5px;
	line-height: 18px;
} 

#footer #scubageek
{
	position: relative;
	left: 70px;
	float: left;
	text-align: left;
}

#footer #copyright
{
	position: relative;
	right: 70px;
	float: right;
	text-align: right;
}

/************************************/
/** SECTION MAP **/

.sectionmap
{
	font-size: 10px;
	text-align: left;
	margin: 0 0;
	padding: 0 0;
	clear: both;
	text-align: center;
}

.sectionmap a
{
	display: inline-block;
	margin: 2px 2px 2px 0px;
	padding: 2px 2px;	
	height: 16px;
	line-height: 16px;
}

.sectionmap a:hover
{
}

.sectionmap .on
{
	color: #333;
	background: #fff;
	text-decoration: none;
}

.section
{
	padding: 10px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
}