.serviceList {
	list-style-type:none;
	margin:0 3ex 3em 3ex;
	padding:0;
}
.serviceList li {
	margin-bottom:1em;
}
.serviceList table.hdr{
	position:relative;
	top:.5em;
	width:100%;
}
.serviceList table.hdr td {
	border-bottom:1px solid #f90;
}
.serviceList td.title {
	color:#000;
}
.serviceList td.rate {
	text-align:right;
	color:#000;
}
.serviceList .desc {
	margin-top:.5em;
	margin-bottom:0;
	color:#999;
}

ul.faq {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.faq li {
	margin:1em 0 2.5em;
}
.faq .q {
	color:#000;
	border-bottom:1px solid #f90;
}
.faq .a {
	margin-left:2ex;
}
p.address {
	margin-left:4ex;
	margin-right:4ex;
}
