/**********************************************************************************************
	Universal Style & Classes for the Member Public Pages - TheMLS.com
	Example: Login page
***********************************************************************************************/


body {
    margin: 20px 50px;
    color: #333333;
    font: 62.5% "verdana";
}

    div.normalized {
        width: 950px;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    div.normal {
        width: 95%;
        margin: 0;
    }

    div.adjusted {
        width: 938px;
        margin: 0;
    }

.HeaderBKG {
    background-color: #ebeae6;
    background: -moz-linear-gradient(top, rgba(225,222,212,1) 13%, rgba(220,217,206,1) 41%, rgba(227,226,221,1) 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#FFF ), color-stop(41%,#FCFCFB), color-stop(90%,#E3E2DD ));
    background: -webkit-linear-gradient(top, #FFF 13%,#FCFCFB 41%,#E3E2DD 90%);
    background: -o-linear-gradient(top, rgba(225,222,212,1) 13%,rgba(220,217,206,1) 41%,rgba(215,212,200,1) 60%);
    background: -ms-linear-gradient(top, rgba(225,222,212,1) 13%,rgba(220,217,206,1) 41%,rgba(215,212,200,1) 60%);
    background: linear-gradient(to bottom, #FFF 13%,#FCFCFB 41%,#E3E2DD 90%);
    border-bottom: 1px solid #7E7E7E
}

ul {
    margin: 0;
    padding: 0;
    clear: left;
}

    ul li {
        padding: 0;
        margin: 0;
        float: left;
        list-style: none;
    }

p {
    clear: left;
    text-align: left;
}

    p img {
        float: left;
        margin-right: 10px;
    }

sup {
    line-height: 5px;
    font-size: .7em;
}


a:link {
    color: #165da3;
    font-family: Verdana;
    text-decoration: none;
}

a:visited {
    color: #4378ac;
    font-family: Verdana;
    text-decoration: none;
}

a:hover {
    color: #0018ff;
    font-family: Verdana;
    text-decoration: underline;
}

a:active {
    color: red;
    font-family: Verdana;
    text-decoration: none;
}


/*Temp links for the GuestSearch Graphic*/


a.Guest:link {
    text-decoration: none;
    cursor: pointer;
}

a.Guest:visited {
    text-decoration: none;
    cursor: pointer;
}

a.Guest:active {
    text-decoration: none;
    cursor: pointer;
}

a.Guest:hover {
    text-decoration: none;
    cursor: pointer;
}



input.ActionBTN {
    background: rgb(220,220,220); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(220,220,220,1) 13%, rgba(210,210,210,1) 41%, rgba(202,202,202,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(220,220,220,1)), color-stop(41%,rgba(210,210,210,1)), color-stop(60%,rgba(202,202,202,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
    border: 1px solid #a6a6a6;
    color: black;
    font-weight: bold;
    font-family: Verdana;
    font-size: .9em;
    height: 18px;
    cursor: pointer;
}

input.ActionBTNHOV {
    background: linear-gradient(to bottom, #4f7da0 13%,#4f7da0 41%,#326598 60%);
    background: -moz-linear-gradient(top, rgba(79,125,160,1) 13%, rgba(59,108,155,1) 41%, rgba(50,101,152,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(79,125,160,1)), color-stop(41%,rgba(59,108,155,1)), color-stop(60%,rgba(50,101,152,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(79,125,160,1) 13%,rgba(59,108,155,1) 41%,rgba(50,101,152,1) 60%); /* Chrome10+,Safari5.1+ */
    border: 1px solid #2a4e77;
    color: white;
    font-family: Verdana;
    text-decoration: none;
    font-size: .9em;
    height: 18px;
    cursor: pointer;
}


h1 {
    clear: left;
    padding: 8px;
    COLOR: #333333;
    text-align: left;
    font-weight: bold;
    font-size: 1.7em;
    margin: 0;
}

    h1.header {
        height: 40px;
        margin: 10px 0;
    }

        h1.header sup {
            font-size: .4em;
            font-weight: normal;
        }

        h1.header span {
            font-family: "Verdana";
            font-size: .7em;
            font-weight: normal;
            color: #777777;
            padding: 5px 0;
            display: block;
        }

h4, h5, h6 {
    font-size: 1.0em;
}

hr {
    size: 0px;
    color: #dadada;
    margin-top: 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
}

h2 {
    color: black;
    margin: 0;
    padding: 3px;
    clear: left;
    font-size: 1.7em;
}

    h2.large {
        font-size: 1.6em;
        color: #333333;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: none;
    }

.adjustmentTitle {
    width: 225px;
    float: left;
}

h2.medium {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0px;
    color: #333333;
    padding-left: 0px;
}

    h2.medium span {
        font-style: italic;
        color: #777777;
        float: right;
        font-size: .8em;
        display: inline-block
    }

h2.small {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0px;
    color: #333333;
    padding-left: 0px;
}

h2.bold {
    font-weight: bold;
}

h3 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 0px;
}

    h3.medium {
        font-size: 1.1em;
        padding-top: 3px;
    }

    h3.bold {
        font-size: 1.2em;
        font-weight: bold;
    }

    h3.footer {
        font-size: 1.0em;
        font-weight: normal;
        margin: 0px;
        color: #777777;
        padding: 0px;
    }

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.footer {
    color: #777777;
}

div .columns {
    clear: none;
}

p.font {
    font-size: 1.2em;
    line-height: 17px;
}

.blue {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0px;
    color: #333333;
    padding-left: 0px;
    color: 165da3;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*override universal classes*/

.PaddingLeftBottomFix {
    padding-left: 0;
}

#MarginLeftFixFloat {
    float: left;
    margin-left: 0;
}
/*override classes*/


input.Login {
    border: none;
    background-color: White;
    background-image: none;
    background-position: 0 0;
    display: block;
    text-decoration: underline;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: auto;
    padding: 0px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid white;
}

    input.Login:hover {
        background-color: White;
        background-image: none;
        background-position: 0 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        border-bottom: 1px solid #326598;
        color: #326598;
        width: auto;
        height: 25px;
        padding: 0;
        line-height: 25px;
    }


/* -----MLS LOGO Class---- */

span.lettersRed {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 1.em;
    font-style: normal;
    font-weight: bold;
    color: #b92025;
}

span.lettersBlack {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 1.em;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

sup.Reg {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    color: #000000;
}
/***************Header.cfm************************************/

ul.TheMLSLogo {
    float: left;
}

    ul.TheMLSLogo li {
        clear: both;
    }

        ul.TheMLSLogo li.Item {
            height: 50px;
        }

        ul.TheMLSLogo li.TagLine {
            padding-bottom: 0px;
        }

            ul.TheMLSLogo li.TagLine span {
                font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                letter-spacing: 6px;
                display: block;
                padding-left: 6px;
            }

ul.MobileInfo {
    width: 320px;
    float: left;
    display: inline-block;
    clear: none;
    margin-left: 10px;
    padding: 0;
}

    ul.MobileInfo li {
        float: left;
    }

        ul.MobileInfo li.Image {
            background: #b22222 url("../images/MobileImageInfo.png");
            height: 65px;
            width: 77px;
            float: left;
        }

        ul.MobileInfo li.Info {
            width: 70%;
            text-align: left;
            padding-left: 10px;
        }

            ul.MobileInfo li.Info div.MobileTitle {
                font-size: 12px;
                color: #626262;
                margin-top: 10px;
            }

            ul.MobileInfo li.Info div.MobileLink {
                font-size: 11px;
                margin-top: 3px;
            }

ul.TopRightLinks {
    float: right;
    clear: right;
    font-size: 12px;
    line-height: 15px;
    display: block;
}

    ul.TopRightLinks li {
        border-right: 1px solid #c6c6c6;
        margin-right: 5px;
        padding-right: 5px;
        height: 25px;
        line-height: 25px;
    }

        ul.TopRightLinks li a {
            padding: 2px;
            display: block;
        }

        ul.TopRightLinks li form {
            border-top: 1px solid white;
            padding: 0;
            margin: 0;
        }

            ul.TopRightLinks li form input {
                background: none;
                padding: 0;
                margin: 0;
            }

        ul.TopRightLinks li.NoBorderRight {
            border-right: none;
            margin-right: 5px;
            padding-right: 5px;
        }

ul.SocialMedia {
    float: right;
    width: 147px;
    margin-right: 43px;
    display: inline-block;
    clear: right;
}

ul.SocialMedia {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0;
}

    ul.SocialMedia li {
        padding: 0 7px 0 0;
        border-left: 1px solid #c6c6c6;
    }

        ul.SocialMedia li.NoBorderRight {
            border: none;
        }

        ul.SocialMedia li.FBButton {
            width: 75px;
            height: 26px;
            float: left;
            border: none;
        }

        ul.SocialMedia li.TwitterButton {
            padding-left: 4px;
            width: 25px;
        }

        ul.SocialMedia li.TwitterFollow {
            width: 66px;
            overflow: hidden;
            padding-left: 0px;
            border: none;
        }

            ul.SocialMedia li.TwitterFollow div {
                width: 64px;
                overflow: hidden;
                padding-left: 0px;
                border: none;
            }

        ul.SocialMedia li.NoBorderRight img {
            border: none;
        }

        ul.SocialMedia li.TwitterButton img {
            border: none;
        }

        ul.SocialMedia li.YouTube {
            padding-left: 4px;
            width: 25px;
        }

            ul.SocialMedia li.YouTube a {
                width: 120px;
                display: inline-block;
                line-height: 20px;
            }

                ul.SocialMedia li.YouTube a img {
                    border: 0;
                }

                ul.SocialMedia li.YouTube a span {
                    float: left;
                    display: inline-block;
                    clear: none;
                    margin-left: 5px;
                }
/***************Header Styles ************************************/

/*TEMPO ACCESS STYLE FOR INPUT BUTTON*/
input.TempoLogin {
    font-family: Verdana;
    font-weight: normal;
    cursor: pointer;
    color: #165da3;
    border: none;
    line-height: 26px;
    height: 26px;
}

input.TempoLoginHOV {
    text-decoration: underline;
    color: #0018ff;
    border: none;
    line-height: 26px;
    height: 26px;
}



ul.TopNavButtons {
    height: 50px;
    background: #b22222 url("../images/TheMLS-BKG.png");
}

    ul.TopNavButtons li {
        line-height: 20px;
        padding: 0;
        margin: 0px;
        height: 38px;
        font-wieght: bold;
        dispaly: inline-block;
        border: 1px solid Transparent;
    }

        ul.TopNavButtons li a {
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            font-family: Tahoma, Geneva, sans-serif;
            color: gray;
        }

            ul.TopNavButtons li a span {
                border: 1px solid transparent;
                display: inline-block;
                height: 26px;
                margin-top: 0;
                padding: 0px;
            }

            ul.TopNavButtons li a:link {
                font-family: Tahoma, Geneva, sans-serif;
            }

            ul.TopNavButtons li a:visited {
                font-family: Tahoma, Geneva, sans-serif;
                background-color: transparent;
            }

            ul.TopNavButtons li a:hover {
                font-family: Tahoma, Geneva, sans-serif;
                text-decoration: none;
            }

            ul.TopNavButtons li a:active {
                font-family: Tahoma, Geneva, sans-serif;
            }

            /*Button Home*/
            ul.TopNavButtons li a span.Home {
                width: 75px;
                background: url("../images/TopNavON.png") 35px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
            }

                ul.TopNavButtons li a span.Home span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }

            ul.TopNavButtons li a:hover span.Home {
                text-decoration: none;
                background: url("../images/TopNavON.png") 35px 21px no-repeat;
                color: gray;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.Home span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }

            ul.TopNavButtons li a span.HomeOFF {
                width: 75px;
                font-weight: bold;
                text-decoration: none;
            }

            ul.TopNavButtons li a:hover span.HomeOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 35px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.HomeOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }


            /*Button Become*/
            ul.TopNavButtons li a span.Become {
                width: 130px;
                background: url("../images/TopNavON.png") 65px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
            }

                ul.TopNavButtons li a span.Become span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 128px;
                }

            ul.TopNavButtons li a:hover span.Become {
                text-decoration: none;
                background: url("../images/TopNavON.png")65px 21px no-repeat;
                color: gray;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.Become span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 128px;
                }

            ul.TopNavButtons li a span.BecomeOFF {
                width: 130px;
                font-weight: bold;
                text-decoration: none;
            }

            ul.TopNavButtons li a:hover span.BecomeOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 65px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.BecomeOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 128px;
                }


            /*Button Products*/ /*these classess have a bug that need to be adjust with margin-right:0;*/
            ul.TopNavButtons li a span.Products {
                width: 160px;
                background: url("../images/TopNavON.png") 80px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
                margin-right: 0;
            }

                ul.TopNavButtons li a span.Products span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }

            ul.TopNavButtons li a:hover span.Products {
                text-decoration: none;
                background: url("../images/TopNavON.png") 80px 21px no-repeat;
                color: gray;
                font-weight: bold;
                height: 36px;
                margin-right: 0;
            }

                ul.TopNavButtons li a:hover span.Products span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }

            ul.TopNavButtons li a span.ProductsOFF {
                width: 160px;
                font-weight: bold;
            }

            ul.TopNavButtons li a:hover span.ProductsOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 80px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
                margin-right: 0;
            }

                ul.TopNavButtons li a:hover span.ProductsOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }


            /*Button General*/
            ul.TopNavButtons li a span.General {
                width: 160px;
                background: url("../images/TopNavON.png") 75px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
            }

                ul.TopNavButtons li a span.General span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }

            ul.TopNavButtons li a:hover span.General {
                text-decoration: none;
                background: url("../images/TopNavON.png") 75px 21px no-repeat;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.General span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }

            ul.TopNavButtons li a span.GeneralOFF {
                width: 160px;
                font-weight: bold;
                text-decoration: none;
            }

            ul.TopNavButtons li a:hover span.GeneralOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 75px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.GeneralOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 158px;
                }

            /*Button FindHome*/
            ul.TopNavButtons li a span.FindHome {
                width: 95px;
                background: url("../images/TopNavON.png") 47px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
            }

                ul.TopNavButtons li a span.FindHome span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 93px;
                }

            ul.TopNavButtons li a:hover span.FindHome {
                text-decoration: none;
                background: url("../images/TopNavON.png") 47px 21px no-repeat;
                color: gray;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.FindHome span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 93px;
                }

            ul.TopNavButtons li a span.FindHomeOFF {
                width: 95px;
                font-weight: bold;
                text-decoration: none;
            }

            ul.TopNavButtons li a:hover span.FindHomeOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 47px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.FindHomeOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 93px;
                }


            /*Button Help*/
            ul.TopNavButtons li a span.Help {
                width: 75px;
                background: url("../images/TopNavON.png") 36px 21px no-repeat;
                font-weight: bold;
                text-decoration: none;
            }

                ul.TopNavButtons li a span.Help span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }

            ul.TopNavButtons li a:hover span.Help {
                text-decoration: none;
                background: url("../images/TopNavON.png") 36px 21px no-repeat;
                color: gray;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.Help span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }

            ul.TopNavButtons li a span.HelpOFF {
                width: 75px;
                font-weight: bold;
                text-decoration: none;
            }

            ul.TopNavButtons li a:hover span.HelpOFF {
                text-decoration: none;
                background: url("../images/TopNavON.png") 36px 21px no-repeat;
                color: firebrick;
                font-weight: bold;
                height: 36px;
            }

                ul.TopNavButtons li a:hover span.HelpOFF span {
                    height: 19px;
                    background-color: white;
                    display: inline-block;
                    border-bottom: 1px solid white;
                    border-top: 1px solid #9a9a9a;
                    border-right: 1px solid #9a9a9a;
                    border-left: 1px solid #9a9a9a;
                    width: 73px;
                }


