@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: #000000;
	background: #fffbcc url(images/background_bar.gif) bottom center fixed repeat-x;
}

a {
	color: #0071bc;
	text-decoration: none;
}

a:hover {
	color: #b46464;
	cursor: pointer;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.bodyimg
{
	border: 1px solid #000000;
	padding: 2px 2px;
}

.noimg
{
	border: 0px;
	padding: 0 0;
}

h1
{
	font-size: 24px;
}

hr
{
	border: none;
	border-top: 1px solid #000000;
	clear: both;
}

.indented
{
	text-indent: -10px;
	padding-left: 10px;
}

.indented:first-line
{
	text-indent: -10px;
	font-size: 14px;
	font-weight: bold;
}

ul {
}

li {
margin-bottom: 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. */
}

#top_bar
{
	position: relative;
	width: 100%;
	height: 12px;
	top: 0px;
	left: 0px;
	background: #7ba6d8 url(images/top_bar.gif) left top repeat-x;
	display: none;
} 

#bottom_bar
{
	position: relative;
	width: 100%;
	height: 12px;
	top: 0px;
	left: 0px;
	background: #f5941f url(images/bottom_bar.gif) left top repeat-x;
	display: none;	
} 

/***********************
 HEADER STYLES
 ***********************/

#header { 
	display: relative;
	padding: 0px 0px;
	top: 0px;
	left: 0px;
	display: block;
	width: 800px;
	height: 240px;
	background: #ffffff;
} 

/*****************************/
/** 	menu				**/
/*****************************/

#menu
{
	position: relative;
	width: 195px;
	padding: 10px 5px 10px 20px;
	float: left;
	clear: both;
	color: #333333;
}

#menu a
{
	color: #b46464;
}

#links a
{
	display: block;
	float: none;
	width: 190px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #bacde9;
	padding: 0px 2px;
	text-align: center;
	font-size: 18px;
	margin: 5px 0px;
	text-decoration: none;
}

#links a:hover
{
	border: 2px solid #ffffff;	
	background: #bacde9 url(images/button_bg.gif) top left repeat-x;
	color: #b46464;
}

#menu hr
{
	border: none;
	border-top: #b46464 1px solid;
}

/***********************
	mainContent
************************/	

#main
{
	position: relative;
	width: 777px;
	top: 0px;
	left: 12px;
	background: #ffffff url(images/main_bg.gif) top left repeat-y;
}

#main_body
{
	position: relative;
	width: 520px;
	padding: 10px 20px 10px 0px;
	float: right;
	color: #333333;
}

#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: 12px;
	font-size: 10px;
	width: 777px;
	height: 57px;
	color:#660000;
	background: #ffffff url(images/footer.gif) top left no-repeat;
} 

#footer #scubageek
{
	position: relative;
	top: 37px;
	left: 7px;
	float: left;
	text-align: left;
}

#footer #copyright
{
	position: relative;
	top: 37px;
	right: 70px;
	float: right;
	text-align: right;
}

/************************************/
/** SECTION MAP **/

.sectionmap
{
	background: #333 url('images/bluefade_dark.gif') repeat-x top left; 
	color: #ffffff; 
	font-size: 10px;
	text-align: left;
	margin: 0 0;
	padding: 0 0;
	border: 1px solid #000;
	clear: both;
}

.sectionmap a
{
	display: inline-block;
	color: #fff; 
	margin: 4px 4px;
	padding: 4px 4px;	
	height: 18px;
	line-height: 18px;
}

.sectionmap a:hover
{
	color: #333;
	background: #e5e5e5 url('images/grayfade.gif') top center repeat-x;	
	text-decoration: none;
}

.sectionmap .on
{
	color: #333;
	background: #fff;
	border: 1px solid #000000;
}

.section
{
	padding: 10px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
}