/* TEMPORARY THEME TOGGLE */
a#temp_theme_toggle {
	position: fixed;
	left: 10px;
	top: 10px;
	display: block;
	width: 128px;
	height: 34px;
	background: url('/images/space/misc_elements/theme_toggle_button.png') 0px 0px no-repeat;
}
	
	a#temp_theme_toggle:hover {
		background-position: 0px -34px;
	}
	
	a#temp_theme_toggle span {
		display: none;
	}
	

/* GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fefefe;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}

a:active {
	outline: 0 none;
}

a:focus {
	outline: 0 none;
	-moz-outline-style: none;
}

a img {
	border: none;
}

a.back_to_top {
	display: block;
	height: 1px;
	clear: both;
}

	.back_to_top span {
		display: none;
	}
	

h1, h2, h3, h4, h5, h6 {
	color: #e16309;
    font-family: 'DINRg';
    font-weight: normal;
    font-style: normal;
}


/* SITE CONTAINERS */

div#container_5 {
	min-width: 1000px;
}

div#container_4 {
	min-width: 1000px;
}

div#container_3 {
	min-width: 1000px;
	background: url('/images/space/backgrounds/watermark.png') center bottom no-repeat; /* watermark */
}

div#container_2 {
	min-width: 1000px;
	overflow-x: hidden;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	position: relative;
	width: 1000px;
	height: 141px;
}

	#header h1 a#logo {
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		width: 355px;
		height: 122px;
		background: url('/images/space/logos/logo.png') center top no-repeat; /* LOGO */
	}
	
		#logo span, #logo img {
			display: none;
		}


p#header_text_links {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 300px;
	text-align: right;
}

p#header_text_links, #header_text_links a {
	color: #8297a8;
    font-family: 'DINRg';
	font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

	#header_text_links a {
		padding: 0px 3px 0px 3px;
	}
	#header_text_links a:hover {
		color: #dd6007;
	}
	



/* NAVIGATION */

ul#navigation {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 595px;
	height: 73px;
	list-style: none;
}

	#navigation li {
		position: relative;
		margin: 0px;
		float: left;	
	}
	
		/* NAVIGATION BUTTONS*/
		a#expertise_link {
			width: 124px;
			background: transparent url("/images/space/navigation/expertise_button.png");
		}
		
		a#careers_link {
			width: 117px;
			background: transparent url("/images/space/navigation/careers_button.png");
		}
		
		a#employers_link {
			width: 145px;
			background: transparent url("/images/space/navigation/employers_button.png");
		}
		
		a#about_link {
			width: 100px;
			background: transparent url("/images/space/navigation/about_button.png");
		}
		
		a#contact_link {
			width: 109px;
			background: transparent url("/images/space/navigation/contact_button.png");
		}
	
		#navigation li a {
			position: relative;
			display: block;
			height: 73px;
		}
		
		#navigation li a.next_link {
			z-index: 9999;
		}	
		
		#navigation li a:hover {
			background-position: 0px -73px;
		}
		
			#navigation li a span {
				display: none;
			}

/* DROPDOWN RULES */

	div.dropdown {
		display: none;
		position: absolute;
		padding: 0px 0px 27px 0px;
		z-index: 400;
		top: 97px;
		width: 274px;
		background: url("/images/space/body_regions/dd_footer.png") center bottom no-repeat;
	}
	
	div#about_dd {
		left: 764px;
	}

	div#careers_dd {
		left: 502px;
	}
	
	div#employers_dd {
		left: 619px;
	}

	div#clients_dd {
		left: 655px;
	}
	
	div.dropdown ul {
		display: block;
		padding: 44px 0px 10px 0px;
		list-style: none;
		background: url("/images/space/body_regions/dd_body.png") 0px 0px no-repeat;
	}	

	div.dropdown ul li {
		padding: 0px 28px 0px 27px;
		height: 35px;
		width: 219px;
		overflow: hidden;
	}
	
	
	div.dropdown ul li {
		background: url("/images/space/body_regions/navigation_item_background.png") center bottom no-repeat;
	}
	
	div.dropdown ul li.last {
		background-position: 0px -100px !important;
	}
	
	div.dropdown ul li:hover {
	}

	div.dropdown ul li a {
		display: block;
		padding: 11px 0px 11px 29px;
		color: #454545 !important;
		font-size: 14px;
		line-height: 14px;
		background: url("/images/space/body_regions/navigation_hover.png") 0px -200px no-repeat;
	}	

	div.dropdown li a:hover {
		color: #f4efeb !important;
		background-position: 0px -70px;
	}	


