@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

* {
    margin: 0;
    padding: 0;
}

html {
}
body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}



a{
    color: #3461a6;	text-decoration:none;
}
a:hover{	color: #3461a6;	text-decoration:none;
}

h1{
	font-size:26px;
	color: #3461a6;
	padding:10px 0;
}


h2{	font-size:28px;	color: #3461a6;
}

h3{	font-size:24px;
color: #000;
}

h4{	font-size:18px;
	color: #3461a6;
}

h6{
	font-size:16px;
	color: #3461a6;
}

.clear{	clear:both;}

.container {	margin:0 auto;
    width: 1080px;
}

tr, td{ padding:5px; }

.black{	background:#000;
	height:25px;}
table{	margin:8px 0;}

.line{	border-bottom:1px solid #ccc;
	margin:0 0 5px 0;
}

.logo{	float:left;	padding:15px 0;	display:block;	font-weight: 400;
	font-style: normal;
	font-family: 'Russo One', sans-serif;
	color: #3461a6;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform:uppercase;}


.logo:hover{
color: #3461a6;
}

.logo span{

color: #000;

}
.span2{font-size: 24px;
color: #000;
padding:10px 0;}

.menu1{	padding:0px 0 0 0;     float:right;
     width:300px;}

.menu1 ul{
    padding:0;
}

.menu1 ul li{
    list-style-type:none;
    float:left;
}

.menu1 ul li a{
    display:block;
    padding:20px 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.25;
	font-size: 17px;
	text-transform:uppercase;
	margin:1px 0;
}


.menu1 ul li a:hover{
	color: #3461a6;
	border-bottom:1px solid #ccc;
	margin:1px 0  0 0;
}

.contentblock{     float:left;
     width:750px;}

.sidemanu{
     float:right;
     width:300px;
}

.sidemanu ul, .contentblock ul {
     padding-left:20px;
}

.sidemanu ul li{
	color:#3461a6;
}

.sidemanu ul li a{
    font-weight: 700;
}

#footer{	margin-top:10px;	padding:20px 0;
	color:#fff;
	background:#3461a6;}

#footer a{
	color:#fff;
}

.navig{	background:#eee;}

tr, td {
	padding:5px;
}


.search{
	float:left;
	margin:0px 0 0 0px;
	width:100%;
}

.searchform{
	margin:5px;
	padding:0px 5px 0px 10px;
	border:1px solid #3461a6;
	border-radius:20px;
}

.searchinput1{
	background: none;
	border: 0;
	margin: 0;
	outline: none;
	padding: 7px 0 0 0;
	line-height:1;
	vertical-align: top;
	width:90%;

}

.search-input-image{
	padding:7px 5px 0 0;
}


/*Bottom left-right navigation*/

.navil, .navir{
	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:50px;
}
.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*/

.contentblock ul, .contentblock ol{	padding-left:20px;}
.banner3 {	height:90px;
	width:100%;
}
