/*  new_tenants_inff 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;
    font-size : .8em;
}

h1 {
    font-size : 1em;
    font-weight : 700;
    text-decoration : underline;
}

/* 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;
}



