/* SITE CONTAINERS */

/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
	background: transparent url("/images/body_regions/interior_body_repeat.png");
	background-position: 11px top;
	background-repeat: repeat-y;
}

	div#main_body_contents {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 11px;
		background: transparent url("/images/body_regions/interior_body_bg.png");
		background-position: 15px bottom;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	

/* HOME BUTTON */

#home_btn {
	display: block;
	position: absolute;
	left: 573px;
	top: 308px;
	width: 88px;
	height: 31px;
	z-index: 3000;
	background: transparent url("/images/misc_elements/home_btn.gif");
}

#home_btn:hover {
	background-position: -88px 0px;
}
	
	#home_btn strong {
		visibility: hidden;
	}

/* MAIN TEXT REGION */

	div#body_text_container {
		position: relative;
		float: left;
		width: 668px;
	}


	/* INTERIOR ROTATING PHOTOS */

	div#eye_candy_int {
		position: relative;
		width: 668px;
		height: 204px;
		overflow: hidden;
	}
	
	div#eye_candy_border {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 669px;
		height: 205px;
		background: transparent url("/images/body_regions/interior_photo_container.png");
		z-index: 200;
	}
	
		div#eye_candy_border span {
			visibility: hidden;
		}
	
	
	/* MAIN TEXT REGION */
	
	div#body_text {
		padding: 0px 30px 20px 34px;
		min-height: 441px;
		height: auto !important;
		height: 441px;
		font-size: 15px;
		font-weight: 100;
		line-height: 24px;
		color: #515252;
	}
	
		#body_text h2 {
			margin: 28px 0px 20px 0px;
			padding: 0px 0px;
			font-size: 36px;
			text-align: left;
			color: #007e85;
		}
		
		#body_text h3 {
			margin: 20px 0px;
			color: #007e85;
			font-size: 18px;
		}

		#body_text h3.special_sub_heading {
		}
		
		#body_text p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 20px 0px 20px 20px;
		}
		
		.important {
			font-weight: bold;
			color: #007e86;
		}



/* JOB BOARD RULES */

ul#job_list {
	margin: 24px 0px;
	width: 580px;
	list-style: none;
	clear: right;
}

	#job_list li {
		display: inline;
		clear: left;
		width: 100%;
		line-height: 0px;
	}
	
		a.job_board_heading, a.job_board_item {
			display: block;
			clear: right;
			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.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
				
		a:hover.job_board_item {
			background-position: 0px -60px;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
				font-weight: 100;
			}
			
			a.job_board_heading span {
				color: #00676d !important;
				font-weight: normal;
			}

span.updated_date {
	width: 12%;
	color: #002628;
	overflow: hidden;
}

span.job_location {
	padding: 0 0 0 5%;
	width: 20%;
	color: #979797;
}

span.job_date {
	width: 15%;
	color: #979797;
}

span.job_title {
	padding: 0 0 0 7%;
	width: 40%;
	color: #00676d;
}

a.job_board_item:hover span.updated_date, a.job_board_item:hover span.job_location, a.job_board_item:hover span.job_date {
	color: #ffffff;
}

a.job_board_item:hover span.job_title {
	color: #90dcd7;
}


/* JOB BOARD BUTTONS */

ul#job_actions {
	margin: 18px 0px;
	list-style: none;
}

	#job_actions li {
		float: left;
	}
	
		a#submit_your_resume {
			background: transparent url("/images/misc_elements/submit_your_resume_button.gif");
		}
	
		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");
		}
	
		a#view_all_jobs_button {
			background: transparent url("/images/misc_elements/view_all_jobs_button.gif");
		}

		a#back_to_staff_button {
			background: transparent url("/images/misc_elements/back_to_staff_button.gif");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 173px;
			height: 59px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -59px;
		}
		
			#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;
	font-size: 25px;
}

ul.ae_preview {
	margin: 0px !important;
	list-style: none;
}

	.ae_preview li {
		position: relative;
		padding: 10px 0px 10px 2%;
		border-top: 1px solid #dedede;
		overflow: hidden;
	}
	
	.ae_preview li.odd_staff_row {
		background: none;
	}
	
	.ae_preview li.even_staff_row {
		background-color: #f3f3f3;
	}
	
	.ae_preview li img {
		float: left;
		padding: 5px 10px 10px 0px !important;
		width: 125px;
	}
	
	.ae_preview li p {
		margin: 0px !important;
	}
	
	div.staff_specialties {
		float: right;
		width: 250px;
		font-size: 12px;
	}
	
		.staff_specialties h3 {
			margin: 0px !important;
		}
					
	.staff_name {
		margin: 0px !important;
		font-size: 18px;
		text-transform: capitalize;
	}
	
	h2.staff_heading {
		text-transform: capitalize;
	}
	
	.staff_title {
		font-weight: bold;
		color: #202121;
	}
	
	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 {
	width: 450px;
	float: right;
	position: relative;
}

	img#staff_photo {
		float: left;
		margin: 20px 20px 10px 0px;
	}
	

/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
}

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: 3px 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;
}

#country_label, #country_feild {
	display: none !important;
}

.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 {
	float: right;
	padding: 0px 0px 335px 0px;
	width: 285px;
}

	#sub_navigation h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 30px;
		color: #007e85;
	}
	
	#sub_navigation ul {
		list-style: none;
		line-height: 0px;
	}
		
		#sub_navigation ul li {
			display: block;
		}
		
			#sub_navigation ul li a {
				display: block;
				width: 285px;
				background: transparent url("/images/body_regions/subnav_li_repeat_bg.gif");
				background-position: -287px 0px;
				background-repeat: repeat-y;
				color: #9a9a9a;
			}
			
				#sub_navigation ul li a span {
					display: block;
					background: transparent url("/images/body_regions/subnav_li_bottom_bg.gif");
					background-repeat: no-repeat;
					background-position: -287px 0px;
				}
					
					#sub_navigation ul li a span strong {
						display: block;
						margin: 0px;
						padding: 15px 20px 15px 20px;
						width: 245px;
						background: transparent url("/images/body_regions/subnav_li_bg.gif");
						background-repeat: no-repeat;
						background-position: 0px 0px;
						font-size: 16px;
						font-weight: 100;
						color: #515252;
						line-height: 18px;
					}
					
						#sub_navigation ul li a span strong span {
							background: none;
						}
	
			#sub_navigation ul li a:hover {
				background-position: 0px 0px;
			}
		
				#sub_navigation ul li a:hover span {
					background-position: 0px bottom;
				}
			
					#sub_navigation ul li a:hover span strong {
						background-repeat: no-repeat;
						background-position: 0px -139px;
						color: #006167;
					}


	/* BACK TO TOP LINK */

	.back_to_top {
		display: block;
		clear: both;
	}

		.back_to_top span {
			display: none;
		}


/* FOOTER */

div#footer {
	clear: both;
	margin: 50px 0px 0px 0px;
}


