/*
    Style sheet for texasrealtorservices.com.

    Created on 2009-10-28.
    Copyright (c) 2009 Dale R. Warus. All rights reserved.

Colors
Light Blue  ADD8F6
Royal Blue  4169E1
White       FFFFFF
Black       000000
*/


/*** Main Body ***/

*t {
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;
    }


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;
        color: #000000;
    }


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


.Clear {
        clear: both;
    }


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

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

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

        background-image: url(Background.png);
        background-repeat: repeat-y;
        background-position: top center;
        background-attachment:fixed;
    }


#Header {
        width: 990px;

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

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

        background: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;

        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;
    }
#Header h1, h2 {
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;
    }
#Footer {
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

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

        background: #FFFFFF;
    }


.Disclaimer {
        font-size: 80%;
        text-align: left;
    }




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

        background: #FFFFFF;
    }
#Content{
        margin: 10px 10px 10px 10px;    /* Top Right Bottom Left */

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


#MenuArea {
        float: left;
        width: 250px;
        margin: 10px 0px 0px 0px;    /* Top Right Bottom Left */
        background: #FFFFFF;
    }
#Menu {
        margin: 10px 5px 10px 5px;    /* Top Right Bottom Left */
    }


/*** Button Links ***/
.Button {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        color: #4169E1;
        background-color: #ADD8F6;
        text-decoration: none;
        width: 204px;
        border-style: solid;
        border-width: 3px;
        border-color: #88AADD #445566 #445566 #88AADD;
        border-color: #FFFFFF #000000 #000000 #FFFFFF;
        border-color: #DDFFFF #003366 #003366 #DDFFFF;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        visibility: visible;
        display: block;
        text-align: left;
    }
.Button a:link {
        color: #0000FF;
        text-decoration: none;
    }
.Button a:visited {
        color: #0000FF;
        text-decoration: none;
    }
.Button a:hover {
        color: #000099;
        text-decoration: none;
    }
.Button a:active {
        color: #CC3366;
        text-decoration: none;
    }




/*** Links ***/

a:link {
        color: #007799;
        text-decoration: none;
    } /* unvisited link */
a:visited {
        color: #007799;
        text-decoration: none;
    } /* visited links */
a:hover {
        color: #00AABB;
        text-decoration: none;
    } /* hovering over links */
a:active {
        color: #0066FF;
        text-decoration: none;
    } /* active links */


/*** Page Elements  ***/

h1,h2,h3,h4,h5,h6 {
        /*
        margin-top: 8px;
        margin-bottom: 8px;
        */
        font-family: Palatino, Georgia, serif;
        color: #0066FF;
    }
p {
        margin-top: 1em;
    }
li {
        margin-bottom: 0.3em;
    }


/*** Forms ***/

.FormSubmittedMessage {
        color: #333333;
    }
.FormErrorMessage {
        color: #FF0000;
    }
.FormRequiredMessage {
        color: #006600;
    }


/***  ***/
.TopRightCard {
        width: 192px;
        margin: 20px 5px 10px 5px;
        padding: 10px 10px 10px 10px;
        border-width: 4px;
        border-style: solid;
        border-color: #4169E1;
        border-color: #666666;
        background: #ADD8F6;
        background: #EEEEEE;
        background: #F0F8FF;
        background: #FFFFFF;
    }
.TopRightCard h2,h3 {
        margin-top: 0em;
        margin-bottom: 0em;
        font-family: Palatino, Georgia, serif;
        color: #0066FF;
    }
