/* GLOBAL/HEAD STYLES */
html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1, h2, h3, h4, h5, h6{ color: #75220C; }
h1, h4, H6{
    text-align: center;
}
h1{
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2{ font-size: 18px; margin: 24px 0px 0px 0px; padding: 0px;}
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 9px; }
h3, h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    margin: 0px auto 0px auto;
    text-align: left;
    width: 984px;
}

#mapContainer{
    position: relative;
    padding-top: 30px;
    background-color: #32558F;
    color: #FFFFFF;
}
#map{ margin: 0px auto 0px auto; color: #000000; text-align: left;  }
#closeWin{
    position: absolute;
    bottom: 15px;
    right: 20px;
}
#closeWin a{ color: #FFFFFF; }
#closeWin a:hover{ color: #CCCCCC; }

#header{
}
#headerLeftImage{
    background: url(/images/mcrgh/header.jpg) no-repeat top left;
}
#headerLeft{
    width: 450px;
    height: 182px;
}
#headerLeft img{
    position: absolute;
    top: 17px;

    width: 420px;
    height: 128px;
    border: 1px solid #FF0000;
}
#headerRight{
    width: 505px;
    color: #FFFFFF;
    padding: 3px 0px 0px 30px;
}
html>body #headerRight{
    padding-top: 15px;
}

#header td{
    vertical-align: top;
}
#header a{
    color: #FFFFFF;
}
#header a:hover{
    color: #DDDDFF;
}

#headerMenu{
    float: right;
}
#hmenu{
    display: inline;
    list-style: none;

    padding: 0px;
    margin: 0px;
}
#hmenu li{
    float: left;
    display: block;
    width: auto;
}
#hmenu li a{
    padding: 0px 5px;

    color: #26437D;
    font-size: .9em;
    text-transform: uppercase;

    border-right: 1px solid #27447C;
}
#hmenu .hmlast a{
    border-right: 0px solid #27447C;
}

#hmenu li a:hover{
    color: #3D609A;
    background: none;
}

#tmenu{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#tmenu li{
    float: left;
    display: block;
    list-style: none;
    width: auto;
}
#tmenu li a{
    display: block;
    width: 110px;
    padding: 5px 3px;
    text-align: center;
    font-size: .9em;
}

#bottomMenu{
    padding: 8px;
    margin-bottom: 8px;

    background-color: #304F88;

    clear: both;
}
#bottomMenu h3{ color: #FFFFFF; }
#bmenu{
    display: inline;
    list-style: none;
}
#bmenu li{
    float: left;
    display: block;
    list-style: none;
    width: auto;
}
#bmenu li a{
    display: block;
    width: 110px;
    padding: 5px 3px;
    text-align: center;
    font-size: .9em;

    color: #FFFFFF;
}
#bmenu li a:hover{ color: #DDDDFF; }

table.show{
    width: 100%;
    text-transform: capitalize;
}

table.show td{
    padding: 2px 4px;
}

td.adminTitle{}

table.show td.cellHeader{
    padding-bottom: 4px;
}

table.show tr.cellHeader{
    background-color: #1E3B75;
    color: #FFFFFF;

}

tr.cellHeader a{
    color: #DDDDFF;
    font-weight: bold;
}
tr.cellHeader a:hover{
    color: #FFFFFF;
}

tr.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
}
tr.cellOdd{
    background-color: #EEEEEE;
    border-bottom: 1px solid #999999;
}
tr.cellError{
    background-color: #8C535F;
    color: #FFFFFF;
}

tr.cellOver{
    background-color: #3E5E9A;
    color: #FFFFFF;
}
tr.cellVisited{
    background-color: #C2D1EF;
    color: #000000;
}

tr.cell, tr.cellOdd, tr.cellError, tr.cellOver, tr.cellVisited{
    cursor: pointer;
}

.cellOver .mapLnk{
    background-color: #FFFFFF;
}
.cellVisited .mapLnk{
    background-color: #FFFFFF;
}

#moreInfo{
    position: absolute;
    top: 163px;
    left: 10px;

    color: #FFFFFF;
    letter-spacing: .03em;
}
#moreInfo strong{
    font-size: 1.1em;
}

.mlsSearch{ width: 420px; margin: 0px 0px 0px auto; }
#mlsSearch td, .mlsSearch td{ padding: 5px 3px; }
.mlsNumberContainer{ padding: 4px 0px; }
