@charset "utf-8";
/* CSS Document */

/************************************/
/* BASE
/************************************/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cddce9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

p,ul,ol,td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

li
{
	list-style: url(images/keyhole_li.gif) outside;
	margin: 3px 0px;
	line-height: 18px;
	color:#333333;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 
}

a {
	color: #054e92;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/************************************/
/* SITE FRAME
/************************************/

#frame {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	
}


#container { 
	position: absolute;
	z-index: 1;	
	float: left;
} 

#container #logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 340px;
	z-index: 2;
	border-right: 5px solid #054e92;
}

/************************************/
/* BODY
/************************************/

#container #mainContent {
	position: relative;
	display: block;
	top: 0px;
	padding: 0 30px 0px 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	left: 0px;
	width: 585px;
	background: #fff url(images/keyhole_bg.gif) top left no-repeat;
	border-right: 3px solid #054e92;
	font-size: 12px;
	line-height: 18px;
	
}

#content p,ul,li,div,span
{
	color: #000;
}


/************************************/
/* MENU
/************************************/

#menu
{
	position: absolute;
	top: 305px;
	left: 100px;
	z-index: 3;
	text-align: right;
}

#menu a
{
	position: relative;
	font-size: 12px;
	color: #fff;
	float: left;
	display: block;
	line-height: 32px;
	height: 31px;
	text-decoration: none;
	padding: 0px 5px;
	margin: 0px 2px;
	border: 1px solid #5688b6;
	border-bottom: none;
}

#menu a:hover
{
	background-color: #cddce9;
	border: 1px solid #054e92;
	color: #054e92;
}

#menu span
{
	position: relative;
	font-size: 14px;
	float: left;
	display: block;
	line-height: 32px;
	height: 29px;
	text-decoration: none;
	padding: 0px 10px;
	background-color: #fff;
	border: 1px solid #054e92;
	border-bottom: 5px solid #fff;
	color: #054e92;
}

/************************************/
/* MENU
/************************************/

#subsections
{
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 10px;
	clear: both;
	padding-bottom: 10px;
}

#subsections span
{
	color: #000;
	font-weight: bold;
}

#subsections a
{
	font-weight: none;
}


/************************************/
/* PREV/NEXT
/************************************/

#prevnext
{
	position: relative;
	font-size: 11px;
	z-index: 100;
	padding: 10px 0px;
	clear: both;
}

#prev
{
	position: relative;
	float: left;
	text-align: left;
}

#next
{
	position: relative;
	float: right;
	text-align: right;
}
/************************************/
/* CONTENT STYLES
/************************************/

.title
{
	position: relative;
	width: 585px;
	height: 43px;
	background: #fff url(images/titlebars.gif) center;
	line-height:43px;
	font-size: 26px;
	padding: 16px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 4px;
	color: #054e92;
	clear: both;
}

.subtitle
{
	position: relative;
	width: 585px;
	height: 28px;
	background: #fff url(images/titlebars.gif) left bottom;
	line-height:28px;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 4px;
	color: #054e92;
	margin: 20px 0px 10px 0px;
	clear: both;
}

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

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

.hr{
	position: relative;
	width: 560px;
	height: 30px;
	background: #fff url(images/hr.gif) center no-repeat;
	border: none;
	clear: both;	
}

.showcase
{
	position: relative;
	float: right;
	z-index: 20;
	clear: right;
	margin: 10px -50px 10px 10px;
	border: 2px solid #054e92;
	background-color: #5688b6;
}

.showcase a:hover
{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

.drawpicture
{
	display: inline;
}

.drawpicture a:hover
{
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

/************************************/
/* FOOTER
/************************************/

#footer
{
	position: relative;
	width: 100%;
	font-size: 10px;
}

#footermenu
{
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	font-size: 10px;
}

#footermenu span
{
	color: #000;
	font-weight: bold;
}

#scubageek
{
	position: relative;
	font-size: 10px;
	color: #666;
	text-align: left;
	line-height: 16px;
	width: 40%;
}

#copyright
{
	position: relative;
	float: right;
	font-size: 10px;
	color: #666;
	text-align: right;
	line-height: 16px;	
	width: 40%;
}