/* TEST GROUP GENERAL RULES */

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

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

a {
	text-decoration: none;
}

a img {
	border: none;
}



/* SITE CONTAINERS */

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


/* HEADER */

div#header {
	width: 1000px;
	overflow: hidden;
}

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


	#header ul#language_buttons {
		position: absolute;
		left: 43px;
		top: 74px;
		list-style: none;
	}
	
	#language_buttons li {
		margin: 0 0 0 10px;
		padding: 0 10px 0 0;
		float: left;
	}
	
	#language_buttons li a {
		display: block;
		color: #5c788e;
		font-size: 12px;
		line-height: 20px;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#language_buttons li a:hover {
		color: #e46600;
	}
/*	
	#language_buttons li a span {
		display: none;
	}
	
	#language_buttons li a.english_button {
		background: transparent url('/images/misc_elements/flag_english.jpg');
	}
	
	#language_buttons li a.spanish_button {
		background: transparent url('/images/misc_elements/flag_mexico.jpg');
	}
*/

	#header ul#social_media_list {
		position: absolute;
		right: 15px;
		top: 77px;
		list-style: none;
	}
	
		#social_media_list li {
			float: left;
		}
		
			#social_media_list li a#twitter_button {
				margin-right: 5px;
				width: 26px;
				background-image: url('/images/misc_elements/twitter_icon.png');
			}
			
			#social_media_list li a#linkedin_button {
				margin-right: 5px;
				width: 23px;
				background-image: url('/images/misc_elements/linkedin_icon.png');
			}
			
			#social_media_list li a#facebook_button {
				margin-right: 5px;
				width: 15px;
				background-image: url('/images/misc_elements/facebook_icon.png');
			}
			
			#social_media_list li a#rss_button {
				width: 20px;
				background-image: url('/images/misc_elements/rss_icon.png');
			}
			
			#social_media_list li a#mrinetwork_button {
				margin-right: 5px;
				width: 25px;
				background-image: url('/images/misc_elements/mri_icon.png');
			}
			
			#social_media_list li a#google_plus_button {
				margin-right: 1px;
				width: 27px;
				background-image: url('/images/misc_elements/google_plus_icon.png');
			}
			
			#social_media_list li a {
				display: block;
				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;
			}
	
	
/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 635px;
	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: 115px;
			background: transparent url("/images/navigation/expertise.gif");
		}
				
		a#candidates_link {
			width: 123px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#employers_link {
			width: 121px;
			background: transparent url("/images/navigation/employers.gif");
		}
		
		a#careers_link {
			width: 101px;
			background: transparent url("/images/navigation/careers.gif");
		}
		
		a#contact_link {
			width: 95px;
			background: transparent url("/images/navigation/contact.gif");
		}
		
		#navigation li a {
			display: block;
			height: 74px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -74px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		float: right;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #e46600;
		}
		
		#body_text a:hover {
			color: #999999;
		}
			
		#body_text ul {
			list-style: none;
			margin: 0px 5px !important;
		}
		
		#body_text ul li {
			display:block;
			padding: 3px 25px;
			background: transparent url("/images/misc_elements/li_bg.png");
			background-position: -3px 0px 0px 0px;
			background-repeat: no-repeat;
		}
		

/* FOOTER */		

	div#footer {
		position: relative;
		clear: both;
		margin: 0px auto;
		width: 1000px;
		height: 130px;
		background-repeat: no-repeat;
		background-position: center top;
	}



	p.copyright {
		position: absolute;
		left: 28px;
		top: 50px;
		color: #373636;
		font-size: 12px;
	}
	
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 95px;
			height: 95px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}