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

#navBar {
	border-bottom:solid 2px #999;
}

.label { float:left; width:80px; padding:3px 10px 0px 0px; text-align:right; }

.serviceBox { 
	float:left;
	clear:none;
	margin-left:35px; 
	width:350px; 
	height:125px;
	background-image:url(/images/layout/serviceBox.gif); 
	background-repeat:no-repeat; 
	text-align:left;
}

.innerServiceBox {
	padding:0px 10px 0px 15px;
	color:#666;
	overflow:visible;
}
	.innerServiceBox h3 { margin-bottom:3px; color:#000; margin-left:-5px;}
	.innerServiceBox a { text-decoration:none; }
	.innerServiceBox a:hover { text-decoration:underline; }

#breadcrumb {
	font-size:11px; color:#666;
}

a.readMore{
	display:block;
	float:right;
	clear:both;
	text-decoration:underline;
}

#testimonials p{
	display:block;
	float:left;
	clear:both;
}
#testimonials .signature{
	display:block;
	float:right;
	clear:both;
	color:#666666;
	margin-top:-4px;
	margin-bottom:10px;
}

#testimonialsRail div {
	padding:20px 15px 20px 20px; 
	font-size:18px; font-family:'Times New Roman', Times, serif; 
	background-image:url(/images/quote.gif); 
	background-position:top left; 
	background-repeat:no-repeat;"
}

ol li{ margin-bottom:5px; }
