@charset "utf-8";

.underline{

	text-decoration:underline;
}

#footer-bottom {
	width: 780px;
	padding: 10px 5px 10px 0px;
	margin: 0px auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	line-height: 9px;
}

#footer-bottom p {
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 8px;
}
#footer-bottom a        {
	text-align: center;
	font-size: 10px;
	color: #00CCFF;
	padding-top: 50px;
	line-height: 9px;
	text-decoration: underline;
}
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252525;
}
body {
	background-color: #003;
}

#marqueecontainer{
position: relative;
width: 250px; /*marquee width */
height: 375px; /*marquee height */
background-color: white;
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 5px;
}

#Container {
	position:relative;
	width:900px;
	height: 1500px;
	z-index:1;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFF;
}

#MAin {
    position:relative;
    width:900px;
    /*height: 100%;*/
    z-index:2;
    left: 0px;
    top: 0px;
    background-color: #FFF;
    line-height: 1.6em;
    text-align: left;
}
/*#MAin {
    position:absolute;
    width:900px;
    height:1004px;
    z-index:4;
    left: 0px;
    top: 0px;
    background-color: #FFF;
    text-align: left;
}
*/

#Copyright {
	position:absolute;
	width:500px;
	padding: 4px;
	z-index:7;
	left: 170px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height:35px;
}

#tos {
   text-align: center;
   font-size: 8pt;
}

/*#Copyright {
	position:absolute;
	width:500px;
	height:38px;
	z-index:7;
	left: 175px;
	top: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/

/*#Navigation {
	position:absolute;
	width:589px;
	height:20px;
	z-index:1;
	left: 15px;
	top: 245px;
}*/
#Navigation {
	position:absolute;
	width:800px;
	height:21px;
	/*z-index:3;*/
	left: 13px;
	top: 251px;
}

#header {
	position:relative;
	width:900px;
	/*height:100%;*/
	z-index:1;
}

/*#header {
	position:relative;
	width:900px;
	height:115px;
	z-index:2;
}*/
#footer {
	position:absolute;
	width:860px;
	height:900px;
	z-index:2;
	top: 424px;
	left: 22px;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 1px;
	top: 487px;
}

#edit {
	position:absolute;
	width:737px;
	height:450px;
	/*z-index:2;*/
	left: 97px;
	top: 281px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
}
h1 {
	font-size: 24px;
	color: #006;
}
h2 {
	font-size: 18px;
	color: #006;
}
h3 {
	font-size: 16px;
	color: #006;
}
h4 {
	font-size: 14px;
	color: #006;
}


#Center {
	position:absolute;
	width:874px;
	height:480px;
/*	z-index:3;*/
	left: 12px;
	top: 287px;
	overflow: auto;
}

#HomeText {
	position:absolute;
	width:844px;
	height:130px;
	z-index:1;
	left: 22px;
	top: 292px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #CCCCCC;
	
}

/*#apDiv3 {
	position:absolute;
	width:720px;
	height:115px;
/*	z-index:1;
	left: 85px;
	top: 304px;
}*/

#apDiv3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

body  {
	/*font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #220088;*/
	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; */
	
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {font-size: 14px;
	padding: 10px 0;
	color:#FF0000;
}


a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #220088;
}

a:active {
	text-decoration: underline;
	color: #ee0011;
}

#Search {
	position:absolute;
	width:855px;
	height:36px;
	z-index:15;
	left: 25px;
	top: 427px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:25px;
	z-index:1;
	left: 10px;
	top: 7px;
}
#apDiv5 {
	position:absolute;
	width:507px;
	height:115px;
	z-index:2;
	left: 16px;
	top: 280px;
}
#apDiv4 {
	position:absolute;
	width:343px;
	height:648px;
	z-index:2;
	left: 546px;
	top: 288px;
}
#SearchInner {
	position:absolute;
	width:66px;
	height:23px;
	z-index:15;
	left: 5px;
	top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#Field {
	position:absolute;
	width:440px;
	height:25px;
	z-index:15; 
	left: 82px;
	top: 6px;
}
#Allsites {
	position:absolute;
	width:86px;
	height:26px;
	z-index:15;
	left: 241px;
	top: 5px;
}
#SignUpLogin {
	position:absolute;
	width:239px;
	height:28px;
	/*z-index:1;*/
	left: 27px;
	top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#SignUpLogin a{
	color: #FFF;
}
#Data_01 {
	position:absolute;
	width:532px;
	height:456px;
	z-index:2;
	border: 1px solid #BFE0EC;
	left: 0px;
	top: 54px;
}
#DAta_01Form {
	position:absolute;
	width:513px;
	height:386px;
	z-index:1;
	left: 11px;
	top: 41px;
}
#PhotoGalleryText {
	position:absolute;
	width:500px;
	height:32px;
	z-index:2;
	left: 12px;
	top: 0px;
	font-size: 16px;
	color: #006;
}

#PhotoGalleryText td {
	font-size: 16px;
	color: #006;
}
#Data_02Lft {
	position:absolute;
	width:323px;
	height:456px;
	z-index:3;
	left: 537px;
	top: 54px;
	border: 1px solid #B3DAE9;
}

#Data_02LftTable {
	position:absolute;
	width:312px;
	height:386px;
	z-index:1;
	left: 6px;
	top: 41px;
}
#ReportText {
	position:absolute;
	width:200px;
	height:26px;
	z-index:2;
	left: 11px;
	top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #006;
}
#DAta_03 {
	position:absolute;
	width:532px;
	height:325px;
	z-index:4;
	left: 0px;
	top: 520px;
	border: 1px solid #B6DCEA;
}
#BoatingArticles {
	position:absolute;
	width:315px;
	height:22px;
	z-index:1;
	left: 5px;
	top: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #006;
}
#BoatingText {
	position:absolute;
	width:510px;
	height:275px;
	z-index:2;
	left: 12px;
	top: 41px;
}
#Data_04 {
	position:absolute;
	width:323px;
	height:325px;
	z-index:5;
	left: 537px;
	top: 520px;
	border: 1px solid #B3DAE9;
}
#Weather {
	position:absolute;
	width:299px;
	height:22px;
	z-index:6;
	left: 544px;
	top: 525px;
	font-size: 16px;
	font-weight: bold;
	color: #006;
}
#WeatherText {
	position:absolute;
	width:300px;
	height:275px;
	z-index:1;
	left: 12px;
	top: 41px;
	overflow: auto;
}

#Container #MAin #HomeText {
	font-style: italic;
	font-size: 16px;
}

#nav2 {
	position:absolute;
	width:574px;
	height:24px;
	z-index:16;
	left: 7px;
	top: 248px;
}
#Navigation {
	position:absolute;
	width:871px;
	height:21px;
	z-index:16;
	left: 14px;
	top: 250px;
}
.style1 {
	color: #006;
	font-weight: bold;
}
.style2 {color: #000000}
.style4 {color: #FFFFFF; font-weight: bold; }
.style4 a {text-decoration: underline; color: #FFFFFF; font-weight: bold; }
.style5 {
	font-size: 16px;
	font-weight: bold;
}

input[type=submit]{
background: #54b1d2;
color: #fff;
border: 0;
padding: 2px;
font-size: 14px;
font-weight:bold;
text-align:center;
text-decoration: underline;
cursor: pointer;
}

