/* TEST GROUP GENERAL RULES */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url("/images/backgrounds/body_repeat.gif");
	background-position: center top;
	color: #959393;
}

a {
	text-decoration: none;
	color: #7d96b5 !important;
	font-weight: bold;
}

a:hover {
	color: #333 !important;
}

a img {
	border: none;
}

/* SITE CONTAINERS */

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


/* HEADER */

div#header {
	position: absolute;
	left: 55px;
	height: 75px;
	width: 310px;
}

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


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 88px;
	right: 104px;
	width: 789px;
	height: 56px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
		
		a#home_link {
			width: 95px;
			background: transparent url("/images/navigation/home.png");
		}
	
		a#about_link {
			width: 119px;
			background: transparent url("/images/navigation/about.png");
		}
		
		a#testamonials_link {
			width: 172px;
			background: transparent url("/images/navigation/testimonials.png");
		}
				
		a#employers_link {
			width: 119px;
			background: transparent url("/images/navigation/employers.png");
		}
		
		a#candidates_link {
			width: 129px;
			background: transparent url("/images/navigation/candidates.png");
		}
		
		a#contact_link {
			width: 155px;
			background: transparent url("/images/navigation/contact.png");
		}
	
		#navigation li a {
			display: block;
			height: 56px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -56px;
		}
		
			#navigation li a span {
				display: none;
			}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}

/* MAIN TEXT REGION */

div#body_text {
}

	#body_text h2 {
		line-height: 35px;
		font-size: 22px;
		font-weight: 100;
	}



/* FOOTER */		

div#footer_container {
	margin: 0px;
	clear: both;
	height: 100px;
}

	div#footer {
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 100px;
	}
		
		ul#footer_nav {  
			position: absolute;  
			left: 485px;
			top: 27px;
			width: auto;
			color: #EDEDED;
			font-size: 10px;
			list-style: none outside none;
		}
		
		#footer_nav li {
			padding: 0px 10px 0px 0px;
			float: left;
		}
		
		#footer_nav li a span {
			padding: 0px 10px 0px 0px;
			color: #b1b1b1;
		}
			#footer_nav li a:hover span {
				color: #fff;
			}
	
		p.copyright {
			display: none;
		}
		
		
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 75px;
			width: 100px;
			height: 60px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}

