/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

BODY {
    background-color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #676767;
    overflow: -moz-scrollbars-vertical;
}

TABLE, IMG {
    border: 0;
}

H1, H1 A {
    font-size: 16px;
    font-weight: normal;
    color: black !important;
    letter-spacing: 10px;
    text-transform: uppercase;
}

H1 A:hover {
    color: #80A1B6 !important;
    text-decoration: none;
}

H2 {
    font-size: 10px;
    font-weight: normal;
    color: #4C4C4C;
    letter-spacing: 6px;
    text-transform: uppercase;
}

H3 {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

A:link, A:visited, A:active {
    color: #80A1B6;
    text-decoration: none;
}

A:hover {
    color: #6BA1D1;
    text-decoration: underline;
}

DIV.reset {
    clear: both;
    font-size: 0;
}

DIV#masthead {
    border-right: 1px solid #E0E8ED;
}

DIV#navArea {
    border-left: 1px solid #E0E8ED;
}

.listingDetails {
    color: #6BA1D1;
}

.salePrice {
    color: #231F20;
    font-weight: bold;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H2 {
    margin-bottom: 10px;
}

H4, H5, H6, P, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 16px;
}

H1 {
    padding-top: 62px;
}

DIV#bodyWrapper {
    width: 835px;
    margin-left: auto;
    margin-right: auto;
}

DIV#masthead {
    width: 664px;
    height: 97px;
}

DIV#contentWrapper {
    float: left;
}

DIV#homeContent {
    float: left;
    width: 664px;
    height: 290px;
    padding-bottom: 20px;
}

DIV#leftPhotoArea {
    float: left;
    width: 193px;
    padding-right: 13px;
}

P#logos {
    margin-top: 60px;
}

DIV.content {
    float: left;
    width: 433px;
    padding-right: 25px;
}

P {
    line-height: 20px;
}

DIV#navArea {
    float: left;
    width: 160px;
    padding-left: 10px;
}

DIV#navArea P {
    margin: 0;
}

DIV#navArea IMG {
    padding-top: 19px;
    padding-bottom: 19px;
}
