/* THE LEAD GROUP GENERAL RULES */

/* HTML RULES */

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

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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2e2e2;
	text-align: center;
}


/* SITE CONTAINER */

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


/* SITE HEADER */

div#header {
	width: 1000px;
}

	#header h1 {
		width: 1000px;
		background: transparent url("/images/logos/lead_group_logo.gif");
		background-repeat: no-repeat;
		background-position: 10px 0px;
		cursor: pointer;
	}

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

/* NAVIGATION */

ul#navigation {
	position: absolute;
	left: 700px;
	width: 300px;
	list-style: none;
	line-height: 33px;
	z-index: 50;
}

	#navigation li {
		display: inline;
	}
	
		a#firm_link {
			background: transparent url("/images/navigation/firm_link.gif");
		}
		
		a#niche_link {
			background: transparent url("/images/navigation/niche_link.gif");
		}
		
		a#employers_link {
			background: transparent url("/images/navigation/employers_link.gif");
		}
		
		a#candidates_link {
			background: transparent url("/images/navigation/candidates_link.gif");
		}
		
		a#jobs_link {
			background: transparent url("/images/navigation/jobs_link.gif");
		}
		
		a#contact_link {
			background: transparent url("/images/navigation/contact_link.gif");
		}
	
		#navigation li a {
			display: block;
			width: 300px;
			height: 33px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: -300px 0px;
		}
		
			#navigation li a span {
				display: none;
			}


/* FLY OUT MENUS */

ul#firm_sub_nav, ul#niche_sub_nav, ul#employers_sub_nav, 
ul#candidates_sub_nav, ul#jobs_sub_nav {
	position: absolute;
	left: 475px;
	width: 225px;
	list-style: none;
	background-color: #ffffff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	visibility: hidden;
	z-index: 1500;
}

#firm_sub_nav li, #niche_sub_nav li, #employers_sub_nav li, 
	#candidates_sub_nav li, #jobs_sub_nav li {
		display: inline;
	}
	
		#firm_sub_nav li a, #niche_sub_nav li a, #employers_sub_nav li a, 
		#candidates_sub_nav li a, #jobs_sub_nav li a {	
			display: block;
			padding: 5px 15px;
			width: 195px;
			line-height: 14px;
			color: #333333;
			text-decoration: none;
			text-align: right;
		}

		#firm_sub_nav li a:hover, #niche_sub_nav li a:hover, #employers_sub_nav li a:hover, 
		#candidates_sub_nav li a:hover, #jobs_sub_nav li a:hover {
			background-color: #333333;
			color: #ffffff;
		}


/* MAIN BODY REGION */

div#body_text {
	line-height: 20px;
}

	#body_text h2 {
		margin: 0px 0px 20px 0px;
		color: #e00000;
		font-size: 18px;
		font-weight: 100;
		text-transform: uppercase;
		height: 30px;
	}
	
	#body_text h3 {
		font-size: 16px;
	}
	
	#body_text h4, #body_text h5, #body_text h6 {
		font-size: 15px;
	}
	
	#body_text a {
		text-decoration: none;
		color: #ffffff;
	}
	
	#body_text a:hover {
		color: #e00000;
	}

	#body_text p {
		margin: 20px 0px;
	}

	#body_text ul, #body_text ol {
		margin: 20px 0px 20px 20px;
	}
	
	#body_text strong, #body_text h3 {
		color: #9ed2ff;
	}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	width: 1000px;
	height: 86px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-repeat: no-repeat;
	background-position: 365px 0px;
}

	p.copyright {
		display: none;
	}

	ul#footer_links {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 350px;
		height: 86px;
		list-style: none;
	}
	
		#footer_links li {
			float: left;
		}
		
			a#request_info_link {
				width: 188px;
				background: transparent url("/images/misc_elements/request_info_footer_link.gif");
			}
			
			a#submit_resume_link {
				width: 162px;
				background: transparent url("/images/misc_elements/submit_resume_footer_link.gif");
			}
		
			#footer_links li a {
				display: block;
				height: 86px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}
			
			#footer_links li a:hover {
				background-position: 0px -86px;
			}
			
				#footer_links li a span {
					display: none;
				}
		
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 117px;
		height: 86px;
		background: transparent url("/images/misc_elements/sticky_it_footer_link.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
	a#sticky_stamp:hover {
		background-position: 0px -86px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}