/*Title Headers*/
ul.TitleHeaders {
    margin-left: auto;
    margin-right: auto;
    width: 99%;
}

    ul.TitleHeaders li {
        display: block;
        margin-bottom: 15px;
        border-bottom: 3px double #c6c6c6;
        width: 100%
    }

    ul.TitleHeaders h1 {
        display: block;
        padding: 10px 20px 20px 20px;
        margin: 0px;
    }

        ul.TitleHeaders h1 span {
            display: block;
        }

    ul.TitleHeaders p.CityLinks {
        margin-left: 30px;
    }

    ul.TitleHeaders p.AreaLinks {
        display: inline-block;
        float: left;
        margin-left: 17px;
        padding: 5px;
    }





/***************Body Styles ************************************/

.MainContent {
    padding: 0 10px 10px 10px;
}

/*News.htm*/
div.NewsBlock {
    padding: 0px;
    width: 100%;
    border: 1px solid #d8d8d8;
}

    div.NewsBlock div h2.medium {
        width: 300px;
        float: left;
        padding-left: 10px;
        padding-top: 8px;
    }

    div.NewsBlock div a {
        float: right;
        margin-top: 3px;
        margin-right: 10px;
    }

    div.NewsBlock div span {
        clear: both;
        font-size: 1.1em;
    }

    div.NewsBlock p {
        margin: 2px 0;
        font-size: 1.0em;
        clear: both;
    }

    div.NewsBlock .borderTopFix {
        border-top: 1px solid #dadada;
    }

    div.NewsBlock div.RSSfeed {
        float: right;
        width: 300px;
        display: inline-block;
        clear: none;
        font-size: 1.1em;
        line-height: 25px;
        height: 25px;
        border-top: none;
        margin-right: 5px;
    }

