
div.facilityReview{
	background-color:#cccccc;
	padding:10px;
	margin-bottom:10px;	
}

div.facilityReview h2{
	background:url(images/bg_dots_transparent.gif) bottom right repeat-x;
	font-size:1.1em;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:5px;
}
div.facilityReview h3{
	color:#255690;
	font-size:1.1em;
	text-transform:uppercase;
	padding-bottom:3px;
}


div.facilityReview p{
	padding-bottom:10px;
	font-size:1.1em;
}
div.facilityReview p span{
	font-size:0.9em;
}
div.facilityReview h2 span{
	background: url(images/bg_dots_transparent.gif) top left repeat-x;
	display:block;
	padding-top:3px;
}
div.facilityReview img{
	float:left;
}
div.facilityReview div.courseDetail{
	display: inline;
	float:left;
	width:275px;
	margin-left:10px;
}
