.contactContainer {
    width: 590px;
    margin: 0px;
    padding: 0px 5px;
}

    .contactContainer h5 {
        font-family: verdana;
        font-size: 16px;
        font-weight: bold;
        color: #222;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .contactTitle {
        width: 570px;
        height: 15px;
        margin: 0px;
        padding: 0px 5px;
        line-height: 15px;
        font-family: verdana;
        font-size: 13px;
        font-weight: bold;
        background-color: #005ca1;
        border: 5px solid #005ca1;
        border-radius: 5px 5px 0px 0px;
        color: white;
    }

    .contactContentLeft {
        width: 230px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        font-family: verdana;
        font-size: 13px;
        float: left;
    }

    .contactContentRight {
        width: 350px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        font-family: verdana;
        font-size: 13px;
        float: left;
    }

    .contactSpacer {
        width: 580px;
        height: 10px;
        margin: 0px;
        padding: 0px;
    }

    .contactClearer {
        height: 10px;
        clear: both;
    }

    .contactToggle {
        display: none;
    }
