/* THE LEAD GROUP GENERAL RULES */

/* MAIN BODY PHOTOS */

	.central_park {
		background: transparent url("/images/backgrounds/homepage/header(central_park).jpg");
		background-repeat: no-repeat;
		background-position: center top;
	}


/* SITE HEADER */

div#header {
	height: 476px;
}

	#header h1 {
		height: 476px;
	}


/* SITE TAGLINE */
	
h3#tagline {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 250px;
	height: 192px;
	background: transparent url("/images/misc_elements/main_tagline.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	h3 span {
		display: none;
	}


/* NAVIGATION */

ul#navigation {
	top: 192px;
}


/* SUB NAVIGATION */

ul#firm_sub_nav {
	top: 192px;
}

ul#niche_sub_nav {
	top: 225px;
}

ul#employers_sub_nav {
	top: 258px;
}

ul#candidates_sub_nav {
	top: 291px;
}

ul#jobs_sub_nav {
	top: 324px;
}


/* MAIN BODY REGION */

div#body_text {
	padding: 0px 540px 0px 0px;
	width: 460px;
	height: 140px;
}


/* HOMEPAGE ADS */

a#get_on_the_fast_track_ad {
	position: absolute;
	top: 455px;
	left: 464px;
	width: 270px;
	height: 184px;
	background: transparent url("/images/misc_elements/get_on_the_fast_track_ad.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#why_use_lead_group_ad {
	position: absolute;
	top: 455px;
	left: 734px;
	width: 266px;
	height: 184px;
	background: transparent url("/images/misc_elements/why_use_the_lead_group_ad.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#get_on_the_fast_track_ad:hover, a#why_use_lead_group_ad:hover {
	background-position: 0px -184px;
}

	#get_on_the_fast_track_ad h3, #get_on_the_fast_track_ad p, 
	#why_use_lead_group_ad h3, #why_use_lead_group_ad p {
		display: none;
	}

