.page-con-area.float_l {
	background-image: url("../images/page-con-area-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.page-left-panel {
    float: left;
    width: 270px;    
    position: relative;
    z-index: 99;
}
.page-righ-panel {
    float: right;
    width: 690px;
    background-color: #fff;
    position: relative;
}
.page-righ-panel:before {
    position: absolute;
    content: "";
    width: 270px;
    height: 100%;
    left: -270px;
    top: 0;
    background-color: #98b8da;
    z-index: 9;
}


.page-left-panel .heading {
    background-color: #6b90b7;
    color: #013872;
    
    font-weight: bold;
    font-size: 26px;
    padding: 10px 0 6px 0;
    line-height: 32px;
    text-align: center;
    margin: 24px 0;
}
.left-panel-menu ul {
    margin: 0;
    padding: 10px 15px;
    float: left;
    width: 100%;
}
.left-panel-menu ul li {
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}
.left-panel-menu ul li a {
    color: #013872;
    
    font-weight: bold;
    font-size: 22px;
    float: left;
    line-height: 28px;
}
.left-panel-menu ul li a:hover {
    text-decoration: underline;
}
.page-title {
    font-size: 37px;
    
    font-weight: bold;
    line-height: 45px;
    color: #003b78;
    margin: 0 0 22px 0;
}
.member-search-con.float_l {
    padding: 25px 16px;
}
.member-search-con .page-title {
    margin: 0 0 17px 0;
}
.member-search-box.float_l {
    padding: 18px 15px;
    padding-bottom:8px;
    background-color: #c5daf1;
}
.member-search-box input, .member-search-box select {
    float: left;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    padding: 5px 6px 3px 6px;
    font-style: italic;
    font-size: 17px;
    width: 195px;margin-right:10px;margin-bottom:10px;
}
.member-search-box input[type="submit"] {
    float: right;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    
    font-weight: bold;
    padding: 3px 13px;
    background-color: #0053a7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.member-search-box input[type="submit"]:hover {
    background-color: #1d1d1d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.member-search-map.float_l {
    margin: 20px 0 10px 0;
}
.member-search-map.float_l img, .member-search-result a.view-page img {
    float: left;
}
.member-search-result.float_l {
    border-top: 1px solid #959595;
    padding: 20px;
}
.member-search-results .member-search-result:first-child {
	border-top: 0px solid #959595;
}
.member-search-result .title {
    color: #013872;
    
    font-weight: bold;
    font-size: 22px;
    float: left;
    line-height: 28px;
    margin: 0 0 6px 0;
}
.member-search-result .simple-text {
    line-height: 24px;
}
.member-search-result a.view-page {
    border: 1px solid #d7d7d7;
    float: left;
    margin: 4px 0 0 0;
    border-radius: 3px;
    padding: 4px 8px;
    color: #000;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.member-search-result a.view-page:hover {
    background-color: #c6c6c6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.member-search-result a.view-page img {
    margin: 5px 7px 0 0;
}







@media screen and (max-width: 990px) {
	.page-left-panel {
	    width: 230px;
	}
.page-righ-panel {
    float: left;
	    width: 510px;
	}
	.page-righ-panel::before {
	    left: -230px;
	    width: 230px;
	}
	.page-con-area.float_l {
	    background-image: url("../images/page-con-area-bg2.jpg");
	}
	.page-left-panel .heading {
	  font-size: 24px;
	  line-height: 30px;
	}
	.left-panel-menu ul li a, .member-search-result .title {
	  font-size: 20px;
	  line-height: 25px;
	}
	.member-search-con .page-title {
	    font-size: 30px;
	    line-height: 38px;
	    margin: 0 0 15px;
	}
	.member-search-con.float_l {
	    padding: 20px 15px;
	}
	.member-search-con .heading {
	  font-size: 20px;
	  line-height: 25px;
	  margin: 0 0 12px;
	}
	.member-search-box input[type="text"] {
	  width: 310px;
	}
}
@media screen and (max-width: 768px) {
	.page-con-area.float_l {
	  background-image: none;
	}
	.page-left-panel {
	  background-color: #98b8da;
	  max-width: 100%;
	}
	.page-righ-panel::before {
	  display: none;
	}
	.page-righ-panel {
	  margin: 25px 0;
	  width: 100%;
	}
	.member-search-box input[type="text"] {
	  margin: 0 0 10px;
	  width: 100%;
	}
}