
div#container_5 {
	background: url('/images/mist/eye_candy/home/infuse_talent.jpg') center 206px no-repeat; /* EYE CANDY */
}

div#container_4 {
	background: url('/images/mist/backgrounds/container_body_background.jpg') center 698px no-repeat; /* HOMEPAGE BODY CONTENT RADIAL GRADIENT */
}

div#container {
}

/* CANDIDATE EMPLOYER SHOWCASE */

	div#showcase_container {
		position: relative;
		width: 450px;
		height: 478px;
		overflow: hidden;
		float: left;
	}

		ul#candidate_showcase {
			top: 379px;
			/*top: 94px;*/
			background: url('/images/mist/body_regions/candidates_showcase_background.png') 0px 0px no-repeat;
			z-index: 19;
		}
						
		ul#employer_showcase {
			top: 428px;
			/*top: 285px;*/
			background: url('/images/mist/body_regions/employers_showcase_background.png') 0px 0px no-repeat;
			z-index: 29;
		}
						
		ul.showcase {
			position: absolute;
			left: 26px;
			padding: 47px 0px 0px 0px;
			height: 174px;
			width: 275px;
			list-style: none;
		}

			.showcase li {
			}

			.showcase li a {
				display: block;
				padding: 0px 0px 0px 54px;
				height: 42px;
				color: #fff;
				font-size: 17px;
				font-weight: lighter;
				line-height: 42px;
				background: url('/images/mist/body_regions/showcase_item_background.png') 0px 0px no-repeat;
			}

			.showcase li a:hover {
				color: #4b4b4b;
				background-position: 0px -42px;
			}

				.showcase li a span {
					display: none;
				}


/* MAIN TEXT REGION */

	div#body_text {
		clear: both;
		margin: 478px 0 0;
		width: 1000px;
		color: #2e2e2e;
		font-size: 14px;
		line-height: 20px;
		background-color: #FAFAFA;
		border-top: 20px solid #F2F2F2;
	}
	
		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
		}
		
			
				div.left_column {
					padding: 35px 25px 25px 25px;
					width: 280px;	
					float: left;
					background: url('/images/mist/misc_elements/body_content_list_divider.png') right top no-repeat;
				}
				
				div.center_column {
					padding: 35px 20px 25px 20px;
					width: 305px;	
					float: left;
					background: url('/images/mist/misc_elements/body_content_list_divider.png') right top no-repeat;
				}
				
				div.right_column {
					padding: 35px 25px 25px 25px;
					width: 275px;	
					float: left;
				}
				
				#body_text h4 {
					color: #;
					font-size: 16px;
					line-height: 24px;
				}
				
			
			
			#body_text h3 {
				padding: 0px 0px 14px 0px;
				font-size: 26px;
				font-family: 'DINRg';
				font-weight: normal;
				font-style: normal;
				line-height: 26px;
			}
			
			#body_text a.home_image_link img {
				margin: 0px 0px 11px 0px;
				padding: 2px 0px 2px 0px;
				border-top: 1px solid transparent;
				border-bottom: 1px solid transparent;
			}
			
				a.home_image_link:hover img {
					background-color: #ededed;
					border-top: 1px solid #dd6007 !Important;
					border-bottom: 1px solid #dd6007 !Important;
				}
			
			#body_text p {
				color: #454545;
				font-size: 14px;
				line-height: 28px;
			}
			
				#body_text p a {
					color: #dd6007;
				}
			
				#body_text p a:hover {
					color: #5c788e;
				}
				
				
			
			#body_text ul {
				margin: 0px;
				padding: 0px 0px 20px 0px;
				list-style: none;
			}
			
				#body_text ul li {
					margin: 0px;
					padding: 5px 0px 5px 40px;
					color: #454545;
					font-size: 14px;
					line-height: 20px;
					background: url('/images/mist/misc_elements/custom_bullet.png') 15px 0px no-repeat;
				}

