/* TEST GROUP GENERAL RULES */

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

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

a {
	text-decoration: none;
	color: #f86f12;

}

a img {
	border: none;
}


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


/* SITE CONTAINERS */

div#whole_site_container {
}

div#site_container {
}

div#container {
	position: relative;
	margin: 0px auto;
	padding: 0px 150px 0px 150px;
	width: 700px;
	background-repeat: no-repeat;
}


/* HEADER */

div#header {
	width: 700px;
	background: transparent url("/images/logos/logo.gif");
	background-repeat: no-repeat;
}

div#header {
	height: 100px;
}

	#header h1 {
		height: 365px;
	}	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 117px;
	left: 179px;
	width: 655px;
	height: 51px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#home_link {
			width: 75px;
			background: transparent url("/images/navigation/home.gif");
		}
		
		a#about_link {
			width: 75px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industries_link {
			width: 112px;
			background: transparent url("/images/navigation/industry.gif");
		}
				
		a#candidates_link {
			width: 126px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#clients_link {
			width: 92px;
			background: transparent url("/images/navigation/clients.gif");
		}
		
		a#jobs_link {
			width: 68px;
			background: transparent url("/images/navigation/jobs.gif");
		}
		
		a#contact_us_link {
			width: 93px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			display: block;
			height: 51px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -51px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 700px;
}


/* MAIN TEXT REGION */

	div#body_text {
		color: #000000;
		width: 420px;
		height: 330px
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #f86f12;
		}
		
		#body_text a:hover {
			color: #b7b7b7;
		}
			
		

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 61px;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 90px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		height: 61px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			position: absolute;
			left: 0px;
			width: 225px;
			top: 30px;
		}
		
		p.phone {
			position: absolute;
			left: 325px; 
			width: 150px;
			top: 30px;			
		}
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 100px;
			height: 61px;
			background: transparent url("/images/misc_elements/sticky_it_footer.gif");
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}