.contact-box ul {
    padding-left: 0px;
    list-style: none;
    margin: 0px 0px 20px 0px;
}
.contact-box h2 {
    text-transform: uppercase;
}
/* this is the min-height fast hack from Dustin Diaz */
.contact-page #main {
    min-height: 776px;
    height: auto !important;
    height: 776px;
}

#faqs h4.question {
    font-size:11px;
    font-weight:bold;
    margin:1em 0;
}
#faqs p {
    margin:0;
}

