/* contactus.css - CSS for the map portion of the Contact Us page 
 *
 */
h1 { font-size: 1.2em; }
div#map { width: 100%; height: 410px; }
div#map_canvas { float: left; width: 78%; height: 100%; }
div#map_directions { float: left; width: 18%; font-size: 9pt; }
div.map_balloon h1 { font-size: 10pt; color: #EE7343; margin-bottom: 0px; }
div.map_balloon p { font-size: 9pt; margin-top: 0px;}
div.map_balloon form fieldset legend { font-size: 9pt; color: #EE7343; }
.adp-text,.adp-step,.adp-stepicon,.adp-substep { font-size: 9pt; }

