/* HOMEPAGE RULES */

/* UNIQUE BACKGROUNDS */

.construction {
	background: transparent url("/images/backgrounds/interior_header(construction).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.power {
	background: transparent url("/images/backgrounds/interior_header(power).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.architecture {
	background: transparent url("/images/backgrounds/interior_header(architecture).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.building_city_scene {
	background: transparent url("/images/backgrounds/interior_header(building_city_scene).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.professional_team {
	background: transparent url("/images/backgrounds/interior_header(professional_team).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.building_materials {
	background: transparent url("/images/backgrounds/interior_header(building_materials).jpg");
	background-repeat: no-repeat;
	background-position: center top;
}



/* SITE CONTAINERS */
div#whole_site_container {
	position: relative;
}

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


/* MAIN BODY CONTAINER */

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


/* CHAT BOXES */

/* MAIN CONTENT REGION */

div#body_text {
	float: right;
	display: inline;
	margin: 250px 0px 0px 0px;
	padding: 5px 20px 10px 20px;
	width: 680px;
	min-height: 414px;
	_height: 414px;
	background: #ff9000 url("/images/body_regions/body_text_background.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 14px;
	line-height: 24px;
}

	#body_text h2 {
		font-size: 24px;
	}
	
	#body_text h3 {
		margin: 24px 0px -24px 0px;
		font-size: 18px;
		color: #ffffff;
	}
	
	#body_text p {
		margin: 24px 0px;
	}
	
	#body_text ul, #body_text ol {
		margin: 24px 0px 24px 24px;
	}


/* FORM RULES */

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

#body_text form.body_form h3 {
	margin: 1em 0;
}

.body_form label {
	margin: 0px 0px 1em 0px;
	float: left;
	clear: left;
	width: 35%;
	display: inline;
}

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

label.special_label, label.radio_label {
	float: none;
	clear: none;
	margin: 1em 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 1em 0px;
	border: 1px solid #ffdfb5;
	font-size: 14px;
	color: #ffffff;
	background-color: #001833 !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: #001833 !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1em 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;	
}


/* JOB INDUSTRY TABS */

ul#job_sort_by_industry_links {
	margin: 24px 0px;
	width: 100%;
	height: 49px;
	clear: right;
	list-style: none;
}

	#job_sort_by_industry_links li {
		float: left;
	}
	
		#job_sort_by_industry_links li a {
			display: block;
			padding: 0px 7px;
			width: 98px;
			height: 49px;
			background: transparent url("/images/body_regions/industry_tab.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			color: #ffffff;
			line-height: 49px;
			overflow: hidden;
			text-align: center;
		}
		
		#job_sort_by_industry_links li a:hover {
			background-position: -224px 0px;
			color: #00152c;
		}

		#job_sort_by_industry_links li.current a {
			background-position: -112px 0px;
		}


/* JOB BOARD RULES */

ul#job_list {
	margin: 24px 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 #c04501;
			background: transparent url("/images/body_regions/job_board_item_background.gif");
			background-repeat: no-repeat;
			background-position: -7px -7px;
			cursor: pointer;
		}
		
		a:hover.job_board_item {
			background: #00152c url("/images/body_regions/job_board_item_background.gif");
			background-repeat: no-repeat;
			background-position: -7px -97px;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
				font-weight: 100;
			}

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

span.job_title {
	width: 67%;
}

span.job_type {
	padding: 0 0 0 4%;
	width: 9%;
	color: #FFFFFF;
}

	span.job_type strong {
		color: #00152c;
	}

	a.job_board_item:hover span.job_type strong {
		color: #c60000 !important;
	}

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


/* JOB BOARD BUTTONS */

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

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

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


/* BIO PREVIEW LIST */

div#body_text ul.ae_preview {
	list-style: none;
}

div#body_text ul.ae_preview li {
	display: display;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #c04501;
	width:  49%;
	min-height: 165px;
	_height: 165px;
	overflow: auto;
}

* html div#body_text ul.ae_preview li {
	overflow: visible;
}

div#body_text ul.ae_preview li a h3 {
	margin: 0px;
	font-size: 18px;
}

div#body_text strong {
	color: #ffffff;
}

div#body_text ul.ae_preview li a:hover h3, div#body_text h3 a:hover {
	color: #000000;
}

	div#body_text ul.ae_preview li img {
		float:  left;
		margin: 0px 10px 10px 0px;
		width: 100px;
	}
			
		a#linked_in_profile_link {
			float: left;
			width: 160px;
			height: 35px;
			background: transparent url("/images/misc_elements/linked_in_button.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		a#linked_in_profile_link:hover {
			background-position: 0px -35px;
		}

			a#linked_in_profile_link span {
				display: none;
			}
	
	div#body_text ul.ae_preview li p {
		margin: 10px 0px 0px 110px;
	}
	
	div#body_text ul.ae_preview li p.practice_specialties {
		color: #999999;
		width: 70%;
	}


/* INDIVIDUAL BIO PAGES */

div#staff_bio {
	display: block;
	height: 160px;
}

	div#staff_bio img {
		float: left;
		display: inline;
		margin: 5px 10px 10px 0px;
		width: 135px;
	}
	
		p.staff_profile_title {
			padding: 5px 0px 0px 0px;
			font-size: 16px;
			font-weight: bold;
		}


/* FIND A JOB SEARCH BOX */

body.construction div#find_a_job_showcase, 
body.power div#find_a_job_showcase, 
body.architecture div#find_a_job_showcase,
body.building_city_scene div#find_a_job_showcase, 
body.professional_team div#find_a_job_showcase, 
body.building_materials div#find_a_job_showcase {	
	top: 140px;
	left: 718px;
}

	#find_a_job_showcase h2 {}

		input#search_box {}
	
		a#go_button {
			top: 32px;
			left: 168px;
		}


/* SUB NAVIGATION */

div#sub_navigation {
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	width: 250px;
}
	
	#sub_navigation h2 {
		padding: 350px 11px 10px 11px;
		font-size: 18px;
		color: #006eed;
		line-height: 32px;
	}
	
	#sub_navigation ul {
		padding: 0px 0px 10px 0px;
		width: 250px;
		min-height: 173px;
		_height: 173px;
		background: transparent url("/images/body_regions/sub_nav_footer.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		list-style: none;
	}
	
	#sub_navigation ul li {
		display: inline;
	}
	
	#sub_navigation ul li a {
		display: block;
		padding: 6px 12px;
		width: 236px;
		line-height: 18px;
		font-size: 13px;
		color: #404040;
		background: transparent url("/images/body_regions/sub_nav_item_background.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	#sub_navigation ul li a:hover {
		background-position: 0px -60px;
		color: #ffffff;
	}
	
	
/* FOOTER */

div#footer {
	height: 150px;
}

