/* @override http://cypress.loudchurch.com/css/struct.css */

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #5c5c5c;
	font-size: 0.8em;
}
p {
	margin-top: 0px;
}
.head1 {
	color: #07b6be;
	font-size: 25px;
	text-transform: uppercase;
}
.head2 {
	font-size: 1.2em;
	color: #005864;
}

/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #679197;
}
#body_container {
	width: 1000px;
	margin: auto;
}
/* HEADER */
#header_container {
	height: 186px;
}
/* NAVIGATION */
#nav_container {
	background: url(../images/TMP_nav.jpg);
	height: 116px;
}
/* MAIN CONTENT SECTION */
#content_bg {
	background: url(../images/body_bg.jpg);
}
#content_container {
	width: 840px;
	margin: auto;
}
/* FOOTER */
#footer_container {
	height: 152px;
}
#main_left {
	width: 592px;
	float: left;
}
#main_bannerbg {
	height: 280px;
	background: url(../images/index_bannerbg.jpg);
}
#main_banner {
	position: relative;
	top: 15px;
	left: 1px;
}
#main_container {
	background: url(../images/body_top.jpg) no-repeat;
}
.main_hdr {
	padding-top: 26px;
	width: 560px;
	margin: auto;
}
.main_hdr_div {
	width: 560px;
	margin: auto;	
}
.main_body {
	padding-top: 4px;
	width: 560px;
	margin: auto;
	line-height: 1.6em;
}
#main_right {
	width: 248px;
	float: left;
}
#full_subnav {
	width: 200px;
	padding-left: 39px;
}
.subnav_link  {
	color: #5C5C5C;
	text-decoration: none;
}
.subnav_link:hover,
.curr_link  {
	color: #2e5c62;
	text-decoration: none;
}
/****************************************************
INDEX SPECIFIC
****************************************************/
#index_sec1 {
	height: 622px;
}

#index_promobg {
	background: url(../images/promo_bg.jpg);
	height: 300px;
}
#index_promoimg {
	position: relative;
	top: 31px;
	left: 28px;
}
#index_promotitle {
	padding-top: 37px;
	width: 190px;
	margin: auto;
	color: #07b6be;
	font-size: 1.5em;
	text-transform: uppercase;
}
#index_promobody {
	padding-top: 5px;
	padding-left: 8px;
	width: 200px;
	height: 50px;
	margin: auto;
	font-size: 0.9em;
}
#index_promomore {
	padding-top: 3px;
	text-align: right;
}
.index_adbg {
	background: url(../images/ad_bg.jpg);
	height: 109px;
}
.index_adimg {
	position: relative;
	top: 1px;
	left: 11px;
}
#index_sec2 {
	height: 417px;
	background: url(../images/news_bg.jpg);
}
#index_news {
	padding-top: 70px;
	width: 808px;
	margin: auto;
}
.index_hlite {
	
}
.hlite_imgbg {
	background: url(../images/hlite_bg.jpg);
	height: 101px;
	width: 107px;
	float: left;
}
.hlite_img {
	position: relative;
	top: 17px;
	left: 16px;
}
.hlite_body {
	padding-top: 14px;
	width: 700px;
	float: left;
}
.hlite_title {
	color: #005864;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
.hlite_text {
	height: 45px;
	line-height: 1.7em;
	overflow: hidden;
}
#bannercontent {
	position: relative;
	top: 15px;
	left: -4px;
	
}
/*****************************************
LEADERS SECTION
******************************************/
#lead_container {
	background: url(../images/leader_topbg.jpg) no-repeat;
}
.staff_pic_bg {
	width: 135px;
	height: 184px;
	background: url(../images/staffimg_bg.jpg);
	float: left;
}
.staff_pic {
	position: relative;
	top: 6px;
	left: 5px;
}
.staff_body	{ 
	padding-top: 7px;
	padding-left: 5px;
	float:left; 
	width: 400px;
}
.staff_name {
	color: #07b6be;
	font-size: 1.9em;
	text-transform: uppercase;
}
.staff_title {
	padding-top: 3px;
	color: #005864;
	font-size: 1.4em;
	text-transform: uppercase;
}
.staff_bio {
	line-height: 1.5em;
}
.staff_email {
	position: relative;
	top: 18px;
	left: 22px;
}
/*****************************************
CONTACT SECTION
******************************************/
fieldset { 
	margin: 0;
	border: none; 
}
#contact_bg {
	background: transparent url(/images/contact_formbg.jpg) no-repeat scroll;
	border: 0px;
	height: 352px;
	display:block;
}
#contact_form {
	padding-top: 34px;
	padding-left: 57px;
	width: 294px;
	float: left;
}
#contact_banner {
	padding-top: 81px;
	padding-left: 6px;
	float: left;
}
#contact_form input {
	color: #5c5c5c;
	width: 210px;
	height: 20px;
	border: 0px;
	margin-bottom: 16px;
	padding-left: 4px;
	background-color: transparent;
}
#contact_form textarea {
	color: #5c5c5c;
	width: 210px;
	height: 75px;
	border: 0px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-left: 2px;
	background-color: transparent;
	overflow: auto;
}
#form_btns {
	padding-left: 31px;
}
#contact_info {
	width: 200px;
	padding-left: 39px;
	height: 350px;
}
.contact_bg {
	background: transparent url(/images/contact_formbg) no-repeat scroll;
	border: 0px;
	height: 352px;
	display:block;
}
