@charset "utf-8";
/* CSS Document */

#content {
	height:465px;
	padding-top:4px;
}

#testimonialsheading, #testimonials {
	clear:both;
	overflow:auto;
	border:1px solid #ABADAC;
}

#testimonialsheading {
	height:62px;
	width:auto;
	background:url(images/FCT_TESTIMONIALS_headingBG.jpg);
}

#testimonialsBG {
	background:url(images/FCT_TESTIMONIALS_testimonialsBG.jpg) repeat-x;
}

#testimonials {
	height:367px;
	width:704px;
	margin-top:4px;
	padding-top:13px;
	padding-left:13px;
	padding-bottom:10px;
	padding-right:39px;
}

#testimonialstitle {
	margin-left:14px;
	margin-top:13px;
}

#testimonialsheadingtext {
	margin-left:16px;
	margin-top:6px;
	font-size:11px;
}

.testimonial {
	clear:both;
}

.testimonialpic {
	float:left;
	clear:left;
	margin-right:14px;
	margin-bottom:14px;
}

.name, .jobtitle, .company {
	font-weight:bold;
	margin-bottom:1px;
}

.name {
	font-size:12px;
}

.jobtitle, .company {
	font-size:11px;
}

.quote {
	font-size:12px;
}

.divider {
	background: url(images/FCT_TESTIMONIALS_divider.gif) repeat-x;
	width:auto;
	height:21px;
	clear:both;
}