

#map #left-col { 
	margin: 0pt;
    padding: 0pt;
    width: 340px;
    float: left;
    vertical-align: top;
    }

#map #right-col { width: 500px;
    float: right;
    vertical-align: top;
    }

#map h2{margin-top:1em;}
#map p{margin-left:1em;}
#map iframe{margin-left:2em;}
#map .clinic-info{margin-left:2em;}

ul.directions { 
	margin-top: 5px;
    list-style-type: disc;
	padding-left:0;
	margin-left:0;
    }

ul.directions li { 
    list-style-position: outside;
    margin: 1em 1em 0 2em;
    }

ul.directions li.lh { 
	padding: 3px 0pt 3px 5px;
	margin:0;
    background: #DFEBFF;
    font-weight: bold;
    list-style-position: outside;
    display: block;
    list-style-type: none;
    }
/* end map/directions */

