


div#contractorDirectory table {
	width: 100%;
	margin: 1em auto;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #01a63f !important;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}

div#contractorDirectory thead th,
div#contractorDirectory tfoot th {
	padding: 0.5em;
	text-align: left;
	background-color: #01a63f;
	color: #fff;
	border-left: 1px solid #5fd88c;
}

div#contractorDirectory thead th a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

div#contractorDirectory tbody td a {
	color: #2a6ebb;
	font-weight: bold;
	text-decoration: none;
}

div#contractorDirectory tbody td a:hover {
	color: #73ae57;
	text-decoration: underline;
}

div#contractorDirectory thead th a:hover {
	text-decoration: underline;
}

div#contractorDirectory tbody td {
	padding: 0.4em;
	border-left: 1px solid #01a63f;
	border-top: 1px solid #01a63f;
}

div#contractorDirectory th.first, td.first {
	border-left-color: #5fd88c;
}

div#contractorDirectory td.numeric,
div#contractorDirectory th.numeric {
	text-align: right;
}

div#contractorDirectory ul.serviceList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

div#contractorDirectory ul.serviceList li {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 12px;
}
div#contractorDirectory ul.serviceList li a {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	text-indent: -9999em;
	color: #ffffff;
	background: url(../images/hardhat.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.DS a {
	background: url(../images/ductSealing.png) left top no-repeat;
}
div#contractorDirectory ul.serviceList li.GTHP a {
	background: url(../images/geothermal.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.HVAC a {
	background: url(../images/hvac.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.I a {
	background: url(../images/insulation.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.R a {
	background: url(../images/roofing.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.S a {
	background: url(../images/solar.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.WCL a {
	background: url(../images/waterLandscaping.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.WHHP a {
	background: url(../images/star.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.WS a {
	background: url(../images/windows.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li.O a {
	background: url(../images/other.png) left top no-repeat;
}

div#contractorDirectory ul.serviceList li a #tooltip {
	color: #fff !important;
}

#directory tbody tr {
	display: none;
}

