﻿body {
    background: #FCEEC9 url("images/bg.jpg") no-repeat center top;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
}

td{
    vertical-align: top;
}

a,  a:visited, a:active
{
    color: Black;
}

a:hover
{
    text-decoration: underline;    
}

.maintable
{
    width: 1000px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    margin-left: auto;
    margin-right: auto;
}

.contentcell{
    padding-left: 15px;
    background-color: White;
}

.toprow{
    height: 115px;
}

.leftcolumncell
{
    width: 260px;
    background: #FECD06 url("images/tallgradient.jpg") repeat-x top left;
}
.menu{
    text-align: center;
    vertical-align: top;
    height: 30px;
}

.menu a, .menu a:visited,.menu a:active
{
    text-decoration: none;
    color: Black;
    font-size: 11px;
}
.menu a:hover
{
    text-decoration: underline;    
}

.maintablefooter
{
    background: black;
    color: White;
    text-align: center;
}
.maintablefooter a, .maintablefooter a:visited, .maintablefooter a:active
{
    color: #EFB00B;
    text-decoration: none;
}
.maintablefooter a:hover{    color: #EFB00B; text-decoration: underline;}

.footer
{
    text-align:center;
    padding: 5px;
}

.officeinfo{
    text-align: center;
    height: 190px;
    width: 260px;
    background: url("images/smallgradient.jpg") repeat-x top left;
    padding: 5px;
    font-size: 9px;
}

.houseinhand{
    width: 260px;
    position: relative;
    left: -2px;
    float: left;
    text-align: center;
    font-size: 14px;
}
.homemiddlecolumn
{
    width: 450px;
}
.homerightcolumn{
    width: 290px;
}

.pagetitle{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
}

.subtitle{
    font-size: 14px;
    font-weight: bold;
}

.sectiontitle
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.redbold
{
    color: Red;
    font-weight: bold;
}





/*END DEFAULT PAGE STYLES*/


/* SCROLL SIDE BAR FLOATING DIVS */
.sidebarfloatingdiv{
    position: relative;
    top: 10px;
    text-align: center;
    width: 168px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border: outset 2px black;
}


/* SCROLL QUICK SEARCH ITEMS */
.quicksearchtextbox{
    width: 75px;
    height: 11px;
    font-size: 10px;
    vertical-align: middle;
}
.quicksearchddl{
    width: 75px;
    height: 18px;
    font-size: 10px;
    vertical-align: middle;
}
.quicksearchinnertable{
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.quicksearchareasddl{
    width: 79px;
}
#lstareas{
    font-size: 10px;
    height: 25px;
}

.quicksearchtitle{
    margin-left: auto;
    margin-right: auto;
    height: 28px;
    width: 124px;
    background: url("images/quicksearchtitle.jpg") no-repeat top center;
}    


/* SCROLL OFFICE LIST */
.scrollofficeinfo
{
    font-size: 12px;
}
.scrollofficeinfo A
{
    font-weight: bold;
}
.scrolltitle
{
    font-weight: bold;
    color: #000000;
}

.contactinfo{
    margin-right: 5px;
    float: right;
    width: 220px;
    padding: 3px 3px 3px 3px;
    background-image: url("images/smallgradient.jpg");
    background-repeat: repeat-x;
}


/* LOGIN SECTION ON MASTER PAGE */
.inlineloginpanel, .inlineloggedinpanel
{
    text-align: right;
    background-color: Black;
    font-size: 12px;
    padding: 2px 6px 2px 6px;
    color: #FFFFFF;
}
.inlineloginpanel INPUT
{
    font-size: 10px;
}
.inlineloggedinpanel A, .inlineloggedinpanel A:visited, .inlineloggedinpanel A:active, .inlineloggedinpanel A:hover, .inlineloginpanel A, .inlineloginpanel A:visited, .inlineloginpanel A:active, .inlineloginpanel A:hover
{
    color: #FFFFFF;
}

.testimonialsdiv{
    margin-right: 5px;
 
    width: 220px;
    padding: 3px 3px 3px 3px;
    background-image: url("images/smallgradient.jpg");
    background-repeat: repeat-x;
 
}