/* physicians and professionals / hospitals and facilities */
#phys_profs, #hosp_facs {
	margin: 0px;
	/* display: none; */
}

#phys_profs .title, #hosp_facs .title {
	width: 480px;
	margin: 8px 0px;
	padding: 0px 3px;
	line-height: 18px;
	border: 1px solid #CCC;
	background: #F5F5F5;
	color: #666;
	font-weight: bold;
	cursor: pointer;
} 

#phys_profs #phys_proflist, #hosp_facs #hosp_faclist {
	margin-left: 0px;
	margin-top: -9px;
	display: block;
	width: 486px;
	background: #F5F5F5;
	border: 1px solid #CCC;
}

#phys_profs ul, #hosp_facs ul {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

#content #phys_profs ul li, #content #hosp_facs ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#phys_profs #phys_proflist a, #hosp_facs #hosp_faclist a {
	display: block;
	width: 480px;
	padding: 3px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

#phys_profs #phys_proflist a:hover, #hosp_facs #hosp_faclist a:hover {
	background-color: #3C5EB6;
	color: #FFF; 
}

#phys_profs .list_group, #hosp_facs .list_group {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	cursor: default;
}

div.list_group li.group_heading {
	font-weight: bold;
	font-size: 90%;
	line-height: 16px;
	padding: 1px 0px 1px 3px !important;
	background-color: #DDD;
	color: #666;
	border-bottom: 1px solid #CCC;
}

#phys_profs #phys_proflist .list_group a, #hosp_facs #hosp_faclist .list_group a {
	display: block;
	width: 465px;
	padding: 3px 3px 3px 18px;
	text-decoration: none;
}

