body {
	background: black url(../img/body_bg.jpg) no-repeat center 0;
	font: 14px Arial;
	margin: 0;
}

h1 {
	font: bold 25px/25px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: -2px;
	color: #005380;
	margin: 0 0 30px;
}

h2 {
   color: #005380;
   font: bold 16px Arial;
	margin: 0 0 14px;
}

h3 {
   color: #005380;
   font: bold 14px Arial;
	margin: 0 0 8px;
}

h4 {
	display: inline;
	font: bold 18px Arial;
	color: #005380;
	border-right: 2px solid #005380;
	padding-right: 12px;
}

h5 {
	font: normal 16px Arial;
	display: inline;
	margin-left: 10px;
}

img {
	border: 0;
}

a {
	color: #005380;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

h2 a:hover, h4 a:hover {
	text-decoration: none;	
}

a:active, a:focus {
   outline: 0;
}

table {
	width: 100%;
	margin-top: 15px;
}

tr {
	vertical-align: top;
}

tr.alt {
	background-color: #dde9d9;
}

td {
	padding: 30px 40px;
	width: 50%;
}

table table {
	margin: 25px 250px 0 50px;
	width: auto;
}

tr tr {
	background-color: transparent;
}

td td {
	padding: 0 0 15px;
}

#wrapper {
	margin: 0 auto;
	width: 978px;
}

#wrap {
	background-color: #eeeeee;
}

#header {
	height: 168px;
	background-image: url(../img/header_bg.jpg);
}

#header #logo {
	position: absolute;
	top: 17px;
	left: 39px;
}

#topnav {
	background-color: #005280;
	height: 40px;
	position: relative;
}

#topnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   margin-left: 93px;
	position: absolute;
}

#topnav li {
   float: left;
}

#topnav a {
   color: #EFEFEF;
   text-decoration: none;
   font: bold 16px Verdana;
   display: block;
   padding: 11px 15px 16px;
}

#topnav a.active, #topnav a:hover {
	background-color: #97d786;
}

#content-wrap {
}

#content {
}

#footer-wrap {
	border-top: 1px solid #3c799c;
   background-color: #005280;
   height: 105px;
}

#footer {
	padding-top: 65px;
	padding-left: 90px;
	color: #98d887;
	font-size: 11px;
}

#home {
	margin: 80px 90px;
}

#home ul {
   list-style: none;
   margin: 20px 53px 0;
   padding: 0;
}

#home li {
	margin: 15px 0 10px;
}

#home a {
   color: #515151;
   text-decoration: none;
   font: 20px Arial;
   padding: 7px 30px;
	background: url(../img/arrow.gif) no-repeat 0 7px;
}

#home a:hover {
	color: #005380;
	background-image: url(../img/arrow_over.gif);
}

#news {
	margin: 55px 113px;
}

#intro {
	padding: 25px 40px;
	background-color: #005280;
	color: white;
	font: 18px Arial;
	clear: both;
}

#intro strong {
	font: bold 25px/25px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #98D887;
}

#profiles {
	background-color: #005280;
	height: 279px;
	padding-left: 40px;
}

#profiles div {
	float: left;
	height: 279px;
}

#profiles h4 {
	color: #515151;
	font: normal 14px Arial;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

#profiles h5 {
	color: #515151;
	font: italic normal 14px Arial;
	margin: 0;
	display: block;
}

#profiles a {
	background: url(../img/arrow.gif) no-repeat 11px 234px;
	display: block;
	padding-top: 239px;
	padding-left: 40px;
}

#profiles a:hover {
	background-image: url(../img/arrow_over.gif);
	text-decoration: none;
}

#profiles #dave {
	background: url(../img/profile_dave.jpg) no-repeat;
	width: 196px;
}

#profiles #david {
	background: url(../img/profile_david.jpg) no-repeat;
	width: 196px;
}

#profiles #thomas {
	background: url(../img/profile_thomas.jpg) no-repeat;
	width: 196px;
}

#profiles #bud {
	background: url(../img/profile_bud.jpg) no-repeat;
	width: 195px;
	display: none;
}

#profiles #megan {
	background: url(../img/profile_megan.jpg) no-repeat;
	width: 195px;
}