/* CSS Document */
body {
  margin:0;
  display: block;
  min-height: 100%;
}
html{font-family:Tahoma, Geneva, sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-size:12px;}
a {
    background: none repeat scroll 0px 0px transparent;
	text-decoration:none;
}
* {
    box-sizing: border-box;
}
i {
	display:block;
}
.page{
	margin: 0px auto;
	background: none repeat scroll 0% 0% transparent;
	max-width:1200px;
	width:100%;
}
.header{
	border-bottom: 1px solid #DDD;
	display:block;
	clear:both;
}
.topbar{
	height:35px;
	width:100%;
	background:#F60;
	display:block;
	clear:both;
	position: relative;
	background: none repeat scroll 0% 0% #E74C3C;
}
.kant{
	height:3px;
	width:100%;
	background:#F60;
	display:block;
	clear:both;
	position: relative;
	background: none repeat scroll 0% 0% #E74C3C;
}
.container{
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}
.topnav{
	clear:both;
}
.left{
	float:left !important;
}
.right{
	float:right !important;
}
.links{
	list-style: outside none none;
	margin:0;
	padding:0;
}
.links li{
	float:left;
	display: inline-block;
	line-height: 20.8px;
	margin-right: 10px;
}
.links li a{
	display:block;
	line-height:35px;
	font-weight:bold;
	padding:0 15px;
	color:#FFF;
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE8 and earlier */
	font-size:12px;
}
.links li a:hover{
	opacity: 1.0;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
.links li a:focus{
	opacity: 1.0;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
@media all and (min-width: 845px)
{
	.menu{
		list-style: outside none none;
		margin:0;
		padding:0;
		margin-top:50px;
	}
	.menu li{
		float:left;
		display: inline-block;
		line-height: 20.8px;
	}
	.menu li a{
		display:block;
		line-height:35px;
		font-weight:bold;
		padding:0 10px;
		color:#000;
		font-size:13px;
	}
	.menu li a:hover{
		color:#E74C3C;
	}
	.menu li a:focus{
		color:#E74C3C;
	}
	#menu{
		visibility:hidden;		
	}
	#menuUL{
		visibility:visible;
		display:block;
	}
	.cols{
		width:33.3%;
		position:relative;
		float:left;
		min-width:150px;
		height:180px;
		text-align:left;
		vertical-align:middle;
		padding:0 30px;
		overflow:hidden;
	}
	.cols img{
		margin:0;
		width:100%;
		max-width:100px;
		min-width:40px;
		float:left;
		padding-right:20px;
	}
	.cols h3{
		font-size:18px;
		color:#333;
		padding-left:15px;
		text-transform:uppercase;
	}
	.cols h4{
		font-size:18px;
		color:#333;
		padding-left:15px;
		text-transform:uppercase;
	}
	.cols hr{
		color:#E74C3C;
	}
	.cols p{
		font-size:11px;
		text-align:justify;
	}
	.cols a{
		font-size:10px;
		color:#000;
		opacity: 1.0;
		filter: Alpha(opacity=100); /* IE8 and earlier */
	}
	.cols a:hover{
		opacity: 1.0;
		filter: Alpha(opacity=100); /* IE8 and earlier */
	}
	.cols a:focus{
		opacity: 1.0;
		filter: Alpha(opacity=100); /* IE8 and earlier */
	}
	.cols1{
		width:25%;
		position:relative;
		float:left;
		min-width:150px;
		min-height:180px;
		text-align:left;
		vertical-align:middle;
		padding:0 30px;
		overflow:hidden;
	}
	.cols1 img{
		margin:0;
		width:100%;
		max-width:165px;
		min-width:100px;
		padding-right:20px;
	}
	.cols1 h5{
		font-size:11px;
		color:#333;
		padding-left:15px;
		text-transform:uppercase;
	}
	.cols1 p{
		font-size:11px;
		text-align:justify;
	}
}
.icon{
	width:20px;
	height:20px;
	background:url(../images/glyphicons-halflings-white.png) left top;
	float:left;
	display:block;
}
.mail{
	background-position:-70px 0px;
	margin-top:10px;
	margin-right:3px;
}
.phone{
	background-position:-165px 0px;
	margin-top:10px;
	margin-right:3px;
}
.logo{
	background:url(../images/logo.png) no-repeat;
	height:94px;
	width:308px;
	display:block;
	float:left;
	clear:both;
}
.downloads{
	background-position:-90px -23px;
	margin-top:10px;
	margin-right:3px;
}
.slidecontainer{
	position:relative;
	background:#FFF;
	clear:both;
	margin-bottom:40px;
}
.bodycontainer{
	position:relative;
	min-height:180px;
	clear:both;
	margin-bottom:20px;
}

.moreinfo{
	text-align:right;
	color:#E74C3C;
	text-decoration:underline;
	margin-right:0px;
}

.logos{
	position:relative;
	background:#FFF;
	clear:both;
}
.logos a{
	margin:0px;
}
.logos img{
	height:80px;
	border:0px;
	margin:0px;
}
.logos a{
	opacity: 0.8;
	filter: Alpha(opacity=80); /* IE8 and earlier */
}
.logos a:hover{
	opacity: 1.0;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}

.footer{
	height:30px;
	width:100%;
	display:block;
	clear:both;
	position: relative;
	font-size:10px;
	text-align:center;
	padding:10px;
}