
/* CSS Popout Menu */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

body
	{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
H1
	{
	margin: 0;
	padding: 0 6em 0px 6em;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: justify;
}
H1 a
	{
	color: #FFFFFF;
}

H1 a:hover	/* on mouse over -- all menus */
	{
	background-image: none;
	background-color: #0d6ebf;
	color: #ffffff;
	text-decoration: none;
}

H2
	{
	margin: 0;
	padding: 0 3em 0px 3em;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: justify;
	
}
H2 a
	{
	color: #1aef63;
	text-decoration: none;
}
H2 a:visited
	{
	color: #1aef63;
	text-decoration: none;
}
H2 a:active
	{
	color: #1aef63;
	text-decoration: none;
}
H2 a:hover	/* on mouse over -- all menus */
	{
	background-image: none;
	background-color: #0d6ebf;
	color: #ffffff;
	text-decoration: none;
}
.title
	{
	margin: 0;
	padding: 1em 2em 1em 2em;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	color: #1aef63;
	font-weight: lighter;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.ptitle
	{
	margin: 0;
	padding: 0em 1em 0em 0em;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
.stitle
	{
	margin: 0;
	padding: 0 3em 0px 3em;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1adcf0;
	font-weight: bold;
	
}
.stitle a
	{
	color: #d3bd3a;
}

.stitle a:hover	/* on mouse over -- all menus */
	{
	background-image: none;
	background-color: #0d6ebf;
	color: #ffffff;
	text-decoration: none;
}
.diveheader
	{
	margin: 0;
	padding: 0 3em 0px 2.9em;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1adcf0;
	font-style: italic;
	font-weight:bold;
	text-align: left;
}
.diveinfo
	{
	margin: 0;
	padding: 0 3em 0px 3em;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1adcf0;
	text-align: left;
}
.bigblue
	{
	margin: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1adcf0;
	text-align: left;
}
#mainmenu
	{
	margin: 0;
	padding: 0;
	color: #0d6ebf;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .5px;
	margin-left: 10px;
}
#topscroll
	{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-weight: bold;
}

#topscroll a
	{
	white-space:nowrap;
	text-decoration: none; /* removes underlines from links */
	color: #ffffff;
	}

#topscroll a, #topscroll a:visited				/* menu at rest */
	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none; /* removes underlines from links */
}

#topscroll a.parent, #topscroll a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#topscroll a:hover	/* on mouse over -- all menus */
	{
	color: #add8e6;
	background-image: none;
	background-color: transparent;
}

#topmenu
	{
	margin: 0;
	padding: 0;
	color: #0d6ebf;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .5px;
	margin-left: 10px;
}
#topmenu a
	{
	display:block; /* expands menu box */
	white-space:nowrap;
	}

#topmenu a, #menu a:visited				/* menu at rest */
	{
	color: #0d6ebf;
	background-color: transparent;
	text-decoration: none; /* removes underlines from links */
}

#topmenu a.parent, #menu a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#topmenu a:hover	/* on mouse over -- all menus */
	{
	color: blue;
	background-image: none;
	background-color: transparent;
}
	
#menu
	{
	position: relative; /* position, size, and text of the menu */
	top: 0;
	left: 0;
	z-index: 0;
	width: 12em; /* width of menu boxes */
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 16px;
}

#menu a
	{
	display:block; /* expands menu box */
	white-space:nowrap;
	width: 145px;
	}

#menu a, #menu a:visited				/* menu at rest */
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none; /* removes underlines from links */
}

#menu a.parent, #menu a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu a:hover	/* on mouse over -- all menus */
	{
	color: #0d6ebf;
	background-image: none;
	background-color: transparent;
}
	

	
#menuc
	{
	position: relative; /* position, size, and text of the menu */
	top: 0;
	left: 0;
	z-index: 0;
	width: 12em; /* width of menu boxes */
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 16px;
}

#menuc a
	{
	display:block; /* expands menu box */
	white-space:nowrap;
	width: 145px;
	color: #1aef63;
	}

#menuc a, #menuc a:visited				/* menu at rest */
	{
	color: #1aef63;
	background-color: transparent;
	text-decoration: none; /* removes underlines from links */
}

#menuc a.parent, #menu a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	color: #1aef63;
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuc a:hover	/* on mouse over -- all menus */
	{
	background-image: none;
	background-color: #0d6ebf;
	color: #ffffff;
	text-decoration: none;
}

#menulower
	{
	position: relative; /* position, size, and text of the menu */
	top: 0;
	left: 0;
	z-index: 0;
	width: 12em; /* width of menu boxes */
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 24px;
}

#menulower a
	{
	display:block; /* expands menu box */
	white-space:nowrap;
	width: 145px;
	}

#menulower a, #menulower a:visited				/* menu at rest */
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none; /* removes underlines from links */
}

#menulower a.parent, #menulower a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menulower a:hover	/* on mouse over -- all menus */
	{
	color: #0d6ebf;
	background-image: none;
	background-color: transparent;
}
	
#weather
	{
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}





