.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
h1, h2 {
	color:#66ff00;
	font-weight:bolder;
}
h3 {
	color: #FFA64C;
}
a.nav:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
a.nav:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.orangTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFA64C;
}
.grnCallOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: 700;
	color: #66FF00;
}
.grnTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66FF00;
}
.bluTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-align: justify;
	text-indent: 0px;
}
.orangCallOut {
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFA64C;
}
.whtCallOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}
.whtTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
body {
	background-image: url(../images/bkgnd2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font: Arial, Helvetica, sans-serif, bold, 12pt;
	background-color: 2b619f;
	background-attachment: fixed;
}
a.green:link {
	color: #66FF00;
	text-decoration: none;
}
a.green:visited {
	color: #66FF00;
	text-decoration: none;
}
a.green:hover {
	color: #66FF00;
	text-decoration: underline;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
	font-family: verdana, arial, sans-serif;
	width:550px;
	height:31px;
	background:#fff;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	border-bottom:20px solid #333;
	margin-bottom:600px;
}
/* position the instructions using a dl */
.menu2 dl {
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	position:absolute;
	width:270px;
	top:81px;
	left:76px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:51px;
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:50px; 
height:31px; 
color:#ddd;
border-right:1px solid #fff;
background:#333; 
line-height:30px; 
font-size:11px;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:pointer;
width:483px;
height:483px;
border:20px solid #000;
border-width:20px 5px;
background:#ddd url(slide/linen.jpg); 
color:#fff;
padding:82px 90px;
cursor:default;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:600px; height:480px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:600px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}

#wrapper {
	background-color:#000066;
	width:800px;
	margin:0 auto;
}
#topNav {
	width:800px;
	background-color:#000066;
	color:#FFFFFF;
	font-size:90%;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
#topNav ul {
	list-style:none;
	
}
#topNav li {
	display:inline;
	margin-right:0.5em; padding-right:0.75em;
	border-right:1px solid #fff;
	font-weight:bold;
}
#topNav li.last {
	border-right:0;
}
#topNav a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftSide {
	float:left;
	width:200px;
	background-color:#000066;
	margin:0;
	padding:10px;
}
#mainContent {
	width:572px;
	padding:0;
	margin:0 0 0 225px;
	background-color:#000033;
}
.pageTitle {
	text-align:right;
	background-color:#66A6BF;
	padding:10px;
	margin:0;
}
#pageVideo {
	float:left;
	width:300px;
	padding:0;
	margin:0;
}
#scubaClasses {
	float:right;
	width:240px;
	/*margin:0 0 0 300px;*/
	padding:0 0 0 5px;
	background-color:#000033;
	font-size:90%;
}
#scubaClasses li {
	color:#66ff00;
	font-weight:bold;
}
#scubaClasses span {
	color:#FFA64C;
	font-weight:bold;
}
#scubaClasses a {
	color:#FFA64C;
	text-decoration:none;
}
#padi {
	padding:5px;
	border:none;
}
#dan {
	padding:5px;
	border:none;
}
#homeText {
	background-color:#ffffff;
	color:#000033;
	padding:15px;
	margin:0;
	font-size:90%;
	height:100%;
	min-height:510px;
}
#homeText img {
	float:right;
}
#padiSection {
	padding:0;
	text-align:center;
	border:none;
}
#weather {
	background-color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	padding:0;
	margin:0;
}
#footer {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-size:90%;
	padding:5px;
	margin:0;
	border-top:2px solid #fff;
}
#footer a {
	color:#FFFFFF;
}
#counter {
	text-align:center;
	padding:0 0 15px 0;
	margin:0 auto;
}
#linksPage {
	background-color:#fff;
	padding:15px;
	margin:0;
}
