body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed',Tahoma,Arial,Verdana,'Trebuchet MS',GRHelvetica;
    font-weight: normal;
    color: #888;
    font-size: 14px;
}

a {
    color:#0264ba;
}

body {
    background: #e5e7e9;
}

article {
    clear: both;
    display: block;
}

.container {

}

.header_container {
    padding:32px 0px 28px 0px;
    background-color: #fff;
}

#logo img {
    max-width: 280px;
    height: auto;
}

#top_detail {
    text-align: right;
    padding-top:0px;


}
.deskImg {
    width:280px;
    height: auto;
    padding-bottom: 20px;
}
#top_detail a {
    padding: 0 5px;
    color:#000000;
}
#top_detail a:last-child {border-left: 1px solid #333;}
.banner_container {
    background:#0264ba;
    height:507px;
    overflow: visible;
}

.banner_bg {
    position: relative;
    background: url(../images/slider.jpg) no-repeat;
    background-size: cover !important;
    height: 553px;
    position: relative;
}

.banner_text {
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding:15px 20px;
    bottom: 18px;
    right: 18px;
    text-align: right;
    width: 60%;
}

.banner_text {
    color: #0264ba;
    font-size: 15px;
    text-align: left;
}

.banner_text h3 {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 3px;
    color: #0264ba;
    font-size: 23px;
    text-align: left;
    float: left;
}

.main_component {
    margin-top: 88px;
}

h3 {
    font-size: 26px;
    padding: 10px 35px;
    border-bottom: solid 3px #0264ba;
    color: #333;
    display: table;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

hr.blue {
    border-color: #98bad9;
    margin: 25px 0px;
}

div {
    font-weight: normal;
    color: #888;
    font-size: 15px;
}

.date {
    font-size: 12px;
    margin: -10px 0 5px;
}

ul.download {
    width: 50%;
    float: left;
    margin-top:10px;
}

ul.download.right {
    float: right;
}

ul.download li {
    margin: 0px;
    list-style-type: none;
    background: url(../images/download.png) no-repeat;
    background-position: 0px 50%;
    padding-left:30px;
    line-height: 14px;
    padding: 5px 0px 5px 30px;
    margin-bottom: 5px;

}

ul.download li a {
    font-size: 14px;
    line-height: 14px;
    color: #0264ba;
}

.subfooter_container {
    background: #0264ba;
    padding:20px 0px 14px 0px;
    margin-top: 30px;
}

#subfooterleft {
    padding-top: 54px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;

}

#subfooterleft a {
    color:#fff;
}

#subfooterleft a.ligh_blue {
    color: #ffffff; /*#00e4ff;*/
}

#subfooterright {
    text-align: right;
    font-size: 14px;
    color:  #ffffff; /*#00e4ff;*/
    line-height: 17px;
}
#subfooterright a {color:#ffffff;}

#subfooterright  h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

h4 {
    color: #0264ba;
    font-size: 18px;
    padding: 16px 0;
    margin: 0;
    font-weight: normal;
}

@media (max-width:560px) {
    .banner_text {
        width: 93%;
    }

    #logo, #top_detail {
        width: 100%;
        float: none;
    }

    #logo img, #top_detail img {
        display: block;
        margin: 0px auto;
    }

    #subfooterleft {
        padding-top: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 20px;
        text-align: center;
    }
}


table, th, td {
    border: 1px solid black;
	text-align: center;
}

.staticPage table {
	margin: 10px 0;
}

.staticPage td, .staticPage th {
    padding: 5px !important;
}

@media screen and (max-width: 412px){
    #logo img{
        width: 150px;
        height: auto;
        margin: 0;
    }
    #top_detail img{
        width: 150px;
        height: auto;
        margin: 0;
        position: relative;
        left: 10px;
    }
}