﻿html {

}

body {
    background-image:url(../Images/background.jpg);background-repeat:repeat;
    color:white; 
    font-family:Arial;
    padding:0;
    margin:0;
}
div {
    display:block;
}



.logo_content {
    width:100%;
}
.body_wrapper {
    width:100%;
}
.nav_wrapper {
    width:100%;
}

.nav_menu{
    max-width:980px;
    min-width:300px;
    margin:0 auto;
    min-height:30px;
    height:95px;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
}

.nav_logo {
    float:left;
    margin-left:30px;
    margin-right:30px;
    height:93px;
    width:310px;
    align-content:flex-end;
    overflow:visible;
}

.nav_logo > p {
    display:block;
    margin:0;
    line-height:30px;
}

.nav_menu_item {
    padding-top:95px;
    height:30px;
    width:100px;
    float:left;
    text-align:center;
    vertical-align:bottom;
    
}

.big_item {
    width:140px;
}

.prod_menu_title {
    font-size:17px;
    line-height:22px;
    font-weight:bold;
}

.prod_menu_title >a {
    color:rgb(6, 33, 52);
    cursor:pointer;
    text-decoration:none;
}

.prod_menu_title >a:hover {
    color:rgb(6, 33, 52);
    text-decoration:none;
}

.prod_menu_title >a:after {
    color:rgb(6, 33, 52);
    text-decoration:none;
}

.nav_menu_item >p {
    margin:0;
    display:block;
    line-height:30px;
    font-size:18px;
    color:rgb(6, 33, 52);
        cursor:pointer;
}

.nav_menu_item >p >a {
    text-decoration:none;
    color:rgb(6, 33, 52);
    cursor:pointer;
}
.nav_menu_item >p >a:after {
    text-decoration:none;
    color:rgb(6, 33, 52);
    cursor:pointer;
}
.nav_menu_item >p >a:hover {
    text-decoration:none;
    color:rgb(6, 33, 52);
    cursor:pointer;
}

.body_content {
    width:980px;
    background-color:#fff;
    margin:0 auto;
    min-height:800px;
    height:auto;

}

.body_content_text {
    width:980px;
    background-color:#fff;
    margin:0 auto;
    height:auto;
    color:rgb(6, 33, 52);
}

.content_wrapper {
    padding:0 40px 30px 40px;
    width:920px;
    overflow:auto;
    font-size:15px;
}

.navlink {
    width:100%;
    float:left;
    margin:20px 0 20px 0;
}

    .navlink > a {
        text-decoration:none;
        cursor:pointer;
        color:#1468A8;
        font-weight:bold;
    }

    .navlink > a:hover {
        text-decoration:none;
        color:rgb(6, 33, 52);
    }

    .navlink > a:after {
        text-decoration:none;
        color:rgb(6, 33, 52);
    }


.line {
    margin:0 auto;
    margin-right:40px;
    border-bottom:solid 1px rgb(6, 33, 52);
}    


.img_banner {
    margin:15px 0 0 0;
}

.normalContent {
    color:#000;
    width:800px;
}

.loan_detail {
    background-color:rgb(218, 237, 255);
    padding:10px;
    margin-right:30px;
}

.loan_detail > tbody> tr> td >ul { margin:0px 7px 7px 7px;
}

    .loan_detail > tbody > tr > td > ul > li {
        line-height:22px;
    }

.loan_detail > tbody > tr > td {
    vertical-align:top;
}

.prod_title {
    margin-right:50px;
    margin-bottom:20px;
}

.footer_content {
    width:100%;
    text-align:center;
    padding-top:3px;
}
.body_block_wrapper {
    width:100%;
    overflow: auto;
}
.body_block {
    margin:30px 0px 20px 20px;
    width:300px;
    height:230px;
    float:left;
    background-color:#1468A8;
    
}

    .body_block > h1 {
        padding:10px 0 0 20px;
        margin:10px 0 0 0;
        height:50px;
    }
    .body_block > p {
        font-size:12px;
        padding:0px 20px 0 20px;
        height:80px;
    }

.block_button {
    width:150px;
    height:35px;
    float:left;
    margin-left:20px;
    background-color:#DAEDFF;
}

    .block_button > label {
        color:black;
        line-height:35px;
        display:block;
        text-align:center;
    }

        .block_button > label:hover {
        cursor:pointer;
    }

    .block_button > label > a {
        color:black;
        text-decoration:none;
    }
    .block_button > label > a:hover {
        text-decoration:none;
    }
    .block_button > label > a:after {
        text-decoration:none;
    }

.body_bigblock {
    margin:0px 0px 0px 20px;
    width:300px;
    height:210px;
    float:left;
    background-color:#fff;
}

    .body_bigblock > h1 {
        display:block;
        width:100%;
        min-width:300px;
        color:rgb(6, 33, 52);
        font:500 21px arial;
        text-align:center;
        margin:0px;
        height:25px;
    }
.body_bigblock_content {
    margin:10px 0 0 0;
}

    .body_bigblock_content > p {
        color:rgb(6, 33, 52);
        font-size:12px;
    }
    .body_bigblock_content > a {
        text-decoration:none;
        cursor:pointer;
        color:rgb(89, 137, 171);
    }

.body_bigblock_testimonial {
    background-color:rgb(218, 237, 255);
    width:100%;
    min-height:130px;
}

    .body_bigblock_testimonial > p {
        color:#000;
        padding:15px;
        font:italic 14px arial;
    }

.body_footer {
    float:left;
    width:100%;
    height:40px;
    background-color:#DAEDFF;
    clear:both;
}

.clear_right {
    clear:right;
}

.span_color1 {
    line-height:150%;
    font-size:18px;
    font-weight:600;
    color:#fff;
}

.span_color2 {
    line-height:150%;
    font-size:18px;
    font-weight:600;
    color:rgb(27, 153, 232);
}

.top_bar {
    width:100%;
    height:45px;
    margin-bottom:30px;
}
