/* HOMEPAGE RULES */

/* HOMEPAGE CONTAINER BACKGROUNDS */

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


/* EYE CANDY */

div#eye_candy {
	margin: 0px 0px -100px 0px;
	width: 898px;
	height: 394px;
	text-align: center;
	overflow: hidden;
}

* html div#eye_candy {
	width: 900px;
	text-align: right;
}


/* RECENT NEWS BUTTON */

a#recent_news_link, a#latest_webinars_link, a#d_b_link, a#iCareer_manager_link {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 36px;
	z-index: 100;
}

a#recent_news_link {
	top: 306px;
	background: transparent url("/images/misc_elements/recent_news_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#d_b_link {
	top: 306px;
	background: transparent url("/images/misc_elements/d_b_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#latest_webinars_link {
	top: 266px;
	background: transparent url("/images/misc_elements/latest_webinars_button.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#iCareer_manager_link {
	top: 266px;
	background: transparent url("/images/misc_elements/iCareer_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#recent_news_link:hover, a#latest_webinars_link:hover, a#d_b_link:hover, a#iCareer_manager_link:hover {
	background-position: 0px -36px;
}

	#recent_news_link span, #latest_webinars_link span, #d_b_link span, a#iCareer_manager_link span {
		display: none;
	}


/* BODY TEXT REGION */

div#body_text {
	padding: 0px 260px 0px 0px;
	width: 305px;
	height: 260px;
	overflow: hidden;
}


/* INDUSTRY FOCUS SHOWCASE */

div#industry_focus_showcase {
	position: absolute;
	top: 350px;
	right: 0px;
	width: 200px;
	height: 260px;
	font-size: 13px;
	color: #ffffff;
	overflow: hidden;
	z-index: 15;
}

* html div#industry_focus_showcase {
	right: 2px;
}

	
	#industry_focus_showcase h3 {
		margin: 15px 0px;
		padding: 0px 0px 0px 13px;
		font-size: 18px;
	}
	
	#industry_focus_showcase ul {
		width: 200px;
		list-style: none;
	}
	
		#industry_focus_showcase ul li {
			display: inline;
			line-height: 0px;
		}
		
			#industry_focus_showcase ul li a {
				display: block;
				padding: 0px 13px;
				width: 174px;
				background: transparent url("/images/body_regions/industry_showcase_item_background.gif");
				background-repeat: no-repeat;
				background-position: 0px -3px;
				line-height: 30px;
				color: #ffffff;
			}
			
			#industry_focus_showcase ul li a:hover {
				color: #484848;
				background-position: 0px -39px;
			}


/* SUBMIT RESUME SHOWCASE */

a#submit_resume_showcase {
	position: relative;
	display: block;
	margin: 110px 0px 0px 0px;
	width: 294px;
	height: 150px;
	background: transparent url("/images/body_regions/submit_your_resume_showcase.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 15px;
}

	#submit_resume_showcase h3 {
		display: none;
	}
	
	#submit_resume_showcase p {
		padding: 88px 20px 0px 20px;
		font-size: 14px;
		color: #ffffff;
		line-height: 16px;
		text-align: right;
	}


/* SOCIAL TAGGING AND SEARCH ENGINE QUICK LINKS */

ul#quick_index_links {
	margin: 13px 0px 0px 720px;
	clear: both;
}


/* FOOTER */

div#footer {
	height: 61px;
	background: transparent url("/images/backgrounds/homepage/footer.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
