/* INTERIOR RULES */


/* SUB NAVIGATION */

div#sub_navigation {
	width: 295px;
	float: right;
}

	#sub_navigation h2 {
			background: transparent url("/images/body_regions/subnav_header_bg.gif");
			line-height: 47px;
			font-size: 22px;
			font-weight: 100;
			text-transform: uppercase;
			text-align: right;
			padding: 0px 15px 0px 0px;
			margin: 0px 0px 20px 0px;
			color: #6c6c6c;
			letter-spacing: 1px;
	}
	
	#sub_navigation ul {
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 0px 34px 0px 20px;
				font-size: 12px;
				text-align: right;
				line-height: 31px;
				background: transparent url("/images/body_regions/subnav_li.gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #709500;
				border-bottom: solid #b5b5b5 1px;

				}
			
			#sub_navigation ul li a:hover {
				background-position: 0px -63px;
				color: #84b001;
			}


/* JOB BOARD RULES */

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

	ul#job_list_heading li {
		padding: 0px;
		margin: 0px;
	}

	#job_list li, #news_list li {
		padding: 0px !important;
		margin: 0px !important;
		background-image: url("/images/body_regions/job_list_border.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		border: none !important;
		clear: left !important;
		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 {
			padding: 10px;
			line-height: 20px;
		}
		
		a.job_board_item {
			padding: 15px 10px;
			line-height: 20px;
			font-size: 14px;
		}
		
		a.job_board_heading {
			height: 40px;
			background-image: url("/images/body_regions/job_board_heading.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			line-height: 40px;
			font-size: 16px;
		}
						
		a.job_board_item {
			min-height: 30px;
			border-radius: 3px;
			behavior: url('/scripts/PIE.php');
			cursor: pointer;
			overflow: auto;
		}
				
		a:hover.job_board_item {
			background: #4d4d4d;
		}

			a.job_board_heading span, .job_board_item span {
				float: left;
				font-weight: 100;
				line-height: 30px;

			}
			
			a.job_board_heading span.job_title {
				width: 60%;
			}
			
span.updated_date {
	padding: 10 0 10 0;
	width: 12%;
	color: #fff;
	overflow: hidden;
}

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

span.job_title {
	width: 60%;
	color: #4d6700;
}

a.job_board_item span {
	font-size: 14px;
}

span.job_date {
	width: 12%;
	color: #8b8b8b;
}

a.job_board_item span.job_location {
	color: #404040;
}

a.job_board_item span.job_title {
	color: #5c7b00;
}

a.job_board_item:hover span.job_date {
	color: #fff;
}

a.job_board_item:hover span.job_location {
	color: #dcdcdc;
}

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


/* JOB BOARD BUTTONS */

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

	#job_actions li {
		float: left;
		display: inline !important;
		padding: 0px !important;
		margin: 0px !important;
		background: none !important;
		border: none !important;
	}
	
		a#apply_to_this_job {
			background: transparent url("/images/misc_elements/apply_to_job.png");
		}

		a#return_to_job_list {
			background: transparent url("/images/misc_elements/back_to_jobs.png");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 185px;
			height: 60px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -60px;
		}
		
			#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 #4d4d4d;
	font-size: 18px;
	background-color: #4d4d4d;
}

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

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

		
div#staff_bio {
	position: relative;
}

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

/* FORM RULES */

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

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

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

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

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

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

#country_label, #country_feild {
	display: none !important;
}

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: #black;
	background-color: #fffff !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: #pink !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;
	
}

input.submit_button {
	width: 185px;
	height: 60px;
}


/* TESTIMONIALS */

div.testimonial_container_large {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
	background-image: url("/images/misc_elements/body_divider.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

	div.testimonial_container_large h3 {
		padding: 0px 20px 0px 0px;
		text-align: right;
	}
	
		div.testimonial_container_large h3 span {
			color: #5d9528;
		}
		

/* NEWS */

div.news_item {
	margin: 30px 0 0;
	padding: 0 0 20px;
	border-bottom: #efeeee solid 1px;
}

	a#view_all_news {
		display: block;
		width: 173px;
		height: 65px;
		background-image: url("/images/misc_elements/back_to_news_btn.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a#view_all_news:hover {
		background-position: 0px -65px;
	}
	
		a#view_all_news span {
			display: none;
		}
