/* TEST GROUP GENERAL RULES */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url("/images/backgrounds/bg_repeat.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	}


/* SITE CONTAINERS */

.handshake {
	background: transparent url("/images/eye_candy/handshake_photo.jpg");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#whole_site_container {
	background-position: center top;
	background-repeat: no-repeat;
}

div#site_container {
	background: transparent url("/images/backgrounds/footer_bg.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

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


/* HEADER */

div#header {
	width: 1000px;
	height: 110px;
}

	#header h1 {
		width: 360px;
		height: 109px;
		background: transparent url("/images/logos/logo.gif");
		background-repeat: no-repeat
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 644px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
	
		a#about_link {
			width: 80px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#expertise_link {
			width: 105px;
			background: transparent url("/images/navigation/expertise.gif");
		}
				
		a#candidates_link {
			width: 129px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#employers_link {
			width: 117px;
			background: transparent url("/images/navigation/employers.gif");
		}
		
		a#careers_link {
			width: 108px;
			background: transparent url("/images/navigation/careers.gif");
		}
		
		a#contact_link {
			width: 105px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			display: block;
			height: 108px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -108px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* GET STARTED */

div#get_started {
	height: 378px;
	padding: 0px 0px 0px 669px;
}
	
	#get_started h2 {
		padding: 104px 33px 0px 0px;
		font-size: 24px;
		text-transform: uppercase;
		color: #5c788e;
		text-align: right;
	}

	#get_started ul {
		margin: 5px 0px 0px 0px;
		display: block;
		list-style: none;
		text-align: right;
		background: transparent url("/images/misc_elements/get_started_li_bg.png");
		background-position: 0px 143px;
		background-repeat: no-repeat;
	}
	
		#get_started ul li {
			display: inline;
		}
		
			#get_started ul li a {
				display: block;
				height: 28px;
				width: 290px;
				padding: 20px 31px 0px 10px;
				background: transparent url("/images/misc_elements/get_started_li_bg.png");
				background-position: 0px 0px;
				font-size: 14px;
				color: #3e3d3d;
			}

			#get_started ul li a:hover {
				background-position: 0px -48px;
				color: #2a2a2a;
			}
			

/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		width: 437px;
		float: right;
		min-height: 244px;
		height: auto !important;
		height: 244px;
		float: right;
		color: #4b4a4a;
		font-size: 13px;
		line-height: 22px;
		text-align: right;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #e96800;
		}
		
		#body_text a:hover {
			color: #333333;
		}
			
a#back_to_top {
	display: block;
	width: 1000px;
	height: 1px;
	overflow: hidden;
	clear: both;
}		

a#back_to_top {
	overflow: hidden;
}

/* SUB NAVIGATION */

div#sub_navigation {
		width: 305px;
		min-height: 244px;
		height: auto !important;
		height: 244px;
		padding: 0px 0px 0px 52px;
		float: left;
}

	#sub_navigation h2 {
		color: #5c788e;
		text-transform: uppercase;
		padding: 0px 0px 29px 0px;
	}
	
		#sub_navigation h2 span {
		}

	#sub_navigation ul {
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 0px 13px 0px 57px;
				width: 235px;
				height: 48px;
				font-size: 14px;		
				line-height: 48px;
				background: transparent url("/images/misc_elements/subnav_li.png");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				color: #3e3d3d;
			}
			
			#sub_navigation ul li a:hover {
				background-position: 0px -48px;
				color: #0f0f0f;
			}



/* FOOTER */		

	div#footer {
		position: relative;
		clear: both;
		margin: 0px auto;
		width: 1000px;
		height: 168px;
		background-repeat: no-repeat;
		background-position: center top;
	}
		p.footer_address {
			position: absolute;
			top: 80px;
			left: 55px;
			font-size: 14px;
			color: #9d9c9c;
		}
	
		p.copyright {
			position: absolute;
			top: 110px;
			left: 55px;
			font-size: 14px;
			color: #9d9c9c;
		}
	
		p.footer_phone {
			display: none;
		}


	/* SOCIAL MEDIA LIST */
	
	ul#social_media_list {
		position: absolute;
		bottom: 15px;
		left: 650px;
		width: 225px;
		height: 30px;
		list-style: none;
	}
	
		#social_media_list li {
			float: left;
			display: inline;
			margin: 0px 15px 0px 0px;
		}
		
			a#youtube_footer_link {
				background: transparent url("/images/misc_elements/youtube_footer_button.jpg");
			}

			a#twitter_footer_link {
				background: transparent url("/images/misc_elements/twitter_footer_button.jpg");
			}

			a#linkedin_footer_link {
				background: transparent url("/images/misc_elements/linkedin_footer_button.jpg");
			}

			a#facebook_footer_link {
				background: transparent url("/images/misc_elements/facebook_footer_button.jpg");
			}

			a#rss_footer_link {
				background: transparent url("/images/misc_elements/rss_footer_button.jpg");
			}
			
			#social_media_list li a {
				display: block;
				width: 30px;
				height: 30px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			#social_media_list li a:hover {
				background-position: 0px -30px;
			}
			
			
				#social_media_list li a span {
					display: none;
				}

	
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			bottom: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}