/*the CSS styles for the navigational menu are stored in css>menu_style.css*/

/* Styles created by Dreamweaver */
<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background-color:#000;
background-image: url(../images/bkgd.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center;
	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: #000000; 
}
.thrColFixHdr #container {
	width: 961px; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 
.thrColFixHdr #header {
	/* padding: 0 10px 0 20px;  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. */
	background-image:url(../images/masthead.jpg);
	height:169px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #000;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 10px 15px 20px; padding keeps the content of the div away from the edges */
	color: #fff;
	background-color: #000;
}
.thrColFixHdr #mainContent {
	width:653px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0;
	line-height:26px;
	font-size:12pt;
	font-family: georgia, times new roman, serif;
	color:#ccc; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #footer p {
	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 */
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 {
	width: 157px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent {
	zoom: 1;
	font-size: 12pt;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

body {
background-color:#010813;
background-image:  url('images/bkgd.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center;
padding:0px;
margin:0px;

font-family:  arial,helvetica;
font-size: 10pt;
padding:0px;
margin:0px;
line-height:18pt;
}

td.contentarea {background-image: 
url('images/greenbkgd.html');
background-repeat: repeat-y;
background-position: right;
}

.bodyborder {
	border-left:1px solid #0F0F0F;
	border-right:1px solid #0F0F0F;
}

td 
{
	color: #CCC;
	font-family:  arial, helvetica;
	font-size: 12pt;

}


table.contact {
line-height: auto;
font-size:10pt;
}
a {
text-decoration:none;
color:#7BAFCF;
}
a:hover {
color:#ffffff;
}

#content {
width:550px;
padding-left:60px;
padding-right:auto;
padding-bottom:20px;
line-height:26px;
font-size:12pt;
font-family: georgia, times new roman, serif;
color:#ccc;

}

#footer {
font-size:11px;
padding-left:10px;
line-height:4pt;
text-align:center;
}

h1 {

font-weight:bold;
color:#0273BB;
font-size:  24px;
letter-spacing:0px;
font-family: arial, helvetica, sans serif;
}


h2 {

font-weight:normal;
color:#0273BB;
text-transform: uppercase;
font-size: 12px;
letter-spacing:4px;
font-style: normal;
}


h3 {

font-weight:normal;
color:#8FC1B0;
text-transform: uppercase;
font-size: 12px;
letter-spacing:6px;
font-style: normal;
border-bottom:dotted 1px #003366;

}

h4 {
	font-weight:normal;
	color:#8FC1B0;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing:6px;
	font-style: normal;
	border-bottom:dotted 1px #003366;
	margin: 0px;
	padding: 0px;
}

#links a {
color:#0273BB;
}

#links a:hover {
color:#000;
}

#links td {
background-color:white;
font-size:9pt;
line-height:12pt;
font-family: georgia, times new roman, serif;
color:#000;
}


img.thumb {
padding:3px;
margin:6px;
background-color:#000;
border: 1px #003366 dotted;
}

img.thumb:hover {
border: 1px #003366 solid;
}


img.embedimg {
padding:3px;
margin:6px;
background-color:#000;
border: 1px #111 solid;
}


.dropcap {
float: left;
 font-family: Georgia,serif;
 font-size: 300%;
 line-height: .9em;
 margin-right: 0.08em;
 margin-bottom:-0.25em;
 color:#97DBC4;
 font-style:italic;

}

#quote {
padding:20px;
display:block;
background-image: url('images/quotebkgd.gif');
background-position: top left;
background-repeat: no-repeat;
}

td.divesitenumber {
font-size:12px;
text-align:center;
color:#333;
}

td.divesitename {
font-size:14px;
text-align:left;
color:#000;
color:#0273BB;
}

td.divesitedesc {
font-size:12px;
text-align:left;
color:#000;
line-height:15px;
}

a.coursenav {
font-size: 10px;
font-family: arial, helvetica;
text-align:right;
color:#666;
text-transform:uppercase;
display:block;
}
a.coursenav:hover {
color:#fff;
}

ol.faq {
	font-size:.9em;
	line-height:1.5em;
}

embed#viewer {
	z-index:0;
}

#newsbox {
	height: 350px;
	clear: none;
	border-width:2px;
	border-style:solid;
	border-color: #999;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right:10px;
	padding: 0pt;
}

#newsbox h1 {
	color:  #039;
	margin-top:0px;
}
.thrColFixHdr #container #mainContent table tr td em {
	font-size: 9pt;
}
.specialdeal {
	font-size: 16pt;
	font-weight: bold;
	color: #F00;
}
.specialdealstitle {
	font-size: 18pt;
	font-weight: bolder;
	color: #FF0;
}
.subtitile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #D6D6D6;
}
.packageincludes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #69F;
}
