/*  homepage css  */

/* Header Styles */

#contactInfo {
    font-size     : .7em;
    text-align    : left;
    display : inline;
}

#colorBar {
    width  : 100%;
    background-color : #087405;
    padding : 5px 0px 5px 0px;
    color   : #FFF;
    font-size : .8em;
}

#colorBar a {
    color : #fff;
    text-decoration : underline;
}


/* pageBody Styles */
#pageBody {
    padding-top : 10px;
    background-color : #f2f7fa;
}

#searchBoxContainer , #searchBoxContainer2 {
    width : 100%;
    font-size : .7em;
}


#searchTable , #searchTable2 {
    width : 100%;
}

#searchButton , #searchButton2 {
    width : 150px;
}

.listingLabelTop {
    margin     : 10px 0px 3px 0px;
    font-size  : .7em;
    width      : 100%;
    text-align : right;
    font-style : italic;
}

.listingLabelBottom {
    margin     : 3px 0px 10px 0px;
    font-size  : .7em;
    width      : 100%;
    text-align : right;
    font-style : italic;
}

table.listingTable {
    width : 100%;
    border : 2px solid #000;
    margin : 0px;
    font-size  : .7em;
    background-color : #FFF;
}

td.heading {
    font-weight : 700;
    text-align  : center;
    background-color : #C9C9C9;
    border-top : 1px solid #999;
    border-bottom : 1px solid #999;
}

.evenRow {
    background-color : #EEE;
}


/* footer styles */

#bottomLinks {
    border-top   : 1px solid #AAA;
    font-size    : .7em;
}

#bottomLinks a {
    text-decoration : none;
    color : #525380;
}

#bottomLinks a:hover {
    border-bottom : 1px dotted #86050C;
}

.radioDiv {
    font-size    : .7em;
    visibility   : hidden;
    color        : #000;
    display      : inline;
    float        : right;
}

