@charset "utf-8";
/* CSS Document */

/* TESTIMONIALS STYLING - - - - - - - - - - - - - - */

div.testimonialsWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.testimonialsTitle {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.testimonialsImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
h3.testimonialsSubTitle {
	font-weight:bold;
	font-size:1.2em;
	color:#343434;
	margin:0 auto;
}
h3.testimonialsLocationsTitle {
	width:100%;
	border-top:5px solid #3a2141;
	padding-top:5px;
}
ul.testimonialsList {
	width:60%;
	margin:0 auto;
	list-style-image:url(../images/list-image.gif);
}
ul.testimonialsList li {
	margin-bottom:15px;
}
	ul.testimonialsList li.noImage {
		list-style-image:none;
	}

/* // END TESTIMONIALS STYLING - - - - - - - - - - - - - - */