/* @override http://southcrest.loudchurch.com/css/panel.css */

#full_content_main { 
	background:url(../images/panel_bgbody.jpg) center repeat-y;
}
#full_content_bottom {
	background:url(../images/panel_bgbot.jpg) center bottom no-repeat;
}
#full_content_top {
	background:url(../images/panel_bgtop.jpg) center top no-repeat;
}
#full_body {
	left: 24px;
	width: 634px;
	float: left;
}
#full_body_title{
	width: 582px;
	top: 14px;
	color: #ff9700;
}
#full_body_text{
	width: 582px;
	top: 20px;
	color: #000;
}

/* STAFF SECTION */
.staff_pic_bg {
	width: 162px;
	height: 157px;
	background: url(../images/staffimg_bg.jpg);
	float: left;
}
.staff_pic {
	position: relative;
	top: 21px;
	left: 17px;
	float: left;
	width: 125px;
	height: 125px;
}
.staff_body	{ 
	position: relative;
	top: 14px;
	float:left; 
	width: 400px; 
	letter-spacing: .1em;
}
.staff_name {
	color: #2995d5;
	font-size: 1.4em;
}
.staff_title {
	color: #004e66;
	font-size: 1.2em;
}
.staff_bio {
	position: relative;
	top: -10px;
	line-height: 1.4em;
	color: #4e493d;
}
.staff_email {
	position: relative;
	top: 35px;
	left: 25px;
}

/* CONTACT FORM */
#contact_formbg {
	position: relative;
	top: 0px;
	left: -5px;
	height: 314px;
	width: 592px;
	background: url(../images/contact_formbg.jpg) no-repeat;
}
#contact_form {
	position: relative;
	top: 17px;
	left: 15px;
}
.contact_table {
}
.contact_label {
	width: 100px;
	text-align: right;
	color: #004e66;
	font-weight: bold;
	vertical-align: top;
}
#contact_form input {
	width: 330px;
	height: 17px;
}
#contact_form textarea {
	width: 334px;
	height: 90px;
}
.contact_btns {
	text-align: right;
	vertical-align: bottom;
	height: 30px;
}
#contact_promobg {
	position: relative;
	top: 15px;
	background: url(../images/contact_promobg.jpg);
	width: 589px;
	height: 156px;
}
.contact_promo1 {
	position: relative;
	top: 12px;
	left: 9px;
}
.contact_promo2 {
	position: relative;
	top: 12px;
	left: 22px;
}
