@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
html {

}
body {
    background: rgba(255,255,255,0.97);
    color: #243238;
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    width: 100%;
    text-align:justify;
}




tr, td {	padding:5px;}


p {

}

a{
    color: #2c5aa4;	text-decoration:none;
}
a:hover{	color: #2c5aa4;	text-decoration:none;
}



h1{
	font-size:24px;
	color: #2c5aa4;
    line-height: 1.2;
}


h2{	font-size:21px;	color: #2c5aa4;
}

h3{	font-size:18px;
	color: #2c5aa4;
}

h4{	font-size:15px;
	color: #2c5aa4;
}

.clear{	clear:both;}

.container {	margin:0 auto;
    width: 1080px;
    background: rgba(255,255,255,0.97);
}

.container2 {
	margin:0 auto;
    width: 1080px;
    background:#1c2931;
}

.top0 {	margin:0;
    background: #1c2931;
    padding: 15px 0 10px;
    height: 10px;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
}

.bot0 {	background: #1c2931;
	margin:0;
    padding: 10px 0 10px;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    text-transform: uppercase;
}

.top1 {



}

.logo{	padding:10px 0px 5px 0px;
	display:block;
    float: left;}




.navbar {

    margin: 0;
    padding: 0;
    float: right;
    padding-top: 26px;
    padding-bottom: 26px;

}

.navbar ul{	 margin: 0;
padding: 0;}

.navbar ul li{float: left;
list-style-type:none;
white-space: nowrap;
background: none;
margin-left: 20px;
}

.navbar ul li a{	 display: block;
	 padding: 10px 10px;
	 font-family: 'Open Sans';
font-weight: 700;
font-size: 13px;
line-height: 20px;
color: #243238;
text-transform: uppercase;
}

.top2{	padding:20px 0 0 0;
	background:#4a5b5a;	background: url(../images/s1200.jpg) 0px top no-repeat #4a5b5a;
}

.pcol1{	width:740px;
	padding:10px;
	float:left;}

.pcol2{
	width:300px;
	float:right;
}

.pcol2 ul{
	padding-left:20px;
}

.pcol2 ul li{
	list-style-type:square;
}

.colsubt {	padding:5px;
	background: rgba(0,0,0,0.2);
	font-size:16px;
	font-weight:400;
}

tr, td { padding:5px; }
.search{
	float:right;
	margin:25px 0 0 50px;

}

.formsearch{		height:30px;		margin:5px;
	padding:0;
	border:1px solid #d0d0d0;
	border-radius:10px;
	width:250px;
}

.searchinputone{	float:left;	height:28px;
	width:200px;
	background: none;
	border: 0;
	margin: 0;
	outline: none;
	padding: 2px 0 0 8px;
	line-height:1;
	vertical-align: top;

}

.search-input-image{	float:right;
	padding:0;
	background: #d0d0d0;
	border-radius:0 8px 8px 0;
	height:30px;
	width:40px;
	align:right;
}




.naviall{
	display:flex;
	text-align: left;
}

.navil, .navir{
	flex-grow:1;
	width:45%;
	margin:1%;
	padding:1%;
	border:1px solid #ccc;
	float:left;
}
.navil a{
	background:url('../images/prev.png') top left no-repeat;
	padding-left:30px;
	min-height:35px;
}
.navir a{
	background:url('../images/next.png') top right no-repeat;
	padding-right:30px;
	min-height:35px;
}
.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;
}

.wrap2 ol{
	    list-style-position: inside;
		-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
    list-style-type:decimal;
    height:auto;
}

.twocolumn li {display:block;width:49%;float:left;}

.twocolumn_flax{display:flex;}

.border {
list-style: none;
padding: 0;
width:calc(50% - 20px);
margin-right:10px;
}
.border li {
font-family: "Trebuchet MS", "Lucida Sans";
padding: 7px 5px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22;
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 17px;
letter-spacing: 1px;
transition: 0.3s all linear;
}
.border li:nth-child(1){border-color: #f05d22;}
.border li:nth-child(2){border-color: #8bc63e;}
.border li:nth-child(3){border-color: #fcba30;}
.border li:nth-child(4){border-color: #1ccfc9;}
.border li:nth-child(5){border-color: #493224;}
.border li:nth-child(6){border-color: #493224;}
.border li:hover {border-left: 10px solid transparent;}
.border li:nth-child(1):hover {border-right: 10px solid #f05d22;}
.border li:nth-child(2):hover {border-right: 10px solid #8bc63e;}
.border li:nth-child(3):hover {border-right: 10px solid #fcba30;}
.border li:nth-child(4):hover {border-right: 10px solid #1ccfc9;}
.border li:nth-child(5):hover {border-right: 10px solid #493224;}
.border li:nth-child(6):hover {border-right: 10px solid #493224;}

.border li a{	display:block;}

.carindex{	width:740px;
	float:left;
	margin: 10px 10px;
	text-align:left;}