/*
    Style sheet for the Karen McMillan Realtors, www.karenmcmillan.com.

    Created on 2009-01-10.
    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: #FFFFFF;
        /*
        background: url(MenuBackground.jpg) 0 0 repeat-y;
        */
        background-image: url(PageBackground.jpg);
        background-repeat: repeat-y;
        background-position: top center;
        background-attachment:fixed;
    }


img {
        display: block;
        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 */

        /*
        background: #FFFFFF;
        */
        background: url(MenuBackground.jpg) 0 0 repeat-y;

        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{
        top: 0px;
        left: 0px;
        margin: 10px 10px 10px 10px;    /* Top Right Bottom Left */

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


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

        background: #000000;
        background: url(MenuBackground.jpg) 0 0 repeat-y;
}
#MenuItems {
        top: 0px;
        left: 0px;
        margin: 0px 20px 0px 10px;    /* Top Right Bottom Left */

        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
    }
.MenuItems li {
        margin: 0px;
        padding: 0.15em;
        border-top: 1px solid #890018;
        border-bottom: 1px solid #890018;
    }

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




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


h1,h2,h3,h4,h5,h6 {
        /*
        margin-top: 8px;
        margin-bottom: 8px;
        */
        color: #890018;
    }


.REALTORName {
        color: #890018;
        font-weight: bold;
    }
.REALTORTitle {
        color: #000000;
        font-weight: bold;
    }
.KMRRed{
        color: #890018;
    }


/*** Marquee Colors  ***/

.MainMarquee {
        color: #890018;
        font-family: Comic Sans MS, Cursive, Verdana, Sans-serif;
        font-size: 18px;
    }
.MainMarquee1 {
        color: #890018;
        font-family: Comic Sans MS, Cursive, Verdana, Sans-serif;
        font-size: 18px;
    }
.MainMarquee2 {
        color: #666666;
        font-family: Comic Sans MS, Cursive, Verdana, Sans-serif;
        font-size: 18px;
    }


/*** Forms ***/

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