.title_box_left {
    background: url("images/news_bar_width.jpg") no-repeat scroll 0 0 transparent;
    height: 31px;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.title_box_left_width {
    background: url("images/news_bar_width.jpg") no-repeat scroll 0 0 transparent;
    height: 31px;
    padding: 10px 2px;
    margin-top: 5px;
}

.title {
    color: #fff;
    padding: 7px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: #139cd0;
}

.opacity_bg {
    background: rgba(225,225,225,0.7);
    margin-right: 10px;
    margin-left: 10px;
    padding-right:20px;
    min-height:542px;
    padding-bottom:20px;
    margin-bottom:20px;
}


.NewsListTitle2 {
    position: relative;
    /*margin: 60px 0 40px 20px;*/
    padding: 0;
    padding-top: 20px;
    /*border-bottom: 2px solid #fff;*/
    text-align: center;
}
.NewsListTitle1 span:before,.NewsListTitle2 span:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.NewsListTitle1 span:after{
        position: absolute;
    content: '';
    left: 35%;
    bottom: -5px;
    width: 30%;
    border-bottom: 2px solid #1b7b57;
}
.NewsListTitle2 span:after{
        position: absolute;
    content: '';
    left: 41%;
    bottom: -5px;
    width: 18%;
    border-bottom: 1px solid #b7b7b7;
}
    .NewsListTitle span {
        text-transform: uppercase;
        font-size: 25px;
        top: 0;
        font-family: 'Roboto Condensed';
        color: #1b7b57;
    }
     .NewsListTitle2 span {
        text-transform: uppercase;
        font-size: 25px;
        top: 0;
        font-family: 'Roboto Condensed';
        color: #139cd0;
        margin-bottom:20px;
    }

.NewsListTitle {
    position: relative;
    margin: 25px 0 20px 20px;
    padding: 0;
    padding-top: 20px;
    border-bottom: 2px solid #449ea7;
    text-align: center;
}
.NewsListTitle1 {
    position: relative;
    margin: 25px 0 20px 20px;
    border-bottom: 2px solid #139cd0;
    text-align: center;
}

    .NewsListTitle a {
        text-transform: uppercase;
        font-size: 25px;
        top: 0;
        font-family: 'Roboto Condensed';       
        background: #fff;
        padding-bottom:16px;
    }
    .NewsListTitle1 a {
        text-transform: uppercase;
        font-size: 30px;
        top: 0;
        font-family: 'Roboto Condensed';
        /*left: 40%;*/       
        background: #fff;
        /*position: absolute;*/
        color:#139cd0;
    }
    .NewsListTitle1 a:hover,.NewsListTitle a:hover{
        text-decoration:none;
    }
.title_left a {
    color: #ffff00;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto Condensed',sans-serif;
}

.title_box_left ul li a {
    border-right: 1px solid #DE0B00;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.title_box_left ul li {
    float: left;
    list-style: none outside none;
}

.title_box_left ul {
    float: right;
    margin-right: 10px;
    height: 20px;
}

.TitleH3 {
    border-left: 2px solid #ce0100;
    padding: 1px 13px;
    color: #ce0100;
}
