@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
}

h1 {
	color: #484848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 100;
	margin: 0px 0px 30px 0px;
}

h2 {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: 100;
	margin: 0px 0px 20px 0px;
	line-height: 25px;
}

h3 {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	margin: 0px 0px 10px 0px;
}

h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 7px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

p.logos img {
	float: left;
	margin: 20px 0px;
}

a {
	color: #4E88CE;
	text-decoration: none;
}

li {
	list-style: outside disc url(images/list.png);
	color: #484848;
}

#header {
	background: url(images/bg/header.jpg) repeat-x top left;
	width: 100%;
	height: 300px;
	position: relative;
}

		#logo {
			position: absolute;
			top: 35px;
			left: 0;
		}
		
		#date {
			background: url(images/bg/b_75.png);
			position: absolute;
			top: 0;
			right: 0;
			padding: 8px 15px;
			text-align: center;
			font-family: "Times New Roman", Georgia, Times, serif;
			font-size: 18px;
			color: #FFF;
		}
		#pga {
			position: absolute;
			top: 20px;
			right: 0;
		}
		
		#mangrove {
			position: absolute;
			top: 20px;
			right: 180px;
		}
		
		#v1 {
			position: absolute;
			top: 20px;
			right: 150px;
			display: none;
		}

#nav {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 230px;
	background: url(images/bg/b_25.png);
	text-align: center;
	padding: 8px 0px 0px 0px;
}

	#nav a {
		margin: 20px 45px 0px 0px;
		color: #333;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 18px;
	}
		
	
#content {
	background: #FFF url(images/bg/content.png) repeat-x top;
	padding: 50px 0px;
	overflow: hidden;
}

#footer {
	background: url(images/bg/bar.png) no-repeat top center;
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
}

#footer p {
	color: #666;
	font-size: 12px;
}

.more {
	font-size: 20px;
	float: right;
	background: url(images/arrow.png) right top no-repeat;
	padding: 3px 35px 5px 0px;
}

.more img {
	vertical-align: middle;
}

.dark {
	background: #EAF2F9;
	border-bottom: #5DA1F4 3px solid;
}

	.dark p {
		padding: 15px 15px 0px 15px;
	}
	
.homeimg {
	border: 5px #000 solid; 
	width: 380px;
}
