@charset "utf-8";
/* CSS Document */
.about_banner{
	background: url(../img/banner_about.jpg) no-repeat top center;
}
.nav_about{
	background: rgba(0, 54, 124, .45);
}
.organzation{
	margin-bottom: 70px;
}
.contact{
    padding: 50px 0px 0px;
    background: #f0f5fb;
}
.about {
    height: 460px;
}
.organization{
	padding: 60px 0px 10px;
}
.contact_middle p{
    font-size: 18px;
    line-height: 43px;
    color: #243c52;
}
.contact_middle p span{
    font-weight: bold;
}
.contact_right p{
    color: #243c52;
    font-size: 18px;
    line-height: 43px;
}
.bold{
    font-weight: bold;
}
.contact_left{
    float: left;
}
.contact_info{
    margin-bottom: 50px;
}
.contact_middle{
    float: left;
    margin-left: 30px;
    margin-right: 170px;
}
.contact_right{
    float: left;
}
.contact_map {
    background: url(../img/map.png) no-repeat center bottom;
    height: 725px;
}