div.StandardMessage {
    background: url("../images/StandardGreeting.png") no-repeat;
    float: left;
    margin: 0;
    width: 375px;
    height: 85px;
    border-top: none;
}

div.StandardGraphic {
    background: url("../images/StandardGraphic.png") no-repeat;
    width: 175px;
    height: 85px;
    margin: 0;
    float: left;
    clear: none;
}

div.NewsBlock .NewsBar {
    background-color: #c5c5c5;
    margin: 0 0px 0 0px;
    width: 100%;
    height: 5px;
    display: inline-block;
}
/*Article.cfm*/
.RealEstateNews {
}

ul.NewsPager {
    margin-bottom: 12px;
    float: left;
}

    ul.NewsPager li {
        float: left;
        width: 20px;
        height: 20px;
        border: 1px solid #165da3;
        line-height: 20px;
        margin: 0 3px;
    }

        ul.NewsPager li:hover {
            background-color: #e7f0f9;
            cursor: pointer;
        }

ul.SearchNews {
    float: right;
    padding: 0;
    margin: 0;
    clear: none;
    text-align: right;
}

    ul.SearchNews li {
        line-height: 20px;
        font-size: 1.1em;
        width: 350px;
    }

        ul.SearchNews li input.TxtBox {
            font-style: italic;
            color: gray;
            font-size: .9em;
            width: 200px;
        }

.TopStories {
    padding: 8px;
    margin: 7px 0;
    width: 30%;
    float: right;
    display: inline-block;
    clear: none;
    border: 1px solid red;
}

    .TopStories dl {
        margin: 0px;
        width: 80%
    }

        .TopStories dl dt {
            margin: 0px 7px;
            padding: 0px;
            clear: left;
            color: #6d6d6d;
            margin-left: 0;
        }

        .TopStories dl dd {
            margin: 0px 7px;
            padding: 0px;
            clear: left;
            color: #6d6d6d;
            margin-left: 0;
        }

        .TopStories dl dt span.Title a:visited {
            color: #4378ac
        }
/*Article.cfm*/
.RealEstateNews .MainStory {
    float: left;
    width: 67%;
    margin: 5px 0;
    text-align: left;
}

    .RealEstateNews .MainStory h2 {
        font-weight: bold;
        text-align: left;
    }

    .RealEstateNews .MainStory span {
        font-weight: normal;
        color: gray;
        clear: both;
        float: left;
        padding: 5px 0;
    }

.RealEstateNews p {
    color: #333333;
    font-size: 1.3em;
}

    .RealEstateNews p img {
        float: right;
        border: 1px solid gray;
        margin: 8px 3px 3px 3px;
    }

/*Story.cfm*/
.Story {
    float: right;
    width: 30%;
    margin: 5px 0;
    text-align: left;
    clear: none;
    border-left: 1px solid #c6c6c6;
    margin-top: 10px;
    padding-left: 10px;
}

    .Story h2.medium {
        font-weight: bold;
    }

    .Story h3 {
        font-size: 1.4em;
    }

    .Story span {
        font-weight: normal;
        color: gray;
        clear: both;
        float: left;
        padding: 0 0 5px 0;
    }

    .Story p {
        color: #333333;
        font-size: 1.1em;
    }

        .Story p.Extract {
            font-weight: normal;
            line-height: 16px;
            color: #444444
        }

        .Story p img {
            float: right;
            border: 1px solid gray;
            margin: 8px 3px 3px 3px;
            width: 122px;
            height: 82px;
        }

