body{
	background-image:url('images/bg-compass.png');
	background-repeat:no-repeat;
	background-position:center 0px;
}

#footer{
	height:40px;
	padding-top:5px;
	margin-top:0px;
} 
#footer .row { background-image:none; height:40px;
padding-top:5px;
margin-top:0px;
	width: auto; min-width: 0; margin-left: 0; margin-right: 0; }

	#orange-bar{
		display:none;
	}
#main{
	position:relative;
	clear:both;
	background-image:none;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:5px;
	top:-15px;
	z-index:1;
}

#header{
	position:relative;
	background-color:transparent;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	height:40px;
	min-height:40px;
	max-height:800px;
}

#nav-column{
	position:relative;
	z-index:200;
	max-width:100%;
	width:100%;
	padding-top:5px;
	margin-left:0%;
	margin-bottom:-0px;
}
#main-nav{
	background-image:none;
		background-position:center;
		background-repeat:no-repeat;
		min-height:104px;
		padding-left:8%;
		background-color:none;
		padding-top:15px;
		position:relative;
		z-index:400;
}
#logo{
	float:left;
	width:45%;
	margin-top:25px;
	margin-right:-5px;
}
#m-buttons{
	display:block;
}
#toppanel{
	display:none;
}
.search{
	width:55%;
	height:230px;
	background-image:url('images/m-bg-search.png');
	background-position:center;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-right:-5px;
	font-family: 'LatoRegular';
	float:right;
	padding-top:60px;
}
#buttons{
	display:none;
}
.search a{
	display:block;
	color:#f5da8f;
	text-decoration:none;
	font-size:9px;
	width:125px;
	padding-top:6px;
	height:20px;
	margin:10px auto;
	background-color:#573916;
	-moz-box-shadow:    inset 0 0 15px #333;
	-webkit-box-shadow: inset 0 0 15px #333;
	box-shadow:         inset 0 0 15px #333;
}
.search a:hover{
	background-color:#b15903;
	color:#fff;
}
dl.tabs.six-up dd  { width: 23%; margin: 0 2px; }
	
#trail-tabs a { font-size: 60%; padding: 0px 5px; }
#mobile-device{
	width:98%;
	padding-left:1%;
}	
	#slogan h1{
	font-family:'Interstate', 'interstate', helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
	text-shadow: 1px 1px 1px #333, 0px 2px 3px #333; 
	letter-spacing:0px;
	text-align:center;
	margin-top:-5px;
	margin-bottom:-10px;
}
#slogan h2{
	font-family:'LatoRegular', helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#f5da8f;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:0px;
	text-shadow:  1px 1px 1px #333; 
	background-image:none;
	border-radius:3px;
	-webkit-box-shadow: none;    
	-moz-box-shadow:none;
	box-shadow: none;
}
[role='navigation'] {
	margin: 0 auto;
	width: 100%;
	background-color: none;		
}
.flexNav-touch [role='navigation'],
.flexNav-no-touch [role='navigation'] {	
	display: none;
}
.menu-button {
	position:relative;
	display: block;
	padding: 1em;
	background: none;
	color: #fff;
	background-image: url('images/bg-m-nav.png');
	background-repeat: repeat-x;
	font-family: 'LeagueGothicRegular';
	background-color:none;
	font-size:20px;
	cursor: pointer;
	z-index:500;
	margin-bottom:-31px;
	clear:both;
}
[role='navigation']:after { /* clearfix */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

[role='navigation'] li {
	position: relative;
	list-style: none;
	display: block;	
	background-color: none;	
	width: 100%;	
	background-image: url('images/bg-m-nav.png');		
}

[role='navigation'] li.item-with-ul {	
	background-color: none;	
	background-image: url('images/arrow-down.png');	
	background-repeat:repeat-x;
}

[role='navigation'] li a {
	margin-right: 20%;
	display: block;
	color: none;
	border-bottom:none;			
}


[role='navigation'] li a.link-with-ul {
	border-right: none;
	background-image: url('images/bg-m-nav.png');
	background-repeat:repeat-x;		
}

[role='navigation'] .top-level a {
	position: relative;
	display: block;
	background-image: url('images/bg-m-nav.png');
	padding: 0px 4px;
	z-index: 2;
	text-align:left;
	font-size:16px;
}
[role='navigation'] li ul {
	width: 100%;
	position: relative;
	margin-top:12px;
	border-top: none;
	border-bottom: none;
	
}
[role='navigation'] li ul li {
	float: none;
	width: 100%;	
	margin-left:-10px;
	padding-left:10px;		
	background-image: url('images/bg-m-nav.png');
		
}

[role='navigation'] li ul li a {
	display: block;
	background-color: none;
	
}

[role='navigation'] .item-with-ul {
	background-image: url('images/arrow-down.png');
	background-repeat:repeat-y;
	background-position: center -10px;
}
.sub-menu {
	display: none;
}
.sub-menu.open {
	display: block;
}

