/* local navigation strips at top of "local" pages */
#content .local {
padding: 0;
margin: .5em 0 0 0;
background: transparent url("pics/blue_brushed_very_light_bg.jpg");
}

#content .local li {
display: inline;
list-style: none;
margin: 0 0 .3em 0;
padding: 0 0 .1em 0;
line-height: 1.3;
color: #000;
background: transparent;
}

#content .local li a { 
font-size: .95em;
padding: 0 .1em 0 .1em;
margin: 0;
text-decoration: none;
color: #22c;
background: transparent;
width: 100%;
}

#content .local li a:hover {
color: #c00; 
background: transparent;
}

#content img {border: 4px ridge #ccc;}

#content .local #currentpage a {
color: #c00; 
background: transparent;
text-decoration: underline; 
}

#nav #localSuburbs a {
color: #c00; 
background: transparent;
text-decoration: underline; 
}

.beforeAfter span {font-weight: bold; font-style: italic;}
