.states {
  fill:#f0f0f0;
  fill-opacity:0.3;
  stroke: #fff;
  stroke-width:2px;
  stroke-linejoin: round;
}

.states:hover{
	fill:#009;
}

.counties {
  fill:#ddd;
  stroke:#fff;
  stroke-width:.5px;
}

.counties:hover{
	fill:#009;
}

.zoom-selection {
	fill:#003;
	fill-opacity:0.2;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.state {
  fill: #ddd;
}

.county-border{
	fill: none;
	stroke: #f0f0f0;
	stroke-width:0.25px;
	stroke-linejoin: round;
	stroke-linecap: round;

}

.state-border {
	fill: none;
	stroke: #fff;
	stroke-width:2px;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.provider-marker{
	fill : #00f;
	stroke:#000;	
	stroke-width:1
}

#provider-list .small{
	font-size:8pt;
	color:#666;
}

#provider-list .strong{
	font-size:12pt;
	font-weight:bold;
	color:#666;
}

#provider-list .provider-list-price{
	font-size:12pt;
	font-weight:bold;
	color:#369;
}

#provider-list .provider-cms-payment{
	font-size:8pt;
	font-weight:normal;
	color:#999;
}

#findmap {
    width:450px;
    height: 450px; 
    margin-bottom:20px;
}