BODY {
	background: #fff;
	color: #fff;
	width:98%;
}
UL {margin: 0em 0% 0em 5%;
list-style: disc}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid black;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

a {
	text-decoration:none;
	color:#000;
	border-style:dashed;
	border-width:0 0 1px 0;
	border-color:#000;
}

a:hover {
	border-style:solid;
}

a.banner {
	border-style:none;
}

ul ul {
	position: fixed;
	left: 20px;
	top: 0;
	display: none;
}

ul li {position: relative;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* Styles for Menu Items */

ul li a {
	text-decoration: none;
	color: #ff0;
	border: 0px;
	}
	
li span {
	display: none;
	text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */*/

ul li a:hover { font-weight: bolder; color: #ff9; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#header {
	background: url(../Images/wet-header.jpg) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width:99%;
	z-index: 2;
	border:solid 2px #363;
}

#header span {	
	position:relative;
	top:70px;
	float:left;
	margin:3px;
	color:#fff;
	text-align:left;
}
#header H1 {
	position:relative;
	top:30px;
	color:#6ff;
	text-align:right;
	font-family:"Palatino Linotype";
	font-size:3em;
	margin:5px;
}

div.menu {
	position: absolute;
	border-right: 1px solid #ffffff;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	top: 110px;
	left: 0px;
	width: 140px;
	z-index: 2;
	font-size: 0.8em;
}

div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: #000000 solid 0px;;
	width: 85px;
}

div.menu li {
	border-bottom: #90bade solid 1px;
	margin: 0;
}

div.menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
/*
html>body #menu li a {
	width: auto;
}
*/
div.menu li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

div.menu ul ul {
	position: absolute;
	top: 0em;
	left: 116px;
	font-size: 0.9em;
	width: 125px;
	border: #000 solid 0px;
	border-left: #90bade solid 2px;
}

div.menu ul ul ul {
	position: absolute;
	top: 0em;
	left: 156px;
	font-size: 1.0em;
	width: 125px;
	border-left: #90bade solid 2px;
}

div.menu span {
	display: none;
	text-decoration: underline;
}

div.menu a:hover span {
	display: block;
	position:absolute;
	text-decoration:none;
	color:#cff;
	border: solid 1px #39f;
	background-color:#036;
	width:100%;
	top:200px;
	left:3px;
	padding:3px;
	z-index: 100;
}

div.frame {
	position: absolute;
	top: 105px;
	left: 140px;
	margin: 5px;
	width: auto;
	z-index: 1;
	background: #fff;
	color: #66f;
	font: normal 1.3em sans-serif;
	border: solid 1px #ccc;
	padding: 5px;
}

div.container {
	margin:10px;
	margin-left:30px;
	height:140px;
	float:none;
}

div.crest{
	top:0px;
	font:normal 0.7em sans-serif;
	height:130px;
	width:48%;
	border:solid 1px #000;
	float:left;
}

div.crest img {
	position:relative;
	float:left;
	padding-right:10px;
}

div.crest span {
	padding:15px;
}

div.content {
	position:relative;
	background:#90bade;
	color: #000;
	font: normal 0.8em sans-serif;
	border:solid 1px #000;
	margin: 2px 2px 10px 2px;
	padding: 2px;
}

div.Iam {
	position: relative;
	width: 99%;
	float: left;
	margin: 5px 0 10px 0;
}

div.Iam li {
	padding:1px;
}

div.Iam span {
	display: none;
	position: absolute;
	top: 1em;
	left: 26em; 
	width: 30em;
	padding: 5px; 
	margin: 10px;
	z-index: 100;
	color: #AAA; 
	background: black;
	font: 10px Verdana, sans-serif; 
	text-align: left;
	text-decoration: none;
}

div.Iam li:hover, div.Iam li.over {
	border:solid 1px #000;
	color:#aef;
	background-color:#79b;
	width: 35em;
	padding:0px;
	font-weight:bold;
	text-align: right;
}

div.Iam li:hover span, div.Iam li.over span {display: block;}

div.picPage {
	width:49%;
	height:150px;
	font:normal 0.8em sans-serif;
}

div.pics{
	position:relative;
	float:left;
}

div.pics img {
	border-style:none;
	padding:2px;
	margin:0px;
}

div.pics a {border-style:none;}

div.popup {
	display:none;
	position:fixed;
	z-index:2;
	right:15px;
	top:118px;
	padding:10px;
	border:solid 2px #036;
	background:#000;
}

div.popup img, div.popup span {
	z-index:2;
}

div.popup span {
	top:-10px;
	background:#000;
	color:#fff;
	font:normal 0.8em sans-serif;
}

div.pics:hover div.popup, div.pics.over div.popup{
	display:block;
}
