/* HTML5 display-role reset for older browsers */
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
hr {
	width: 100%;
	display: block;
	height: 1px;
	border: none;
	outline: none;
	clear: both;
	background: #ccc;
	
}

.wrapper .column { 
	float: left; 
	display: inline; 
	width: 50%;
	padding: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}



.nav-container {width:100%; }

nav {
	z-index: 42;

	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	background:#3DA6A6;
	width: 100%;
	height:70px;
	position: fixed;
}
nav ul{margin:0 auto;width:1000px;}

nav li {
	display: inline;
	list-style: none;
}
nav li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	line-height:70px;
	font-weight: bold;
	display: inline-block;
	width: 110px;; text-align: center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

nav li a:hover,
nav li a.selected {
	color: #3DA6A6;
	background: #fff;
	line-height:70px;
}
 
/*clearfix*/    
.wrapper:before,
.wrapper:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
	zoom: 1 
}

.sticky {
	position: fixed;
	top: 0;

}
