/* SITE CONTAINERS */

.fencing div#site_container {
	background: transparent url("/images/backgrounds/interior/interior_fencing_repeat.jpg");
}

.fencing div#container {
 	background: transparent url("/images/backgrounds/interior/interior_fencing.jpg");
}

.globe div#site_container {
	background: transparent url("/images/backgrounds/interior/interior_globe_repeat.jpg");
}

.globe div#container {
 	background: transparent url("/images/backgrounds/interior/interior_globe.jpg");
}

.lightbulbs div#site_container {
	background: transparent url("/images/backgrounds/interior/interior_lightbulbs_repeat.jpg");
}

.lightbulbs div#container {
 	background: transparent url("/images/backgrounds/interior/interior_lightbulbs.jpg");
}

.puzzle div#site_container {
 	background: transparent url("/images/backgrounds/interior/interior_puzzle_repeat.jpg");
}

.puzzle div#container {
	background: transparent url("/images/backgrounds/interior/interior_puzzle.jpg");
}

.tail div#site_container {
 	background: transparent url("/images/backgrounds/interior/interior_tail_repeat.jpg");
}

.tail div#container {
	background: transparent url("/images/backgrounds/interior/interior_tail.jpg");
}

.darts div#site_container {
 	background: transparent url("/images/backgrounds/interior/interior_darts_repeat.jpg");
}

.darts div#container {
	background: transparent url("/images/backgrounds/interior/interior_darts.jpg");
}

.group_color div#site_container {
 	background: transparent url("/images/backgrounds/interior/group_photo_color_repeat.jpg");
}

.group_color div#container {
	background: transparent url("/images/backgrounds/interior/group_photo_color.jpg");
}

.fencing div#site_container, .globe div#site_container, .lightbulbs div#site_container, 
.puzzle div#site_container, .tail div#site_container, .darts div#site_container, 
.group_color div#site_container {
	background-repeat: repeat-x;
	background-position: center top;
	overflow: auto;
}

.fencing div#container , .globe div#container , .lightbulbs div#container , 
.puzzle div#container , .tail div#container, .darts div#container, 
.group_color div#container {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0px 70px 0px;
	margin: 0px 0px 0px 0px; 
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	position: relative;
	padding: 368px 0px 0px 0px;
	width: 1000px;
	margin: 0px auto 0px auto;
}

/* BLURB */

div#blurb {
	position: absolute;
	left: 0px;
	top: 80px;
	padding: 240px 0px 0px 590px;
	width: 385px;
	height: 10px;
}

	#blurb span {
		display: none;
	}
	
/* MAIN TEXT REGION */

div#body_text {
	float: right;
	padding: 0px 30px 0px 0px;
	width: 570px;
	line-height: 26px;
	font-size: 15px;
	font-weight: 100 !important;
	text-align: left;
}
	
	#body_text h2 {
		margin-bottom: 30px;
		border-bottom: solid #3a3a3a 1px;
		line-height: 60px;
		font-size: 36px;
		font-weight: 100;
		color: #bcc869;
	}
	 
	#body_text h3 {
		margin: 20px 0px;
		font-size: 18px;
		color: #bcc869;
	}
	
	#body_text p {
		margin: 20px 0px;
	}
	
	#body_text ul, #body_text ol {
		margin: 20px 0px 20px 20px;
	}
	
	#body_text ul{
		list-style: none;
	}
		
		#body_text ul li {
			margin: 10px 0px 10px 0px;
			padding: 0px 0px 0px 40px;
			background: url("/images/misc_elements/li_bg.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
	
	#body_text strong {
		color: #CCCCCC;
	}

	#body_text a {}
	
	#body_text a:hover {}
	
	
/* SUPPLIMENTAL CONTACT INFORMATION */

div#additional_contact_info {
	position: absolute;
	top: 425px;
	right: 50px;
}
	

/* JOB BOARD RULES */

