
/* the testimonials box */

#testimonials{
	width:100%;	
	font-size:11px;	
}

#testimonials ul{
	margin:0;
	padding:0;
}

#testimonials li{
	line-height:1.5em;
	text-align:left;	
	border-bottom:dotted 1px #d6d6d6;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
}

/* the news box when JavaScript is available */

#testimonials.hasJS{
	height:100px;
	overflow:hidden;
	position:relative;
}

/* The nested UL when JavaScript is available */

#testimonials.hasJS ul{
	position:absolute;
	top:45px;
	left:0;
	margin:0;
	padding:0;
}

.testimonialsTitle, .testimonialsTitle:hover, .testimonialsTitle:active, .testimonialsTitle:visited  {
	font:bold 12px Arial, Helvetica, sans-serif;
    color:#0066cc;
	text-decoration:none;
}

.testimonialsReadMore, .testimonialsReadMore:hover, .testimonialsReadMore:active, .testimonialsReadMore:visited  {	
	font:bold 11px Arial, Helvetica, sans-serif;
    color:#008900;
    text-decoration:none;
}