﻿@charset "UTF-8";
/* CSS Document */

/* Zero Out
---------------------------------------- */

div, ul, li, dl, dt, dd, img, h1, h2, h3, h4, body, a{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

div {
	text-decoration: none !important;
}

div.gmnoprint:after,
div.panel:after {
	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}

* html div.gmnoprint,
* html div.panel {
    height: 1%;
}
/* Body background override - thanks to Marty L. for slightly different backgrounds on each page comp! */
body{
	background:#602F70 url('/Style%20Library/Images/bkg_locator_body.jpg') repeat-x !important;
}
/* Structure [Locator Specific]
[Master Structure Inherited From Site]
---------------------------------------- */
div#clinicLocator {
    float: left;
    position: relative;
    width: 994px;
}
div#clinicLocator div#drops {
    position: relative;
    width: 994px;
    z-index: 99998;
}
div#clinicLocator div#top {
    float: left;
    position: relative;
    width: 994px;
}
div#clinicLocator div#mid {
    float: left;
    position: relative;
	width: 994px;
	height: 522px;
	font-size: 0px;
	line-height: 0px;
}
div#clinicLocator div#btm {
    float: left;
    position: relative;
    width: 994px;
}
/* TOP
---------------------------------------- */
div#clinicLocator div#top div#shadow_top {
    float: left;
    position: relative;
    width: 994px;
    height: 7px;
    background:url('/Style%20Library/Images/shadow_top.jpg') no-repeat left top;
}
/* MID
---------------------------------------- */
div#clinicLocator div#mid div#sideBar {
	width: 477px;
	height: 522px;
	float: left;
}
/* Refine Search */
div#clinicLocator div#mid div#sideBar div#refineSearch {
	background: url('/Style%20Library/Images/bkg_refineSearch.jpg') no-repeat left top;
	position: relative;
	width: 477px;
	height: 88px;
	z-index: 9001;
}
div#clinicLocator div#mid div#sideBar div#refineSearch div#searchForm {
	position: relative;
	top: 35px;
	left: 25px;
	width: 435px;
	height: 68px;
	color: #707070;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair {
	float: left;
	padding-bottom: 7px;
	padding-right: 3px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair .fieldLabel {
	float: left;
	padding: 1px 5px 0px 0px;
	font-size: 13px;
	line-height: normal;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair .field {
	float: left;
	padding: 0px 10px 0px 0px;
	font-size: 13px;
	line-height: normal;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair .rbLabel {
	float: left;
	padding: 1px 10px 0px 0px;
	font-size: 13px;
	line-height: normal;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair .rbField {
	float: left;
	padding: 0px 2px 0px 0px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .fieldPair .rbField input {
	padding-top: 3px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .searchFieldHolder {
    width: 170px;
    height: 19px;
    background: url('/Style%20Library/Images/bkg_searchField.gif') no-repeat;
    float: left;
	padding: 1px 5px 0px 0px;
	font-size: 13px;
	line-height: normal;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .zipInput {
	width: 158px;
	height: 14px;
	font-size: 11px;
	background: none transparent;
	border: none;
	margin-top: 1px;
	margin-left: 12px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .radiusOption {
	width: 120px;
	font-size: 11px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch .treatmentOption {
	width: 105px;
	font-size: 11px;
}
div#clinicLocator div#mid div#sideBar div#refineSearch div#selectTreatment {
	width:168px;
}
div#selectTreatment label {
	display: inline-block;
	width: 40px;
	font-size: 11px;
	line-height: 14px;
}
div#selectTreatment .fieldLabel, div#selectTreatment .field {
	position: absolute;
	visibility: hidden;
}
/* Locator Results */
div#clinicLocator div#mid div#sideBar div#locatorResults {
	width: 477px;
	height: 434px;
	background: url('/Style%20Library/Images/bkg_results-before.jpg') no-repeat left top;
	position: relative;
	font-size: 100%;
	line-height: normal;
	z-index: 9000;
}
div#clinicLocator div#mid div#sideBar div#locatorResults div#resultsHeader {
	position: relative;
	width: 477px;
	top: 11px;
	left: 30px;
	font-size: 13px;
	line-height: normal;
	color: #707070;
	visibility: hidden;
}
div#clinicLocator div#mid div#sideBar div#locatorResults div#errorArea {
	position: absolute;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #000;
	width: 245px;
	left: 31px;
	top: 24px;
	display: none;
}
div#clinicLocator div#mid div#sideBar div#locatorResults div#resultActions {
	position: absolute;
	bottom: 10px;
}

div#clinicLocator div#mid div#sideBar div#locatorResults div#resultListContainer {
	height: 268px;
	width: 457px;
	left: 20px;
	top: 15px;
	position: relative;
}

div#locatorResults ul#resultList { 
	list-style: none;
	clear: both;
	margin: 3px 0 0;
}