ul#job_list, ul#news_list {
	margin: 24px 0px;
	width: 580px;
	list-style: none;
	clear: right;
}

	#job_list li, #news_list li {
		display: inline;
		clear: left;
		margin: 0px !important;
		padding: 0px !important;
		width: 100%;
		line-height: 0px;
		background-image: none !important;
	}

		a.job_board_heading, a.job_board_item, #news_list li a {
			display: block;
			clear: right;
		}
		
		a.job_board_heading, a.job_board_item {
			padding: 10px 0px;
			width: 100%;
			line-height: 20px;
		}
		
		a.job_board_heading {
			height: 20px;
			font-size: 16px;
		}
						
		a.job_board_item {
			margin: 0px 0px 10px 0px;
			height: 36px;
			background: transparent url("/images/misc_elements/Job_list_bg.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
				
		a:hover.job_board_item {
			background-position: 0px -58px;
		}

		#news_list li a {
			padding: 10px 0px 10px 10%;
			width: 90%;
			background: transparent url("/images/misc_elements/Job_list_bg.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
			line-height: 48px;
		}

		#news_list li a:hover {
			background-position: 0px -58px;
			color: #bbe8ff;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
				font-weight: 100;
			}
			
			a.job_board_heading span {
				color: #ededed !important;
				font-weight: bold;
			}

span.updated_date {
	padding: 0 0 0 7%;
	width: 12%;
	color: #ededed;
	overflow: hidden;
}

span.job_location {
	padding: 0 0 0 5%;
	width: 28%;
	color: #979797;
}

span.job_title {
	width: 47%;
	color: #999999;
}

a.job_board_item:hover span.updated_date, a.job_board_item:hover span.job_location {
	color: #ffffff;
}

a.job_board_item:hover span.job_title {
	color: #ffffff;
}


/* JOIN OUR FIRM VIDEO */

ul#video_thumbs {
	float: right;
	width: 263px;
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

ul#video_thumbs li {
	padding: 0px;
	margin: 0px;
}

a#join_video {
	display: block;
	width: 263px;
	height: 145px;
	background: transparent url("/images/misc_elements/experience_video_thumb.gif");
	background-repeat: no-repeat;
}

a#impact_players_video {
	display: block;
	width: 263px;
	height: 160px;
	background: transparent url("/images/misc_elements/impact_players_thumb.gif");
	background-position:left bottom;
	background-repeat: no-repeat;
}

a#join_video span, a#impact_players_video span {
	display: none;
}

/* JOB BOARD BUTTONS */

ul#job_actions {
	margin: 18px 0px;
	list-style: none;
}

	#job_actions li {
		float: left;
		background-image: none!important;
		padding: 0px !important;
	}
	
		a#apply_to_this_job {
			background: transparent url("/images/misc_elements/apply_to_job.gif");
		}

		a#return_to_job_list {
			background: transparent url("/images/misc_elements/return_to_jobs.gif");
		}
	
		#job_actions li a {
			display: block;
			margin: 0px 24px 0px 0px;
			width: 143px;
			height: 52px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#job_actions li a:hover {
			background-position: 0px -52px;
		}
		
			#job_actions li a span {
				display: none;
			}	
	
/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	visibility: visible;
	margin: 2em 0;
	font-size: 18px;
	color: #CCCCCC !important;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	clear: left;
	width: 35%;
	color: #999999;
	display: inline;
}

.body_form fieldset {
	clear: both;
	margin: 0px 0px 1.5em 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none !important;
	margin: 1.5em 0px;
	color: #999999;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	clear: none !important;
	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 #666666;
	font-size: 14px;
	color: #ffffff;
	background-color: #333333 !important;
}

.body_form input.radio_input {
	float: none !important;
}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #333333 !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.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;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}


/* STAFF BIO LIST */

h3.staff_group {
	margin: 0px;
	clear: left;
	margin: 30px 0px 0px 0px !important;
	padding: 15px 7px;
	border-top: 1px solid #5d5d5d;
	font-size: 18px;
	background-color: #e5e5e5;
	color: #5d5d5d !important;
	line-height: 20px;
}

