/* TEST GROUP GENERAL RULES */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #2f2f2f url("/images/backgrounds/body_repeat.gif");
	background-position: center 13px;
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

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


/* SITE CONTAINERS */

div#whole_site_container {
	background: transparent url("/images/backgrounds/header_repeat.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

div#site_container {
	background: transparent url("/images/backgrounds/header_bg.jpg");
	background-position: center top;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 610px;
}


/* HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		width: 250px;
	}
	
		#header h1 span, #header img {
			visibility: hidden;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: auto;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 128px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industries_link {
			width: 127px;
			background: transparent url("/images/navigation/industries.gif");
		}
				
		a#candidates_link {
			width: 133px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#clients_link {
			width: 137px;
			background: transparent url("/images/navigation/clients.gif");
		}
		
		a#contact_link {
			width: 117px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			display: block;
			height: 85px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -85px;
		}
		
			#navigation li a span {
				display: none;
			}

/* DROP DOWNS */

div#dd_about {
	visibility: hidden;
	left: 363px;
	background: transparent url("/images/misc_elements/about_dd_header.gif");
}

	div#dd_about ul{
		}

div#dd_industries {
	visibility: hidden;
	left: 490px;
	background: transparent url("/images/misc_elements/industries_dd_header.gif");
}

	div#dd_industries ul{
		}

div#dd_clients {
	visibility: hidden;
	left: 619px;
	background: transparent url("/images/misc_elements/clients_dd_header.gif");
}

	div#dd_clients ul {
		}
	
div#dd_candidates {
	visibility: hidden;
	left: 756px;
	background: transparent url("/images/misc_elements/candidates_dd_header.gif");
}
	div#dd_candidates ul {
		}

div#dd_about , div#dd_industries , div#dd_candidates , div#dd_clients {
	position: absolute;
	z-index: 100;
	width: 225px;
	top: 0px;
	padding: 47px 0px 19px 0px;
	background-position: left top;
	background-repeat:no-repeat;
	list-style: none;
}	

	div#dd_about ul, div#dd_industries ul, div#dd_candidates ul, div#dd_clients ul{
		padding: 39px 0px 18px 0px;
		margin: 0px 0px 0px 6px;
		background: transparent url("/images/misc_elements/footer_subnav.gif");
		background-position: center bottom;
		background-repeat:no-repeat;
		list-style: none;
	}
	
		div#dd_about ul li, div#dd_industries ul li, div#dd_candidates ul li, div#dd_clients ul li{
			display: inline;
		}
	
		div#dd_about ul li a, div#dd_industries ul li a, div#dd_candidates ul li a, div#dd_clients ul li a{
			display: block;
			padding: 0px 5px 0px 5px;
			font-size: 13px;
			line-height: 30px;
			background: transparent url("/images/misc_elements/subnav_li.gif");
			color: #eeebeb;
		}

		div#dd_about ul li a:hover, div#dd_industries ul li a:hover, div#dd_candidates ul li a:hover, div#dd_clients ul li a:hover{
			background-position: 0px -28px;
			color: #6cd1fd;
		}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: absolute;
		width: 405px;
		left: 560px;
		top: 185px;
		float: right;
		color: #2e2e2e;
		font-size: 12px;
		line-height: 20px;
	}
	
		#body_text h2 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 45px;
			font-size: 26px;
			margin: 0px 0px 15px 0px;
			font-weight: 100;
			color: #f96311;
		}

		#body_text a {
			color: #f96311;
		}
		
		#body_text a:hover {
			color: #666666;
		}
			
		

/* FOOTER */		

div#footer_container {
	clear: both;
	background: transparent url("/images/backgrounds/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 90px;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}