	

/* GENERAL RULES */

*, html, body {
	margin: 0;
	padding: 0;
	outline: none !important;
	text-shadow: none !Important;
}

body {
    font-family: 'DINRg';
    font-weight: normal;
    font-style: normal;
	-webkit-text-size-adjust: none;
	background-color: #000;
}

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 {
    font-family: 'DINRg';
    font-weight: normal;
    font-style: normal;
}


/* SITE CONTAINERS */

div#container_2 {
	position: relative;
	margin: 0 auto;
	min-width: 320px;
	max-width: 512px;
	background-image: url('/images/backgrounds/water_mark.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 512px auto;
}

div#container {
	position: relative;
	min-width: 320px;
	max-width: 512px;
	background-image: url('/images/eye_candy/home/towers.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 512px auto;
}

#interior div#container {
	background-image: url('/images/eye_candy/interior/towers.jpg');
}


/* HEADER */

div#header {
	position: relative;
	min-width: 320px;
	height: 99px;
	background-image: url('/images/body_regions/header.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 126px;
}

	#header h1 a#logo {
		position: absolute;
		left: 0px;
		top: 0px;
		display: block;
		width: 218px;
		height: 79px;
		background-image: url('/images/logos/logo.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: auto 79px;
	}
	
		#logo span, #logo img {
			display: none;
		}
		
		
/* NAVIGATION */

	a#small_menu {
		display: block;
		position: absolute;
		top: 32px;
		right: 31px;
		width: 31px;
		height: 22px;
		background-image: url('/images/navigation/menu_button.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: 31px auto;
	}
	
	a#small_menu.active {
		background-image: url('/images/navigation/menu_active.png');
	}
		
	a#jobs_button {
		display: block;
		position: relative;
		width: 50px;
		height: 103px;
		background-image: url('/images/navigation/jobs_button.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: 50px auto;
	}
	
	a#talent_button {
		display: block;
		position: relative;
		width: 50px;
		height: 104px;
		background-image: url('/images/navigation/talent_button.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-size: 50px auto;
	}
	
	ul#home_navigation {
		list-style: none;
	}
		
	li.home_nav {
		margin: 20px 0px;
		width: 100%;
		height: 50px;
		border-radius: 3px;
		box-shadow: 0 0 10px 9px #181d22;
		background-image: url('/images/navigation/home_button.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 50px;
	}
	
		a.view_jobs_title {
			background-image: url('/images/navigation/jobs_title.png');
		}
		
		a.our_team_title {
			background-image: url('/images/navigation/our_team_title.png');
		}
		
		a.news_title {
			background-image: url('/images/navigation/recent_news_title.png');
		}
		
		a.resume_tips_title {
			background-image: url('/images/navigation/resume_tips_title.png');
		}
		
		a.submit_resume_title {
			background-image: url('/images/navigation/submit_resume_title.png');
		}
		
		a.services_title {
			background-image: url('/images/navigation/services_title.png');
		}
		
		#home_navigation li a {
			display: block;
			width: 100%;
			height: 50px;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: auto 50px;
		}
		
		a#small_menu span, a#jobs_button span, a#talent_button span, #home_navigation li a span {
			display: none;
		}
		
		
/* DROPDOWN */
			
			div.dropdown {
				display: none;
				position: absolute;
				top: 74px;
				right: 0px;
				z-index: 999;
				padding: 0px;
				width: 100%;
				overflow: hidden;
				box-shadow: 0 9px 9px 0px #181d22;
				background: #000; 
				text-transform: lowercase;
			}
			
				.dropdown .two_column {
					float: left;
					padding: 0px 0px 0px 10px;
					width: 46%;
				}
			
				.dropdown h3 {
					margin: 20px 0px;
					line-height: 32px;
					font-size: 24px;
					color: #5c788e;
				}
				
				.dropdown ul {
					list-style: none;
				}
				
					.dropdown ul li {
						background: url('/images/misc_elements/custom_bullet.png');
						background-position: 0px -3px;
						background-repeat: no-repeat;
						line-height: 24px;
					}
				
					.dropdown a {
						padding: 0px 0px 0px 18px;
						background-image: url('/images/misc_elements/dropdown_bullet.png');
						background-repeat: no-repeat;
						background-position: left center;
						background-size: auto 12px;
						font-size: 12px;
						color: #fff;
					}
					
				a#menu_close {
					display: block;
					position: relative;
					clear: both;
					margin: 5px auto;
					min-width: 310px;
					max-width: 502px;
					height: 20px;
					border-radius: 3px;
					background-color: #989797;
					text-align: center;
					line-height: 20px;
					color: #fff;
				}
				
