#testimonial_wrapper {
	padding-left: 10px;
	padding-top: 10px;
}

#testimonial_wrapper .head_container {
	padding-bottom: 2px;
	border-bottom: 1px solid grey;
}

#testimonial_wrap {
 position:relative;
 padding-bottom: 15px;
 width: 100%;
}

#testimonial_wrap .image {
	float:left;
	width:220px;
}

#testimonial_wrap .text {
	float: left;
	width: 365px;
    display: table-cell;
    vertical-align: middle;
	min-height: 10em;
}

.container {
    min-height: 151px;
    display: table-cell;
    vertical-align: middle 
}

#testimonial_wrapper ul {
	list-style-type: none;
	padding: 5px 0 10px 0;
	margin: 0px;
}

#testimonial_wrapper li {
	color: #7B0F40;
	font-style: italic;
	border-bottom: 2px solid grey;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#testimonial_wrapper li p {
	font-style: normal;
	color: black;
}

#testimonial_wrapper .head_container p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin-top: .5em; 
	color: #7B3F5A;
}

#testimonial_wrapper .head_container p .start {
	font-family:Georgia,serif;
	font-size: .8em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 
}
