﻿/* ------------------------------------------------------------------------------- */
/*                     CONTACT US                                                  */
/* ------------------------------------------------------------------------------- */
#ContactUs
{
    margin: 20px 0px 0px 0px;
    text-align: center;
}
#ContactUs table
{
    text-align: left;
}
#selectoffice
{
    margin: 10px 0px 0px 6px;
}

.IPSAddressMulti
{
    float: left;
    width: 265px;
    padding-right: 10px;
    display: block;
}

.IPSAddress h2
{
    background-image: none;
    text-decoration: underline;
}
.GoogleMap
{
    width: 98%;
    height: 300px;
    margin: 14px 0px 0px 1px;
    border: 1px #000000 solid;
}
.GoogleMap span
{
    font-size: 8px;
}
@media print
{
    #columnLeftDouble
    {
        width: 600px;
    }
    #columnRight
    {
        display: none;
    }
    .GoogleMapPrint
    {
        display: none;
    }
    #footer
    {
        display: none;
    }
}
