/*
    Style sheet for Heath Anders, www.heathanders.com.

    Created on 2009-05-31.
    Copyright (c) 2009 Dale R. Warus. All rights reserved.
*/


body {
        width: 100%;
        height: 100%;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;

        background: #666666;
    }


img {
        border: solid 0px transparent;
    }
img.FloatLeft {
        float: left;
        margin: 4px;
    }
img.FloatRight {
        float: right;
        margin: 4px;
    }


#PageArea {
        width: 100%;
        height: 100%;

        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

        margin-left: auto;
        margin-right: auto;
        width: 50em;
        width: 990px;
    }


#Header {
        width: 990px;
        height: 200px;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

        background: #000000;
    }


#Page {
        left: 0px;
        top: 200px;
        width: 990px;
        height: 100%;

        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
    }


#ContentArea {
        width: 700px;
        float: left;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

        background: #FFFFFF;
    }
#Content{
        width: 680px;
        margin: 0px auto 0px auto;    /* Top Right Bottom Left */

        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        /*
        font-size: 14px;
        */
    }


#Menu {
        width: 270px;
        float: left;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

        background: #666666;
    }
#MenuItems {
        top: 0px;
        left: 0px;
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

        color: #FFFFFF;
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
    }
.MenuItems li {
        margin: 0px;
        padding: 0.15em;
        border-top: 0px solid #890018;
        border-bottom: 0px solid #890018;
        list-style-type: none;
    }

.MenuItems li a {
        text-decoration: none;
        font-weight: 100;
    }
#Menu a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
#Menu a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }
#Menu a:active {
        color: #FFFFFF;
            text-decoration: none;
        }
#Menu a:hover {
        color: #CCCCCC;
        text-decoration: none;
    }




a:link {
        color: #003399;
        color: #FF0000;
        text-decoration: none;
    }
a:visited {
        color: #003399;
        color: #FF0000;
        text-decoration: none;
    }
a:active {
        color: #003399;
        color: #FF0000;
        text-decoration: none;
    }
a:hover {
        color: #A80000;
        text-decoration: none;
    }


h1,h2,h3,h4,h5,h6 {
        /*
        margin-top: 8px;
        margin-bottom: 8px;
        */
        font-family: Palatino, Georgia, serif;
        color: #000000;
    }
.KMRRed{
        color: #890018;
    }


.Clear {
        clear:both;
    }


/*** Forms ***/

.FormSubmittedMessage {
        color: #999999;
    }
.FormErrorMessage {
        color: #FF0000;
    }


/*** Property Table ***/
.MLSPropertyTableLeft {
        vertical-align: top;
    }
.MLSPropertyTableRight {
        vertical-align: top;
    }


/*** Referrals ***/
.ReferralStatement {
        font-family: Palatino, Georgia, serif;
        color: #000066;
    }
.ReferralSignature {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        color: #008080;
        margin-left: 20px;
    }
.ReferralsHR {
        color: #EEEEEE;
        width: 100%;
        border-width: 2px;
        border-style: solid;
        text-align: center;
    }


.ImgThumbnail {
        float: left;
        width: 150px;
        margin: 0 0.5em 0.5em 0;
    }


.PropertyListingBox {
        float: left;
        display: inline-block;
        width: 680px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-width: 0px;
        border-style: solid;
        border-color: #4169E1;
        background: #F4FFFA;
        background: #F0FFF0;
        background: #F5DC80;
        background: #FFF8D8;
        background: #FFF8F0;
        background: #FFFFFF;
        color: #000000;
        font-family: Palatino, Georgia, serif;
    }
.PropertyListingBoxLeft {
        float: left;
        display: inline-block;
        width: 330px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
.PropertyListingBoxCenter {
        float: left;
        display: inline-block;
        width: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
.PropertyListingBoxRight {
        float: left;
        display: inline-block;
        width: 330px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

