/* MRI TEMPLATE 3 GENERAL RULES */

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

body {
	color: #8F8F8F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent url("/images/backgrounds/header_background.gif");
	background-repeat: repeat-x;
	background-position: top center;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #F68121;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}


/* SITE CONTAINER */

div#container {
	position: relative;
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
	width: 710px;
	text-align: left;
}


/* HEADER */

div#header {
	width: 710px;
	height: 100px;
}

	#header h1 {
		width: 710px;
		height: 100px;
		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: 28px;
	right: 0px;
}


/* NAVIGATION */

ul#navigation {
	margin: 0px 0px 10px 0px;
	width: 710px;
	height: 28px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
		
		li#home_link a {
			width: 53px;
			background: transparent url("/images/navigation/home_button.gif");
		}
		
		li#about_link a {
			width: 77px;
			background: transparent url("/images/navigation/about_us_button.gif");
		}
		
		li#industry_link a {
			width: 116px;
			background: transparent url("/images/navigation/industry_focus.gif");
		}
		
		li#client_services_link a {
			width: 117px;
			background: transparent url("/images/navigation/client_services.gif");
		}
		
		li#candidate_services_link a {
			width: 143px;
			background: transparent url("/images/navigation/candidate_services.gif");
		}
		
		li#find_a_position_link a {
			width: 113px;
			background: transparent url("/images/navigation/find_a_position_button.gif");
		}
		
		li#contact_link a {
			width: 91px;
			background: transparent url("/images/navigation/contact_us.gif");
		}
		
		#navigation li a {
			display: block;
			height: 28px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -28px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SUB NAVIGATION */

ul#about_sub_nav, ul#client_services_sub_nav, ul#candidate_services_sub_nav {
	position: absolute;
	top: 145px;
	width: 165px;
	border: 1px solid #DBDBDB;
	list-style: none;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	visibility: hidden;
	z-index: 10;
}

	#about_sub_nav a, #client_services_sub_nav a, #candidate_services_sub_nav a {
		display: block;
		padding: 0px 0px 0px 12px;
		height: 34px;
		width: 153px;
		color: #9B9B9B;
		background: #F7F7F7 url("/images/backgrounds/sub_nav_divider.gif");
		background-repeat: no-repeat;
		background-position: bottom center;
		line-height: 34px;
		text-decoration: none;
	}

	#about_sub_nav a:hover, #client_services_sub_nav a:hover, #candidate_services_sub_nav a:hover {
		color: #FFFFFF;
		background: #9B9B9B url("/images/backgrounds/sub_nav_divider.gif");
		background-repeat: no-repeat;
		background-position: bottom center;
	}


ul#about_sub_nav {
	left: 53px;
	z-index: 10;
}

ul#client_services_sub_nav {
	left: 246px;
	z-index: 10;
}

ul#candidate_services_sub_nav {
	left: 363px;
	z-index: 10;
}

/* FORM RULES */

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

#body_text form.body_form h3 {
	margin: 2em 0;
	font-size: 14px;
	text-transform: uppercase;
}

.body_form label {
	margin: 0px 0px 1.5em 0px;
	float: left;
	width: 35%;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

#country_label, #country_feild {
	display: none !important;
}

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 #cdcdcd;
	font-size: 14px;
	color: #black;
	background-color: #fffff !important;
}

.body_form input.radio_input {}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #pink !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;
	}
	
/* FOOTER */

div#footer {
	margin: 15px 0px 0px 0px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-repeat: repeat-x;
	background-position: top center;
}

	#footer ul {
		width: 700px;
		height: 35px;
		padding: 10px 0px 0px 0px;
		list-style: none;
		text-align: center;
	}
	
		#footer ul li {
			display: inline;
		}
	
			li.first_link a, li.middle_link a {
				border-right: 1px solid #555555;
			}
	
			li.last_link a {}
	
			#footer ul li a {
				padding: 0px 4px 0px 2px;
				color: #555555;
				text-decoration: none;
			}
			
			#footer ul li a:hover {
				color: #F68121;
			}
			
	#footer p {
		margin: 5px 0px;
		float: left;
	}
	

	/* STICKY STAMP */

	a#sticky_stamp {
		display: block;
		float: right;
		width: 55px;
		height: 37px;
		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;
		}
	
/* FORMS */

	form#search_form input {
		border: 1px solid #E5E5E5;
		background-color: #FBFBFB;
		width: 150px;
		height: 23px;
	}