/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#fc9733;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 800px;
}


/* HEADER */

div#header {
	position:absolute;
	height: 100px;
	width:300px;
	top: 25px;
	left: 75px;
}

	#header h1 {
		height: 70px;
	}
	
		#header h1 span, #header img {
			visibility: hidden;
		}

/* SEARCH FORM */

form#search_form {
	position: absolute;
	top:50px;
	right:60px;
}

form#search_form input#search_text_box {
	background: none;
	width:100px;
	border: none;
}

/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 130px;
	right: 50px;
	width: 700px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
		
		a#home_link {
			width: 101px;
			background: transparent url("/images/navigation/home.gif");
		}
		
		a#about_link {
			width: 89px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industries_link {
			width: 125px;
			background: transparent url("/images/navigation/industry.gif");
		}
		
		a#clients_link {
			width: 131px;
			background: transparent url("/images/navigation/client.gif");
		}
		
		a#candidates_link {
			width: 153px;
			background: transparent url("/images/navigation/candidate.gif");
		}
		
		a#contact_link {
			width: 101px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			display: block;
			height: 35px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -35px;
		}
		
			#navigation li a span {
				display: none;
			}

ul#dd_about, ul#dd_industries, ul#dd_clients, ul#dd_candidates {
	position:absolute;
	z-index: 200;
	visibility: hidden;
	width: 172px;
	padding: 11px 0px 0px 0px;
	list-style: none;
	top: 165px;
	background: transparent url("/images/misc_elements/dd_header.gif");
	border-bottom: solid 1px #989898;
}

ul#dd_about li, ul#dd_industries li, ul#dd_clients li, ul#dd_candidates li {
	display:inline;
}

ul#dd_about li a, ul#dd_industries li a, ul#dd_clients li a, ul#dd_candidates li a {
	display: block;
	padding: 0px 10px 0px 22px;
	line-height: 37px;
	font-size: 12px;
	color: #525252;
	background: transparent url("/images/misc_elements/dd_li.gif");
	background-position: 0px 0px;
}

ul#dd_about li a:hover, ul#dd_industries li a:hover, ul#dd_clients li a:hover, ul#dd_candidates li a:hover{
	background-position: 0px -74px;
	color: #FFFFFF;
}

ul#dd_about{
	left: 160px;
}

ul#dd_industries{
	left: 250px;
}

ul#dd_clients{
	left: 375px;
}

ul#dd_candidates{
	left: 505px;
}

/* MAIN SITE CONTENT BODY */

div#main_body {
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		color: #2e2e2e;
		font-size: 12px;
		line-height: 20px;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}
			
/*BACK TO TOP*/		

.back_to_top {
	clear: both;
	display:block;
	height: 1px;
	overflow: hidden;
}

.back_to_top span {
	visibility: hidden;
}

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 61px;
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 800px;
		height: 61px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.phone_fax {
			position: absolute;
			top: 0px;
			left: 60px;
			font-size: 13px;
			line-height: 40px;
			color: #474747
		}
		
		p.footer_links {
			position: absolute;
			top: 0px;
			font-size: 13px;
			line-height: 40px;
			right: 60px;
			color: #474747
		}
		
		p.copyright {
			position: absolute;			
			top: 60px; 
			left: 60px;
			color: #9d9d9d;
			font-size: 13px;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 20px;
			right: 50px;
			width: 120px;
			height: 90px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}