/* Testimonials
--------------------------------------------------------------------------------------------------- */
.testimonial {
	border-bottom:1px dashed #888686;
	padding:10px 0 10px 0;
}
.testimonial .logo{
       padding: 0 0 10px 0;
}
.testimonial.noBorder{
	border-bottom-style:none;
}
.testimonial .companyImage {
        padding:0 0 10px 0;
	float:right;
}
.testimonial h2 {
	color:#B30838;
	
}
.testimonial .short_info {
	width:450px;
       padding-bottom:10px;
}
.testimonial .quote {
	font-size:18px;
	color:#639B1F;
	padding:0 20px 20px 20px;
}
.testimonial .readMore {
	font-weight:bold;
}
.testimonial .quote_dash {
	float:left;
	padding-left:20px;
}
.testimonial .quote_source {
	padding-left:30px;
	list-style-position:outside;
	list-style-type:disc;
	padding-bottom: 10px;
}
#testimonial .quote {
	font-style:italic;
	color:#639B1F;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
}
#testimonial .logoImage {
	text-align:center;
}
#testimonial .logo {
	text-align:center;
	padding-bottom:10px;
}
#testimonial h2 {
	color:#B30838;
}
#testimonial h3 {
	color:#B30838;
}
#testimonial .bluebox .info {
	padding-bottom: 15px;
}
#testimonial .bluebox .info li{
	padding: 10px 0 0 0px;
	margin: 0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
#testimonial .case_study_download{
	text-align:center;
	padding:0px 0 10px 0;
	font-size:15px;
	font-weight:bold;
}
#testimonial .case_study_download a{
        line-height: 40px;
}
#testimonial .case_study_download img{
        float:left;
}
