/* INTERIOR PAGE RULES */

body {
	background: #000000 url("/images/backgrounds/main_background(1).jpg");
	background-repeat: repeat-y;
	background-position: top center;
}

div#main_site_container {
	background: transparent url("/images/backgrounds/interior_background(2).jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

div#secondary_site_container {
	background: transparent url("/images/backgrounds/footer.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* NAVIGATION */

ul#navigation {
	top: 39px;
}

* html div.pop_up_menu {
	width: 300px !important;
	height: 175px !important;
}


/* SITE EYE CANDY */

ul#eye_candy {
	margin: 0px 0px 0px 144px;
	width: 856px;
	height: 300px;
	text-align: right;
	z-index: 10;
}

	#eye_candy li {
		position: absolute;
		top: 0px;
		right: 0px;
	}


/* MAIN BODY */

div#main_body {
	position: relative;
	margin: -42px 0px 0px 74px;
	padding: 0px 0px 0px 0px;
	width: 440px;
}

	div#main_body h3 {
		line-height: 24px;
	}

	div#body_scroller {
		position: absolute;
		width: 390px;
		z-index: 500;
	}
	
	div#scrollbars {
		position: absolute;
		top: 11px;
		left: 405px;
		z-index: 500;
	}
		

/* SPECIAL ACTION BUTTONS */


a#back_to_homepage_link {
	position: absolute;
	top: 228px;
	left: 72px;
	width: 130px;
	height: 30px;
	background: transparent url("/images/misc_elements/back_to_home_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1000;
}

a#print_this_page_link {
	position: absolute;
	top: 228px;
	left: 342px;
	width: 130px;
	height: 30px;
	background: transparent url("/images/misc_elements/print_this_page_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1000;
}

a#submit_resume_page_link {
	position: absolute;
	top: 228px;
	left: 207px;
	width: 130px;
	height: 30px;
	background: transparent url("/images/misc_elements/submit_resume_page_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1000;
}

	a#back_to_homepage_link:hover, a#print_this_page_link:hover, a#submit_resume_page_link:hover {
		background-position: 0px -30px;
	}

		a#back_to_homepage_link span, a#print_this_page_link span, a#submit_resume_page_link span {
			display: none;
		}


/* STAFF PROFILE PREVIEWS */

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

	#ae_preview li {
		position: relative;
		display: block;
		clear: left;
		height: 100px;
	}

		#ae_preview li a h3 {
			margin: 20px 0px -20px 0px;
		}
	
		#ae_preview li a:hover h3 {
			color: #c3e1ff;
		}
	
		#ae_preview img {
			float: right;
			width: 100px;
		}
		
		a.view_my_jobs_preview_link {
			position: absolute;
			top: 30px;
			left: 250px;
			width: 75px;
			height: 75px;
			background: transparent url("/images/misc_elements/view_my_jobs_button.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		a.view_my_jobs_preview_link:hover {
			background-position: -75px 0px;
		}
		
			.view_my_jobs_preview_link span {
				display: none;
			}
		
		a.view_my_jobs_profile_link {
			float: left;
			margin: 10px 35px 20px 0px;
			width: 195px;
			height: 36px;
			background: transparent url("/images/misc_elements/view_my_jobs_profile_button.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		a.view_my_jobs_profile_link:hover {
			background-position: 0px -36px;
		}
		
			a.view_my_jobs_profile_link span {
				display: none;
			}


div#staff_profile h2 {
	font-size: 18px;
}

div#main_body div#staff_profile div#profile_supplimental_information {
	float: right;
	margin: 10px !important;
}


/* FORM RULES */

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

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

.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;
	
}



/* INDUSTRY SHOWCASE */

div#sub_navigation {
	float: left;
	margin: 19px 0px 0px 51px;
	width: 300px;
}

	#sub_navigation h3 {
		margin: -4px 0px 0px 0px;
		padding: 0px 35px 0px 0px;
		width: 265px;
		height: 57px;
		font-size: 18px;
		font-weight: 100;
		color: #dbdbdb;
		text-transform: uppercase;
		line-height: 57px;
		text-align: right;		
	}

	#sub_navigation ul {
		padding: 0px 15px;
		width: 270px;
		list-style: none;
		background: transparent url("/images/body_regions/sub_nav_background.jpg");
		background-repeat: no-repeat;
		background-position: top center;
	}

		#sub_navigation ul li {
			line-height: 0px;
		}

			#sub_navigation ul li a {
				display: block;
				padding: 0px 10px 0px 30px;
				width: 230px;
				height: 30px;
				background: transparent url("/images/body_regions/industry_item_background.gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				line-height: 30px;
				color: #FFFFFF;
				text-decoration: none;
			}

			#sub_navigation ul li a:hover {
				color: #000000;
				background-position: 0px -30px;
			}
			
		a#back_to_top_sub_nav_link {
			behavior: url("/scripts/iepngfix.htc");
			display: block;
			width: 300px;
			height: 67px;
			background: transparent url("/images/body_regions/sub_nav_footer.png");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
			a#back_to_top_sub_nav_link span {
				display: none;
			}


	/* RULES FOR IE */

	* html div#sub_navigation h3 {
		padding: 0px;
	}
		* html div#sub_navigation ul li a {
		width: 270px;
	}
	
/* FOOTER */

div#footer {
	height: 100px;
}

