/* MRI TEMPLATE 3 GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	color: #6D6C6C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: transparent url("/images/backgrounds/main_image_background.gif");
	background-repeat: repeat-x;
	background-position: 0px 115px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #5C788E;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}


/* SITE CONTAINER */

div#container {
	background: transparent url("/images/site_images/main_image_1.jpg");
}

div#container_2 {
	background: transparent url("/images/site_images/main_image_2.jpg");
}

div#container_3 {
	background: transparent url("/images/site_images/main_image_3.jpg");
}

div#container_4 {
	background: transparent url("/images/site_images/main_image_4.jpg");
}

div#container_5 {
	background: transparent url("/images/site_images/main_image_5.jpg");
}

div#container, div#container_2, div#container_3, div#container_4, div#container_5 {
	position: relative;
	margin: 0px auto;
	width: 100%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center 115px;
}


/* ANIMATION */

div#animation {
	position: absolute;
	top: 115px;
	left: 0px;
	height: 161px;
	width: 100%;
	text-align: center;
}

/* HEADER */

div#header {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 115px;
}

	#header h1 {
		width: 800px;
		height: 115px;
		background: transparent url("/images/logos/mri_office_name.gif");
		background-repeat: no-repeat;
		background-position: top left;
	}

		#header	h1 span {
			display: none;
		}
		
	#header img {
		display: none;
	}


/* SITE SEARCH BOX */

div#search_box {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 115px;
	background: transparent url("/images/misc_elements/search_box.gif");
	background-repeat: no-repeat;
}

	#search_box label {
		display: none;
	}
	
	#search_box input {
		position: absolute;
		top: 52px;
		left: 49px;
		border: 0px;
		width: 181px;
		height: 19px;
		background: transparent;
	}

/* NAVIGATION */

ul#navigation {
	margin: 161px auto 0px auto;
	padding: 0px 300px 0px 25px;
	width: 505px;
	height: 25px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
				
		li#about_link a {
			width: 80px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		li#industries_link a {
			width: 103px;
			background: transparent url("/images/navigation/industries_button.gif");
		}
		
		li#client_services_link a {
			width: 77px;
			background: transparent url("/images/navigation/clients_button.gif");
		}
		
		li#candidate_services_link a {
			width: 105px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		li#jobs_link a {
			width: 54px;
			background: transparent url("/images/navigation/jobs_button.gif");
		}
		
		li#contact_link a {
			width: 86px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 25px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -25px;
		}
		
			#navigation li a span {
				display: none;
			}


/* BODY TEXT */
div#body_text {
	margin: 0px auto;
	width: 800px;
	background: transparent url("/images/misc_elements/section_divider.gif");
	min-height: 200px;
}

	div#text_region {
		float: right;
		display: inline;
		padding: 20px 15px 20px 0px;
		width: 350px;
	}
	
	* html div#text_region {
		padding: 60px 15px 0px 0px;
	}

	#body_text h2 {
		margin: 0px 0px 24px 0px;
		font-size: 20px;
	}

	#body_text h3 {
		margin: 18px 0px;
		font-size: 16px;	
	}
	
	#body_text p {
		margin: 18px 0px;
	}
	
	#body_text ul, #body_text ol {
		margin: 18px 0px 18px 18px;
	}
	
	#body_text a {
		color: #5C788E;
		text-decoration: none;
	}

	#body_text a:hover {
		color: #5C788E;
	}
	
	#body_text img {
		padding: 5px 5px;
	}


/* TESTIMONIAL ENTRIES */

div.testimonial_entry {
	margin: 18px 0px;
}

	.testimonial_entry span {
		display: block;
		padding: 10px 50px;
	}

	span.odd_entry {
		background-color: #FFFFFF;
	}
	
	span.even_entry {
		background-color: #F7F7F7;
	}


/* SUB NAVIGATION */

div#sub_navigation, div#testimonials {
	margin: 36px 0px 36px 30px;
	width: 320px;
	background: transparent url("/images/backgrounds/feature_box_background.gif");
	background-repeat: repeat-y;
}

	#sub_navigation h2, div#testimonials h2 {
		margin: 0px;
		padding: 14px 150px 0px 0px;
		background: transparent url("/images/backgrounds/feature_box_heading_backgro.gif");
		background-repeat: no-repeat;
		width: 170px;
		height: 25px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: right;
	}
	
	#sub_navigation ul {
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 35px 0px;
		border-bottom: 1px solid #DAD9D9;
		display: block;
		list-style: none;
		overflow: auto;
	}
	
	* html #sub_navigation ul {
		margin: 10px 0px 0px 0px;
	}
	
		#sub_navigation ul li {
			float: left;
			margin: 0px 0px 15px 0px;
			width: 50%;
		}
		
			#sub_navigation ul li a {
				display: block;
				margin: 0px 0px 0px 1px;
				padding: 0px 0px 5px 19px;
				color: #686868;
				background: transparent url("/images/misc_elements/chevron_bullet.gif");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				line-height: 12px;
			}

			#sub_navigation ul li a:hover {
				color: #5C788E;
				background-position: 0px -20px;
			}


/* TESTIMONIALS SECTION */

div#testimonials {
	position: relative;
	height: 190px;
	border-bottom: 1px solid #b0b0b0;
	overflow: hidden;
}

	div#testimonials_container {
		position: relative;
		padding: 0px 30px;
		height: 190px;
		border-left: 1px solid #b0b0b0;
		border-right: 1px solid #b0b0b0;
	}

		ul#testimonials_gallery {
			margin: 0px 0px 0px 0px;
			list-style: none;
		}

/* FOOTER */

div#footer {
	margin: 20px 0px 0px 0px;
	border-top: 9px solid #b0b0b0;
	clear: both;
}

	#footer a {
		color: #5C788E;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #000000;
	}


	#footer span {
		position: relative;
		display: block;
		margin: 0px auto;
		width: 800px;
	}
	
	#footer p, #footer ul {
		float: left;
		margin: 0px;
		width: 520px;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #b0b0b0;
	}		

	#footer p {
		position: relative;
		top: -4px;
	}
	
	#footer ul {
		list-style: none;
		clear: left;
	}
	
		#footer ul li {
			display: inline;
			padding: 0px 35px 0px 0px;
		}
		

	/* STICKY STAMP */

	a#sticky_stamp {
		position: absolute;
		top: 0px;
		left: 680px;
		width: 120px;
		height: 57px;
		background: transparent url("/images/logos/designed_by_sticky_it.gif");
		background-repeat: no-repeat;
	}
	
		#sticky_stamp p span {
			display: none;
		}
	
		#sticky_stamp img {
			display: none;
		}