.CityInformation {
    float: left;
    margin-top: 10px;
}

    .CityInformation h3 {
        font-size: 1.1em;
        color: gray;
        float: left;
        clear: both;
        padding: 0;
        margin-top: -5px;
        margin-bottom: 5px;
        margin-left: 2px;
        text-align: left;
    }

    .CityInformation h2 {
        text-align: left;
        font-size: 1.25em;
        margin-bottom: 10px;
        border-bottom: 1px solid #c6c6c6;
        line-height: 25px;
    }

        .CityInformation h2 span {
            float: right;
            display: inline-block;
            font-weight: normal;
            font-size: .9em;
        }

    .CityInformation br {
        margin: 0 0 0px 0;
    }

    .CityInformation iframe {
        border: 1px solid #c6c6c6;
        float: left;
        MARGIN-RIGHT: 5PX;
        margin-top: 2px;
    }

    .CityInformation ul {
        font-size: 1.2em;
    }

        .CityInformation ul li {
            float: none;
            line-height: 17px;
            text-align: left;
        }

    .CityInformation dl {
        float: left;
        border: 1px solid #e5e2cf;
        padding: 10px;
        width: 300px;
        background-color: #FCF9EE;
    }

        .CityInformation dl dt {
            float: none;
            padding: 0 0 5px 0;
        }

        .CityInformation dl dd {
            float: none;
            margin-left: 5px;
        }

        .CityInformation dl.ResourceLinks {
            float: left;
            border: 1px solid #e5e2cf;
            padding: 10px;
            width: 25%;
            background-color: #FCF9EE;
            margin-left: 10px;
        }

            .CityInformation dl.ResourceLinks dt {
                float: none;
                padding: 0 0 5px 0;
                font-size: 1.0em
            }

            .CityInformation dl.ResourceLinks dd {
                float: none;
                margin: 2px 0 2px 0;
            }

                .CityInformation dl.ResourceLinks dd span {
                    font-size: .8em;
                    clear: both;
                    display: inline-block;
                    line-height: 12px;
                    margin-left: 3px;
                    color: #888888;
                }

    .CityInformation p.ExchangeLink {
        border: 1px dashed #999999;
        background-color: whitesmoke;
        padding: 40px;
    }

    .CityInformation table.AdditionalInfo {
        float: left;
        border: 1px solid #c6c6c6;
        padding: 10px;
        background-color: #e4e4e4;
        margin-top: 10px;
        font-size: 1.0em;
    }

        .CityInformation table.AdditionalInfo tr {
        }

            .CityInformation table.AdditionalInfo tr td {
                border-top: 1px solid whitesmoke;
                border-bottom: 1px solid #d8d8d8;
                padding: 3px;
                margin: 0;
            }


/*area Classes Same as City different Name*/
.AreaInformation {
    float: left;
    width: 67%;
    margin-top: 10px;
}

    .AreaInformation h3 {
        font-size: 1.1em;
        color: gray;
        float: left;
        clear: both;
        padding: 0;
        margin-top: -5px;
        margin-bottom: 5px;
        margin-left: 2px;
        text-align: left;
    }

    .AreaInformation h2 {
        text-align: left;
        font-size: 1.25em;
        margin-bottom: 10px;
        border-bottom: 1px solid #c6c6c6;
        line-height: 25px;
    }

        .AreaInformation h2 span {
            float: right;
            display: inline-block;
            font-weight: normal;
            font-size: .9em;
        }

    .AreaInformation br {
        margin: 0 0 0px 0;
    }

    .AreaInformation iframe {
        border: 1px solid #c6c6c6;
        float: left;
        MARGIN-RIGHT: 5PX;
        margin-top: 2px;
    }

    .AreaInformation ul {
        font-size: 1.2em;
    }

        .AreaInformation ul li {
            float: none;
            line-height: 17px;
            text-align: left;
        }

    .AreaInformation dl {
        float: left;
        border: 1px solid #e5e2cf;
        padding: 10px;
        width: 300px;
        background-color: #FCF9EE;
    }

        .AreaInformation dl dt {
            float: none;
            padding: 0 0 5px 0;
        }

        .AreaInformation dl dd {
            float: none;
            margin-left: 5px;
        }

        .AreaInformation dl.ResourceLinks {
            float: left;
            border: 1px solid #e5e2cf;
            padding: 10px;
            width: 25%;
            background-color: #FCF9EE;
            margin-left: 10px;
        }

            .AreaInformation dl.ResourceLinks dt {
                float: none;
                padding: 0 0 5px 0;
                font-size: 1.0em
            }

            .AreaInformation dl.ResourceLinks dd {
                float: none;
                margin: 2px 0 2px 0;
            }

                .AreaInformation dl.ResourceLinks dd span {
                    font-size: .8em;
                    clear: both;
                    display: inline-block;
                    line-height: 12px;
                    margin-left: 3px;
                    color: #888888;
                }

    .AreaInformation p.ExchangeLink {
        border: 1px dashed #999999;
        background-color: whitesmoke;
        padding: 40px;
    }

    .AreaInformation table.AdditionalInfo {
        float: left;
        border: 1px solid #c6c6c6;
        padding: 10px;
        background-color: #e4e4e4;
        margin-top: 10px;
        font-size: 1.0em;
    }

        .AreaInformation table.AdditionalInfo tr {
        }

            .AreaInformation table.AdditionalInfo tr td {
                border-top: 1px solid whitesmoke;
                border-bottom: 1px solid #d8d8d8;
                padding: 3px;
                margin: 0;
            }



/*Links found on city pages*/
a.BTNfindHome:link, a.BTNfindHome:visited {
    display: inline-block;
    float: left;
    text-decoration: none;
    line-height: 25px;
    background: url("../images/BTNSmemberpublic.png") 0 -50px no-repeat;
    padding: 0 0 0 25px;
}

a.BTNfindHome:hover, a.BTNfindHome:active {
    background-position: 0px -75px;
}

a.BTNfindOpen:link, a.BTNfindOpen:visited {
    display: inline-block;
    float: left;
    text-decoration: none;
    line-height: 25px;
    background: url("../Images/BTNSmemberpublic.png") no-repeat scroll 0 -100px transparent;
    padding: 0 0 0 30px;
    margin-right: 5px;
}

a.BTNfindOpen:hover, a.BTNfindOpen:active {
    background-position: 0px -125px;
}

a.BTNWebinars:link, a.BTNWebinars:visited {
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    font-size: 1.1em;
    clear: none;
    display: inline-block;
    background: url("../images/BTNSmemberpublic.png") 0px 0px no-repeat;
    padding: 0 0 0 26px;
    height: 25px;
}

a.BTNWebinars:hover, a.BTNWebinars:active {
    background-position: -0px -25px;
    text-decoration: underline;
    height: 25px;
}

a.BTNRssFeed:link, a.BTNRssFeed:visited {
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    font-size: 1.1em;
    clear: none;
    display: inline-block;
    background: url("../images/BTNSmemberpublic.png") 0px -150px no-repeat;
    padding: 0 0 0 23px;
    height: 25px;
    float: right
}

a.BTNRssFeed:hover, a.BTNRssFeed:active {
    background-position: 0px -175px;
    text-decoration: underline;
    height: 25px;
}
/*
a.BTNRssFeed:link, a.BTNRssFeed:visited  {   display:inline-block; text-decoration:none; line-height:25px; font-size:1.1em; clear:none; display:inline-block;
    background:url("../images/BTNSmemberpublic.png") 0px -150px no-repeat;   padding:0 0 0 23px; height:25px; float:right  }
a.BTNRssFeed:hover, a.BTNRssFeed:active  {  background-position: 0px -175px; text-decoration:underline; height:25px;}
*/

/*Welcome.cfm*/
.Welcome {
}

    .Welcome li.LeftPanel {
        float: left;
        width: 65%;
    }

    .Welcome li.RightPanel {
        float: right;
        display: inline-block;
        width: 30%;
        text-align: left;
    }

.InnerLFTPanel {
    width: 100%;
    clear: none;
    float: left;
    display: inline-block;
}

    .InnerLFTPanel li.Login {
        border: 1px solid #d8d8d8;
        width: 100%;
        background-color: #e4e4e4;
    }

        .InnerLFTPanel li.Login form {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }

    .InnerLFTPanel li.BreakingNews {
        margin-top: 10px;
        text-align: left;
        width: 100%;
    }


