body, html{width:100%; height:100%; margin:0;}
body{font-family:Ubuntu; font-size:16px; font-weight:300; min-height:100%;}
#wrapper{max-width:1200px; min-height:100%; margin:0 auto; padding-bottom:95px;}
#header{width:100%; height:105px; background-color:#FFF;position:fixed; z-index:100; top:0px; left:0px;}
#top_nav{width:100%; max-width:1200px; height:90px; background-color:#FFF; margin:0 auto;}
	#top_nav #logo{width:25.66666%; float:left; padding-bottom:8%; background:url(/img/wilson-logo.jpg) no-repeat; background-size:100%;}
	#top_nav #menu-cont{width:74.33333%; float:left; text-align:right; font-size:1.25em; font-weight:400;}
	#top_nav #menu-spc{position:relative; top:50px;}
	#top_nav #mobile-menu{display:none;}
	#top_nav #mobile-close{display:none;}
#mm-container{display:none;}
#content{width:100%; margin-top:90px; padding-bottom:100px;}
#footer-wrap{width:100%; height:150px; clear:both; background-color:#A6A6A6; border-top:#B5B5B5;}
#footer{width:100%; height:150px; clear:both; position:relative; z-index:10; margin-top:-150px;background-color:#A6A6A6; border-top:#B5B5B5;}
@media only screen and (min-width:785px) and (max-width:960px){
	#content{width:100%; margin-top:70px;}
	#top_nav{max-width:960px; height:70px; margin:0 auto;}
		#top_nav #logo{width:25.66666%; float:left; padding-bottom:7.5%; background:url(/img/wci-logo.jpg) no-repeat; background-size:100%;}
		#top_nav #menu-cont{width:74.33333%; float:left; text-align:right; font-size:1em; font-weight:400;}	
		#top_nav #menu-spc{position:relative; top:10px;}
		#top_nav #mobile-menu{display:none;}
		#top_nav #mobile-close{display:none;}
	#mm-container{display:none;}
}
@media only screen and (min-width:414px) and (max-width:785px){
	#content{width:100%; margin-top:90px;}
	#top_nav{width:414px; height:103px; margin:0 auto;}
		#top_nav #logo{width:374px; height:90px; float:left; background:url(/img/wci-logo.jpg) no-repeat; background-position:center;}
		#top_nav #menu-cont{display:none}
		#top_nav #mobile-menu{width:40px; height:40px; float:left; position:relative; top:60px; background:url(/img/mobile-menu.jpg) no-repeat; display:block; cursor:pointer;}
		#top_nav #mobile-close{width:40px; height:40px; float:left; position:relative; top:60px; background:url(/img/mobile-menu-close.jpg) no-repeat; display:none; cursor:pointer;}
	#mm-container{position:absolute; width:100%; top:100px; left:0; background-color:#555; z-index:105; display:none;}
}