/* HOMEPAGE RULES */

/* MAIN BACKGROUND IMAGES */

.purple_hair {
	background: #000000 url("/images/backgrounds/home/purple_hair(home).jpg");
}

.black_hair {
	background: #000000 url("/images/backgrounds/home/black_hair(home).jpg");
}
.arm_rest {
	background: #000000 url("/images/backgrounds/home/arm_rest(home).jpg");
}
.fragrance_bottle {
	background: #000000 url("/images/backgrounds/home/fragrance_bottle(home).jpg");
}
.lotion_application {
	background: #000000 url("/images/backgrounds/home/lotion_application(home).jpg");
}
.nail_polish {
	background: #000000 url("/images/backgrounds/home/nail_polish(home).jpg");
}
.powder_brush {
	background: #000000 url("/images/backgrounds/home/powder_brush(home).jpg");
}
.purple_chair {
	background: #000000 url("/images/backgrounds/home/purple_chair(home).jpg");
}
.assorted_bottles {
	background: #000000 url("/images/backgrounds/home/assorted_bottles(home).jpg");
}
.colored_flasks {
	background: #000000 url("/images/backgrounds/home/colored_flasks(home).jpg");
}
.eye_glasses {
	background: #000000 url("/images/backgrounds/home/eye_glasses(home).jpg");
}
.flower_petals {
	background: #000000 url("/images/backgrounds/home/flower_petals(home).jpg");
}

.handshake {
	background: #000000 url("/images/backgrounds/home/handshake(home).jpg");
}

.mixture {
	background: #000000 url("/images/backgrounds/home/mixture(home).jpg");
}

.jars {
	background: #000000 url("/images/backgrounds/home/jars(home).jpg");
}

.purple_hair, .black_hair, .arm_rest, .fragrance_bottle, 
.lotion_application, .nail_polish, .powder_brush, .purple_chair, 
.assorted_bottles, .colored_flasks, .eye_glasses, .flower_petals, 
.handshake, .mixture, .jars {
	background-repeat: no-repeat;
	background-position: center top;
}


/* SITE DEFINITION */

p#site_definition {
	position: absolute;
	top: 565px;
	left: 230px;
	width: 430px;
	font-size: 12px;
	color: #ffffff;
	z-index: 1500;
}

	#site_definition strong {
		color: #ac0071;
	}


/* EMPLOYERS & JOB SEEKERS LEAD-IN */

div#employers_showcase {
	float: left;
	display: inline;
	margin: 35px 0px 0px 495px;
	width: 237px;
	height: 264px;
}

div#job_seekers_showcase {
	float: left;
	margin: 35px 0px 0px 0px;
	width: 237px;
	height: 264px;
}

	#employers_showcase h2, #job_seekers_showcase h2 {
		width: 237px;
		height: 65px;
	}
	
	#employers_showcase p, #job_seekers_showcase p {
		padding: 20px 15px 0px 15px;
		font-size: 16px;
		line-height: 24px;
		color: #303030;
	}
	
		#employers_showcase h2 span, #job_seekers_showcase h2 span {
			display: none;
		}

	a.get_started_now_link {
		display: block;
		margin: 10px 0px 0px 15px;
		width: 190px;
		height: 35px;
		background: transparent url("/images/misc_elements/get_started_now_button.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	a.get_started_now_link:hover {
		background-position: 0px -35px;
	}
	
		.get_started_now_link span {
			display: none;
		}


/* FEATURED EMPLOYERS SHOWCASE */

div#featured_employers {
	position: relative;
	clear: both;
	padding: 13px 0px 15px 0px;
	width: 1000px;
	height: 155px;
	background: transparent url("/images/body_regions/wide_divider.gif");
	background-repeat: no-repeat;
	background-position: 280px 171px;
}

	#featured_employers h2 {
		width: 1000px;
		height: 55px;
		background: transparent url("/images/body_regions/featured_employers_heading.gif");
		background-repeat: no-repeat;
		background-position: 280px 0px;
	}
	
		#featured_employers h2 span {
			display: none;
		}
	
	#featured_employers ul {
		margin: 0px 0px 0px 250px;
		list-style: none;
	}
	
		#featured_employers ul li {
			float: left;
			padding: 5px 0px 0px 0px;
			width: 187px;
			text-align: center;
		}
		
			#featured_employers ul li img {
				padding: 0px 15px;
				width: 150px;
				height: 88px;
			}

a#see_all_employers_link {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 190px;
	height: 35px;
	background: transparent url("/images/misc_elements/see_all_employers_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#see_all_employers_link:hover {
	background-position: 0px -35px;
}

	#see_all_employers_link span {
		display: none;
	}
