/* KLEIN HERSH GENERAL RULES */

/* HTML RULES*/

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

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	font-variant: small-caps;
}

a {
	text-decoration: none;
}

a.read_more_link {}

fieldset {
	border: 0px;
}


/* SPECIALIZED PNG SUPORT */

img {
	behavior: url("/scripts/iepngfix.htc");
}


/* SITE CONTAINERS */

div#container {
	position: relative;
	width: 100%;
}


/* HEADER */

div#header {
	width: 100%;
	overflow: hidden;
}

	div#header_container {
		position: relative;
		margin: 0px auto;
		width: 800px;
		text-align: left;
	}
	
		#header h1 {
			width: 800px;
			height: 110px;
		}
		
			#header h1 span {
				display: none;
			}
			
		#header h2 {
			display: none;
		}

		img.logo {
			display: none;
		}

/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 70px;
	left: 230px;
	width: 550px;
	height: 50px;
	list-style: none;
	z-index: 100;
}
	
	#navigation li {
		float: left;
	}

		a#home_button {
			width: 79px;
			background: transparent url("/images/navigation/home_button.gif");
		}
		
		a#about_button {
			width: 48px;
			background: transparent url("/images/navigation/about_button.gif");
		}
		
		a#clients_button {
			width: 63px;
			background: transparent url("/images/navigation/clients_button.gif");
		}
		
		a#candidates_button {
			width: 81px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		a#consulting_button {
			width: 105px;
			background: transparent url("/images/navigation/consulting_button.gif");
		}
		
		a#opportunities_button {
			width: 99px;
			background: transparent url("/images/navigation/opportunities_button.gif");
		}
		
		a#contact_button {
			width: 67px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 50px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li.current a {
			background-position: 0px -100px;
		}

		#navigation li a:hover {
			background-position: 0px -50px;
		}
	
			#navigation li a span {
				display: none;
			}


/* ROTATING AD SHOWCASE */

div#ad_showcase {
	position: relative;
	padding: 0px 0px 0px 60px;
	width: 740px;
}

	ul#showcase_container {
		position: absolute;
		list-style: none;
		z-index: 0;
	}


/* SPECIAL PRACTICE NAVIGAITON */

ul#practice_specialty_navigation, ul#life_sciences_related, ul#it_related, ul#contract_staffing_related {
	position: absolute;
	z-index: 70;
	list-style: none;
}

ul#practice_specialty_navigation {
	top: 396px;
	left: 105px;
	width: 695px;
	height: 35px;
}

	#practice_specialty_navigation li {
		margin: 0px 0px 0px 0px;
		float: left;
	}

		a#practice_specialty_life_sciences_button {
			width: 151px;
			background: transparent url("/images/navigation/life_sciences_practice_button.gif");
		}
		
		a#practice_specialty_it_button {
			width: 72px;
			background: transparent url("/images/navigation/it_practice_button.gif");
		}

		a#practice_specialty_contract_button {
			width: 208px;
			background: transparent url("/images/navigation/contract_staffing_practice_button.gif");
		}
	
		#practice_specialty_navigation li a {
			display: block;
			height: 35px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#practice_specialty_navigation li a:hover {
			background-position: 0px -35px;
		}
		
			#practice_specialty_navigation li a span {
				display: none;
			}


	/* PRACTICE POP-UPS */
	
	ul#life_sciences_related {
		left: 109px;
		background: transparent url("/images/misc_elements/ps_ls_footer.gif");
	}
	
	ul#it_related {
		left: 260px;
		background: transparent url("/images/misc_elements/ps_it_footer.gif");
	}

	ul#contract_staffing_related {
		left: 333px;
		background: transparent url("/images/misc_elements/ps_ls_footer.gif");
	}

	ul#life_sciences_related, ul#it_related, ul#contract_staffing_related {
		top: 270px;
		width: 365px;
		height: 126px;
		visibility: hidden;
		background-repeat: no-repeat;
		background-position: bottom left;
		opacity: 0.95;
		filter: alpha(opacity=95);
		-moz-opacity: 0.95;
	}
	
		ul#life_sciences_related li, ul#it_related li, ul#contract_staffing_related li {
			float: left;
		}
				
			a.practice_view_jobs {
				width: 115px;
				background: transparent url("/images/misc_elements/ps_view_job_button.gif");
			}
			
			a.practice_recent_placements{
				width: 135px;
				background: transparent url("/images/misc_elements/ps_recent_placement_button.gif");
			}
			
			a.practice_learn_more {
				width: 115px;
				background: transparent url("/images/misc_elements/ps_learn_more_button.gif");
			}
			
			ul#life_sciences_related li a, ul#it_related li a, ul#contract_staffing_related li a {
				display: block;
				height: 116px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
			
			ul#life_sciences_related li a:hover, ul#it_related li a:hover, ul#contract_staffing_related li a:hover {
				background-position: 0px -116px;
			}

				ul#life_sciences_related li a span, ul#it_related li a span, ul#contract_staffing_related li a span {
					display: none;
				}


