/* ANSWERQUEST GENERAL RULES */
/* HTML RULES */

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

html {
	background: #d6d6d6 url("/images/backgrounds/site_background(1).gif");
	background-repeat: repeat-x;
	background-position: top center;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINER */

div#container {
	position: relative;
	margin: 0px auto;
	width: 898px;
	text-align: left;
}


/* HEADER */

div#header {
	position: relative;
	margin: 0px 0px -33px 0px;
	width: 898px;
	height: 89px;
	overflow: hidden;
	z-index: 5;
}

	#header h1 {
		margin: 0px;
	}

		#header h1 span {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 666px;
	height: 50px;
	list-style: none;
	z-index: 10;
}

	#navigation li {
		float: left;
	}

		a#candidates_link {
			width: 107px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
		
		a#employers_link {
			width: 107px;
			background: transparent url("/images/navigation/employers_button.gif");
		}
		
		a#industries_link {
			width: 102px;
			background: transparent url("/images/navigation/industries_button.gif");
		}
		
		a#staffing_link {
			width: 100px;
			background: transparent url("/images/navigation/staffing_button.gif");
		}
		
		a#careers_link {
			width: 62px;
			background: transparent url("/images/navigation/careers_button.gif");
		}
		
		a#our_firm_link {
			width: 93px;
			background: transparent url("/images/navigation/our_firm_button.gif");
		}
		
		a#contact_link {
			width: 95px;
			background: transparent url("/images/navigation/contact_button.gif");
		}

		#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;
			}


/* SUB NAVIGATION DROPDOWNS */

ul#candidates_sub_nav, ul#employers_sub_nav, ul#industries_sub_nav, 
ul#careers_sub_nav, ul#our_firm_sub_nav, ul#contract_sub_nav {
	position: absolute;
	top: 55px;
	width: 190px;
	list-style: none;
	background-color: #000000;
	z-index: 1600;
	visibility: hidden;
}

ul#candidates_sub_nav {
	left: 246px;
}

ul#employers_sub_nav {
	left: 353px;
}

ul#industries_sub_nav {
	left: 455px;
}

ul#contract_sub_nav {
	left: 555px;
}

ul#careers_sub_nav {
	left: 657px;
}

ul#our_firm_sub_nav {
	left: 723px;
}

	ul#candidates_sub_nav li, ul#employers_sub_nav li, ul#industries_sub_nav li, 
	ul#careers_sub_nav li, ul#our_firm_sub_nav li,  ul#contract_sub_nav li {
		display: inline;
	}
	
		ul#candidates_sub_nav li a, ul#employers_sub_nav li a, ul#industries_sub_nav li a, 
		ul#careers_sub_nav li a, ul#our_firm_sub_nav li a,  ul#contract_sub_nav li a {
			display: block;
			padding: 5px;
			width: 180px;
			font-size: 11px;
			text-transform: uppercase;
			line-height: 14px;
			color: #ffffff;
		}

		ul#candidates_sub_nav li a:hover, ul#employers_sub_nav li a:hover, ul#industries_sub_nav li a:hover, 
		ul#careers_sub_nav li a:hover, ul#our_firm_sub_nav li a:hover,  ul#contract_sub_nav li a:hover {
			color: #ffffff;
			background-color: #2b2b2b;
		}



/* VIDEO SHOWCASE */

a#video_showcase {
	behavior: url("/scripts/iepngfix.htc");
	position: absolute;
	top: 72px;
	right: 20px;
	padding: 0px 18px 0px 28px;	
	width: 140px;
	height: 188px;
	background: transparent url("/images/misc_elements/video_showcase_background.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	z-index: 100;
	cursor: pointer;
}

	#video_showcase h4 {
		margin: 10px 0px 0px 0px;
		width: 140px;
		height: 43px;
		font-size: 12px;
		color: #d0e8ff;
	}
	
	#video_showcase img {
		width: 140px;
		height: 86px;
	}
	
	#video_showcase p {
		margin: 10px 0px 0px 35px;
		width: 105px;
		height: 39px;
		font-size: 11px;
		color: #ffffff;
	}


/* EYE CANDY */

div#eye_candy {
	position: relative;
	width: 898px;
	z-index: 0;
}

	#eye_candy h2, #eye_candy p {
		display: none;
	}


/* BODY TEXT REGION */

div#body_text {
	position: relative;
	float: right;
	display: inline;
	font-size: 13px;
	color: #313131;
	line-height: 20px;
	z-index: 5;
}

	#body_text h2 {
		margin: 15px 0px 25px 0px;
		font-size: 22px;
		color: #ba2025;
	}
	
	#body_text h3 {}
	
	#body_text p {
		margin: 18px 0px;
	}
	
	#body_text ul  {
		margin: 18px 0px 18px 30px;
		list-style: square;
	}
	
	#body_text ol {
		margin: 18px 0px 18px 50px;
	}
	
	#body_text ul ul, #body_text ul ol, #body_text ol ul, #body_text ol ol {
		margin: 0px 0px 0px 18px;
	}
	
	#body_text a {
		color: #ba2025;
	}
	
	#body_text a:hover {
		color: #1e274b;
	}


/* SOCIAL TAGGING AND SEARCH ENGINE QUICK LINKS */

ul#quick_index_links {
	width: 178px;
	height: 16px;
	font-size: 11px;
	color: #7f7f7f;
	text-align: right;
	list-style: none;
}

	#quick_index_links li {
		float: left;
		margin: 0px 5px;
		line-height: 16px;
	}
	
		#quick_index_links li a {}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 898px;
}

	p.copyright {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		bottom: 0px;
		left: 520px;
		width: 115px;
		height: 61px;
	}

	a#mrinetwork_stamp {
		display: none;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}