@charset "UTF-8";
/* CSS Document */
html, body{ 
font-family: HelveticaNeue, depot-new-condensed-web, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:13px;
	background-color: #FFF;
	margin: 0;
	padding: 00;
	color: #000;
 } 
 
#pagewidth{ }
 
#header{
 	height: 300px;
	background: url('images/headerimage.png');
    background-size: cover;
	background-position: top;
	background-attachment: scroll;
} 
 
#maincol{
 	background-color: #FFFFFF;  
 	position: relative;
	margin: 10px;
 }
 
#footer{
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-color: #344d7a;
	clear: both;
	display: block;
	overflow: auto;
	color: #FFF;	
} 

#footercontent{
	margin: 10px
} 
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
