/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#whole_site_container {
	margin: 0px 0px -60px 0px;
	background: transparent url("/images/backgrounds/home/stripe_repeat.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

div#site_container {
	background: transparent url("/images/backgrounds/home/home_header_bg.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

div#container {
	height: 820px;
	background: transparent url("/images/backgrounds/home/home_footer_bg.gif");
	background-position: center 497px;
	background-repeat: no-repeat;
}


/* MAIN SITE CONTENT BODY */

  div#body_text {
	position: relative;
	margin: 0px auto 0px auto;
	width: 790px;
	height: 760px;
	font-size: 12px;
	line-height: 18px;
	z-index: 1;
}

	#body_text h2 {}


/* MAIN TEXT REGION */

div#eye_candy {
	position: absolute;
	background-color: #000000;
	z-index: 0;
	top: 144px;
	width: 790px;
	left: 105px;
	height: 311px;
	overflow: hidden;
	z-index: 0;
}

	
div#mission_text {
	position: absolute;
	z-index: 99;
	top: 180px;
	left: 140px;
	width: 220px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px
}

	#mission_text h2 {
		margin: 0px 0px 20px 0px;
		color: #d9d6cf;
		line-height: 30px;
	}

	#mission_text a {
		color: #7ad2d3;
	}
	
	#mission_text a:hover {
		color: #ffffff;
	}


/* TESTIMONIALS */


	div.testimonials {
		position: absolute;
		z-index: 99;
		top: 480px;
		left: 540px;
		padding: 10px;
		width: 320px;
		height: 240px;
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
		background: url("/images/misc_elements/homepage_testimonial_background.jpg") 0 0 no-repeat;
	}
	
		div.testimonials h2 {
			margin: 0px 0px 30px 0px;
			color: #7d96b4;
			font-size: 20px !important;
			font-weight: 100;
		}
	
		div.testimonials div.testimonial_cycle {
			height: 170px;
			overflow: hidden;
		}

			.testimonial_cycle p {
				color: #5f5e5e;
				font-weight: 100;
			}
		
				.testimonial_cycle a {
					color: #7be9fc;
				}
				
				.testimonial_cycle a:hover {
					color: #3e5026;
				}
		
		span.testimonial_credit {
			display: block;
			padding: 10px 0px 20px 0px;
			color: #7d96b4;
			font-size: 16px;
			text-align: right;
		}
			

/* INDUSTRY FOCUS SHOWCASE BOXES */

div#pharma_text, div#medical_text, div#finance_text, div#energy_text {
	position: absolute;
	z-index: 99;
	top: 480px;
	color: #5f5e5e;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
}

div#pharma_text {	
	left: 140px;
	width: 350px;
}


	#pharma_text h2 {
		margin: 0px 0px 20px 0px;
		color: #7d96b4;		
		font-size: 20px !important;
		font-weight: 100;
		line-height: 24px;
	}


/* INDUSTRY "READ MORE" BUTTONS */

.read_more_btn {
	display: block;
	height: 22px;
	width: 103px;
	margin: 15px 0px 0px 0px;
	background: transparent url("/images/misc_elements/read_more_btn.gif");
}

.read_more_btn:hover {
	background-position:0px -22px;
}

	.read_more_btn span{
		visibility: hidden;
	}
	