/* MAIN SITE CONTENT BODY */

div#main_body {
	position: relative;
	width: 1000px;
}


/* BODY COLOR STYLES */

	#body_text, #body_text p, #body_text ul li {
		color: #454545;
	}

	#body_text h3 {
		color: #989797;
	}
	
	#sub_navigation ul li a {
		color: #989797;
	}
				
	#body_text a {
		color: #dd6007;
	}

	#body_text a:hover {
		color: #5c788e;
	}


/* FOOTER */		

div#footer_container {
	clear: both;
	margin: 0px auto;
	width: 100%;
	height:  146px;
	background: transparent url('/images/space/backgrounds/footer_background.png') center top no-repeat; /* FOOTER BACKGROUND */
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		color: #6e8da7;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p#copyright {
			position: absolute;
			top: 58px;
			left: 15px;
			font-size: 15px;
			font-family: 'DINRg';
			font-weight: normal;
			font-style: normal;
			line-height: 15px;
		}
		
		p#phone_number {
			position: absolute;
			top: 50px;
			left: 398px;
			font-size: 31px;
			font-family: 'DINRg';
			font-weight: normal;
			font-style: normal;
			line-height: 31px;
		}
		

/* FOOTER SOCIAL MEDIA LIST */

ul#social_media_list {
	position: absolute;
	right: 195px;
	top: 50px;
	list-style: none;
}

	#social_media_list li {
		float: left;
		margin: 0px 0px 0px 15px;
	}
		
		#social_media_list li a#linkedin_link {
			background-image: url('/images/space/misc_elements/linkedin_button.png');
		}
		
		#social_media_list li a#facebook_link {
			background-image: url('/images/space/misc_elements/facebook_button.png');
		}
	
		#social_media_list li a#twitter_link {
			background-image: url('/images/space/misc_elements/twitter_button.png');
		}
		
		#social_media_list li a {
			display: block;
			width: 36px;
			height: 36px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		
		#social_media_list li a:hover {
			background-position: 0px -37px;
		}
	
			#social_media_list li a span {
				display: none;
			}

		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 30px;
			right: 30px;
			width: 100px;
			height: 70px;
			background: url('/images/space/logos/sticky_stamp.png') 0px 0px no-repeat;
		}

			a#sticky_stamp:hover {
				background-position: 0px -70px !important;
			}
		
			#sticky_stamp span, #sticky_stamp img {
				display: none;
			}/* FORM RULES */

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

.body_form p {
	clear: both;
	display: block;
	font-size: 12px !important;
	width: 100%;
}

p.required {
	padding-bottom: 10px !important;
	color: #940101 !important;
	font-size: 12px !important;
	font-weight: bold;
}

span.required_field {
	color: #940101 !important;
	font-size: 12px !important;
	font-weight: bold;
}

.body_form h3 {
	padding: 20px 0px 20px 0px !important;
}

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

label.error {
	display: block !important;
	float: none !important;
	color: #940101 !important;
}

.body_form fieldset p, .body_form p {
	margin: 0px 0px 15px 0px !important;
	padding: 0px !important;
}

.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 0px 0px;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	background-color: #ffffff;
}

input.error {
	border: 1px solid #940101 !important;
	background-color: #ffecea !important;
}

em.error {
	color: #940101;
	display: block;
	padding: 0px 0px 0px 35%;
}

feilset p em {
	display: block;
}

.relocation_container em {
}

#current_country_label, #current_country_feild {
	display: none !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: #ffffff !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px;
	width: 400px;
	_width: 380px;
	height: 1.5em;
}

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

.file_upload {
	height: 70px !important;
}

textarea.resume_field {
	display: block;
	width: 99%;
	height: 150px;
}

div#submit_container {
	clear: both;
	padding: 10px 0px 0px 0px;
}

.submit_button {
	display: none;
}

