/* CSS Document */

body {
	font-family: Lucida Grande, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: url(../images/splash/bg.gif) top left repeat-x #357FBE;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}
.textArea {
	margin: 10px;
	color: #3399CC;
}

/* The following two styles center content both horizontally and vertically on stage */

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#horizon {
	background-color: transparent;
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 470px;
	margin-top: -325px;
 }
/* end IE 5 hack */ 

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 480px;
	height: 525px;
 }
  
 div#menu{
 	width: 480px;
	margin: 0px auto;
 }
 div#menu a, div.image a{
	border: none;
 }
 
a:link, a:visited, a:hover {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	border-bottom: 1px dotted #FFF;
}
 
 ul, li {
 	margin: 0px;
	padding: 0px;
 }

 ul#mainMenu li{
	display: inline;
	float: left;
	list-style-type: none; 
 }
 ul#mainMenu li a {
 	display: block;
 	width: 120px;
	height: 54px;
	border: none;
 }
 
 ul#mainMenu li a span {
 	display:none;
 }
  li#nept a{
 	background:url(../images/splash/btn_nept_off.gif);
 }
 
 li#aquarius a{
 	background:url(../images/splash/btn_aquarius_off.gif);
 }
 
 li#atlantis a{
 	background:url(../images/splash/btn_atlantis_off.gif);
 }
 
 li#waterparkcity a {
 	background:url(../images/splash/btn_wpc_off.gif);
 }
  li#aquarius a:hover{
 	background:url(../images/splash/btn_aquarius_on.gif);
 }
 
 li#atlantis a:hover{
 	background:url(../images/splash/btn_atlantis_on.gif);
 }
 
 li#waterparkcity a:hover{
 	background:url(../images/splash/btn_wpc_on.gif);
 }
 
 li#nept a:hover{
 	background:url(../images/splash/btn_nept_on.gif);
 }
 
 .clearBoth {
 	clear:both;
 }
.miniText {
	margin: 5px auto;
	font-size: 10px;
	width: 470px;
}
#footer {
	background-color: #373737;
	text-align: center;
}