@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
html {
}
body {    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #222;
    background: url('../images/slide.jpg') left top no-repeat #000;
    text-align: justify;
}





a{
    color: #2c50bb;	text-decoration:none;
}
a:hover{	color: #2c50bb;	text-decoration:none;
}

h1{
	font-size:26px;
	color: #2c50bb;
	margin:5px 0 15px;
    text-align: left;
}


h2{	font-size:20px;	color: #2c50bb;
}

h3{	font-size:18px;
	color: #2c50bb;
}

h4{	font-size:16px;
	color: #2c50bb;
}

h6{
	font-size:18px;
	color: #2c50bb;
}

.clear{	clear:both;}

.container {	margin:0 auto 15px;
    width: 1080px;
}

.container0 {
	background: #fff;
	margin:0 auto 15px;
    width: 1080px;
    padding:10px;
}

tr, td{ padding:5px; }

.logo{	width:300px;	display:block;
	float:left;
    font-family: Source Sans Pro;
    font-size: 50px;
    line-height:1.2;
	font-weight: 700;
	color: #2c50bb;
	text-decoration:none;}

.logo span{		color: #fff;}

.logo .line2{	font-size: 30px;
	font-weight: 400;
	color: #fff;}

.topmenu{	width:300px;
	float:right;}

.topmenu ul{	margin:0;
	padding-left:0;
	display:flex;
}

.topmenu ul li{	flex-grow:1;
	list-style-type:none;
	padding:0 15px 5px 0;
	float:left;

}

.topmenu ul li a{	text-align:center;
	display:block;
	padding:20px 0 10px;
 	color: #fff;
	font-family: Source Sans Pro;
	text-transform: uppercase;
	transition:0.2;
	font-size:16px;

}

.topmenu ul li a.first{
	border-bottom:1px solid #2c50bb;
}


.topmenu ul li a:hover{	color:#2c50bb;
	border-bottom:1px solid #2c50bb;

}

.topmenu ul li a.first:hover{
	border-bottom:1px solid #fff;
}

.content{	width:750px;
	float:left;}

.menu{	width:300px;
	float:right;}

.menu ul{
	margin:10px 0;
	padding-left:0;
	width:100%;

}

.menu ul li{	list-style-type:none;
	border-bottom:1px solid #2c50bb;
	height:15px;
	width:100%;
	margin-bottom:10px;

}

.menu ul li a{	color:#222;
	background: #fff;
	margin-left:20px;
	padding:0 10px;
	font-size:20px;
	font-weight:500;
	height:20px;

}

.menu ul li a:hover{
	color:#2c50bb;

}

#footer{	color:#fff;}

#footer a{
	color:#fff;
}

.myway{	border:1px solid #2c50bb;}



.search{
	float:left;
	margin:10px 0 0 0px;
	width:100%
}

.searchform{
	margin:5px;
	padding:5px 5px 5px 15px;
	border:1px solid #ccc;
	border-radius:10px;
	background:#fff;

}

.searchinput1{
	background: none;
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
	line-height:1;
	padding-top:6px;
    vertical-align:top;
    width:90%;

}

.search-input-image{
	padding:5px 5px 0 0;
}







 /*Bottom left-right navigation*/

.navil, .navir{
	width:45%;
	margin:1%;
	padding:1%;
	border:1px solid #2c50bb;
	float:left;
}
.navil a{
	background:url('../images/prev.png') top left no-repeat;
	padding-left:30px;
	min-height:44px;
}
.navir a{
	background:url('../images/next.png') top right no-repeat;
	padding-right:30px;
	min-height:44px;
}
.navil h4, .navir h4{
	margin:5px 0;
}
.navil p, .navir p{
	line-height:1.2;
	text-align:left;
	margin:5px 0;
}
.navil a, .navir a{
	display:block;
}
/*End Bottom left-right navigation*/












#footer{

}
.banner3 {	height:90px;
	width:100%;
}