@charset "utf-8";
/* Mobile Navigation Styles */

	
#mobileNav .mobileNavLevel1, #mobileNav > li#mobileSearch {
	display: block;
	color: #FFF;
	float: left;
	text-align: center;
	width: 25%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 0;
}

.mobileNavLevel1 {
	font-size: .9em;
}

.mobileNavMenuLevel2 {
	display: none;
	background-color: #333;
	color: #FFF;
	text-align: left;
	padding: 10px;
}

.mobileNavLevel2 {
	border-bottom: #FFF solid 1px;
	font-weight: bold;
	font-size: .9em;
}

.mobileNavMenuLevel3 {
	background-color: #333;
	color: #FFF;
	text-align: left;
}

.mobileNavLevel3 {
	float: left;
	padding: 5px 10px;
	margin: 0;
	font-weight: normal;
	font-size: .9em;
}

.mobileNavLevel2 a:link, .mobileNavLevel2 a:visited {
	color: #FFF;
}

#mobileNav .mobileNavLevel1.hasActiveSub {
	background-color: #333;
}

/******* Mobile Search Button *******/

#mobileSearch {
	position:relative;
	z-index:99;
}

#mobileSearchCont {
	background-color: inherit;
	position: absolute;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

#search-container {
	margin-top: 0;
}

#search-container input#theSearchField {
	width: 75%;
	margin: auto;
	font-size: 16px;
}
