/* CSS Document */

body{
	margin:0px;
	background-color:#E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	outline:none;
}

.mainbox_top_middlebg{
	background-image:url(../images/mainbox_top_middlebg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
}

.mainbox_btm_middlebg{
	background-image:url(../images/mainbox_btm_middlebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}

.mainbox_left_middlebg{
	background-image:url(../images/mainbox_left_middlebg.jpg);
	background-repeat:repeat-y;
}

.mainbox_right_middlebg{
	background-image:url(../images/mainbox_right_middlebg.jpg);
	background-repeat:repeat-y;
}

.menu_btn{
	background-image:url(../images/menu_btn.jpg);
	background-repeat:no-repeat;
	width:111px;
	height:31px;
}

.menu_btn:hover{
	background-image:url(../images/menu_btn_hvr.jpg);
	background-repeat:no-repeat;
	width:111px;
	height:31px;
}

.select_menu_btn{
	background-image:url(../images/menu_btn_hvr.jpg);
	background-repeat:no-repeat;
	width:111px;
	height:31px;
}
.menu_text{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:24px;
	padding:7px 15px;
}

a.menu_text:hover{
	font-size:12px;
	color:#2E2E2E;
	text-decoration:none;
	font-weight:bold;
	line-height:24px;
	padding:7px 15px;
}

.select_menu_text{
	font-size:12px;
	color:#2E2E2E;
	text-decoration:none;
	font-weight:bold;
	line-height:24px;
	padding:0px 15px;
}

.middle_border{
	border:solid 1px #C0C0C0;
	background-color:#FAFAFA;
}

.h_line{
	background-image:url(../images/h_line.jpg);
	background-repeat:repeat-x;
	height:15px;
}

.grey_text{
	font-size:11px;
	color:#4C4F50;
	text-decoration:none;
	line-height:18px;
}

.blue_text{
	font-size:14px;
	color:#253C98;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
}

a.blue_text:hover{
	font-size:14px;
	color:#4C4F50;
	font-weight:bold;
	text-decoration:none;
	line-height:22px;
}

.btm_text{
	font-size:12px;
	color:#9D9D9D;
	text-decoration:none;
	line-height:24px;
	padding:0px 5px;
}

a.btm_text:hover{
	font-size:12px;
	color:#253C98;
	text-decoration:none;
	line-height:24px;
	padding:0px 5px;
}

.btm_text01{
	font-size:12px;
	color:#9D9D9D;
	text-decoration:none;
	line-height:22px;
}

a.btm_text01:hover{
	font-size:12px;
	color:#253C98;
	text-decoration:none;
	line-height:22px;
}

.header_text{
	font-size:12p1;
	color:#253C98;
	text-decoration:none;
	line-height:24px;
	font-weight:bold;
}

.middle_text{
	font-size:13px;
	color:#3B3D3E;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
	padding:0px 0px 0px 8px;
}

a.middle_text:hover{
	font-size:12px;
	color:#EE1C24;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
	padding:0px 0px 0px 8px;
}

.middle_text01{
	font-size:13px;
	color:#3B3D3E;
	text-decoration:none;
	line-height:22px;
	font-weight:bold;
}

a.middle_text01:hover{
	font-size:13px;
	color:#EE1C24;
	text-decoration:none;
	line-height:22px;
	font-weight:bold;
}

.middle_text02{
	font-size:13px;
	color:#3B3D3E;
	text-decoration:none;
	line-height:20px;
	text-align:justify;
}
.new_banner tr td img {
	width: auto;
	vertical-align: top;
	height: 100%;
}
.new_banner tr td {
	position: relative;
}
.new_banner tr td h4 {
  background: rgba(40, 56, 151, 0.8);
  bottom: 0;
  color: #ffffff;
  font-weight: normal;
  left: 0;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  min-height: 40px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
}
.right_blue_text ,
.right_grey_text {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.right_blue_text p {
	color: #253c98;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.right_grey_text p{
	  color: #4c4f50;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
}
.right_blue_text {
	padding: 0 0 0 0px;
	margin: 5px 0 0 0;
	border-bottom:1px solid #BFC7D2;
}
.text_wrapper {
	padding: 0 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.new_banner .owl-carousel .item {
  height: 457px;
  position: relative;
	width: 728px;
}
.new_banner .owl-theme .owl-controlls .owl-buttons div {
  padding: 0;	
}
table tr td hr {
	 border: 0; 
	 height: 0; 
	 border-top: 1px solid rgba(0, 0, 0, 0.2); 
	 border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}