﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:#fff  url('../img/mbg2.png');
	line-height: 1;
	font-family:Lato,"Droid Sans",Arial;
	font-size:14px;
	overflow-x:hidden;
	color:#444;
		 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
body, html {
	height:100%;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


a {
   outline: 0;
}

.header {
	position:fixed;
	height:70px;
	top:0;
	left:0;
	right:0;
	
	z-index:1000;
	border-bottom:1px solid #ccc;
	background:#fff;
	box-shadow:0px 1px 3px #777;
}

.container {
	max-width:1200px;
	margin:0 auto;
	position:relative;
	
}

#logo {
display:block;
float:left;
margin-top:4px;
}

#mainmenu {
float:right;

}
#mainmenu li.first {

border-left:1px solid #ccc;
}
#mainmenu li {
float:left;
padding:11px 0;
border-right:1px solid #ccc;
border-bottom:2px solid #fff;
}
#mainmenu li:hover {

border-bottom:3px solid #ccc;
}

#mainmenu li a {
display:block;
text-decoration:none;
font-size:18px;
color:#777;
padding:16px 20px 12px 20px;
text-transform:uppercase;
}
#mainmenu li:hover a {

color:#1b75bb;
}
#mainmenu li a.active {

color:#1b75bb;
}
#mainmenu li.active {
border-bottom:3px solid #ccc;
}
/*mobmenu*/

.mobilemenu {
	display:none;
	
}

#menutoggle {
	display:block;
	position:absolute;
	right:20px;
	top:14px;
	width:44px;
	height:39px;
	background:url('mobiletoggle.png') no-repeat;
	background-position:0 0;	
}
#menutoggle.active {
	background-position:0 -32px;
}

.mobilecont {
	display:none;
	position:absolute;
	padding:8px;
	background:#fff;
	top:60px;
	left:0;
	right:0;
	box-shadow:0px 3px 2px #999;
}

.mobilecont.active {
	display:block;
}

.mobilecont ul li a {
	text-decoration:none;
	display:block;
	padding:12px 12px;
	color:#444;
	font-size:16px;
	font-weight:bold;
}
.mobilecont ul li a:hover {
	background:#eee;
}
.mobilecont ul li {
	border-bottom:1px dotted #eee;
}
.mobilecont ul li.sm {
	padding-left:24px;
}









.info {
padding-top:80px;
height:400px;
text-align:center;

}
.info p {
padding:40px;
font-size:20px;
line-height:30px;
}
.info a {
text-decoration:none;
font-size:20px;
}



.featured {
padding-top:80px;
height:400px;
background:#1b75bb;
}
.featured div.container {
height:100%;
}
#slide1 {
position:absolute;
bottom:1px;
right:1px;
}
.featured h1 {
margin-top:30px;
color:#fff;
font-size:40px;
}

.featured p {
line-height:40px;
font-size:20px;
color:#fff;
text-shadow:1px 1px 1px #444;
}

div.sub {
background:#eaeaea;
color:#1b75bb;
font-size:30px;
font-weight:bold;
padding:16px 0;
text-align:center;
text-shadow:1px 1px 1px #fff;
border-bottom:1px solid #fff;
}
h2 {
font-size:30px;
font-weight:bold;
padding:12px 0;
color:#1b75bb;
}
h3 {
font-size:26px;
font-weight:bold;
padding:12px 0;
text-shadow:1px 1px 1px #fff;
}
.c {
text-align:center;
}
p {
line-height:21px;
text-shadow:1px 1px 1px #fff;
}
.tech {
background:#eee;
}
.f200 {
min-height:200px;
}
#infotxt {
position:absolute;
z-index:111;
padding:20px;
}

ul.ulref {

line-height:30px;
margin:12px 0 12px 24px;
}

.foot {
border-top:1px solid #ccc;
min-height:200px;
}

.contact {
min-height:400px;
background:#eee;
}
.contact .col {
background:none;
}



.dl {
height:0px;
border-top:1px solid #ddd;
border-bottom:1px solid #fff;
}


/* form */

.formline {
padding:20px 0 0;
}
.formline span {
display:block;
padding:3px 0;

}
.formline input {
border:1px solid #ccc;
background:#fff;
padding:5px 7px;
width:400px;
}

.formline select {
border:1px solid #ccc;
background:#fff;
padding:5px 7px;
width:400px;
}
.formline textarea {
border:1px solid #ccc;
background:#fff;
padding:5px 7px;
width:70%;
height:250px;
}

input#sendform {
display:block;
width:120px;
height:48px;
background:url('../img/formsend.png') no-repeat;
border:0;
text-indent:-9999px;
}
input#sendform:hover {
background-position:0 -48px;
}
label.error {
display:block;
color:#821000;
padding:3px 0;
font-size:12px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	
}
.col.w {
background:#fff;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}






















/* additional fixes */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 select {
  	line-height:21px;
  }
}






/*media queries*/
@media (max-width: 979px) {
	
}


  @media (max-width: 768px) {
 #mainmenu  {
display:none;
}
.mobilemenu {
	display:block;
	
}

  	.container {
  		width:96%;
  		float:none;
		margin:0 2%;
  	}
	#logo img {
  		width:80%;
  	}
	
	.featured h1 {
	margin-top:7px;
	font-size:24px;
}

.featured p {
line-height:20px;
padding-bottom:20px;
}
	

	#slide1 img {
	position:relative;
	width:100%;
	opacity:0.7;
	}
	.col {
	min-height:100px;
	padding-top:20px;
	padding-bottom:20px;
	}
   .imgr {
   width:100%;
   }
   h3, h2,div.sub {
   font-size:20px;
   }
   .header {
   height:60px;
   }
  	}


  	
  @media (max-width: 480px) {
 #logo img {
  		width:80%;
  	}
	.col {
	min-height:100px !important;
	padding-top:10px;
	padding-bottom:10px;
	}
	.formline {
	padding:10px 0 0 0;
	}
	.formline input {
	width:94%;
	}
	.formline textarea {
	width:94%;
	}
	.formline select {
	width:94%;
	}
	.formline input,.formline textarea, .formline select {
	font-size:14px;
	}
	
  	
  	}
  	
  
 