body{
	margin:0;
	padding:0;
	text-align:center;
	background: #53A47D url(../images/body_bg.jpg) repeat-x;
}

#super_wrap{
	text-align:left;
	width:900px;
	margin:0 auto; /* center div within browser */
	background:url(../images/superWrap_bg.jpg) center top no-repeat;
	
}

#wrap{
	width:846px;
	margin:0 auto; /* center div within super_wrap */
}


#header_banner{
	height:170px;
	position:relative;
}

#main_menu{
	top:120px;
	position:absolute;
}

#column_left_content{
	width:auto;
	margin:8px;
	margin-top:0;
}

#column_left_wrap{
	width:244px;
	float:left;
	background:#eaf8e1;
	margin-bottom:120px;
}

#column_right_content{

}

#column_right_wrap{

}

#mid_wrap{
	width:auto;
	margin: 20px;
	margin-top:26px;
	background:url(../images/midWrap_bg.png) repeat-y;
}


#mid_wrap_footer{
width:800;
height:20px;
background:transparent url(../images/mid_wrap_footer_bg.png) bottom center no-repeat;
margin-top:-24px;
}

#content_wrap{
	width:550px;
	float:right;
	background:white;
}

#content {
	width:auto;
	margin:10px;
	margin-top:0;
}

#footer{
	width:900px;
	height:82px;
	margin-bottom:12px;
	margin-top:12px;
	position:relative;
}

#footer_credits{
width:800px;
margin:0 auto;
margin-top:20px;
color:#fff;
}

#footer_credits a{
color:#fff33f;
text-decoration:none;
}

#poweredby{
height:41px;
float:left;
}

#poweredby img{
float:left;
margin-top:-5px;
margin-right: 6px;
}

#copyright{
float:right;
}



/* top navigation */
#main_menu ul li {
background:none;
color:white;
border:none;
padding:0 10px;
height:40px;
line-height:40px;
}

#main_menu ul ul li{
width:100%;
margin:0;
padding:0;
height:auto;
line-height:normal;
}

#main_menu ul li a{
background:none;
color:white;
text-decoration:none;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 1.15em;
font-weight:normal;
text-transform:uppercase;
}

#main_menu ul li a:hover {
color:#fff33f;
}

#main_menu ul ul li a:hover{
color:#fff33f;
background:#4FA95F;
width:auto;
}

#main_menu ul ul li a{
color:#4FA95F;
text-transform:none;
}

#main_menu ul ul {
border:solid 1px #4FA95F;
width:200px;
margin-top:28px;
margin-left:10px;
background:transparent url(../images/menu_box_shadow.png);
}
/* Email Subcription Box */
/* subscription */
#email_subscription {
	width:300px;
	position:absolute;
	top:-180px;
	left:50px;
	overflow:hidden;
	z-index:100;
	display:none;
	background-color:#4FA95F;
	border:solid 2px #fff;
	color:#fff33f;padding:14px;
}

#email_subscription h3{
	color:white;margin:0;padding:0;
}

/* common */
img { border:none; }

.noShow {
text-indent:-5000px;margin:0;padding:0;height:1px;
}

#content h1:first-child,#column_left_content h3:first-child {
margin:4px 0;
}

#content h2{
margin:4px 0;
}


/* Staff */



.staff_box h2 {
margin:0;
margin-left: 130px;
}
.staff_image {
width:110px;
height:auto;
float:left;
padding:5px;
border:solid 1px #999;
background:#fff;
margin:0px 10px 0 2px;
}
.staff_title{
font-size:1.25em;
font-style:italic;
margin-bottom:10px;
margin-top:2px;
border-bottom:solid 2px #4D84B8;
padding-bottom:5px;
margin-left: 130px;
}

.img_col{
width:120px;
float:left;
text-align:center;
}
.bio_col{
width:auto;

}
/*staff styles */
.staff_box {
border-bottom:none;
padding-bottom:10px;

padding:5px;
margin-bottom:10px;
}
.staff_box.last {
border-bottom:none;
}