/* BODY SECTION */

div#body_region {
	position: relative;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

	div#body_text {
		float: left;
		display: inline;
		margin: 35px 0px 0px 105px;
		width: 400px;
	}
	
	div#job_board {
		margin: 30px 0px 0px 105px;
		height: 400px;
		overflow: hidden;
	}
	
	div#body_text, div#job_board {
		font-size: 12px;
		line-height: 20px;
	}
	
		#body_text h2, #job_board h2 {
			margin: 0px 0px 20px 0px;
			font-size: 22px;
		}
		
		#body_text h3 {
			margin: 20px 0px;
		}
		
		#body_text p, #job_board p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol, #job_board ul, #job_board ol {
			margin: 20px 0px 20px 20px;
		}
		
		#body_text a, #job_scroller a {
			color: #E3B171;
		}
		
		#body_text a:hover, #job_scroller a:hover {
			color: #C0C0C0;
		}


/* PRINT THIS PAGE BUTTON */

a#print_this_page {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 29px;
	background: transparent url("/images/misc_elements/print_this_page_button.gif");
	background-repeat: no-repeat;
}

	#print_this_page span {
		display: none;
	}


/* QUOTE OF THE WEEK & SUBNAV */
		
div#quote_of_the_week {
	margin: 35px 0px 0px 530px;
	padding: 0px 0px 0px 0px;
	width: 270px;
	height: 170px;
	background: transparent url("/images/misc_elements/quote_of_the_week_box.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#sub_navigation {
	margin: 35px 0px 0px 515px;
	padding: 0px;
	width: 285px;
	background: transparent url("/images/backgrounds/sub_nav_background(1).gif");
	background-repeat: repeat-y;
	background-position: top center;
}

* html div#sub_navigation {
	margin: 35px 0px 0px 512px;
}
	
* html div#quote_of_the_week {
	margin: 35px 0px 0px 527px;
}

	#quote_of_the_week h2 {
		height: 50px;
	}
	
	#sub_navigation h2 {
		height: 45px;
	}
	
	#sub_navigation h2.about {
		background: transparent url("/images/misc_elements/sub_nav_title_about.gif");
	}

	#sub_navigation h2.news {
		background: transparent url("/images/misc_elements/sub_nav_title_news.gif");
	}

	#sub_navigation h2.clients {
		background: transparent url("/images/misc_elements/sub_nav_title_clients.gif");
	}

	#sub_navigation h2.candidates {
		background: transparent url("/images/misc_elements/sub_nav_title_candidates.gif");
	}

	#sub_navigation h2.consulting {
		background: transparent url("/images/misc_elements/sub_nav_title_consulting.gif");
	}

	#sub_navigation h2.about, #sub_navigation h2.news, #sub_navigation h2.clients, 
	#sub_navigation h2.candidates, #sub_navigation h2.consulting{
		background-repeat: no-repeat;
	}

	#sub_navigation ul {
		margin: 0px;
		padding: 0px 5px 0px -5px;
		background: transparent url("/images/backgrounds/sub_nav_background(2).gif");
		background-repeat: no-repeat;
		list-style: none;
		line-height: 30px;
		font-size: 11px;
	}
	
		#sub_navigation ul li {
			height: 30px;
		}
		
		#sub_navigation ul li a {
			display: block;
			padding: 0px 0px 0px 45px;
			color: #FFFFFF;
			background: transparent url("/images/backgrounds/sub_navigation_item_backgro.gif");
			background-repeat: repeat-x;
			background-position: 0px 0px;
		}
		
		#sub_navigation ul li a:hover {
			color: #69756A;
			font-weight: bold;
			background-position: 0px -30px;
		}

		#quote_of_the_week h2 span, #sub_navigation h2 span {
			display: none;
		}
	
	#quote_of_the_week p {
		margin: 10px 30px 0px 55px;
		font-size: 12px;
		color: #E5C296;
		line-height: 16px;
	}