.HeadingBar {
    padding: 5px;
    border-bottom: 1px solid #C6C6C6;
}

    .HeadingBar ul { /*background: url(../images/TheMLS-BKG.png)0px -77px  repeat-x; */
        display: inline-block;
        float: left;
    }

        .HeadingBar ul li {
            float: left;
            Font-size: 1.0em;
            clear: none;
            padding: 0px;
            text-align: left;
            border: none;
            color: black;
        }

            .HeadingBar ul li a:link {
                border: none;
            }

            .HeadingBar ul li a:hover {
                border: none;
                text-decoration: underline;
            }

            .HeadingBar ul li.Title {
                Font-size: 1.4em;
                float: left;
                padding: 5px 5px 5px 10px;
                width: 58%;
                line-height: 12px;
            }

span.Errors {
    Font-size: 1.3em;
    color: #CD0A0A;
    background: #FEF1EC;
    border-top: 1px solid #CD0A0A;
    border-bottom: 1px solid #CD0A0A;
    z-index: 9999;
    clear: none;
    display: block;
    padding: 5px 5px 5px 22px;
    position: relative;
    top: 53px;
    right: 530px;
    width: 923px;
}

.HeadingBar ul li.ForgotPass {
    Font-size: 1.1em;
    padding: 5px;
    width: 25%;
    float: left;
}

.HeadingBar ul li.NeedHelp {
    Font-size: 1.1em;
    padding: 5px;
    width: 7%;
    float: right;
}

.LoginWindow {
    background: url("../Images/LoginGraphic.png") no-repeat;
    background-position: right;
}

    .LoginWindow ul.LoginForm {
        width: 31.5%;
        display: block;
        float: left;
        clear: none;
        height: 112px;
        padding: 5px;
    }

        .LoginWindow ul.LoginForm li {
            float: left;
            margin: 4px 0;
            clear: left;
            display: block;
            width: 221px;
        }

            .LoginWindow ul.LoginForm li.Bottom {
                border-bottom: 1px solid #d8d8d8;
                padding-bottom: 3px;
                margin: 2px 0;
            }

            .LoginWindow ul.LoginForm li span {
                display: block;
                width: 75px;
                clear: none;
                float: left;
            }

        .LoginWindow ul.LoginForm label {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 0 0 0 -10px;
            padding: 0;
            text-align: right;
            width: 75px;
        }
/*.LoginWindow ul.LoginGraphic  {width:368px; float:right; clear:none; height:122px; border-left:1px solid white; border-right:1px solid white;  border-bottom:1px solid white }*/

/*right-banner.htm*/
div.Training {
    padding: 8px;
    margin: 7px 0;
    width: 90%;
    float: right;
    clear: both;
}

    div.Training p {
        font-style: italic;
        color: #6d6d6d;
        text-align: center;
        font-size: 1.0em;
        margin: 0px;
        padding-top: 8px;
    }

    div.Training ul {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 8px;
    }

        div.Training ul li {
            margin: 0 2px 0 -2px;
            padding: 2px 6px 0 9px;
            float: left;
            width: 40%;
            text-align: center;
        }

    div.Training dl {
        margin: 0px;
        color: #6d6d6d;
    }

        div.Training dl dt {
            float: left;
            margin: 0 2px 0 -6px;
            padding: 2px 6px 0 9px;
            clear: left;
            color: #d6d6d6d;
        }

        div.Training dl dd {
            float: left;
            margin: 0 2px 0 -6px;
            padding: 2px 6px 0 9px;
            clear: left;
            color: #d6d6d6d;
        }