a.submit_button {
	display: block;
	margin: 20px 0px 0px 0px;
	height: 42px;
	width: 149px;
	background: url('/images/space/misc_elements/submit_button.png') 0px 0px no-repeat;
}

a.submit_button:hover {
	background-position: 0px -42px !important;
}

	a.submit_button span {
		display: none;
	}


/* CAREER LIST */

ul#career_list {
	margin: 10px 0px 10px 0px !important;
	padding: 0px !important;
	list-style: none;
}

	#career_list li {
		margin: 0px 0px 10px 0px;
		padding: 0px !important;
		background: none !important;
	}
	
	#career_list li a.career_board_item {
		display: block;
		height: 60px;
		color: #333333;
		background: url('/images/space/body_regions/career_item_background.png') 0px 0px no-repeat;
	}
	
		a.career_board_item:hover {
			background-position: 0px -60px !important;
		}
		
		a.career_board_item span {
			display: block;
			height: 40px;
			font-size: 14px;
			line-height: 40px;
			overflow: hidden;
			float: left;
		}
		
		a.career_board_item span.career_number {
			padding: 10px 10px 10px 20px !important;
			width: 60px;
		}
		
		a.career_board_item span.career_location {
			padding: 10px 10px 10px 0px !important;
			width: 150px;
		}
		
		a.career_board_item span.career_title {
			padding: 10px 10px 10px 0px !important;
			width: 350px;
		}
		
		
			a.career_board_item:hover span.career_number {
			}
			
			a.career_board_item:hover span.career_location {
			}
			
			a.career_board_item:hover span {
				color: #ffffff;
			}
			
		
		ul#career_actions {
			margin: 20px 0px 0px 0px;
			list-style: none;
		}
		
			#career_actions li {
				padding: 0px 10px 0px 0px;
				background: none !important;
				float: left;
			}
		
			#career_actions li a {
				display: block;
				width: 169px;
				height: 42px;
			}
			
				a#return_to_career_list {
					background: url('/images/space/misc_elements/back_to_careers_button.png') 0px 0px no-repeat;
				}
					
				a#apply_to_this_career {
					background: url('/images/space/misc_elements/apply_to_career_button.png') 0px 0px no-repeat;
				}
				
				a#return_to_career_list:hover, a#apply_to_this_career:hover {
					background-position: 0px -42px !important;
				}
				
				
				a#return_to_career_list span, a#apply_to_this_career span {
					display: none;
				}


	
/* STAFF LIST */

ul.ae_preview {
	margin: 20px 0px 0px 0px !Important;
	padding: 0px !important;
	list-style: none;
}

	.ae_preview li.staff_member_list_item {
		margin: 0px 0px 10px 0px !important;
		padding: 0px !important;
		background: none !important;
	}
	
	.ae_preview li.staff_member_list_item div.staffer_container {
		position: relative;
		height: 220px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid #ededed;
	}
	
	.ae_preview li.staff_member_list_item div.staffer_container:hover {
		background: #f1f1f1;
		border-top: 1px solid #dd6007 !Important;
		border-bottom: 1px solid #dd6007 !Important;
	}
	
	.staffer_container a.staffer_linkedin_link {
		position: absolute;
		top: 14px;
		right: 16px;
		display: block;
		width: 55px;
		height: 57px;
		background: url('/images/space/misc_elements/staff_linkedin_button.png') 0px 0px no-repeat;
		z-index: 99;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
		
		a.staffer_linkedin_link:hover {
			background-position: 0px -57px;
		}
		
		a.staffer_linkedin_link span {
			display: none;
		}
		
	.staffer_container img.small_staffer_image {
		position: absolute;
		top: 14px;
		left: 16px;
		width: 172px;
		height: 190px;
		border: none;
	}
	
	.staffer_container div.staffer_details {
		position: absolute;
		top: 14px;
		left: 220px;
		width: 360px;
		height: 190px;
	}
	
	.staffer_details h3 {
		padding: 0px 60px 0px 0px !important;
	}
	
	.staffer_details h3 a {
		color: #e16309 !important;
	}
	.staffer_details h3 a span {	
		color: #989797;
	}
	.staffer_details h3 a:hover, .staffer_details h3 a:hover span {
		color: #5c788e !important;
	}
	div.staffer_details p {
		padding: 0px 0px 10px 0px !Important;
	}
	

		
.staff_email {
	font-size: 16px !important;
}	


/* STAFF BIO */
div#staff_bio {
	position: relative;
	min-height: 200px;
}
	#staff_bio img {
		margin: 0px 20px 10px 3px;
		float: left;
		width: 172px;
		height: 190px;
		border: none;
	}	

	#staff_bio h2 {
		padding: 0px 70px 10px 0px;
	}
	
		#staff_bio h2 span {	
			color: #989797;
		}

	#staff_bio p {
		padding: 0px 0px 20px 0px !important;
	}
	
	#staff_bio a.staffer_linkedin_link {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 55px;
		height: 57px;
		background: url('/images/space/misc_elements/staff_linkedin_button.png') 0px 0px no-repeat;
		z-index: 99;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
		
		a.staffer_linkedin_link:hover {
			background-position: 0px -57px !important;
		}
		
	a#back_to_staff_link {
		display: block;
		width: 139px;
		height: 42px;
		background: url('/images/space/misc_elements/back_to_staff_button.png') 0px 0px no-repeat;
	}
		
		a#back_to_staff_link:hover {
			background-position: 0px -42px !important;
		}
		
		a#back_to_staff_link span {
			display: none;
		}
		
