/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	background: #000000;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	}


/* SITE CONTAINERS */
div#entire_whole_site_container {
	background: transparent url("/images/backgrounds/tile.gif");
	background-position: center 16px;
	padding: 0px 0px 40px 0px;
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/header_background_repeat.jpg");
	background-position: center top;
	background-repeat: repeat-X;

}
.photo_walk{
	background: transparent url("/images/misc_elements/photo_walk.jpg");
}

.photo_clouds{
	background: transparent url("/images/misc_elements/photo_clouds.jpg");
}

.photo_sunset{
	background: transparent url("/images/misc_elements/photo_sunset.jpg");
}

.photo_road{
	background: transparent url("/images/misc_elements/photo_road.jpg");
}

.photo_tree{
	background: transparent url("/images/misc_elements/photo_tree.jpg");
}

div#site_container {
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 710px;
	height: auto !important;
	height: 710px;  

}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
}


/* HEADER */

div#header {
	width: 307px;
	left: 0px;
	right: 0px;
}

	#header h1 {
		width: 307px;
		height: 112px;
		background: transparent url("/images/logos/logo.gif");
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 14px;
	width: 675px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 102px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#industries_link {
			width: 178px;
			background: transparent url("/images/navigation/industry.gif");
		}
				
		a#clients_link {
			width: 108px;
			background: transparent url("/images/navigation/clients.gif");
		}
		
		a#candidates_link {
			width: 147px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#jobs_link {
			width: 116px;
			background: transparent url("/images/navigation/jobs.gif");
		}
	
		a#contact_link {
			width: 107px;
			background: transparent url("/images/navigation/contact.gif");
		}
	
		#navigation li a {
			position: relative;
			z-index: 10;
			display: block;
			height: 95px;
			margin-right: -14px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			z-index: 20;
			background-position: 0px -95px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		float: left;
		width: 505px;
		padding: 205px 25px 20px 25px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 22px;
	}
	
		#body_text h2 {
			width: 290px;
			line-height: 26px;
			height: 50px;
			font-size: 24px;
			color: #fdd330;
			font-weight:100;
			text-transform: uppercase;
		}

		#body_text a {
			color: #fdd330;
		}
		
		#body_text a:hover {
			color: #CCCCCC;
		}
		
		#body_text strong {
			color: #b83d00;
		} 
			
	.back_to_top {
		clear: both;
		display: block;
		width: 100%;
		height: 1px;
		overflow: hidden;
	}
	
	.back_to_top span{
		visibility: hidden;
	}

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 75px;
	margin: 0px 0px 0px 0px;
	background: #000000;
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 61px;
		background: transparent url("/images/backgrounds/footer_bg.gif");
		background-repeat: no-repeat;
		background-position: center top;
	}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}