div.Magazine {
    background-color: #fcf9ee;
    border: 1px solid #dfdbce;
    padding: 8px;
    width: 90%;
    float: right;
    clear: both;
    margin: 0px 0 7px 0;
    font-size: 1.0em;
}

    div.Magazine p {
        font-style: italic;
        color: #6d6d6d;
        text-align: center;
        font-size: 1.0em;
        margin: 0px;
        padding-top: 8px;
    }

    div.Magazine ul {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

        div.Magazine ul li {
            float: left;
            margin: 0 2px 0 -2px;
            padding: 2px 6px 0 9px;
            text-align: center;
            width: 40%;
        }

    div.Magazine div.FlipbookBRD {
        border: 1px solid #dfdbce;
        width: 215px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
        margin-bottom: 5px;
        background-color: #f1f2f4
    }

    div.Magazine hr {
        clear: both;
    }

    div.Magazine .title {
        float: left;
        margin-right: 25px;
    }

.GuestSearchImage {
    width: 106px;
    height: 20px;
    display: block;
    background: url('../images/guestsearch.png');
    float: left;
}

div.FindHomes {
    border: 1px solid #dfdfdf;
    background: white;
    padding: none;
    height: 175px
}


.GuestSearch {
    background: #ffffff url('../images/guest_search.png') no-repeat;
    height: 175px;
    background-position: bottom right;
    border: 0px;
    width: 94%;
    float: right;
    clear: both;
    margin: 0px 0 7px 0;
}

    .GuestSearch div.SearchBTN {
        margin-top: 70px;
    }

    .GuestSearch h2.Tagline {
        font-size: 1.3em;
        letter-spacing: -0.01em;
        margin-top: -5px;
    }

    .GuestSearch h2 font {
        font-weight: bold;
    }


div.BoardNews {
    padding: 8px;
    margin: 7px 0;
    width: 90%;
    float: right;
    clear: both;
}

    div.BoardNews div {
        border-bottom: 1px dotted #D9D9D9;
    }
/* These styles are no longer used
div.BoardNews h3 {margin-top:5px;}
div.BoardNews dl {margin:0px 0 15px 0 ; color:gray; border:1px solid red;}
div.BoardNews dl dd{  margin: 5px 7px; padding: 0px; clear:left; }     

div.BoardNews h3 a span {font-size:.8em; display:block; width:100%; color:gray;} */

/*Become A Member*/
.Main {
    width: 32%;
    padding: 0px;
    text-align: left;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    clear: none;
    overflow: hidden;
    text-align: center;
}

    .Main .box {
        text-align: left;
        height: 290px;
        text-align: left;
        font-size: 1.1em;
        line-height: 17px;
        width: 300px
    }

        .Main .box span.Steps {
            color: white;
            background-color: #020202;
            border: 1px solid darkeblue;
            width: 20px;
            height: 17px;
            display: inline-block;
            text-align: center;
        }

    .Main .bottombox {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 1.1em;
        line-height: 17px;
    }

    .Main .InnerOrange {
        background-color: #D68300;
        padding: 0px;
        margin-bottom: 5px;
        width: 98%;
    }

    .Main .InnerGreen {
        background-color: #6E7C0A;
        padding: 0px;
        margin-bottom: 5px;
        width: 98%;
    }

    .Main .InnerBlue {
        background-color: #55738D;
        padding: 0px;
        margin-bottom: 5px;
        width: 98%;
    }

    .Main .InnerRed {
        background-color: #f4151c;
        padding: 0px;
        margin-bottom: 5px;
        width: 98%;
    }

    .Main .imgRight {
        float: right;
        margin-right: 3px;
        padding: 8px;
    }

    .Main .border {
        background-color: #dde8f7;
        padding: 4px;
        border: 1px solid #c7daed;
        margin-bottom: 5px;
        text-align: left;
        font-weight: bold;
        font-size: 1.2em;
    }

    .Main span {
        margin: 0px;
        padding: 0px;
        font-size: 1.1em;
    }

    .Main dl {
        margin: 0px;
    }

        .Main dl dt {
            margin: 0px;
            padding: 0px;
            font-size: 1.1em;
        }

        .Main dl dd {
            margin: 3px 23px;
            padding: 0px;
            font-size: 1.1em;
        }

    .Main .background-image dd {
        margin: 11px 8px -6px;
        padding: 0 0 0 15px;
        background: url("../Images/arrow_bullet.gif") no-repeat 0 .3em;
    }

    .Main p {
        font-size: 1.1em;
        width: 95%;
    }

    .Main .margin {
        margin-top: 5px;
    }

/*Products*/

.Products {
    margin: 0 25px 0 0;
    border: 1px solid #C2BDBD;
    background-color: #F5F6F7;
    padding: 10px;
}

    .Products dl {
        float: left;
        margin: 10px;
        text-align: left;
        width: 30%;
        padding-bottom: 15px;
    }

        .Products dl dt {
            margin: 0;
            padding: 1px 2px;
            font-size: 1.5em;
            color: #333333;
            font-weight: bold;
        }

        .Products dl dd {
            margin: 0;
            padding: 5px;
            font-size: 1.2em;
        }

    .Products .border {
        border-right: 1px solid #C2BDBD;
    }

    .Products .background-image dd {
        margin: 11px 8px -6px;
        padding: 0 0 0 15px;
        background: url("../Images/arrow_bullet.gif") no-repeat 0 .3em;
    }


/*Additional Webinars*/

.Webinars {
    margin-right: 15px;
    padding-top: 8px;
}

    .Webinars ul {
        clear: none;
        font-size: 12px;
        line-height: 15px;
        padding-top: 0px;
        margin-bottom: 7px;
        float: right;
    }

        .Webinars ul li {
            margin-right: 5px;
            padding-right: 5px;
            border-right: 1px solid gray;
        }


.ProductsColumns {
    clear: none;
    margin-top: 20px;
    text-align: left;
    font-size: 1.2em;
    line-height: 17px;
    width: 97%;
}

    .ProductsColumns .left {
        width: 60%;
        padding: 0px;
        text-align: left;
        float: left;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 5px;
        display: inline-block;
        clear: none;
    }

    .ProductsColumns .imgRight {
        float: right;
        padding: 5px;
    }

    .ProductsColumns span {
        text-align: left;
        font-size: .99em;
        font-style: italic;
    }

    .ProductsColumns .right {
        width: 33%;
        float: right;
        padding: 5px;
        text-align: left;
        margin-left: 3px;
        margin-right: 3px;
        clear: none;
        background-color: #E7E7E7;
        border: 1px solid #C2BDBD;
    }

    .ProductsColumns dl {
        margin: 0 0 10px;
        text-align: left;
    }

        .ProductsColumns dl dt {
            margin: 0;
            padding: 1px 2px;
            font-size: 1.5em;
            color: #333333;
            font-weight: bold;
        }

        .ProductsColumns dl dd {
            margin: 0;
            padding: 5px;
        }

    .ProductsColumns .background-image dd {
        margin: 11px 8px -6px;
        padding: 0 0 0 15px;
        background: url("../Images/pr_li-item-gray.gif") no-repeat 0 .3em;
    }

    .ProductsColumns p {
        margin: 0px;
        padding: 0px;
    }

    .ProductsColumns .center {
        text-align: center;
    }


/*General*/

.GeneralInfo {
    width: 24%;
    padding: 0px;
    text-align: left;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    clear: none;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
    line-height: 17px;
}

    .GeneralInfo .box {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        height: 130px;
        text-align: left;
        border-right: 1px solid #DADADA;
    }

    .GeneralInfo .bottombox {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        line-height: 17px;
        border-right: 1px solid #DADADA;
        height: 393px;
        margin-bottom: 15px;
    }

    .GeneralInfo .imgRight {
        float: right;
        margin: 0px;
        padding: 1px;
        padding-right: 8px;
    }

    .GeneralInfo p {
        margin-top: 2px;
        padding-right: 9px;
    }

    .GeneralInfo .bold {
        font-weight: bold;
    }

    .GeneralInfo .LineHeight {
        line-height: 21px;
        padding-right: 9px;
    }

    .GeneralInfo .noborder {
        border: 0px;
    }


/*General and Help Board members*/

.ColumnBottom {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #efeeea;
    border: 1px solid #aca9a8;
    margin-left: -1px;
}

    .ColumnBottom .column {
        padding-left: 8px;
        font-size: 1.2em;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 32%;
        float: left;
        clear: none;
        line-height: 17px;
        padding-left: 8px;
        margin-top: 16px;
    }

    .ColumnBottom .alignleft {
        text-align: left;
        font-weight: bold;
    }


/*Help Page*/

.Help {
    text-align: center;
    padding-top: 10px;
    width: 100%;
    background-color: white;
}

    .Help .boxLeft {
        padding-left: 8px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 45%;
        float: left;
        clear: none;
        font-size: 1.2em;
        line-height: 17px;
    }

    .Help .boxRight {
        padding-left: 8px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 50%;
        float: left;
        clear: none;
        font-size: 1.2em;
        line-height: 17px;
    }

    .Help .imgLeft {
        float: left;
        margin: 0px;
        padding: 1px;
    }

    .Help .alignleft {
        text-align: left;
        font-weight: bold;
    }

    .Help .column {
        font-size: 1.2em;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 32%;
        float: left;
        clear: none;
        line-height: 18px;
    }

    .Help .ImgCenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }



/*Compliance Page*/

.Compliance {
    text-align: left;
    font-size: 1.2em;
    line-height: 17px;
}


/*Boards Page*/

div.BoardsPage {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    background-color: white;
    border-top: 1px solid #CECCC5;
}

    div.BoardsPage div {
        margin: 0 0 0 10px;
        padding: 5px 5px 2 5px;
        text-align: left;
        width: 95%;
    }

        div.BoardsPage div span.left {
            float: left;
            line-height: 30px;
            background-color: none;
        }

        div.BoardsPage div span.right {
            float: right;
            margin-right: 0px;
            text-align: right;
            line-height: 30px;
            background-color: none;
        }

span.shell {
    background-color: blue;
}

div.BoardsPage div h1 {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 0 0 7px 0;
    border-bottom: 4px solid #DEDEDE;
    text-align: left;
    width: 100%;
    line-height: 30px;
}

div.BoardsPage div h3 {
    font-size: 12px;
    color: black;
    font-weight: normal;
    margin: 0 0 7px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dde8f7;
    line-height: 20px;
}

div.BoardsPage div h5 {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 0 0 7px 0;
    border-bottom: 4px solid #dde8f7;
    text-align: left;
    width: 100%;
    line-height: 30px;
}

div.BoardsPage p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: gray;
}

div.BoardsPage img {
    padding: 0;
    margin: 5px 3px 0px 3px;
    border: none;
}

div.BoardsPage ul {
    margin: 0 0 0 0;
    padding: 0;
}

div.BoardsPage li {
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}

ul.alistForms {
    margin: 8px 0 10px 0;
    padding: 0;
    list-style: none;
}

    ul.alistForms li {
        margin: 0 10px 0 8px;
        padding: 0;
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px dotted #d1d1d1;
        line-height: 30px;
    }

    ul.alistForms ol {
        margin: 0 10px 0 8px;
        padding: 0;
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        line-height: 20px;
    }
