/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#whole_site_container {
	background: #ffffff url("/images/backgrounds/interior_gradient(1).jpg");
	background-repeat: repeat-x;
	background-position: center top;
	overflow: auto;
}

/* MAIN HOMEPAGE BACKGROUNDS */

.agreement {
	background: transparent url("/images/backgrounds/interior/agreement.jpg");
}
.field_megaphone {
	background: transparent url("/images/backgrounds/interior/field_megaphone.jpg");
}
.jump_for_joy {
	background: transparent url("/images/backgrounds/interior/jump_for_joy.jpg");
}
.jump_for_success {
	background: transparent url("/images/backgrounds/interior/jump_for_success.jpg");
}
.paperwork {
	background: transparent url("/images/backgrounds/interior/paperwork.jpg");
}
.plant_hands {
	background: transparent url("/images/backgrounds/interior/plant_hands.jpg");
}
.speeding_spring_road {
	background: transparent url("/images/backgrounds/interior/speeding_spring_road.jpg");
}
.spring_field_with_sun {
	background: transparent url("/images/backgrounds/interior/spring_field_with_sun.jpg");
}

div#site_container {
	background-repeat: no-repeat;
	background-position: center top;
}


/* HEADER */

div#header {
	height: 311px;
}

	#header h1 {
		height: 311px;
	}


/* SITE INTRO TEXT */

div#intro_text {
	height: 95px;
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	min-height: 305px;
	_height: 305px;
}


/* MAIN TEXT REGION */

	div#body_text {
		margin: 0px 35px 0px 0px;
		padding: 0px 15px 50px 15px;
		width: 580px;
		min-height: 305px;
		_height: 305px;
		background: transparent url("/images/body_regions/interior_body_text_header.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		color: #6a6a6a;
		font-size: 14px;
		line-height: 24px;
	}
	
		#body_text h2 {
			margin: 0px 0px 20px 0px;
			padding: 10px 0px;
			font-size: 24px;
			text-align: left;
		}
		
		#body_text h3 {
			margin: 20px 0px;
			color: #485998;
			font-size: 18px;
		}
		
		#body_text p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 20px 0px 20px 20px;
		}



/* JOB BOARD RULES */

ul#job_list, ul#news_list {
	margin: 24px 0px;
	width: 580px;
	list-style: none;
	clear: right;
}

	#job_list li, #news_list li {
		display: inline;
		clear: left;
		width: 100%;
		line-height: 0px;
	}

		a.job_board_heading, a.job_board_item, #news_list li a {
			display: block;
			clear: right;
		}
		
		a.job_board_heading, a.job_board_item {
			padding: 10px 0px;
			width: 100%;
			line-height: 20px;
		}
		
		a.job_board_heading {
			height: 20px;
			font-size: 16px;
		}
						
		a.job_board_item {
			height: 40px;
			background: transparent url("/images/body_regions/job_board_item_background.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
				
		a:hover.job_board_item {
			background-position: 0px -60px;
		}

		#news_list li a {
			padding: 10px 0px 10px 10%;
			width: 90%;
			background: transparent url("/images/body_regions/news_item_background.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
			line-height: 16px;
			height: 16px;
		}

		#news_list li a:hover {
			background-position: 0px -36px;
			color: #bbe8ff;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
				font-weight: 100;
			}
			
			a.job_board_heading span {
				color: #ae0000 !important;
				font-weight: bold;
			}

span.updated_date {
	padding: 0 0 0 7%;
	width: 12%;
	color: #ae0000;
	overflow: hidden;
}

span.job_location {
	padding: 0 0 0 5%;
	width: 28%;
	color: #979797;
}

span.job_title {
	width: 47%;
	color: #404040;
}

a.job_board_item:hover span.updated_date, a.job_board_item:hover span.job_location {
	color: #ffffff;
}

a.job_board_item:hover span.job_title {
	color: #bbe8ff;
}


/* JOB BOARD BUTTONS */

ul#job_actions {
	margin: 18px 0px;
	list-style: none;
}

	#job_actions li {
		float: left;
	}
	
		a#apply_to_this_job {
			background: transparent url("/images/misc_elements/apply_to_job_button.gif");
		}

		a#return_to_job_list {
			background: transparent url("/images/misc_elements/return_to_jobs_button.gif");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 143px;
			height: 36px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -36px;
		}
		
			#job_actions li a span {
				display: none;
			}


/* STAFF BIO LIST */

h3.staff_group {
	margin: 0px;
	clear: left;
	margin: 20px 0px 0px 0px !important;
	padding: 20px 10px;
	border-top: 1px solid #e4e4e4;
	font-size: 18px;
	background-color: #f7f7f7;
}

ul.ae_preview {
	margin: 0px !important;
	list-style: none;
}

	.ae_preview li {
		position: relative;
		float: left;
		width: 48%;
		padding: 10px 0px 10px 2%;
		border-top: 1px solid #e4e4e4;
		height: 135px;
	}
	
	.ae_preview li img {
		float: left;
		padding: 5px 10px 10px 0px !important;
		width: 75px;
	}
	
	.ae_preview li p {
		margin: 0px !important;
	}
	
	.staff_name {
		margin: 0px !important;
		font-size: 16px;
		text-transform: capitalize;
	}
	
	h2.staff_heading {
		text-transform: capitalize;
	}
	
	.staff_title {
		font-weight: bold;
		color: #666666;
	}
	
	a.facebook_profile_link, a.profile_facebook_profile_link, 
	a.linked_in_profile_link, a.profile_linked_in_profile_link {
		float: right;
		margin: 0px 5px 5px 5px;
	}

		
div#staff_bio {
	position: relative;
}


	.staff_profile_title {
	}
	
	div#staff_bio img {
		float: left;
		padding: 0px 20px 0px 0px;
	}
	

/* TESTIMONIAL RULES */

div.testimonial_entry {
	border-top: 1px solid #e4e4e4;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#f7f7f7';"),
		onmouseout=new Function("this.style.backgroundColor='transparent';"));
}

	.testimonial_entry p {
		margin: 0px !important;
		padding: 10px;
	}

div.testimonial_entry:hover {
	background-color: #f7f7f7;
}

	.testimonial_entry em {
		color: #ae0000;
		font-weight: bold;
	}


/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
	color: #245c95;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	color: #999999;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
	color: #999999;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 1.5em 0px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	color: #242424;
	background-color: #efefef !important;
}

.body_form input.radio_input {}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #efefef !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1.5em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.field_checkbox {
	margin: 0px 0px 1.5em -120px;
}

.body_form input.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}
	

/* SUB NAVIGATION */

div#sub_navigation {
	padding: 0px 5px 30px 5px;
	width: 335px;
	font-size: 14px;
}

	#sub_navigation h2 {
		height: 165px;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		padding: 0px 0px 0px 45px;
		width: 265px;
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 5px 25px 5px 7px;
				width: 233px;
				height: 22px;
				line-height: 22px;
				background: transparent url("/images/body_regions/sub_navigation_item_background.gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #474747;
			}
			
			#sub_navigation ul li a:hover {
				background-position: 0px -32px;
				color: #ffffff;
			}

