/* SEARCH WORKS GROUP GENERAL RULES */

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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000b1d;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a img {
	border: none;
}

h2, h3 {
	letter-spacing: 1px;
}


/* SITE CONTAINERS */

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


/* HEADER */

div#header {
	width: 1000px;
	background: transparent url("/images/logos/logo.gif");
	background-repeat: no-repeat;
}

	#header h1 {
		width: 1000px;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

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

	#navigation li {
		float: left;
	}
	
		a#contact_link {
			width: 99px;
			background: transparent url("/images/navigation/contact.png");
		}
		
		a#about_link {
			width: 90px;
			background: transparent url("/images/navigation/about.png");
		}
		
		a#focus_link {
			width: 85px;
			background: transparent url("/images/navigation/focus.png");
		}
		
		a#employers_link {
			width: 139px;
			background: transparent url("/images/navigation/employers.png");
		}
		
		a#candidates_link {
			width: 127px;
			background: transparent url("/images/navigation/candidates.png");
		}
		
		a#jobs_link {
			width: 73px;
			background: transparent url("/images/navigation/jobs.png");
		}
		
		
		#navigation li a {
			display: block;
			height: 50px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -50px;
		}
		
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

ul.dropdown {
	display: none;
	position: absolute;
	top: 50px;
	width: 215px;
	list-style: none;
	z-index: 500;
}

	ul.dropdown li {
		display: inline;
	}
	
		ul.dropdown li a {
			display: block;
			padding: 8px 20px;
			width: 175px;
			border-bottom: solid 1px #0e1b31;
			line-height: 20px;
			background-color: #000b1d;
			color: #f3f3f3;
			font-size: 12px;
		}

		ul.dropdown li a:hover {
			color: #666666;
			background-color: #c0c0c0;
			border-bottom: solid 1px #a3a3a3;
		}

ul#about_dd {
	left: 461px;
}

ul#focus_dd {
	left: 551px;
}

ul#employers_dd {
	left: 636px;
}

ul#candidates_dd {
	left: 775px;
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		line-height: 26px;
		font-size: 16px;
		color: #2e2e2e;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
		}

		.dark_hoody_guy div#body_text h2 {
			color: #ffffff;
		}

		.dark_hoody_guy div#body_text a {
			color: #ffffff;
		}
		
		.dark_hoody_guy div#body_text a:hover {
			color: #cccccc;
		}
			
		

/* FOOTER */		

div#footer_container {
	clear: both;
	height: 61px;
	background-repeat: repeat-x;
	background-position: center top;
}

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

		/* MRINETWORK STAMP */
			
		a#mrinetwork_stamp {
			position: absolute;
			top: 0px;
			left: 270px;
			width: 190px;
			height: 61px; 
		}
		
			#sticky_stamp p, #sticky_stamp img, #mrinetwork_stamp p, #mrinetwork_stamp img {
				display: none;
			}
		