/* MAIN BODY */
	
	#interior #main_body {
		padding: 136px 0px 40px 0px;
	}
	
		#body_text {
			padding: 0px 31px;
			line-height: 24px;
			font-size: 14px;
			color: #fff;
		}
		
			#body_text h2 {
				margin: 20px 0px;
				font-size: 22px;
				color: #5c788e;
			}
			
			#body_text h3 {
				margin: 20px 0px;
				font-size: 16px;
				color: #b0b0b0;
			}
			
			#body_text p {
				margin: 20px 0px;
			}
			
			#body_text a {
				color: #dd6007;
			}
			
			#body_text ul.body_ul {
				margin: 20px 0px;
				padding: 0px 0px 0px 15px;
				list-style: none;
				color: #fff;
			}
			
				.body_ul li {
					padding: 0px 0px 0px 25px;
					font-size: 14px;
					line-height: 24px;
					background: url('/images/misc_elements/custom_bullet.png');
					background-position: 0px -3px;
					background-repeat: no-repeat;
				}
				
				
/* TESTIMONIALS */

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

div.even, div.odd {
}

div.testimonial_1 {
	border: none !important;
}

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

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


/* 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;
		border-bottom: 1px solid #303030;
		background: none !important;
	}
	
	
	.ae_preview li.staff_member_list_item div.staffer_container {
		position: relative;
		border-top: 1px solid transparent;
	}
	
	.staffer_container a.staffer_linkedin_link {
		position: absolute;
		top: 7px;
		right: 8px;
		display: block;
		width: 28px;
		height: 29px;
		background: url('/images/misc_elements/staff_linkedin_button.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-size: auto 29px;
		z-index: 99;
		border-radius: 8px;
	}
		
		a.staffer_linkedin_link span {
			display: none;
		}
		
	a.staff_image {
		float: left;
		margin: 0px 10px 10px 0px;
		width: 94px;
		height: 102px;
	}
	
	.staffer_container img.small_staffer_image {
		position: absolute;
		top: 7px;
		left: 8px;
		width: 86px;
		height: 95px;
		border: none;
	}
	
	.staffer_container div.staffer_details {
	}
	
	.staffer_details h3 {
		margin: 3px 0px 0px 0px !important;
		padding: 0px 39px 0px 0px !important;
		line-height: 18px;
		font-size: 14px !important;
	}
	
	.staffer_details h3 a {
		color: #5c788e !important;
	}
	.staffer_details h3 a span {	
		color: #b0b0b0;
	}
	div.staffer_details p {
		line-height: 18px !important;
		margin: 0px 0px 10px 0px !important;
	}
	
	.ae_preview li:last-child {
		border: none;
	}
		
.staff_email {
	font-size: 10px !important;
}	


/* STAFF BIO */
div#staff_bio {
	position: relative;
	min-height: 200px;
}
	#staff_bio img {
		margin: 0px 10px 5px 0px;
		float: left;
		width: 86px;
		height: 95px;
		border: none;
	}	

	#staff_bio h2 {
		margin: 20px 0px 0px 0px !important;
		padding: 0px 35px 0px 0px;
	}
	
		#staff_bio h2 span {	
			color: #989797;
		}

	#staff_bio p {
		margin: 0px 0px 20px 0px !important;
	}
	
	#staff_bio p a.staff_email {
		font-size: 14px !important;
	}
	
	#staff_bio a.staffer_linkedin_link {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 28px;
		height: 29px;
		background: url('/images/misc_elements/staff_linkedin_button.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-size: auto 29px;
		z-index: 99;
		border-radius: 8px;
	}
		
	a#back_to_staff_link {
		display: block;
		width: 69px;
		height: 21px;
		background: url('/images/misc_elements/back_to_staff_button.png');
		background-size: 0px 0px;
		background-repeat: no-repeat;
		background-size: auto 21px;
	}
		
		a#back_to_staff_link 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: 30px;
		color: #ffffff;
		background-image: url('/images/body_regions/career_item_background.png');
		background-position: right top;
		background-repeat: no-repeat;
		background-size: auto 30px;
		overflow: hidden;
	}
		a.career_board_item span {
			display: block;
			height: 17px;
			font-size: 12px;
			line-height: 20px;
			overflow: hidden;
			float: left;
		}
		
		a.career_board_item span.career_number {
			padding: 5px 0px 5px 5px !important;
			width: 40px;
		}
		
		a.career_board_item span.career_location {
			padding: 5px 0px 5px 5px !important;
			width: 78px;
		}
		
		a.career_board_item span.career_title {
			padding: 5px 0px 5px 5px !important;
			width: 118px;
		}
		
		ul#career_actions {
			margin: 20px 0px 0px 0px;
			list-style: none;
		}
		
			#career_actions li {
				padding: 0px 10px 0px 0px;
				background: none !important;
				float: left;
			}
			
			a#return_to_career_list {
				background-image: url('/images/misc_elements/back_to_careers_button.png');
			}
				
			a#apply_to_this_career {
				background-image: url('/images/misc_elements/apply_to_career_button.png');
			}
		
			#career_actions li a {
				display: block;
				width: 84px;
				height: 21px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
				background-size: auto 21px;
			}
			
				
				a#return_to_career_list span, a#apply_to_this_career span {
					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 label {
	margin: 0px 10px 0px 0px;
	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: 200px;
	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;
}

