
/* the gradient separating the site header images */
.header-gradient {
    background-image: linear-gradient(to right, black, #36c);
}

.header-bar-desc-div {
    color:white;
    /*width:300px;*/
    /*filter:alpha(opacity=50);*/
    /*-moz-opacity:.50;opacity:.50;*/
    /*margin-top:10px;*/
    /*margin-bottom:10px;*/
    margin-left:10px;
    font-family:Verdana, Arial, Helvetica,Georgia;
    font-size: 18px;
    font-weight: bold;
    /*line-height:26px;  */
    text-align: right;
    /*position:absolute; */
    /*top:87px; */
    /*left:150px;*/
    display:inline-block;
}

.header-bar-desc-span {
    /*width:300px;*/
    /*padding-bottom:10px;*/
    /*float:right;*/
    /*text-align:left;*/
    color: #CCCCCC;
    /*filter:alpha(opacity=15);*/
    /*-moz-opacity:.25;*/
    /*opacity:.25;*/
}