/* Testimonials Section */	

ul.testimonials {
	overflow: hidden;
}
	ul.testimonials li {
		border-bottom: 2px #99CCFF solid;
		margin-bottom: 5px;
		padding-bottom: 5px;		
		width: auto;
	}
	
		ul.testimonials li.last {
			border: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		ul.testimonials li p {
			text-align: justify;
		}
		
			ul.testimonials li p strong {
				display: block;
				margin-top: 5px;
			}		