#submit_container {
	height: 21px;
}

a.submit_button {
	display: block;
	height: 21px;
	width: 74px;
	background: url('/images/misc_elements/submit_button.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: auto 21px;
}

	a.submit_button span {
		display: none;
	}


/* FOOTER */

#footer {
	margin: 0 auto;
	padding: 0px 0px 28px 0px;
	width: 100%;
	min-width: 258px;
	max-width: 450px;
	font-size: 10px;
	color: #70747a;
}

	#social_media_list {
		position: relative;
		margin: 0px auto 9px auto;
		width: 257px;
		height: 30px;
		list-style: none;
	}
	
			a#facebook_link {
				margin: 0px 16px 0px 2px;
				width: 29px;
				background-image: url('/images/misc_elements/facebook_link.png');
			}
			
			a#twitter_link {
				margin: 0px 16px 0px 0px;
				width: 30px;
				background-image: url('/images/misc_elements/twitter_link.png');
			}
			
			a#youtube_link {
				margin: 0px 16px 0px 0px;
				width: 26px;
				background-image: url('/images/misc_elements/youtube_link.png');
			}
		
			a#linkedin_link {
				margin: 0px 16px 0px 0px;
				width: 29px;
				background-image: url('/images/misc_elements/linkedin_link.png');
			}
			
			a#phone_link {
				margin: 0px 16px 0px 0px;
				width: 28px;
				background-image: url('/images/misc_elements/phone_link.png');
			}
		
			a#map_link {
				margin: 0px;
				width: 30px;
				background-image: url('/images/misc_elements/maps_link.png');
			}
			
			#social_media_list li a {
				display: block;
				float: left;
				height: 30px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
				background-size: auto 30px;
			}
			
				#social_media_list li a span {
					display: none;
				}
				
			#bottom_footer {
				padding: 20px 31px 0px 31px;
				border-top: 1px #254660 solid;
			}
			
				#bottom_footer p.links, #bottom_footer a {
					color: #ff6c00;
					font-size: 17px;
				}
				
				.links {
					margin: 0px 0px 14px 0px;
					padding: 1px 0px 0px 0px;
					width: 195px;
				}
				
				a#view_full_website {
					float: left;
					margin: 0px 11px 0px 0px;
				}
				
				a#mri_button {
					display: block;
					float: right;
					margin: -1px 0px 0px 0px;
					width: 115px;
					height: 18px;
					background-image: url('/images/misc_elements/mrinetwork_link.png');
					background-repeat: no-repeat;
					background-position: 0px 0px;
					background-size: 115px auto;
				}
