body {
    background: white;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
}

a img {
    border: 0;
}

p {
    clear: left;
}

#everything, #masthead, #content, #footer {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    float: none !important;
    color: black;
    background: transparent none;
    clear: left !important;
}

div#logo {
    width: 100%;
    height: auto;
    background: none;
    float: none;
}
    div#logo h1 {
        width: 100%;
        width: auto;           
        text-indent: 0;
        background: none;
        text-align: center;
    }
    
div#masthead p {
    width: 100%;
    text-align: center;
}    
    
#nav {
    display: none;
}

div#content, div#footer {
    padding-top: 1em !important;
    margin-top: 1em !important;
    border-top: 1px solid #ccc !important;
}

div#footer, div#footer ul {
    text-align: left;
    float: none;    
}

a:link, a:visited {
    color: #3f57e8;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

.links {
    float: left;
    width: 45%;
}

div#content a.free-evaluation-btn {
    display: none;
}

/* Microformats for Contact Us page */
div.vcard .country-name { display: none; }
div.vcard .org { font-weight: bold; }
div.vcard .type { display: none; }
div.vcard div { line-height: 1.7; }

.gmap { display: none; }
.print-map {display: block; }
