.directionContainer
{
    color: #6F6F6F;
    font-size: 14px;
}

.directionTitle
{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 4px;
}

.getDirection
{
    font-size: 16px;
    margin-left: 10px;
}

a.directionLink
{
    color: #6591b6;
    background-image: url("images/morearrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 8px;
}


a.directionLink:hover
{
    color: #6591b6;
    text-decoration: underline;
}

.main_campus_img
{
    background-image: url("images/main_campus.png");
    height: 130px;
    width: 210px;
}

.outpatient_img
{
    background-image: url("images/outpatient.png");
    height: 112px;
    width: 228px;
}



.address-container
{
    width: 100%;
}

.address-container .firstAddress
{
    width: auto;
    float: left;
    margin-right:30px;
}

.address-container .secondAddress
{
    width: auto;
    float: left;
}
.clearfix{
    clear:both;
}
.address-container .control
{
    width: 30px;
}

.instruction
{
    margin: 25px 0 25px 0;
    line-height: 18px;
}


@media (max-width: 479px)
{

    .address-container .firstAddress, .address-container .secondAddress
    {
        width: 100%;
    }
}
