/* CSS Document */

.aboutLeft
{
	float: left;
	width: 460px;
	padding: 20px 40px 74px 10px;
	border-right: 1px solid #bbb;	
}

.aboutRight
{
	float: left;
	width: 389px;
	padding: 10px 0 20px 10px;
}

.aboutRight ul
{
	padding: 0px 0 0 0;
	margin: 20px 0 0 0;
}

.aboutRight li
{
	float: left;
	width: 160px;
	text-align: left;
	margin: 2px 0 0 25px;
	padding: 0px ;
	height: 15px;
	display: block;
}

.nonFloatUL li
{
	float: none;
	width: 100%;
}

.serviceRight
{
	float: left;
	width: 289px;
	padding: 10px 0 20px 40px;
}

.serviceLeft
{
	float: left;
	width: 530px;
	padding: 10px 40px 50px 10px;
	border-right: 1px solid #bbb;	
}

.serviceLeft li
{
	float: left;
	width: 32%;
	padding: 2px 0 5px 0;
}

.serviceLeft ul
{
	clear: both;
	height: 70px;
}

.serviceLeft h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 -10px 0;
}

.serviceRight h2
{
	font-size: 16px;
	font-weight: bold;
}

.serviceLeft h3
{
	font-size: 13px;
	font-weight: bold;
}

.serviceRight ul
{
	padding: 15px 0  0 0;
}

.serviceRight li
{
	padding: 5px 0;
}
.serviceLeft h3 b
{
	font-size: 16px;
	font-weight: bold;
	color: #c5c19d;
}

#testimonials
{
	background: url(../images/collageBar.jpg) top left no-repeat white;
	padding: 40px 0 0 0;
}

#testimonials li
{
	padding: 5px 0px 50px 30px;
	background: url(../images/quoteStart.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 14px;
}

#testimonials li p
{
	background: url(../images/quoteEnd.jpg) bottom right no-repeat;
	padding: 0 30px 12px 0;
	font-weight: normal;
	font-size: 12px;
}

