/* INTERIOR PAGE RULES */

/* SITE CONTAINERS */

div#background_pattern_container {
	background: #000000 url("/images/backgrounds/interior_zigzag.gif");
	background-position: center 178px;
	background-repeat: repeat-y;
}

div#background_container {	
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 680px;
	height: auto !important;
	height: 680px;
}


/* LEGAL & COMPLIANCE */

.sunset_mountains {
	background: transparent url("/images/backgrounds/legal/sunset_mountains.jpg");
}


/* BANKING BACKGROUNDS */

.investment_growth {
	background: transparent url("/images/backgrounds/banking/investment_growth.jpg");
}

.stacked_chart {
	background: transparent url("/images/backgrounds/banking/stacked_chart.jpg");
}


/* CONSTRUCTION BACKGROUNDS */

.breezy_results {		
	background: transparent url("/images/backgrounds/construction/breezy_results.jpg");
}

.construction_scene {		
	background: transparent url("/images/backgrounds/construction/construction_scene.jpg");
}


/* CONTRACT STAFFING BACKGROUNDS */

.talent_handshake {
	background: transparent url("/images/backgrounds/contract/talent_handshake.jpg");
}

.team_lineup {
	background: transparent url("/images/backgrounds/contract/team_lineup.jpg");
}


/* GENERIC BACKGROUNDS */

.compass_rose {
	background: transparent url("/images/backgrounds/generic/compass_rose.jpg");
}

.crossroads {
	background: transparent url("/images/backgrounds/generic/crossroads.jpg");
}

.mountain_climb {
	background: transparent url("/images/backgrounds/generic/mountain_climb.jpg");
}


/* INFRASTRUCTURE BACKGROUNDS */

.dueling_overpasses {
	background: transparent url("/images/backgrounds/infrastructure/dueling_overpasses.jpg");
}

.telephone_poles {
	background: transparent url("/images/backgrounds/infrastructure/telephone_poles.jpg");
}


/* LEGAL BACKGROUNDS */

.courthouse {
	background: transparent url("/images/backgrounds/legal/courthouse.jpg");
}

.solitary_tree {
	background: transparent url("/images/backgrounds/legal/solitary_tree.jpg");
}


/* POWER BACKGROUNDS */

.sunset_power_grid {
	background: transparent url("/images/backgrounds/power/sunset_power_grid.jpg");
}

.sunset_power_grid2 {
	background: transparent url("/images/backgrounds/power/sunset_power_grid2.jpg");
}


/* TAX BACKGROUNDS */


.doorway_man {
	background: transparent url("/images/backgrounds/tax/doorway_man.jpg");
}

.upward_chart {
	background: transparent url("/images/backgrounds/tax/upward_chart.jpg");
}



div#container {
	overflow: hidden;
}

/* NAVIGATION */

ul#navigation {
	width: 705px;
}

	#navigation li {
		margin-right: -44px;

	}
		
		#navigation li a {
			height: 125px;
		}

		#navigation li a:hover {
			background-position: 0px -127px;
		}


/* SUB NAVIGATION */

div#sub_navigation {
	float: left;
	position:relative;
	left: 63px;
	margin: 483px 0px 0px 0px;
	width: 285px;
	background: #1d5514	url("/images/navigation/subnav_bg.jpg");	
	background-position: center top;
	background-repeat: no-repeat;
}

	#sub_navigation h3 {
		display: none;
	}

	#sub_navigation ul {
		width: 100%;
		min-height: 164px;
		height: auto !important;
		height: 164px;
		list-style: none;
	}
	
	#sub_navigation ul li {
		display: inline;
	}
	
		#sub_navigation li a {
			display: block;
			width: 260px;
			margin: 0px 0px 0px 0px;
			padding: 0px 6px 0px 19px;
			line-height: 30px;
			font-size: 14px;
			color: #ffffff;		
		}
		
		#sub_navigation li a:hover {
			background-color: #ffffff;
			color: #003300
		}


	/* SUB NAV "BACK TO TOP" LINK */

	a#back_to_top_sub_nav_link {
		display: block;
		width: 100%;
		height: 2px;
		background: transparent url("/images/navigation/sub_nav_footer_bg.jpg");
	}
	
		a#back_to_top_sub_nav_link span {
			display: none;
		}
	

