#wrapper {
	margin:0px auto;
	width:800px;
	position:relative;
}

.topper {
	position:relative;
	margin: 0 auto;
	width:800px;
	height: 30px;
	
}
.topper h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	text-align:center;
	color:#5C743D;
}


.logo {
	width:800px;
	position:relative;
	height:160px;
	margin-bottom:-5px !important;
	margin-bottom:5px;
}
.logo img {
	padding-left:115px;
}
.logoText {
	position:absolute;
	left:515px;
	top:40px;
	font-family:"Trebuchet MS";
	font-size:30px;
	line-height:42px;
	font-weight:bold;
	color:#5C743D;
	letter-spacing:2px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #666666;
	position: relative;
	width:800px;
	background-color:#99CC66;
	height:28px;
	text-align:center;
}
.contact p {
	padding-top:8px;
}
.contact a:link {
	color:#666666;
}

.contact a:visited {
	color:#666666;
}

.contact a:hover {
	color:#F4FFE4;
}


/*  inMain creates a box around the navBox and contentBox, so the background image can extend the depth of the navBox */
.inMain {
	background:url(images/backgroundContent.gif) repeat-y;
	display:table;  /* this specifically for Windows Firefox; otherwise background image doesn't extend to bottom */
	position:relative;
	width:800px;  
}

.contentBox {
	width:625px;
	float:left;
	margin:0 0 0 175px;
	background-color:#F4FFE4;
	display:inline;
}
.content  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	width:575px;
	margin:30px 20px 20px 30px;
}
.content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}
.content h3 {
	font-size:14px;
	font-weight:bold;
}
.content .photoBox {
	clear:left;
	float:right;
	margin:2px 0 7px 15px;
}

.content .photoBox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:3px;

}
.content .photoBoxHome {
	float:right;
	margin:5px 0 0 25px;
	width:375px;
	height:490px;
}

.content .photoBoxHome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin-top:3px;

}


.navBox {
	position:absolute;
	background-color:#5C743D;
	width:175px;
	left: 0px;
	top: 256px;
	z-index:2;
}
.nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#F4FFE4;
	padding:0 30px 0 30px;
}
.nav a:link {
	text-decoration:none;
	color:#F4FFE4;
}
.nav a:visited {
	text-decoration:none;
	color:#F4FFE4;
}
.nav a:hover {
	text-decoration:none;
	color:#99CC66;
}
.promo {
	margin:0 0 0 30px;
	background:url(images/burst_lite_big.gif) no-repeat;
	height:130px;
	position:relative;
	top:0;
	left:-10px;
	text-align:center;
}
.promoText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#5C743D;
	position:relative;
	top:35px;
	left:-7px;
}
.promoText a:link {
	color:#5C743D;
}
.promoText a:visited {
	color:#666666;
}
.promoText a:hover {
	color:#99CC66;
}
.homeSeal {
	margin:15px 0 0 25px;
	height:114px;
	width:130px;
	position:relative;
	left:-10px;
	text-align:center;
}

.homeFacebook {
	margin:15px 0 0 25px;
	height:114px;
	width:130px;
	position:relative;
	left:-5px;
	text-align:center;
}


.clear {
	clear:both;
}
.navBottom {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	width:800px;
	padding:30px 0;
	text-align:center;
}
.navBottom a:link {
	color:#5C743D;

}
.navBottom a:visited {
	color:#666666;

}
.navBottom a:hover {
	color:#99CC66;

}
.license {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	padding-top:10px;
	text-align:center;
}
