/* INTERIOR PAGE RULES */

/* SITE CONTAINER */

div#container {
	min-height: 930px;
	_height: 930px;
}


/* DROP DOWN NAVIGATION */



/* EYE CANDY */

ul#eye_candy {
	width: 392px;
	height: 470px;
}


/* MAIN BODY TEXT REGION */

	div#body_text {
		padding: 0px 450px 20px 60px;
		width: 400px;
		min-height: 570px;
		_height: 570px;
	}
	
		#body_text ul, #body_text ol {
			margin: 20px 0px 20px 20px;
		}


/* FORM RULES */

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

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

#body_text img.showcase_image {
	margin: 0px 10px 0px 0px;
	border: 2px solid #666666;
}

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

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

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

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 #414141;
	font-size: 14px;
	color: #999999;
	background-color: #1c1c1c !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: #1c1c1c !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.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 {
}


/* JOB BOARD RULES */

ul#job_list {
	margin: 25px 0px;
	width: 98%;
	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;
			padding: 10px 0px;
			line-height: 20px;
			width: 100%;
			clear: right;
			overflow: auto;
		}
		
		a.job_board_heading {
			font-size: 16px;
			color: #FFFFFF;
		}
						
		a.job_board_item {
			border-top: 2px dotted #333333;
			background: none;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
		
		a:hover.job_board_item {
			background-color: #282828;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
			}

span.updated_date {
	padding: 0 0 0 4%;
	width: 21%;
	color: #FFFFFF;
	overflow: hidden;
}

span.job_location {
	padding: 0 0 0 4%;
	width: 31%;
	color: #FFFFFF;
}

span.job_title {
	width: 39%;
}

.staff_photo {
	margin: 0px 5px 5px 5px !important;
	float: right;
	border: solid #666666 3px;
}

.photo_coming_soon {
	margin: 0px 5px 5px 5px !important;
	float: right;
}

/* STAFF BIO LIST */

ul#ae_preview {
	margin: 20px 0px;
	list-style: none;
}

	#ae_preview li {
		padding: 10px 0px 0px 0px;
		border-top: 2px dotted #333333;
	}

.staff_name {
	font-size: 16px;
}

.staff_title {
	font-weight: bold;
	color: #666666;
}


/* SUB NAVIGATION */

div#sub_navigation {
	position: absolute;
	top: 527px;
	right: 22px;
	width: 301px;
}

	#sub_navigation h3 {
	behavior: url("/scripts/iepngfix.htc");
		margin: 0px 0px -82px 0px;
		width: 301px;
		height: 165px;
	background: transparent url("/images/body_regions/sub_nav_header.png");
	background-repeat: no-repeat;
	background-position: right top;
	}
	
		#sub_navigation h3 span {
			display: none;
		}
	
	#sub_navigation ul {
		margin: 0px 0px 0px 0px;
		list-style: none;
		z-index: 25;
	}
	
		#sub_navigation ul li {
			padding: 0px 0px 0px 26px;
		}
		
			#sub_navigation ul li a {
				position: relative;
				display: block;
				padding: 6px 0px 6px 25px;
				border-top: 2px dotted #1c1c1c;
				line-height: 16px;
				width: 250px;
				background: transparent url("/images/body_regions/sub_nav_item_background.gif");
				background-repeat: no-repeat;
				background-position: 0px -3px;
				color: #ffffff;
				z-index: 500;
			}
	
			#sub_navigation ul li a:hover {
				border-top: 2px dotted #efefef;
				background-position: 0px -71px;
				color: #58614f;
			}
			
				#sub_navigation ul li a span {}

	a#back_to_top_link {
		behavior: url("/scripts/iepngfix.htc");
		display: block;
		position: relative;
		top: -80px;
		margin: 0px 0px -80px 0px;
		width: 301px;
		height: 105px;
		background: transparent url("/images/body_regions/sub_nav_footer.png");
		background-repeat: no-repeat;
		background-position: right top;
		z-index: 0;
	}
	
		#back_to_top_link span {
			display: none;
		}

