﻿.locationHeading
{
    width: 420px;
    height: 150px;
    background-repeat: no-repeat;
    margin: 0 0 -4px 0;
}

#photoBox
{
    float: left;
    width: 540px;
    margin: 0 10px 0 0;
}

#photoBox h2
{
    height: 40px;
    line-height: 1em;
    margin: 0 0 0 20px;
}

#locationInfo
{
    float: right;
    width: 412px;
    font-size: 90%;
}

#locationInfo h3
{
    color: #194A72;
    font-size: 120%;
    height: 25px;
    line-height: 1em;
    margin: 0 0 -15 -10;
}

#anotherLocationBox
{
    padding: 20px 0 0 20px;
    background-image: url(/images/bg_locationBox.jpg);
    background-repeat: no-repeat;
    zoom: 1;
}

.locationColumn
{
    float: left;
    width: 184px;
}

#locationInfo a.mapDirectionsBtn
{
    background-image: url(../images/menu/mapAndDirections.png);
    background-repeat: no-repeat;
    width: 271px;
    height: 59px;
    display: block;
    margin-top: 10px;
    text-indent: -9999em;
}

#locationInfo a:hover.mapDirectionsBtn
{
    background-image: url(../images/menu/mapAndDirectionsOn.png);
}

#hours
{
    margin: 0 0 10px 0;
}

#hours div
{
    clear: both;
}

#hours label
{
    float: left;
    width: 140px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}

#hours .hour
{
    float: left;
}

.phoneNumbers #businessPhone
{
    font-size: 140%;
}

.docBoxHeading
{
    clear: both;
    font-size: 200%;
    margin: 20px 0 -20px 20px;
    height: 40px;
    line-height: 1em;
}

#doctorBox
{
    padding-top: 5px;
    margin: 20px 0 0 0;
    color: Black;
    background: transparent url(/images/bg_doctorBox.png) no-repeat;
}

#doctorBox ul
{
    margin: 10px;
}

#doctorBox li
{
    float: left;
    margin: 10px 6px;
    border: 1px solid black;
    background-color: White;
    padding: 10px;
}

#doctorBox li a
{
    color: #226399;
    font-weight: bold;
}

#doctorBox li img
{
    display: block;
    border: none;
    margin-bottom: 10px;
    height: 200px;
}

#doctorBox li .name
{
    display: block;
    width: 190px;
    text-align: center;
    height: 35px;
}

.mapBox
{
    margin-top: 20px;
}

.mapBox h3
{
    height: 40px;
    line-height: 1em;
}

.mapBox .mapContainer
{
    float: right;
    width: 550px;
}

.mapBox .directions
{
    float: left;
    width: 390px;
}