




/*
     FILE ARCHIVED ON 10:29:07 Feb 1, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 9:13:57 Sep 11, 2013.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
    Style sheet for GloriaElder.com.

    Created on 2010-03-07.
    Copyright (c) 2010 Dale R. Warus. All rights reserved.

    Colors
*/


/*** Main Body ***/

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


/*** 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;
        margin-bottom: 0.5em;
        color: #003399;
    }
p {
        margin-bottom: 1em;
    }
ul {
        margin-bottom: 1em;
        text-indent: 1em;
    }
li {
        margin-bottom: 0.2em;
    }




img {
        border: solid 0px transparent;
    }
img.FloatLeft {
        float: left;
        margin: 5px 5px 5px 0px;    /* Top Right Bottom Left */
    }
img.FloatRight {
        float: right;
        margin: 5px 0px 5px 5px;    /* Top Right Bottom Left */
    }


.Clear {
        clear: both;
    }


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

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

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

        background-image: url(http://www.mosseygroup.com/Background.png);
        background-repeat: repeat-y;
        background-position: top center;
        background-attachment:fixed;
        background-color: #FFFFFF;
    }


#Header {
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

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

        background-color: #FFFFFF;
        background-color: #890018;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        color: #FFFFFF;
    }
#Header h1,h2,h3,h4,h5,h6 {
        font-family: Palatino, Georgia, serif;
        margin: 0px;
    }

#Footer {
        margin: 0px 0px 0px 0px;    /* Top Right Bottom Left */

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

        background-color: #FFFFFF;
    }


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




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

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

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


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


/*** Button Links ***/
.Button {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        color: #890018;
        background-color: #890018;
        text-decoration: none;
        width: 204px;
        border-style: solid;
        border-width: 3px;
        border-color: #FFCCCC #660000 #330000 #FFDDDD;
        margin: 5px 5px 5px 5px;    /* Top Right Bottom Left */
        margin: 5px 0px 5px 0px;    /* Top Right Bottom Left */
        padding: 5px;
        visibility: visible;
        display: block;
        text-align: left;
    }
.Button a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
.Button a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }
.Button a:hover {
        color: #FF9999;
        text-decoration: none;
    }
.Button a:active {
        color: #CC3366;
        text-decoration: none;
    }
/*** Button Links ***/
.Button2 {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
        color: #180089;
        background-color: #180089;
        text-decoration: none;
        width: 184px;
        border-style: solid;
        border-width: 3px;
        border-color: #CCCCFF #000066 #000033 #DDDDFF;
        margin: 5px 5px 5px 5px;    /* Top Right Bottom Left */
        margin: 5px 0px 5px 20px;    /* Top Right Bottom Left */
        padding: 5px;
        visibility: visible;
        display: block;
        text-align: left;
    }
.Button2 a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
.Button2 a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }
.Button2 a:hover {
        color: #9999FF;
        text-decoration: none;
    }
.Button2 a:active {
        color: #6633CC;
        text-decoration: none;
    }


/*** Forms ***/

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

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


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


/*** Tables ***/

.SchoolsTable {
    }
.SchoolsTableR0 {
        color: #180089;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
    }
.SchoolsTableR1 {
        color: #180089;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 100%;
        line-height: 100%;
    }
.SchoolsTableR2 {
    }
.SchoolsTableCA {
    }
.SchoolsTableCB {
    }
.SchoolsTableCC {
    }
.SchoolsTableCD {
    }
.SchoolsTableCE {
    }
.SchoolsTableColSpace {
    }
