/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#container_3 {
}

div#container_2 {
}

div#container {
}


/* HEADER */

div#header {
	margin: 0px 0px 50px 0px;
}


/* MAIN SITE CONTENT BODY */


div#container_3 {
	background: url('/images/backgrounds/home/home_background_repeat.jpg') center top repeat-x;

}

div#container_2 {
	background: url('/images/backgrounds/home/home_content_background.jpg') center top no-repeat;
}

/* EYE CANDY */

div#eye_candy_container {
	margin: 0px 0px 50px 0px;
	padding: 10px;
	width: 980px;
	height: 330px;
	background: url('/images/backgrounds/home/eye_candy_background.png') 0px 0px no-repeat;
}

	#eye_candy_container div#photos {
		position: relative;
		width: 980px;
		height: 330px;
		background: url('/images/eye_candy/home/striped_lighthouse.jpg') 0px 0px no-repeat;
		overflow: hidden;
	}
	
		div#photos div#showcase_text {
			position: absolute;
			right: -305px;
			top: 0px;
			padding: 30px 20px 25px 17px;
			width: 263px;
			height: 275px;
			background: #fff;
		}
		
			#showcase_text h3 {
				padding: 0px 0px 20px 0px;
				display: none;
				color: #00799f;
				font-size: 30px;
			}

			#showcase_text p {
				display: none;
				color: #6b6b6b;
				font-size: 14px;
				line-height: 22px;
			}
			
			#showcase_text p a {
				color: #940101;
				font-weight: bold;
			}
			
			#showcase_text p a:hover {
				color: #444;
			}
			
			#showcase_text div.phone_wbenc {
				display: none;
				position: absolute;
				bottom: 15px;
				left: 0px;
				width: 285px;
				height: 60px;
				background: url('/images/misc_elements/phone_wbenc.jpg') 0px bottom no-repeat;
			}

			.phone_wbenc span {
				display: none;
			}
			
			
/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		margin: 0px auto 60px auto;
		width: 980px;
		height: 260px;
		background: url('/images/backgrounds/home/home_module_background.png') 0px 0px no-repeat;
	}


		/* TESTIMONIALS PANEL */
		
		#testimonials {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 340px;
			height: 260px;
			background: url('/images/body_regions/home/home_testimonials_background.jpg') 0px 0px no-repeat;
		}
				
			div.testimonial_entry {
				display: none;
			}
			div.visible_testimonial {
				display: block !Important;
			}
			
			.testimonial_entry p {
				padding: 35px 40px 10px 40px;
				height: 180px;
				color: #5d5d5d;
				font-size: 14px;
				line-height: 26px;
				text-align: center;
				overflow: hidden;
			}
			
			.testimonial_entry h3 {	
				color: #3a92ac;
				font-size: 18px;
				font-weight: 100;
				text-align: center;
				text-transform: uppercase;
			}
				.testimonial_entry h3 span {	
					color: #010101;
				}
		

		/* RECENT PLACEMENTS PANEL */
		
			div#recent_placements {
				position: absolute;
				left: 340px;
				top: 0px;
				width: 339px;
				height: 260px;
			}
				
				#recent_placements h3 {
					margin: 0px;
					padding: 0px;
					width: 339px;
					height: 60px;
					background: url('/images/misc_elements/homepage_recent_placements_header.png') 0px 0px no-repeat;
				}
				
				#recent_placements h3 span {
					display: none;
				}
				
				#recent_placements ul {
					list-style: none;
				}
				
					#recent_placements ul li {
						display: inline;
					}
				
					#recent_placements ul li a {
						display: block;
						width: 100%;
						color: #aae3f3;
						font-size: 13px;
						line-height: 40px;
						text-indent: 55px;
						background: url('/images/misc_elements/recent_placements_li_background.png') 0px 0px no-repeat;
					}
				
					#recent_placements ul li a:hover {
						color: #fff;
						font-weight: bold;
						background-position: 0px -40px;
					}

			
				/* INDUSTRY NEWS PANEL */			
		
				div#industry_news {
					position: absolute;
					left: 679px;
					top: 0px;
					width: 301px;
					height: 260px;
				}
			
				#industry_news h3 {
					margin: 0px;
					padding: 0px;
					width: 301px;
					height: 60px;
					background: url('/images/misc_elements/homepage_recent_industry_header.png') 0px 0px no-repeat;
				}
				
				#industry_news h3 span {
					display: none;
				}
				
				
				#industry_news ul {
					list-style: none;
				}
				
					#industry_news ul li {
						display: inline;
					}
				
					#industry_news ul li a {
						display: block;
						width: 100%;
						color: #dadada;
						font-size: 14px;
						line-height: 40px;
						text-indent: 50px;
						background: url('/images/misc_elements/recent_industry_news_li_background.png') 0px 0px no-repeat;
					}
				
					#industry_news ul li a:hover {
						color: #fff;
						font-weight: bold;
						background-position: 0px -40px;
					}