/**********************************************************************************************
        2 column design : a list 
        Example: Fees & Deadlines
    **********************************************************************************************/
ul.alist {
    margin: 8px 0 10px 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
    width: 100%;
    text-align: left;
}

    ul.alist li {
        margin: 0 12px 0 8px;
        padding: 0;
        line-height: 20px;
        font-size: 11px;
    }

        ul.alist li span.left {
            float: left;
            margin: 0;
            width: 80%;
            clear: left;
            border-bottom: 1px dotted gray;
        }

        ul.alist li span.right {
            float: right;
            margin: 0 10px 0 0;
            border: none;
            text-align: right;
            width: 10%;
            border-bottom: 1px dotted gray;
        }




/*Weekend and Broker Guides*/


.Guide {
}

    .Guide .bold {
        font-weight: bold;
    }

    .Guide .date {
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px;
    }

    .Guide table {
        font-size: 12px;
    }

    .Guide .border {
        background-color: #F1F2F4;
        border: 1px solid #DFDBCE;
        padding: 3px;
    }



/*CSS from the GuestStyles.css */



/**********************************************************************************************
      2 column design (Float left)
      Example: Forms Center, Useful Links, Reciporcal Corner, Recip Pages 
  **********************************************************************************************/
div.FormsPage {
    width: 48%;
    float: left;
    margin: 0 0 0 15px;
    padding: 0px;
    clear: none;
}

    div.FormsPage div {
        margin: 10px 0 0 0px;
        padding: 0px 0px 2 5px;
        text-align: left;
        width: 95%;
    }

        div.FormsPage div span.left {
            float: left;
            line-height: 30px;
            background-color: none;
        }

        div.FormsPage div span.right {
            float: right;
            margin-right: 0px;
            text-align: right;
            line-height: 30px;
            background-color: none;
        }

span.shell {
    background-color: blue;
}

div.FormsPage div h1 {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 0 0 7px 0;
    border-bottom: 4px solid #DEDEDE;
    text-align: left;
    width: 100%;
    line-height: 30px;
}

div.FormsPage div h3 {
    font-size: 12px;
    color: black;
    font-weight: normal;
    margin: 0 0 7px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dde8f7;
    line-height: 20px;
}

div.FormsPage div h5 {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin: 0 0 7px 0;
    border-bottom: 4px solid #dde8f7;
    text-align: left;
    width: 100%;
    line-height: 30px;
}

div.FormsPage p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: gray;
}

div.FormsPage img {
    padding: 0;
    margin: 5px 3px 0px 3px;
    border: none;
}

div.FormsPage ul {
    margin: 0 0 0 0;
    padding: 0;
}

div.FormsPage li {
    margin: 0 0 0 8px;
    padding: 0;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}

ul.alistForms {
    margin: 8px 0 10px 0;
    padding: 0;
    list-style: none;
}

    ul.alistForms li {
        margin: 0 10px 0 8px;
        padding: 0;
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px dotted #d1d1d1;
        line-height: 30px;
        width: 97%;
    }
/**********************************************************************************************
      2 column design : a list 
      Example: Fees & Deadlines
  **********************************************************************************************/
ul.alist {
    margin: 8px 0 10px 0;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
    width: 100%;
    text-align: left;
}

    ul.alist li {
        margin: 0 12px 0 8px;
        padding: 0;
        line-height: 20px;
        font-size: 11px;
    }

        ul.alist li span.left {
            float: left;
            margin: 0;
            width: 80%;
            clear: left;
            border-bottom: 1px dotted gray;
        }

        ul.alist li span.right {
            float: right;
            margin: 0 10px 0 0;
            border: none;
            text-align: right;
            width: 10%;
            border-bottom: 1px dotted gray;
        }

/*this is for the sub sections*/

span.LineContainerSubList {
    margin: 0px;
}

    span.LineContainerSubList ul {
        margin: -10px 0 0;
        padding: 0px;
        list-style: disc;
    }

    span.LineContainerSubList li {
        margin: 0px 0px 0px 15px;
        padding: 0px;
        list-style: disc;
        list-style: inside;
        clear: both;
        width: 97%;
        line-height: 17px;
    }

    span.LineContainerSubList img {
        margin: 5px 0px 5px 10px;
        vertical-align: middle;
        border: none;
    }

    span.LineContainerSubList p {
        margin: 0px 5px;
    }

/* THIS IS THE STYLES FOR THE RECIPROCAL CORNER AND FORMS PAGE */


div.bodySection {
    padding: 10px 0px 0 0px;
    width: 45%;
    float: left;
    text-align: left;
    clear: none;
    margin: 10px;
    font-size: 1.2em;
}

    div.bodySection h2 {
        width: 99%;
        font-size: 15px;
        text-indent: 2px;
        margin: 1px 1px 3px 1px;
        height: 21px;
        color: #333333;
        background-color: #DDE8F7;
        padding: 4px;
        border: 1px solid #C7DAED;
    }
/*end main sections*/


/***************Footer Styles ************************************/
.CopywriteTXT {
    font-size: 1.1em;
}




/**********************************************************************************************
Headers and Paragraphs
Example: designcolors/jquery-ui-1.8.11.custom/index.html
***********************************************************************************************/

span#NewItem {
    color: firebrick;
    clear: both;
    float: none;
}

.ClearDIV {
    clear: both
}

.WidthFull {
    width: 100%;
}

#WidthColors {
    width: 50px;
    font-size: 11px;
}

.FloatLeft {
    float: left;
}

ul.ItemContainer {
    display: inline-block;
}

    ul.ItemContainer li {
        border: 1px solid #d5d5d5;
        float: left;
        margin: 0 5px;
        padding: 5px;
    }

ul.MenuDesign {
    border: 1px solid #dddedf;
    width: auto;
    padding: 10px;
    margin: 5px 5px;
    background-color: whitesmoke;
}

    ul.MenuDesign ul {
        margin-left: 10px;
        font-size: 10px;
    }

        ul.MenuDesign ul li {
        }

    ul.MenuDesign li {
        display: block;
        clear: left;
        margin-bottom: 5px;
        border: none;
        padding: 0;
    }

        ul.MenuDesign li.Specs {
            padding-left: 10px;
            font-size: 11px;
        }

        ul.MenuDesign li span {
            float: left;
            margin: 3px 0;
        }

            ul.MenuDesign li span.SubText {
                float: left;
                margin: 3px 0;
                font-size: 11px;
                padding-left: 5px;
            }

            ul.MenuDesign li span.Color {
                height: 15px;
                width: 15px;
                border: 1px dashed black;
            }

            ul.MenuDesign li span.Description {
                height: 32px;
                line-height: 16px;
                padding-left: 20px;
                font-size: 11px;
            }

            ul.MenuDesign li span.Title {
                float: none;
                font-size: 20px;
            }

.Navigation {
    padding: 20px 20px 20px 0px;
}

.ButtonStyle {
    border-left: 1px solid blue;
    padding: 0 5px;
    color: whitesmoke;
    background-color: White;
}

