/*  homepage css  */

/* Header Styles */

#contactInfo {
    font-size     : .7em;
    text-align    : center;
    padding       : 3px 0px 3px 0px;
    border-bottom : 1px dotted #AAA;
}

#contactInfo a {
    color           : #525380;
    text-decoration : none;
}

#colorBar {
    width  : 100%;
    background-color : #087405;
    padding : 5px 0px 5px 0px;
    color   : #FFF;
    font-size : .8em;
}

/* pageBody Styles */

#pageBody {
    padding-top : 10px;
    background-color : #f2f7fa;
}

#welcomeMessage {
    font-size   : .8em;
    width       : 440px;
    margin-left : 5px;
}


#welcomeMessage p{
    margin : 0px 0px 15px 0px;
}

#welcomeMessage p.bottom {
    margin : 0px;
}

#searchBoxContainer {
    float : right;
    width : 285px;
    font-size : .8em;
}

#searchBoxContainer img {
    display : block;
}

#searchBox {
    margin : 0px;
    height : 200px;
    background : url(../../../media/images/search_bg.png) repeat-x;
    border : 2px solid #054a74;
    border-top : 0px;
}

#searchTable {
    width : 100%;
}

#searchButton {
    width : 150px;
}

#showAllLink {
    width      : 100%;
    text-align : right;
}

#showAllLink a {
    font-size  : .8em;
    color      : #525380;
    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;
}

p.announcement {
    color : #D40000;
    font-weight : 700;
    text-align : center;
    font-size : 1.1em;
}
