@charset "utf-8";
/* CSS Document */

/* Testimonial Pages Styles */

#testimonials {
	background-color:inherit;
	width:100%;
	float:left;
	margin-top:10px;

}

div.testdiv {
	background-color:inherit;
	background-image:url(../images/quotes_trans.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:auto;
	margin-bottom:20px;padding:10px;
	border-bottom: 1px groove #ffffff;
	text-align:left;
}

div.testdiv a:hover {
	text-decoration:underline;
}

div.testdiv p {
	margin-top:15px;
	/*margin-left:25px;*/
	font-family:Arial, Helvetica, sans-serif;
}

div.testdiv pre {
	margin-top:15px;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	
	white-space: pre-wrap;
	
}
