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

body {
	margin: 0;
	padding: 0;
	background-color: #058852;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.wrap {
	width: 917px;
	margin: 0 auto;
}

.container {
	width: 917px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: right;
}

.header {
	width: 917px;
	height: 108px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	float: left;
	background-color: #FFF;
	
}

.photo {
	width: 917px;
	min-height: 204px;
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	background-color: #FFF;
	border-top: 4px solid #37483C;
	border-bottom: 8px solid #37483C;
}

.slogan {
	width: 320px;
	margin-top: 70px;
	margin-right: 10px;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	color: #000;
	font-size: 17pt;
	font-weight: bolder;
	text-align: center;
	float: right;
}

h1 {
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 22pt;
	color: #028751;
	font-variant: small-caps;
	margin: 0 auto;
}

h1#boxHeader {
	color: #FFF;
	font-size: 16pt;
}

p {
	margin: 5 0 10px 0;
}

.sideBox {
	width: 232px;
	height: 77px;
	margin-top: 4px;
	margin-right: 5px;
	padding: 6px 8px 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 9pt;
	text-align: left;
	float: right;
	color: #FFF;
	background-image: url(images/bg-box.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.sideBox#boxTwo {
	background-image: url(images/bg-box.jpg);
}

.sideBox#boxThree {
	background-image: url(images/bg-box.jpg);
}

.sideBox a {
	color: #FFF;
	text-decoration: underline;
}

.sideBox a:hover {
	color: #CCC;
	text-decoration: underline;
}

.photoBox {
	width: 492px;
	height: 329px;
	float: right;
	text-align: center;
	background-image: url(images/photos.jpg);
	background-repeat: no-repeat;
}

.nav {
	width: 917px;
	height: 31px;
	text-align: center;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	color: #FFF;
	background-color: #028751;
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
	font-size: 15pt;
	*font-size: 14pt;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	padding-top: 4px;
	float: left;
}

.nav a {
	color: #FFF;
	text-decoration: none;
	margin: 3px;
}
	
.nav a:hover {
	color: #FFCC33;
}

.content {
	width: 877px;
	min-height: 200px;
	float: left;
	padding: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: #FFF;

}

.topper {
	width: 917px;
	margin-top: 8px;
	height: 3px;
	background-image: url(images/topper.png);
	background-repeat: no-repeat;
	float: left;
}

.botter {
	width: 917px;
	margin-bottom: 8px;
	height: 3px;
	background-image: url(images/botter.png);
	background-repeat: no-repeat;
	float: left;
}

.blueText {
	color: #00013A;
}

.footer {
	width: 917px;
	height: 95px;
	font-size: 8pt;
	font-weight: lighter;
	color: #666;
	padding-top: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	background-color: #FFF;
}

.footer img {
	padding: 5px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #999;
	text-decoration: none;
}

a {
	color: #004990;
	text-decoration: underline;
}

a:hover {  
	color: #999; 
	text-decoration: none;
}

