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


body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	text-align:center;
	margin:0
}
a:link {
	color: #009A62;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009A62;
}
a:hover {
	text-decoration: underline;
	color: #CE9429;
}
#wrapper {
	background-color:#FFFFFF;
	width:1000px;
	text-align:left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width:735px;
	background-image: url(images/bird_fish.png);
	background-repeat: no-repeat;
	height: 139px;
	padding-left: 265px;
	float: left;
}
.logo {
	float: left;
}
.nav {
	float: left;
	width: 417px;
	height: 19px;
	padding-top: 120px;
	text-align: right;
	font-weight: bold;
}
.nav a {
	text-decoration:none;
	color:#009A62;
	width: 140px;
}
.nav a:visited {
	text-decoration:none;
	color:#009A62;
}
.nav a:hover {
	color:#CE9429;
	text-decoration:underline;
}
.wave {
	width:1000px;
	background-image:url(images/top_wave.png);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
}
#container {
	width:920px;
	margin-left:50px;
}
#content {
	width:570px;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 24px;
	padding-right: 10px;
}
#right {
	float: left;
	width: 325px;
	padding-left: 0px;
	padding-top: 20px;
}

.clear {
clear:both;
}
.leftImgFloat {
	float: left;
	padding-right: 5px;
}
.rightImgFloat {
	float: right;
	padding-right: 5px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
}

h1 {
	font-size: 18px;
}
#footer {
	width:1000px;
	height:184px;
	background-image:url(images/footer_wave2.png);
	background-repeat: no-repeat;
	padding-top: 41px;
	padding-bottom: 0px;
}
.footerLeft {
	float: left;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 35px;
	width: 600px;

}
.footerLeftnav {
	float: left;
	height: 143px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #009A62;
	line-height: 35px;
	padding-top: 0px;
	width: 600px;
}
.footerLeftnav a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #009A62;
	text-decoration: none;
}
.footerLeftnav a:visited {
	color: #009A62;
	text-decoration: none;
}

.footerLeftnav a:hover {
	color: #CE9429;
	text-decoration: underline;
}


.footerRight {
	float: left;
	width: 325px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

