.testimonials {
}

.testimonials hr {
	margin: 0 20px auto;
	border: none;
	color: #888;
	background-color: #888;
	height: 1px;
}

.testimonial {
    /*border: 1px solid #888;
	-moz-border-radius: 15px;
	border-radius: 15px;*/ 
    padding: 10px;
    /*margin-bottom: 10px;*/	
}

.testimonial .testimonial_logo {
    padding: 10px;
    padding-right: 20px;
    float: left;
    width: 150px;
    text-align: center;
}

.testimonial .testimonial_logo a img {
	max-width: 150px;
}

.testimonial .testimonial_about {
    font-size: 11px;
    padding: 10px;
}
.testimonial .quoteAndContact {
width: 760px;
    float:left;
}
.testimonial .testimonial_quote {
    padding: 10px;
    font-style: italic;

    font-size: 14pt;
}





.testimonial .testimonial_title {
    text-align: right;
}

.testimonial .testimonial_disclaimer {
    padding-top:20px;
    text-align: right;
    font-size: 10pt;
    color: #c6c6c6;
}