/* Styles of main location-finder form */
.main_interface {
	float: left;
	width: 248px;/*248 plus border = 250px. Previous: 240px; MC 10/21/11*/
	border: 1px solid #c6c7b4;
	/*padding: 10px 0 0; MC 10/21/11*/
	margin: 10px 0 20px 0; /*MC 10/21/11 10px 0 0 0;*/
}
.main_interface p {	
	font-size: 100%
}
.location_area{
	margin: 10px 10px 0;/*MC 10/17/11 margin: 0 10px;*/
}
input.location_field_main {
	width: 160px;
	border: 1px solid #8e8e8e;
	padding: 2px 4px 0 4px;
	color: #3d3d3d;
	height: 24px;
	margin: 2px 0 10px 10px;
}
input:focus.location_field_main {
	border: 1px solid #0000cc;
}
input.go_button_main {
	margin: 4px 0 0 4px; /*MC 10/17/11 margin: 2px 0 0 4px;*/
	/* MC 10/21/11 padding: 0 10px 10px;*/
}
.urgent_care, .clinics, .hospitals, .pharmacies {
	background-image: url(../images/location-finder/gradient.gif);
	background-repeat: repeat-x;/*
	height: 34px;*/
	padding: 3px 4px 3px 8px;
	border-top: 1px solid #c6c7b4;
}/*
.pharmacies {
	background-image: url(../images/location-finder/gradient.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding: 3px 4px 0 8px;
	border-top: 1px solid #c6c7b4;
	border-bottom: 1px solid #c6c7b4;
}*/
.transitional, .nursing, .sencom {
	background-image: url(../images/location-finder/gradient.gif);
	background-repeat: repeat-x;
	height: 36px;
	padding: 3px 4px 0 8px;
	border-top: 1px solid #c6c7b4;
}
.clinics_expansion {
	padding: 6px 10px 6px 32px;
	font-size: 85%;
}
#right_column .map_results { /*NEW MC 10/21/11 - this is also hiding in MHI html - delete it there*/
    margin-left: 0;
}
.map_results {
	float: left;
	margin: 10px 0 0 20px; /*MC 10/21/11 10px 0 0 18px;*/
}
.map {
	width: 634px;
	height: 312px;
	/* MC 10/21/11 border: 1px solid #c6c7b4;*/
	border-color: #c6c7b4;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
#list_results {
	width: 634px;
	border-right: 1px solid #c6c7b4;
	border-bottom: 1px solid #c6c7b4;
	border-left: 1px solid #c6c7b4;
	font-size: 70%;
}
#list_results td {
	padding: 2px 4px 3px 4px;
}
#list_results tr.column_labels {
	background-image: url(../images/location-finder/gradient.gif);
	background-repeat: repeat-x;
}
td.pin_column {
	width: 28px;
	border-bottom: 1px solid #c6c7b4;
	padding: 3px 0 4px 4px;
}
td.name_column {
	width: 356px;
	border-bottom: 1px solid #c6c7b4;
	padding: 3px 0 4px 0;
}
td.city_column {
	width: 158px;
	border-bottom: 1px solid #c6c7b4;
	padding: 3px 0 4px 0;
}
td.phone_column {
	width: 92px;
	border-bottom: 1px solid #c6c7b4;
	padding: 3px 4px 4px 0;
}
#list_results tr.shaded {
	background-color: #f3f3eb;
}
#list_results tr#active {
	background-color: #fcd37d;
}

/* Styles for clinic-finder form on the main clinics page */
form.clinic_finder {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
input.location_field {
	width: 300px;
	border: 1px solid #8e8e8e;
	position: relative;
	top: -18px;
	padding: 2px 4px 0 4px;
	color: #3d3d3d;
	height: 30px;
	font-size: 105%;
	margin: 0 0 5px 0;
}
input:focus.location_field {
	border: 1px solid #0000cc;
}
input.go_button {
	margin-left:4px;
	position: absolute;
	top:35px;
}
div.services {
	font-size: 70%;
	position: relative;
}
/* SuperNote style adjustment */
.supernote_adjustment {
	font-size: 80%;
}
/* Accordion menu style adjustment */
#LinkSection1 {
	background-color: #ffffff!important;
	border: none!important;
	padding: 0 0 0 0!important;
	margin: 0px 0px 0px 0px!important;
	font-size: 100%!important;
}

.map_left_container {
	margin:10px 0 20px;
	width: 248px;
	border: 1px solid #c6c7b4;

}

.map_top {
border-color: #C6C7B4; 
border-width: 1px 1px 0 1px; 
border-style: solid; 
padding:8px 10px 0;
/*top = 8px padding + 2px input top margin = 10px*/
}

.map_top_title {
float:left; 
line-height:30px;
font-weight: bold;
}