/* SITE BODY */

div#main_body {
	margin: 0px 0px 0px 383px;
	padding: 315px 0px 0px 25px;
	width: 490px;
	line-height: 22px;
	color: #969696;
}

	#main_body h2 {
		margin: 0px 30px 25px 0px;
		line-height: 30px;
		font-size: 24px;
		color: #FFFFFF;
	}

	#main_body h3, #main_body h4 {
		margin: 25px 0px;
		font-size: 18px;
	}

	#main_body h3 {
		color: #FFFFFF;
	}
	
	#main_body h4 {
		color: #4BB3FF;
	}


	#main_body p {
		margin: 20px 0px;
	}	
	
	#main_body ul, #main_body  ol {
		margin: 25px 0px 25px 30px;
	}

	* html #main_body ul, * html #main_body  ol {
		margin: 25px 0px 25px 30px;
	}
	
	#main_body img {
		margin: 10px 0px;
	}
	
	#main_body strong {
		color: #cccccc;
	}

div#back_to_top {
	visibility: hidden;
	clear: both;
}


/*JOB BOARD RULES */

ul#job_list {
	clear: right;
	margin: 25px 0px;
	width: 98%;
	list-style: none;
}

	#job_list li {
		display: block;
		clear: left;
		width: 100%;
		line-height: 0px;
	}

		a.job_board_heading, a.job_board_item {
			display: block;
			clear: right;
			width: 100%;
			line-height: 40px;
			overflow: auto;
		}
		
		a.job_board_heading {
			font-size: 16px;
			color: #FFFFFF;
		}
						
		a.job_board_item {
			background: #000000 url("/images/backgrounds/job_item_background.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
			cursor: pointer;
		}
		
		a:hover.job_board_item {
			background-color: #242424;
			background-position: 0px -80px;
		}
		
			a.job_board_heading span, .job_board_item span {
				float: left;
			}

span.updated_date {
	padding: 0 0 0 4%;
	width: 16%;
	color: #FFFFFF;
}

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

span.job_title {
	width: 69%;
}

span.position_id {}


/* STAFF BIOS */

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

	.ae_preview li {
		position: relative;
		float: left;
		width: 48%;
		padding: 10px 0px 10px 2%;
		border-top: 1px solid #3a3a3a;
		height: 135px;
	}
	
	.ae_preview li img {
		float: left;
		margin: 0px !important;
		padding: 5px 10px 10px 0px !important;
		width: 75px;
	}
	
	.ae_preview li h3 {
		margin: 5px 0px 10px 0px !important;
	}
	
	.ae_preview li p {
		margin: 0px !important;
	}
	
	.staff_name {
		margin: 0px !important;
		font-size: 16px;
		text-transform: capitalize;
	}
	
	h2.staff_heading {
		text-transform: capitalize;
	}
	
	.staff_title {
		font-weight: bold;
		color: #666666;
	}
	
	a.facebook_profile_link, a.profile_facebook_profile_link, 
	a.linked_in_profile_link, a.profile_linked_in_profile_link {
		position: absolute;
		top: 5px;
		right: 0px;
	}

		
div#staff_bio {
	position: relative;
}

	div#staff_bio img {
		float: left;
		padding: 0px 20px 0px 0px;
	}



/*FOOTER*/

div#footer {
	position: relative;
	margin: 5px 0px 0px 0px;
	height: 195px;
	background: #000000 url("/images/backgrounds/interior_footer.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

	#sticky_stamp { 
		width: 35%;
	}
