/*
    Style sheet for TexasREALTORServices.com.

    Created on 2011-01-23.
    Copyright (c) 2011 Dale R. Warus. All rights reserved.

    Colors
*/


/*** Main Body ***/

* {
        margin: 0px;
        padding: 0px;
        border-width: 0px;
        border-style: none;
    }


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

        background-color: #FFFFFF;
        color: #000000;
        font-family: Palatino, Georgia, serif;
    }


/*** Links ***/
a:link {
        color: #0066FF;
        text-decoration: none;
    } /* unvisited link */
a:visited {
        color: #0066FF;
        text-decoration: none;
    } /* visited links */
a:hover {
        color: #660099;
        text-decoration: none;
    } /* hovering over links */
a:active {
        color: #330066;
        text-decoration: none;
    } /* active links */


/*** Page Elements  ***/
h1,h2,h3,h4,h5,h6 {
        margin: 0px 0px 1.0em 0px;
        color: #0000FF;
    }
h2 {
        color: #0066FF;
    }
h3,h4,h5,h6 {
        color: #0099FF;
    }
p {
        margin: 0px 0px 1.0em 0px;
    }
ol,ul {
        margin: 0px 10px 1.0em 10px;
    }
li {
        margin: 0px 10px 0px 10px;
    }
table {
        margin: 0px 0px 1.0em 0px;
    }


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


/***  ***/
.Clear {
        clear: both;
    }


/***  ***/


#Page {
        width: 960px;
        margin: 0px auto 0px auto;
        padding: 10px;
        background-color: #2A4982;
    }


#Header {
        width: 940px;
        margin: 0px auto 0px auto;
        padding: 10px;
        background-color: #6699CC;
        color: #000000;
        overflow: hidden;
    }


#Menu {
        display: block;
        width: 940px;
        margin: 0px auto 0px auto;
        padding: 10px;
        background-color: #6699CC;
        color: #000000;
        overflow: hidden;
    }
/*** Button Links ***/
.MainMenuButton {
        display: block;
        float: left;
        width: 209px;
        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: 0px;
        margin-bottom: 4px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        color: #4169E1;
        background-color: #ADD8F6;
        text-decoration: none;
        text-align: center;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        overflow: hidden;
    }
.MainMenuButton a:link {
        color: #0000FF;
        text-decoration: none;
    }
.MainMenuButton a:visited {
        color: #0000FF;
        text-decoration: none;
    }
.MainMenuButton a:hover {
        color: #000099;
        text-decoration: none;
    }
.MainMenuButton a:active {
        color: #CC3366;
        text-decoration: none;
    }
.LeftMenuButton {
        display: block;
        float: left;
        width: 184px;
        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: 0px;
        margin-bottom: 4px;
        margin-left: 10px;
        margin-right:10px;
        padding: 5px;
        color: #4169E1;
        background-color: #ADD8F6;
        text-decoration: none;
        text-align: center;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        overflow: hidden;
    }
.LeftMenuButton a:link {
        color: #0000FF;
        text-decoration: none;
    }
.LeftMenuButton a:visited {
        color: #0000FF;
        text-decoration: none;
    }
.LeftMenuButton a:hover {
        color: #000099;
        text-decoration: none;
    }
.LeftMenuButton a:active {
        color: #CC3366;
        text-decoration: none;
    }


#Content {
        width: 940px;
        margin: 0px auto 0px auto;
        padding: 10px;
        background-color: #FFFFFF;
        color: #000000;
        overflow: hidden;
    }
#ContentLeft {
        position: relative;
        float: left;
        width: 220px;
        background-color: #FFFFFF;
        color: #000000;
    }
#ContentRight {
        position: relative;
        float: right;
        width: 710px;
        background-color: #FFFFFF;
        color: #000000;
    }


#Footer {
        display: block;
        width: 960px;
        margin: 0px auto 0px auto;
        overflow: hidden;
    }
.Disclaimer {
        font-size: 80%;
        text-align: left;
        font-family: Verdana, Helvetica, san-serif;
        color: #000080;
    }


/*** Forms ***/

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


#ContactForm {
    }
.ContactFormTableLeft {
        color: #004ABB;
    }
.SendButton {
        padding: 5px;
        border: 2px outset #004ABB;
        background-color: #FFFFFF;
        font-weight: bold;
        color: #004ABB;
    }
label {
        display: block;
        float: left;
        width: 4em;
        margin-right: 0.5em;
        text-align: right;
        color: #004ABB;
    }
input {
        border: 1px solid #004ABB;
        padding: 5px;
        background-color: #FFFFFF;
        color: #004ABB;
    }
textarea {
        padding: 5px;
        border: 1px solid #004ABB;
        background-color: #FFFFFF;
        color: #004ABB;
    }
fieldset {
        width: 20em;
        border: 1px solid #004ABB;
    }
legend {
        padding: 2px 6px;
        border: 1px solid #004ABB;
        background-color: #FFFFFF;
        color: #004ABB;
    }


/***  ***/
ParagraphBreak {
    }


.InlineQuote {
        margin: 10px 0px 10px 30px;
        padding: 0px 0px 0px 0px;
        border-width: 0px;
        border-style: solid;
        border-color: #4169E1;
        color: #003399;
        font-family: Palatino, Georgia, serif;
        font-weight: bold;
        font-style: italic;
        font-size: 120%;
    }
.HeadlineQuote {
        padding: 0px 0px 0px 0px;
        border-width: 0px;
        border-style: solid;
        border-color: #4169E1;
        color: #003399;
        font-family: Palatino, Georgia, serif;
        font-weight: bold;
        font-style: italic;
        font-size: xx-large;
    }
.VillageTitle {
        margin: 0px 0px 0 0px;
        color: #003399;
        font-family: Palatino, Georgia, serif;
        font-weight: bold;
        font-style: normal;
        font-size: x-large;
    }
.VillageTitleQuote {
        margin: 0px 0px 1.0em 0px;
        color: #003399;
        font-family: Palatino, Georgia, serif;
        font-weight: medium;
        font-style: italic;
        font-size: large;
    }


/*** Tables ***/


/***  ***/

.LinkLabel {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        /*
        color: #890018;
        */
    }


/*** Referrals ***/
.ReferralStatement {
        font-family: Palatino, Georgia, serif;
        color: #0044FF;
    }
.ReferralSignature {
        font-family: Trebuchet, Arial, Helvetica, sans-serif;
        color: #003399;
        margin-left: 20px;
    }
.ReferralsHR {
        color: #003399;
        width: 40%;
        border-width: 1px;
        border-style: solid;
        text-align: left;
    }


.PictureCopyright {
        color: #814C1E;
        color: #915C1E;
        font-size: 10px;
        font-family: Helvetica, Arial, sans-serif;
    }

.InlineImage {
        float: left;
        display: block;
        margin: 0 10px 10px 0;
        vertical-align: text-top;
    }

