html, body {
	margin: 0px;
	padding:0px;
	background: #000033; 
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:778px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:59px;
}

#logo {
	width:258px;
	float:left;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:0px;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:41px;
}

#links ul {
	margin:0px; 
	padding-top:30px;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:.8em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:.8em;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#mainimg {
	background-image:url(../images/beachscene.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:18px 40px 2px 0px;
	letter-spacing: -1.5px;
	word-spacing: -6px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar {
	float:left;
	width:539px;
	border-right:1px solid #BCBDBC;
}

#leftbar h1{
	font-family:"Trebuchet MS";
	font-size:1.7em;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:16px;
}
#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:0.95em;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:0px;
}
#leftbar p{
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 20px;
	line-height: 135%;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:1em;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:1em;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
}
#leftbar img {
	float: left;
	padding:0px 25px 10px 85px;
	margin: 0 0px 5px 0;
}

#rightbar {
	float:left;
	width:237px;
}
#rightbar h1{
	font-family:"Trebuchet MS";
	font-size:1.7em;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:16px;
}
#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:0.95em;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	padding:0px 25px
}
#rightbar p{
	font-family:"Trebuchet MS";
	font-size:.8em;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px 15px;
	line-height: 135%;
}
#rightbar a{
    color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

#rightbar a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
.orangetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
	line-height: 130%;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#000066;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#000066;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

