@charset "utf-8";

/* Sticky Footer */
* {margin:0;padding:0;} 
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;};
body{ margin-top:0px; padding-top:0px; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}/* Hides from IE-mac \*/
* html .clearfix { height: 0%;}.clearfix {display: block;}/* End hide from IE-mac */
#con{padding-bottom:18px;}



/* Top Banner */
#topBanner{
	position:relative;	
	max-width:980px;
	width:980px;
	max-height:140px;
	height:140px;
	
	top:0px;
	margin:0 auto;	
}

#topBannerTXT{
	position:absolute;
	left:135px;
	
	top:30px;
	font-family:'Brush Script MT', 'Brush Script Std', 'Bradley Hand ITC', 'Bradley Hand ITC TT', Century Gothic, sans-serif;
	font-size:50px;
	line-height:50px;
}

#topBannerIMG{
	position:absolute;
	top:5px;
	left:5px;
	width:130px;
}

#topBannerWeather{
	position:absolute;
	top:20px;
	right:120px;
	width:104px;
}

#topBannerMPBA{
	position:absolute;
	top:20px;
	right:5px;
	width:100px;
}

#topBar{
	position:absolute;
	top:0px;
	left0px;
	background-color:#B9D3EE;
	max-width:100%;
	width:100%;
	max-height:140px;
	height:140px;	
}

/* Nav Bar */
#navBar{
	position:relative;
	background-color:#5d83b2;
	text-align:center;
	
	max-width:100%;
	width:100%;
	max-height:30px;
	height:30px;	
}

.nav a{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-color:#5d83b2;
	vertical-align:middle;
	color:#FFF;
	display:inline-block;
	line-height:30px;
	padding-left:12px;
	padding-right:12px;
}

.nav a:hover{
	background-color:#232a60;
	display:inline-block;
	line-height:30px;
	padding-left:12px;
	padding-right:12px;
}

/* content */
#pageContent{
	position:relative;	
	max-width:980px;
	width:980px;
	max-height:100%;
	height:100%;
	height:inherit;
	
	margin:0 auto;
}

/* Footer */
#footer {
	position:relative;
	margin-top:-18px; 
	height:18px;
	clear:both;

	text-align:center;
	width:80%;
	margin:0 auto;

	font-family:Arial;
	font-size:10px;
	color:#666;
	
	border-top-style:solid;
	border-top-color:#666;
	border-top-width:1px;
} 

/* Background */
#bgBoat{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:-100;
}

/* Shared */
#header{
	position:relative;
	width:100%;
	text-align:left;
	font-family:'Brush Script MT', 'Brush Script Std', 'Bradley Hand ITC', 'Bradley Hand ITC TT', Century Gothic, sans-serif;
	font-size:60px;
	line-height:60px;
	font-style:italic;
	padding-top:12px;
}

#miniheader{
	width:100%;
	text-align:left;
	font-family:'Brush Script MT', 'Brush Script Std', 'Bradley Hand ITC', 'Bradley Hand ITC TT', Century Gothic, sans-serif;
	font-size:30px;
	line-height:30px;
	font-style:italic;
	padding-top:12px;
}

#textbody{
	position:relative;
	left:0%;
	text-align:justify;
	margin:auto;
	width:88%;	
	overflow:auto;
	
	color:#000;
	font-family:Arial;
	font-size:12px;
}

#innerBody{
	width:80%;
	margin:auto;
	
	font-family:Arial;
	font-size:12px;
	color:#000;
}

a{
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000;
	
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
	
}

a:hover{
	text-decoration:none;
	background-color:#5d83b2;
	color:#FFF;	
	
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
}

a img{
	border:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:2px;
	background-color:#e2e9f1;
	
}

a img:hover{
	background-color:#5d83b2;	
}