/* PRACTICE SPECIALTIES SHOWCASE */
		
div#practice_specialties_sub_nav, div#marquee_section {
	position: absolute;
	top: 315px;
	left: 510px;
	float: right;
	width: 285px;
	z-index: 75;
}

	#practice_specialties_sub_nav h2 {
		background: transparent url("/images/misc_elements/specialty_practices_heading.gif");
	}
	
	#marquee_section h2 {
		background: transparent url("/images/misc_elements/testimonials_heading.gif");
	}

	#practice_specialties_sub_nav h2, #marquee_section h2 {
		height: 48px;
		background-repeat: no-repeat;
		background-position: 35px 0px;
	}
	
		#practice_specialties_sub_nav h2 span, #marquee_section h2 span {
			 display: none;
		}
		
	#practice_specialties_sub_nav ul {
		margin: 0px 0px 0px 40px;
		list-style: none;
		font-size: 12px;
		line-height: 35px;
	}
	
		#practice_specialties_sub_nav ul li {
			height: 35px;
		}
		
		#practice_specialties_sub_nav ul li a {
			display: block;
			padding: 0px 0px 0px 20px;
			color: #636363;
			background: transparent url("/images/misc_elements/special_bullet.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#practice_specialties_sub_nav ul li a:hover {
			color: #69756A;
		}


/* TESTIMONIALS MARQUEE */

#marquee_container{
	position: relative;
	padding: 0px 0px 0px 40px;
	width: 245px; /*marquee width */
	height: 100px; /*marquee height */
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #464646;
}

	div#marquee {
		position: absolute;
		width: 90%;
	}



/* SITE FORMS */

form.body_form {
	margin: 20px 0px;
	font-size: 16px;
}

.body_form label {
	margin: 0px 0px 20px 0px;
	float: left;
	width: 100px;
	color: #69756A;
}

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

label.special_label {
	float: none;
	margin: 20px 0px;
	width: 100%;
	color: #000000;
}

label.checkbox_label {
	width: 200px;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 20px 0px;
	border: 1px solid #CBD7CC;
	font-size: 16px;
	color: #999999;
	background-color: #FFF2CE;
}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #FFF2CE !important
}

.body_form input.text_field, .body_form select.select_field {
	width: 250px;
	height: 25px;
}

.body_form input.checkboxes {
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 100%;
	height: 150px;
	
}


/* FOOTER */

div#footer {
	padding: 44px 0px 0px 0px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
}

	div#copyright {
		position: relative;
		margin: 0px auto;
		padding: 0px 0px 0px 105px;
		width: 695px;
		text-align: left;
	}
	
		#copyright p {
			float: left;
			width: 425px;
		}
	
	a#mrinetwork_stamp {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 70px;
		height: 50px;
		background: transparent url("/images/logos/designed_by_sticky_it.gif");
		background-repeat: no-repeat;
		background-position: top right;
	}
	
		#sticky_stamp span {
			display: none;
		}