/*
<div id="contact-right">
            
            <!-- hcard microformat -->
            <div id="hcard-Studio-Worx" class="vcard">
                <a class="url org n" href="http://www.studioworxinc.com/">Studio Worx</a>
            
                <div class="adr">
                    <div class="street-address">8252 Brentwood Industrial Dr.</div>
                    <span class="locality">Brentwood</span>, 
                    <span class="region">MO</span> 
                    <span class="postal-code">63144</span>
                </div>
                Toll Free: <div class="tel">866.887.2626</div>
                P: <div class="tel">314.968.2626</div>
                F: <div class="tel">314.968.9866</div>
            </div>
            

            <a href="#" title="Get Driving Directions to Studio Worx">Get Driving Directions</a>
            </div>
        </div>
        
        */
        
#contact-right { }
#contact-right p { font-size: 9px; }


#contact-right a,
#contact-right a:link,
#contact-right a:visited {
    font-size: 11px;
    text-decoration: underline;
    
    color: #307e8b;
}

#contact-right a.directions {
    font-size: 11px;
    font-weight: 800;
    
    text-decoration: none;
}

#hcard-Studio-Worx {
    font-family: Arial;
}

#hcard-Studio-Worx.vcard { font-size: 11px; }

#hcard-Studio-Worx.vcard span.label { font-weight: 700;  }


#hcard-Studio-Worx a,
#hcard-Studio-Worx a:link,
#hcard-Studio-Worx a:visited {
    font-size: small;
    text-decoration: none;
}
#hcard-Studio-Worx .url {
    text-transform: uppercase;
}
#hcard-Studio-Worx .adr { line-height: 12px; margin-bottom: 5px;}
#hcard-Studio-Worx .street-address {}
#hcard-Studio-Worx .locality {  }
#hcard-Studio-Worx .region {  }
#hcard-Studio-Worx .postal-code {  }
#hcard-Studio-Worx .tel { clear: none; margin: 0; padding: 0; }