/* HOMEPAGE RULES */


html {
	background: #203800 url("/images/backgrounds/interior_gradient(1).jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

body {
	background: transparent url("/images/backgrounds/watermark_interior_background(3).jpg");
	background-repeat: no-repeat;
	background-position: center 440px;
}


/* MAIN AD PHOTOS */

	.ice_fire {
		background: transparent url("/images/eye_candy/interior/ice_fire(interior).jpg");
	}

	.bridge {
		background: transparent url("/images/eye_candy/interior/bridge(interior).jpg");
	}

	.canoe {
		background: transparent url("/images/eye_candy/interior/canoe(interior).jpg");
	}

	.cyclists {
		background: transparent url("/images/eye_candy/interior/cyclists(interior).jpg");
	}

	.geese {
		background: transparent url("/images/eye_candy/interior/geese(interior).jpg");
	}

	.lighthouse {
		background: transparent url("/images/eye_candy/interior/lighthouse(interior).jpg");
	}

	.moss {
		background: transparent url("/images/eye_candy/interior/moss(interior).jpg");
	}

	.owley {
		background: transparent url("/images/eye_candy/interior/owley(interior).jpg");
	}

	.pipes {
		background: transparent url("/images/eye_candy/interior/pipes(interior).jpg");
	}

	.professional {
		background: transparent url("/images/eye_candy/interior/professional(interior).jpg");
	}

	.rowers {
		background: transparent url("/images/eye_candy/interior/rowers(interior).jpg");
	}

	.runner {
		background: transparent url("/images/eye_candy/interior/runner(interior).jpg");
	}

	.sands {
		background: transparent url("/images/eye_candy/interior/sands(interior).jpg");
	}

	.windfarm {
		background: transparent url("/images/eye_candy/interior/windfarm(interior).jpg");
	}

	.ice_fire, .bridge, .canoe, .cyclists, .geese, .lighthouse, 
	.moss, .owley, .pipes, .professional, .rowers, .runner, 
	.sands, .windfarm {
		background-repeat: no-repeat;
		background-position: center top;
	}



/* HEADER */

div#header {
	height: 192px;
	background: transparent url("/images/logos/interior_logo.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

	#header h1 {
		height: 192px;
	}


/* INTERIOR NAVIGATION */

ul#navigation {
	top: 143px;
	left: 0px;
	width: 550px;
	height: 32px;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			background: transparent url("/images/navigation/about_button(interior).gif");
			width: 76px;
		}
		
		a#industry_link {
			background: transparent url("/images/navigation/industry_button(interior).gif");
			width: 93px;
		}
		
		a#employers_link {
			background: transparent url("/images/navigation/employer_button(interior).gif");
			width: 104px;
		}
		
		a#candidates_link {
			background: transparent url("/images/navigation/candidates_button(interior).gif");
			width: 108px;
		}
		
		a#careers_link {
			background: transparent url("/images/navigation/careers_button(interior).gif");
			width: 83px;
		}
		
		a#contact_link {
			background: transparent url("/images/navigation/contact_button(interior).gif");
			width: 86px;
		}
	
		#navigation li a {
			height: 32px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
	
		#navigation li a:hover {
			background-position: 0px -32px;
		}


/* MAIN BODY */		

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


/* MAIN TEXT REGION */

div#body_text {
	width: 520px;
	font-size: 13px;
}


/* FORM RULES */

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

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

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	color: #efefef;
	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 #433e77;
	font-size: 14px;
	color: #cbe5ff;
	text-transform: uppercase;
	background-color: #29273c !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: #29273c !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;
}


/* 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 #456916;
			background: none;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
		
		a:hover.job_board_item {
			background-color: #29273c;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
			}

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

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

span.job_title {
	width: 41%;
}

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


/* JOB BOARD BUTTONS */

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

	#job_actions li {
		float: left;
	}
	
		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");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 180px;
			height: 42px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -42px;
		}
		
			#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;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #456916;
	width:  100%;
	min-height: 130px;
	_height: 130px;
	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 ul.ae_preview li img {
		float:  left;
		border: 2px solid #3b482b;
		margin: 0px 10px 10px 0px;
		width: 121px;
	}
			
		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: 170px;
}

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


/* SUB NAVIGATION */

div#sub_navigation {
	margin: 0px 0px 0px 691px;
	padding: 248px 0px 0px 0px;
	width: 283px;
}

* html div#sub_navigation {
	margin: 0px 0px 0px 688px;
}

	#sub_navigation h2 {
			display: none;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		padding: 40px 31px 0px 27px;
		width: 225px;
		background: transparent url("/images/body_regions/sub_navigation_main_background.jpg");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}

			#sub_navigation ul li a {
				display: block;
				padding: 0px 10px 0px 38px;
				width: 177px;
				height: 33px;
				background: transparent url("/images/body_regions/sub_nav_item_background.gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #1b1b1b;
				font-size: 12px;
				line-height: 33px;
			}
			
			#sub_navigation ul li a:hover {
				color: #ffffff;
				background-position: 0px -33px;
			}
			
	a#back_to_top_link {
		behavior: url("/scripts/iepngfix.htc");
		display: block;
		margin: 0px;
		width: 283px;
		height: 91px;
		background: transparent url("/images/body_regions/sub_navigation_footer.png");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#back_to_top_link span {
			display: none;
		}
	
