/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}


/* HEADER */

div#header {
	width: 1000px;
	overflow: hidden;
}

	#header h1 {
		width: 1000px;
		background: transparent url("/images/logos/logo.gif");
		background-repeat: no-repeat;
		height: 100px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 630px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 80px;
			background: transparent url("/images/navigation/about.gif");
		}
		
		a#expertise_link {
			width: 115px;
			background: transparent url("/images/navigation/expertise.gif");
		}
				
		a#candidates_link {
			width: 123px;
			background: transparent url("/images/navigation/candidates.gif");
		}
		
		a#employers_link {
			width: 121px;
			background: transparent url("/images/navigation/employers.gif");
		}
		
		a#careers_link {
			width: 101px;
			background: transparent url("/images/navigation/careers.gif");
		}
		
		a#contact_link {
			width: 90px;
			background: transparent url("/images/navigation/contact.gif");
		}
		
		#navigation li a {
			display: block;
			height: 74px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -74px;
		}
		
			#navigation li a span {
				display: none;
			}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		float: right;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #e46600;
		}
		
		#body_text a:hover {
			color: #999999;
		}
			
		#body_text ul {
			list-style: none;
			margin: 0px 5px !important;
		}
		
		#body_text ul li {
			display:block;
			padding: 3px 25px;
			background: transparent url("/images/misc_elements/li_bg.png");
			background-position: -3px 0px 0px 0px;
			background-repeat: no-repeat;
		}
		

/* FOOTER */		

	div#footer {
		position: relative;
		clear: both;
		margin: 0px auto;
		width: 1000px;
		height: 130px;
		background-repeat: no-repeat;
		background-position: center top;
	}

		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 95px;
			height: 95px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}