ul.ColorScheme {
    float: left;
    border: 1px solid gray;
    display: inline-block;
    width: 175px;
    padding: 10px;
    margin: 5px 5px;
    background-color: whitesmoke;
}

    ul.ColorScheme li {
        display: block;
        clear: left;
    }

        ul.ColorScheme li span {
            float: left;
            margin: 3px 0;
        }

            ul.ColorScheme li span.Color {
                height: 32px;
                width: 32px;
                border: 1px dashed black;
            }

            ul.ColorScheme li span.Description {
                height: 32px;
                line-height: 16px;
                padding-left: 20px;
            }

            ul.ColorScheme li span.Title {
                float: none;
            }


/**********************************************************************************************
This Section contains the styles the color pallatte color squares
Example: Home Page Page 
***********************************************************************************************/

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, sans-serif;
    font-size: 1.1em;
    border: 1px solid #d9d9d9;
    background-color: #e7e7e7;
    text-align: left;
    padding: 5px;
    margin: 5px 0;
}

    .ui-widget dl {
        margin: 0;
        padding: 0;
    }

    .ui-widget dl {
        margin: 0;
        padding: 0;
    }


        .ui-widget dl dt {
            margin: 0;
            padding: 0;
        }

            .ui-widget dl dt.title {
                font-size: 1.2em;
                text-align: left;
                color: #777777;
                margin-left: -7px;
            }

        .ui-widget dl dd {
            margin: 0;
            padding: 1px 2px;
        }

        .ui-widget dl.SearchCities {
            width: 30%;
            float: left;
            text-align: left;
            border-right: 1px solid #c2bdbd;
            margin: 10px;
            font-size: .99em;
        }

        .ui-widget dl.SearchAreas {
            width: 20.5%;
            float: left;
            text-align: left;
            border-right: 1px solid #c2bdbd;
            margin: 10px;
            font-size: .99em;
        }

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url("images/TabsBKGS.png") 50% top repeat-x;
    color: #333333;
}

    .ui-widget-content a {
    }

.ui-widget-header {
    border: 1px solid #949793;
    background: url("images/TabsBKGS.png") 0 -182px repeat-x;
    color: #454545;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

/* containers for Widget Classes 
----------------------------------*/

.FeaturedHomesSalesSearch {
    margin-top: 0;
    background-color: #f4f4f4;
    border-top: none;
}

.OpenHousesSearch {
    background: #e7e7e7 url("../images/TheMLS-BKG.png") 0 -193px repeat-x;
    margin-top: 0;
    padding-top: 15px;
    display: inline-block
}

.CityGuide {
    background: #FCF9EE url("../images/TheMLS-BKG.png") 0 -193px repeat-x;
    margin-top: 0;
    padding-top: 15px;
    display: inline-block
}

.AreaGuide {
    background: #FCF9EE url("../images/TheMLS-BKG.png") 0 -193px repeat-x;
    margin-top: 0;
    padding-top: 15px;
    display: inline-block
}

/*  
Ad Style
--------------------*/
.TrimLine {
    background: url("../images/BottomTrimLine.png") repeat-x;
    height: 11px;
}

#dvAd2Background, #dvAd1Background {
    background-color: white;
    padding: 20px 0;
}

    #dvAd2Background, #dvAd1Background a img {
        margin-top: 15px;
        border: 1px solid #d8d8d8
    }

.inputLogin {
    border: 1px solid #9b9686;
    background-color: white;
    height: 18px;
    margin-top: 1px;
}


input.NormalBTN {
    height: 25px;
    padding: 0 6px;
    line-height: 25px;
    font-size: 11px;
    font-family: 'ProximaNova-Regular',sans-serif;
    font-weight: bold;
    border: 1px solid #A6A6A6;
    background: #DCDCDC;
    background: -moz-linear-gradient(top, rgba(220,220,220,1) 13%, rgba(210,210,210,1) 41%, rgba(202,202,202,1) 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#DCDCDC), color-stop(41%,#D2D2D2), color-stop(60%,#CACACA));
    background: -webkit-linear-gradient(top, #DCDCDC 13%,#D2D2D2 41%,#CACACA 60%);
    background: -o-linear-gradient(top, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%);
    background: -ms-linear-gradient(top, rgba(220,220,220,1) 13%,rgba(210,210,210,1) 41%,rgba(202,202,202,1) 60%);
    background: linear-gradient(to bottom, #DCDCDC 13%,#D2D2D2 41%,#CACACA 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#cacaca',GradientType=0 );
    cursor: pointer;
}

    input.NormalBTN:hover {
        background: linear-gradient(to bottom, #4f7da0 13%,#4f7da0 41%,#326598 60%);
        background: -moz-linear-gradient(top, rgba(79,125,160,1) 13%, rgba(59,108,155,1) 41%, rgba(50,101,152,1) 60%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(79,125,160,1)), color-stop(41%,rgba(59,108,155,1)), color-stop(60%,rgba(50,101,152,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(79,125,160,1) 13%,rgba(59,108,155,1) 41%,rgba(50,101,152,1) 60%); /* Chrome10+,Safari5.1+ */
        border: 1px solid #2a4e77;
        color: white;
    }

.MsgErrorHeaderRed {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #b92025;
    text-align: left;
}

.ForgetPassLabel {
    font-weight: normal;
    font-size: 11px;
    padding: 5px 0;
}

.InputLabel {
    color: red;
}

/**********************************************************************************************
Browser Detection 
Example: Login Page IE 9 to see message
***********************************************************************************************/
#browserInfo {
    border: 1px solid red;
    background-color: #fdefef;
    display: block;
    height: 120px;
    width: 99.80%;
}

    #browserInfo input {
        margin-top: -15px;
        #margin-top:15px;
        height: 22px;
        float: right;
        margin-right: 15px
    }

    #browserInfo ul {
        width: 950px;
        padding-top: 5px;
    }

        #browserInfo ul li {
            background: url("../images/BrowserDetectionBKG.png");
            width: 156px;
            height: 34px;
            line-height: 34px;
            margin: 0 39px;
            font-size: 11px;
        }

            #browserInfo ul li a#InternetExplorer {
                width: 140px;
                text-align: center;
                background-image: url("../images/InternetExplorerSMLlogo.png");
                background-repeat: no-repeat;
                height: 22px;
                line-height: 22px;
                float: left;
                margin-top: 4px;
                margin-left: 10px;
                text-indent: 15px;
            }


            #browserInfo ul li a#FireFox {
                width: 140px;
                text-align: center;
                background-image: url("../images/FireFoxSMLlogo.png");
                background-repeat: no-repeat;
                height: 22px;
                line-height: 22px;
                float: left;
                margin-top: 4px;
                margin-left: 10px;
                text-indent: 5px;
            }

            #browserInfo ul li a#Chrome {
                width: 140px;
                text-align: center;
                background-image: url("../images/ChromeSMLlogo.png");
                background-repeat: no-repeat;
                height: 22px;
                line-height: 22px;
                float: left;
                margin-top: 4px;
                margin-left: 10px;
                text-indent: 5px;
            }

            #browserInfo ul li a#Safari {
                width: 140px;
                text-align: center;
                background-image: url("../images/SafariSMLlogo.png");
                background-repeat: no-repeat;
                height: 22px;
                line-height: 22px;
                float: left;
                margin-top: 4px;
                margin-left: 10px;
                text-indent: 5px;
            }

    #browserInfo span#BrowersTitle {
        float: left;
        font-size: 15px;
        margin: 5px;
        font-weight: bold;
    }

#BrowersDescription {
    float: left;
    clear: both;
    margin: 5px;
    width: 85%;
    font-size: 12px;
}
