/* CSS Document */
body{
    /* background:url(../images/back-news.png) top left repeat-x #151515; */

    text-align:center;
    vertical-align:baseline;
}
#blue-container{
    background:url(../images/blue-pattern-news.png) no-repeat top center;	
    position:relative;
    height:auto;

}
#main-header{
    height:210px;
    background:none;
    background-color:#2775a2;
    border-bottom: 40px solid #2775a2;
}
#first-gray{
    /*background:url(../images/back-first-gray.png) repeat-x #d9d9d6;*/
    height:auto;	
}
#gray-container{
    padding:0 40px;
    height:auto;
    position:inherit;
    top:0;
}
.news{
    width:100%;
    border-bottom:1px inset #d8d8d8;
    padding:32px 0 38px 0;
}
.news h2{
    line-height:26px;
}
.blue-button{
    /*background:url(../images/back-blue-button.png) repeat-x top left;*/
    background:#5aaccd;
    background: -moz-linear-gradient(top, #5aaccd 0%, #4295b6 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #5aaccd 0%,#4295b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5aaccd 0%,#4295b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5aaccd 0%,#4295b6 100%); /* IE10+ */
    background: linear-gradient(top, #5aaccd 0%,#4295b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aaccd', endColorstr='#4295b6',GradientType=0 ); /* IE6-9 */

    /*button borders*/
    border-bottom:1px solid #39819e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	

    /*Font Styles*/
    font-size:11px;
    font-weight:700;
    padding:8px 14px;
    color:#FFF;

    /*Text Shadow*/
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -ms-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);

    /*Transition using font color*/
    -moz-transition: color 0.15s ease-in-out 0.2s;
    -webkit-transition: color 0.15s ease-in-out 0.2s;

}
a.blue-button:hover{
    color:#b7b7b7;
}
.paginator ul li > a:hover{
    color:#444;
}

.news ul{
    margin:10px 0 20px 0;
    width:100%;
    display:inline-block;
}
.news ul li{
    list-style:none;
    display:inline-block;
    float:left;
    margin-right:15px;
    vertical-align:baseline; 
    height:18px;
    position:relative;
    border-left: 1px solid #CCC;
}
.news ul li:first-child{
    border-left:none;	
}
.news ul li a{
    position:relative;
    font-size: 11px;
    font-weight: normal;
    color:#57a5d2;
    text-align:left;
    /*border-left: 1px #CCC solid;*/
    height:20px;
    -moz-transition: color 0.15s ease-in-out 0.2s;
    -webkit-transition: color 0.15s ease-in-out 0.2s;

}
.news ul li a span{
    line-height:16px;
}
.news ul li a:hover, .news ul li a.current{
    color:#555;	
}
.news ul li a img, .news ul li:last-child img{
    padding-right:8px;
    padding-left:18px;	
}
.news ul li:first-child img{
    padding-left:0;
    padding-right:8px;
}
.news p{
    margin-top:0;
    margin-bottom:25px !important;	
}

#gray-container .paginator{
    height:75px;
    padding-top:35px	
}

#gray-container .paginator ul li{
    display:inline-block;
    float:left;
    margin-right:10px;	
}
#gray-container .paginator ul li > a.active{
    color:#444 !important;	
    background:none !important;
    border-bottom:none;
}
footer{
    background:#151515;
    width:inherit;
    height:auto;
}

