/* CONTAINERS */

div#container_5 {
	background: url('/images/mist/backgrounds/interior_body_copy_background.jpg') center top repeat-y; /* INTERIOR BODY CONTENT GRADIENT REPEAT */
}

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


/* BODY */

#main_body {
	padding: 245px 0px 0px 0px;
}

	#body_text {
		padding: 0px 40px 40px 40px;
		width: 620px;
		color: #454545;
		font-size: 14px;
		line-height: 30px;
		float: left;
	}

	#body_text h2 {
		padding: 0px 0px 10px 0px;
		font-size: 26px;
	}

	#body_text h3 {
		padding: 10px 0px 5px 0px;
		color: #;
		font-size: 20px;
	}

	#body_text p {
		padding: 0px 0px 10px 0px;
	}
	
	#body_text ul.body_ul {
		margin: 0px 0px 10px 0px;
		list-style: none;
	}
		.body_ul li {
			margin: 0px;
			padding: 5px 0px 5px 40px;
			color: #454545;
			font-size: 14px;
			line-height: 24px;
			background: url('/images/mist/misc_elements/custom_bullet.png') 15px 1px no-repeat;
		}
	
	
/* SUB NAVIGATION */

div#sub_navigation {
	float: right;
	padding: 0px 0px 60px 0px;
	width: 300px;
	background: transparent url("/images/mist/body_regions/sub_nav_background.jpg");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

	#sub_navigation h2 {
		padding: 0px 0px 10px 20px;
		line-height: 44px;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				color: #;
				padding: 12px 40px 12px 45px;
				font-family: 'DINRg';
				font-weight: normal;
				font-style: normal;
				font-size: 16px;
				line-height: 16px;
				background: transparent url("/images/mist/body_regions/sub_nav_item_background.png");
				background-repeat: no-repeat;
				background-position: 0px 0px;
				overflow: hidden;
			}
			
			
			#sub_navigation ul li a:hover {
				color: #fff;
				background-position: 0px -120px;
			}
			
			#sub_navigation ul li a.active_page {
				color: #617c92 !important;
				background-position: 0px -240px !important;
			}	


/* TESTIMONIALS */

div.testimonial_container_large {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	background: transparent url("/images/mist/misc_elements/left_quote_large.png");
	background-repeat: no-repeat;
	background-position: 10px 30px;
}

div.even, div.odd {
	border-top: 1px solid #fff;
}

div.testimonial_1 {
	border: none !important;
}

.testimonial_container_large h3 {
	padding: 20px 20px 0px 0px !important;
	height: 60px;
	color: #7d96b5;
	font-size: 16px;
	text-align: right;
	background: transparent url("/images/mist/misc_elements/right_quote_large.png");
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #dcdcdc;
}

.testimonial_container_large h3 span {
	color: #010101;
}

.testimonial_container_large p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 10px 10px 20px !important;
	font-size: 14px;
}

span.more_less {
	padding: 0px 0px 0px 10px;
}
	
	