@charset "utf-8";
/* CSS Document */

/* --- HOME --- */
#about_tes_wrapper_body{
	position:relative;
	z-index:1;
}

#about_tes_splash{
	position:relative;
	z-index:1;
	background-color: #F5F5EC;
}



#about_tes_content{
	position:relative;
	z-index:1;
	margin-top: 20px;

}
#about_tes_submenu{
	position:relative;
	z-index:1;
	width: 270px;
	float: left;

}

#about_tes_content_text{
	position:relative;
	z-index:1;
	width: 559px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 50px;
	padding-right: 100px;
	padding-bottom: 20px;
}

#about_tes_spacer{
	clear: both;
	width: 100%;
	height: 20px;
	
}

#about_tes_slides{
	clear: both;
	position:relative;
	z-index:1;
	width: 100%;
	background-color: #F5F5EC;
	height: 340px;
	
}

#about_tes_title_slide{
	position:relative;
	z-index:1;
	width: 650px;
	color: #66665F;
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
}

#wrapper_about_tes_slides_center{
	clear: both;
	position:relative;
	z-index:1;
	width:920px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}


/* --- END HOME --- */