div#locatorResults ul#resultList li {
    border-bottom: 1px solid #737373;
    border-top: 1px solid #AEAEAE;
	clear: both;	
	padding-top: 3px;
	cursor: pointer;
	height: 30px;
}

div#locatorResults ul li a,
div#locatorResults ul li dl,
div#locatorResults ul li div {
	float: left;
}

div#locatorResults ul li a {
	position: relative;
}
div#locatorResults ul li dl {
	width: 410px;
	font-size: 11px;
	line-height: 13px;
	padding-left: 5px;
	color: #FFF;	
}
ul#resultList li dd {
	float: left;
	padding: 9px 0px 0px 0px;
	text-align: right;
	width: 18px;
}
ul#resultList li dt {
	width: 318px;
	float: left;
}
/* Results Controls */
div#locatorResults ul#resultTools {
	height: 25px;
	width: 464px;
	overflow: hidden;
}

div#locatorResults ul#resultTools li {
	clear: none;	
	width: 119px;
	height: 21px;
}

li#previousSet {
	float: left;
	position: relative;
  	background: url(/Style%20Library/Images/btn_viewPrev_off.gif) no-repeat;
  	display: none;
	text-align: center;
	left: 102px;
}

li#previousSet a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 21px;
	position: relative;
}

li#nextSet {
  float: right;
  position: relative;
  background: url(/Style%20Library/Images/btn_viewNext_off.gif) no-repeat;
  display: none;
  right: 90px;
}

li#nextSet a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 21px;
	position: relative;
}
/* Marker */
ul#resultList li a img {
	margin: 0 8px 0 5px;
}


/* Map */
div#clinicLocator div#mid #map{
	float: left;
	width: 509px;
	height: 522px;
	line-height: normal;
	font-size: 100%;
}
div#clinicLocator div#mid div#shadow_right {
    float: left;
    position: relative;
    width: 8px;
    height: 522px;
    background:url('/Style%20Library/Images/shadow_right.jpg') no-repeat left top;
}
div#clinicLocator div#mid div#map_corner_top {
    position: absolute;
    left: 979px;
    width: 7px;
    height: 7px;
    background:url('/Style%20Library/Images/map_corner_top.png') no-repeat left top;
    z-index: 19999;
}
div#clinicLocator div#mid div#map_corner_btm {
    position: absolute;
    left: 979px;
    top: 515px;
    width: 7px;
    height: 7px;
    background:url('/Style%20Library/Images/map_corner_btm.png') no-repeat left top;
    z-index: 19999;
}
/* Rosetta Map Control Styles  */
div#rosettaMapTypeControls{
	width: 215px;
}
div#rosettaMapTypeControls div#mtcButtons {
	width: 215px;
	height: 18px;
	position: absolute;
	z-index: 6000;
}
div#rosettaMapTypeControls div#mtcBackground {
	width: 215px;
	height: 18px;
	position: absolute;
	background: url('/Style%20Library/Images/map_control-top.png') no-repeat;
	z-index: 5000;
}
div#rosettaMapTypeControls .button{
	float: right;
	text-decoration: underline;
	color: #FFF;
	font: 10px Arial;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 2px;
	text-align: center;
	width: 46px;
	cursor: pointer;
	background-color: #AD98B5;
}
div#rosettaMapTypeControls .active{
	background-color: #FFF;
	color: #000;
}
div#rosettaMapTypeControls div#mtcResultsArea
{
	position: absolute;
	top: 18px;
	width: 215px;
	height: 24px;
}
div#rosettaMapTypeControls div#mtcResultsBackground
{
	position: absolute;
	width: 215px;
	height: 24px;
	background: url('/Style%20Library/Images/map_control-btm.png') no-repeat;
	z-index: 5000;
}
div#rosettaMapTypeControls div#mtcResultsText
{
	position: absolute;
	color: #666;
	font: 10px Arial;
	text-align: center;
	padding: 3px;
	width: 215px;
	height: 24px;
	z-index: 6000;
}
div#rosettaMapTypeControls div#mtcResultsText a
{
	color: #666;
}
/* BTM
---------------------------------------- */
div#clinicLocator div#btm div#reflection {
	background:url('/Style%20Library/Images/half_reflection.jpg') no-repeat left top;
	width: 994px;
	height: 87px;
	position: relative;
	float: left;
}

/* Misc Styles
---------------------------------------- */
li.hover
{
	background-color: #6E6E6E;
	/* opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75; */	
}
li.selected
{
	background-color: #525252;	
}
.lrtop {
    border-top: 0px !important;
    height: 31px !important;
}
.lrlast {
    border-bottom: 0px !important;
    height: 31px !important;
}
.clear {
	clear: both;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}
/* YUI autocomplete */
#citycontainer
{
	width: 150px;  
	color: Black;
	position:absolute;
}
#cityautocomplete, #citycontainer { 
	z-index:9000; /* z-index needed on top instance for ie & sf absolute inside relative issue */ 
} 
#searchZip { 
	position:absolute; /* abs pos needed for ie quirks */ 
} 
