Hi David,
I don't see any changes to your css files?
If you do the following changes:
www.explorenorrislake.com/templates/norr...css/template_css.css
line 39 change the body font from 62.5% to 12px
like this
body {
font-size: 62.5%;
}
to
body {
font-size: 12px;
}
then go to line 51 and change
div#wrapper_main {
font: 1.2em/1.5em Arial,Verdana,sans-serif;
}
to
div#wrapper_main {
font: 12px/1.3 Arial,Verdana,sans-serif;
}
Now everything should look OK with the map and you should also not see any changes in the font size for the whole site.
Daniel