ul.ae_preview {
	margin: 0px !important;
	list-style: none;
}

	.ae_preview li {
		position: relative;
		float: left;
		margin: 0px !important;
		padding: 10px 0px 10px 2% !important;
		border-top: 1px solid #5d5d5d;
		width: 48%;
		height: 145px;
		background-image: none !important;
	}
	
	.ae_preview li img {
		float: left;
		padding: 5px 10px 10px 0px !important;
		width: 75px;
	}
	
	.ae_preview li p {
		margin: 0px !important;
		font-size: 12px;
	}
	
	.staff_name {
		margin: 0px 0px 5px 0px !important;
		font-size: 16px;
		text-transform: capitalize;
	}
	
	h2.staff_heading {
		text-transform: capitalize;
	}
	
	.staff_title {
		line-height: 16px;
		font-weight: bold;
		color: #666666;
	}
	
	a.email_me_link_small {
		display: block;
		margin: 3px 0px 3px 85px;
		width: 98px;
		height: 21px;
		background: transparent url("/images/misc_elements/email_me_button(small).gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a.email_me_link_small:hover {
		background-position: 0px -21px;
	}
	
		a.email_me_link_small span {
			display: none;
		}
	
	a.facebook_profile_link_small, a.profile_facebook_profile_link_small, 
	a.linked_in_profile_link_small, a.profile_linked_in_profile_link_small {
		display: block;
		margin: 3px 0px 3px 85px;
		width: 98px;
		height: 21px;
		background: transparent url("/images/misc_elements/linked_in_button(small).gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	a.facebook_profile_link_small:hover, a.profile_facebook_profile_link_small:hover, 
	a.linked_in_profile_link_small:hover, a.profile_linked_in_profile_link_small:hover {
		background-position: 0px -21px;
	}
	
		a.facebook_profile_link_small span, a.profile_facebook_profile_link_small span, 
		a.linked_in_profile_link_small span, a.profile_linked_in_profile_link_small span {
			display: none;
		}
		

		
div#staff_bio {
	position: relative;
}

	div#staff_bio img {
		float: left;
		padding: 0px 20px 0px 0px;
		width: 150px;
	}

	a.profile_linked_in_profile_link {
		position: absolute;
		top: -46px;
		right: 0px;
		width: 150px;
		height: 32px;
		background: transparent url("/images/misc_elements/linked_in_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	* html a.profile_linked_in_profile_link {
		top: -48px;
	}
	
	a.profile_linked_in_profile_link:hover {
		background-position: 0px -32px;
	}
	
		a.profile_linked_in_profile_link span {
			display: none;
		}
		

/* SUBNAVIGATION */

div#sub_navigation {
	float: left;
	width: 315px;
	background: transparent url("/images/backgrounds/interior/subnav_repeat_background.gif");
}

	#sub_navigation h3 {
		width: 315px;
		height: 62px;
		background: transparent url("/images/backgrounds/interior/subnav_header_background.gif");
		background-position: 0px 0px;
	}
	
		#sub_navigation h3 span {
			display: none;
		}	
				
	#sub_navigation ul {
		display: block;
		padding: 0px 0px 20px 0px;
		width: 315px;
		min-height: 160px;
		height: auto !important;
		height: 160px;
		background: transparent url("/images/backgrounds/interior/subnav_footer_background.gif");
		background-repeat: no-repeat;
		background-position: center bottom;
		list-style: none;
	}
	
		#sub_navigation li {
			display: inline;
		}
		
			#sub_navigation li a {
				display: block;
				padding: 0px 0px 0px 50px;
				line-height: 40px;
				background: transparent url("/images/backgrounds/interior/subnav_hover_background.gif");
				color: #ffffff;
				text-transform: lowercase;
			}
		
			#sub_navigation li a:hover {
				background-position: 0px -40px;
			}