/*
    Document   : contact
    Created on : May 5, 2012, 9:45:14 AM
    Author     : jenniferclark
*/

#top {
    width: 640px;
    margin: 0px auto;
}

#left {
    float: left;
    padding-right: 70px;
}

#address {
    position: relative;
    margin-bottom: 50px;
}

#address h3 {
    margin-bottom: 20px;
}

#toll_free {
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    border-radius: 5px;
    color: #002C53;
    font-weight: bold;
    top: 50px;
    right: 0px;
}

