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

/* testimonials.html */

/*  Title in Text for smaller screens displayed by Media Queries below V  */
.title {
	font-size: 1.70em;
/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
/*font-family: "Century Gothic",  Arial, Helvetica, sans-serif;*/
	color: gray;
	line-height: 1.15em;
	display: none;
}
/* Title - graphic */
#mdlttl {}
#mdlttl {display: block;}

/* MEDIA QUERIES to respond to narrower screen widths and enable "text" title and remove "image" title */
/* display text titles on smaller screens */
@media (max-width: 480px) {
	#mdlttl {
		display: none;
	}
	.title {
		display: block;
	}		
}
.box {
	font-style: italic;
	border: #9CF 2px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	letter-spacing: 1pt;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
}
.Ln1 {
	text-indent: -25px;
}
.comment {
	color: #039;
/*font-family: "Century Gothic",  Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-indent: -10px;
	line-height: normal;
}
.quot {
/*font-family: "Century Gothic",  Arial, Helvetica, sans-serif;*/
	font-size: medium;
}
.contrbtr {
/*font-family: "Century Gothic",  Arial, Helvetica, sans-serif;*/
	color: #666;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	margin-left: 30px;
	margin-bottom: 0px;
}
.locatn {
	padding-left: 15px;
}
.divdr {
	color: #006;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	display: none;
}