/* INTERIOR PAGE RULES */

/* CONTAINERS */

div#container_5 {
	background: #fefefe url('/images/space/backgrounds/interior_background_repeat.jpg') 0px 0px repeat-x; /* BACKGROUND GRADIENT REPEAT */
}

div#container_4 {
	background: url('/images/space/eye_candy/interior/infuse_talent.jpg') center 122px no-repeat; /* EYE CANDY */
}


/* BODY */

#main_body {
	padding: 300px 0px 0px 0px;
}

	#body_text {
		padding: 0px 40px 40px 40px;
		width: 620px;
		color: #454545;
		font-size: 14px;
		line-height: 30px;
		float: left;
	}

	#body_text h2 {
		padding: 0px 0px 10px 0px;
		font-size: 26px;
	}

	#body_text h3 {
		padding: 10px 0px 5px 0px;
		color: #989797;
		font-size: 20px;
	}

	#body_text p {
		padding: 0px 0px 10px 0px;
	}
	
	#body_text ul.body_ul {
		margin: 0px 0px 10px 0px;
		list-style: none;
	}
		.body_ul li {
			margin: 0px;
			padding: 5px 0px 5px 40px;
			color: #454545;
			font-size: 14px;
			line-height: 24px;
			background: url('/images/space/misc_elements/custom_bullet.png') 15px 1px no-repeat;
		}
	
	
/* SUB NAVIGATION */

div#sub_navigation {
	float: right;
	padding: 0px 0px 60px 0px;
	width: 300px;
	background: transparent url("/images/space/body_regions/sub_nav_background.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

	#sub_navigation h2 {
		padding: 0px 0px 10px 20px;
		line-height: 44px;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				color: #989797;
				padding: 0px 0px 0px 30px;
				font-family: 'DINRg';
				font-weight: normal;
				font-style: normal;
				font-size: 16px;
				line-height: 40px;
				background: transparent url("/images/space/body_regions/sub_nav_item_background.png");
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
			
			
			#sub_navigation ul li a:hover {
				color: #ffffff;
				background-position: 0px -40px;
			}


/* TESTIMONIALS */

div.testimonial_container_large {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	background: transparent url("/images/space/misc_elements/left_quote_large.png");
	background-repeat: no-repeat;
	background-position: 10px 30px;
}

div.even, div.odd {
}

div.testimonial_1 {
	border: none !important;
}

.testimonial_container_large h3 {
	padding: 20px 20px 0px 0px !important;
	height: 60px;
	color: #7d96b5;
	font-size: 16px;
	text-align: right;
	background: transparent url("/images/space/misc_elements/right_quote_large.png");
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #ededed;
}

.testimonial_container_large h3 span {
	color: #010101;
}

.testimonial_container_large p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 10px 10px 20px !important;
	font-size: 14px;
}

span.more_less {
	padding: 0px 0px 0px 10px;
}
	
	