/* Styles of main location-finder form */
.main_interface {
	float: left;
	width: 240px;
	border: 1px solid #c6c7b4;
	padding: 10px 0;
	margin: 10px 0 0 0;
}
.main_interface p {	
	font-size: 100%
}
.location_area{
	margin: 0 10px;
}
input.location_field_main {
	width: 170px;
	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: 2px 0 0 4px;
}
.urgent_care, .clinics, .hospitals {
	background-image: url(../images/location-finder/gradient.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding: 3px 4px 0 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;
}
.clinics_expansion {
	padding: 6px 10px 6px 32px;
	font-size: 85%;
}
.map_results {
	float: left;
	margin: 10px 0 0 18px;
}
.map {
	width: 634px;
	height: 312px;
	border: 1px solid #c6c7b4;
}
#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;
}
