.dds_testimonials
{
	position: relative;
	width: 100%;
	
}

.dds_testimonials .bar
{
	position: relative;
	height: 15px;
	width: 100%;
	background-color: #2F446C;
	background: -webkit-gradient(linear, left top, left bottom, from(#2F446C), to(#000));
	background: -webkit-linear-gradient(top, #2F446C, #000);
	background: -moz-linear-gradient(top, #2F446C, #000);
	background: -ms-linear-gradient(top, #2F446C, #000);
	background: -o-linear-gradient(top, #2F446C, #000);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f446c', endColorstr='#000',GradientType=0 ); /* IE6-8 */	
}

.dds_testimonials .the_test
{
	background: url(images/sandstone-lightgray.jpg);
	/*padding: 20px 125px;*/
	padding: 20px 0;
-webkit-box-shadow: inset 0px -3px 6px 0px rgba(0, 0, 0, 1);
        
        box-shadow: inset 0px -3px 6px 0px rgba(0, 0, 0, 1);
        /*height: 245px;
        overflow: auto;*/
}

.dds_testimonials .the_test ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.dds_testimonials .lq
{
	float: left;
	background: url(images/open-quote.png) no-repeat;
	width: 136px;
	height: 105px;
	margin-right: 15px;
}

.dds_testimonials .signed
{
	float: right;
	font-size: 1.5em;
}

.dds_testimonials .the_test li:after
{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}


.dds_testimonials .the_quote-big p
{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: 0px 1px 0px #e5e5ee;
	filter: dropshadow(color=#e5e5ee, offx=0, offy=1);
	color: black;
}

.dds_testimonials .the_quote-small.show-for-small p
{
	color: black;
	font-size: 16px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dds_testimonials blockquote
{
	border-left: 0;
	color: black;
}