#normal, #homePage, #mapViewer, #mapViewerPrint, #mapViewerFindByPlace, #mapViewerGeoRefMaps, #mapViewerSideBySide  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}


#header {
	-moz-box-shadow: 0 0 15px -3px #333;
	-webkit-box-shadow: 0 0 15px -3px #333;
	box-shadow: 0 0 15px -3px #333;
}

#searchSideBar, #resultsSideBar {
	-moz-box-shadow: 0 0 15px -3px #bbb;
	-webkit-box-shadow: 0 0 15px -3px #bbb;
	box-shadow: 0 0 15px -3px #bbb;
}

/* #footer {
	-moz-box-shadow: 0 0 15px -3px #666;
	-webkit-box-shadow: 0 0 15px -3px #666;
	box-shadow: 0 0 15px -3px #666;
} */

#header {
	position: relative;
	top: -25px;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

#NLSLogo a, #siteTitle a {
	color: #13133b;
	text-decoration: none;
}

#NLSLogo a:hover, #siteTitle a:hover {
	color: #666;
}

#NLSLogo {
	float: left;
	width: 342px;
	height: 58px;
	margin: 0;
	padding: 16px;
	border: none;
}

@media only screen and (min-width: 70rem) {

		#mapViewer #header #pageTitle {
			margin: 0 254px 0 177px;
			padding: 15px 6px 0 16px;
			color: #003;
			font-size: 0.9em;
			font-weight: normal;
			border: none;
			line-height: 1.3em;
			max-height: 80px;
			overflow: hidden;
		}

}

@media only screen and (max-width: 70rem) {

		#mapViewer #header #pageTitle {
			margin: 0 264px 0 160px;
			padding: 15px 6px 0 6px;

			color: #003;
			font-size: 0.8em;
			font-weight: normal;
			border: none;
			line-height: 1.3em;
			max-height: 80px;
			overflow: hidden;
		}

}

#normal #header #pageTitle, #homePage #header #pageTitle, #mapViewerPrint #header #pageTitle, #mapViewerFindByPlace #header #pageTitle, #mapViewerGeoRefMaps #header #pageTitle, #mapViewerSideBySide #header #pageTitle  {
	margin: 0 174px 0 177px;
	padding: 26px 16px 0 16px;
	color: #003;
	font-size: 0.95em;
	border: none;
	line-height: 1.2em;
	max-height: 80px;
	overflow: hidden;
}

.headerSearchForm {
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 10px 0 0;
	padding: 2px;
	width: 198px;
	color: #003;
	border: 2px solid #000;
	background-color: white;

}

#headerSearchFormSearchBox {
	float: left;
	height: 17px;
	width: 105px;
//	border: none;
	border: 2px solid #000;
	color: #666;
	padding: 4px 3px;
	margin: 0 0 0 5px;
	font-size: 0.8em;
	background-color: white;

}

#headerSearchFormLabel  {
	margin: 5px 5px 0 0;
	float: left;
	font-size: 0.8em;
}

#headerSearchFormSubmitButton {
	float: left;
	height: 25px;
//	width: 25px;
//	background-image: url(/assets/graphics/search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	color: #000;
	margin: 0;
	background-color: white;
}

#bar {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-weight: bolder;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
//	color: black;
//	background-color: #003;
	background-color: #c1d1e4;
//	background-color: #FEFEFE;
	background-image: url(/assets/graphics/shade.png);
	clear: both;
	max-height: 26px;
	overflow: hidden;
}

#headerMenu, #digitalOrdersMenu {
	float: right;
//	background-color: #c1d1e4;
	margin: 0;
	padding: 0;
}

#headerMenu {
	width: 0em;
}

#backButtonMenu {
	float: left;
	background-color: #f30;
	margin: 0;
	padding-left: 2px;
	position: absolute;
	left: 0px;
	width:  4.5em;
	border-right: 1px solid white;
	max-height: 26px;
}

#digitalOrdersMenu {
	position: absolute;
	right: 0px;
	width:  18.5em;
	border-right: 1px solid white;
//	background-color: #c1d1e4;
	max-height: 26px;
	background-image: url(/assets/graphics/shade.png);
}



#digitalOrdersMenu2 {
	position: absolute;
	bottom: 16px;
	left: 16px;
	padding: 2px;
	margin: 0;
	font-size: 0.8em;
	z-index: 10000;
//    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 3px;
}


#headerMenu li, #digitalOrdersMenu li, #digitalOrdersMenu2 li {
	float: right;
	list-style: none;
	//display: inline;
	border-left: 1px solid white;
	background-image: url(/assets/graphics/shade.png);
	margin: 0;
	padding: 0 0 4px 0; 
}

#headerMenu li a, #digitalOrdersMenu li a, #digitalOrdersMenu2 li a {
	display: inline-block;
	color: white;
	text-decoration: none;

//	min-height: 31px !important;

	padding: 4px 4px 4px 4px; 
//	line-height: 1.4em !important;
}

.ie #headerMenu li a, .ie #digitalOrdersMenu li a, .ie #digitalOrdersMenu2 li a {
	padding: 1px 8px 2px 8px; 
}

#findByPlace {
	background-color: #39B437;
}

#browseByCategory {
	background-color: #f30;
}

#orderThisMap {
	margin: 0;
	padding: 0;
}

input.orderThisMap {
	height: 26px;
}

#viewBasket {
	background-color: #552b35;
}

#URHere {
	float: left;
//	background-color: #003;
//	background-color: rgba(0,60,136,.5);
	margin: 0;
	padding: 0 10px 0 10px;
}

#URHere a {
	display: inline-block;
//	color: black;
//	text-decoration: none;
	margin: 0;
	padding: 0px 4px 2px 4px;

}

#URHere a:hover {
	background-color: #8DA4BF;
}

#footer {
	z-index: 1000;
}
	
#footerMenu, #footerMenuSite, #footerMenuViewer, #ol6footerMenuViewer {
	margin: 0;
	padding: 0;
}

#footerMenu, #footerMenuSite {
	float: right;
}

#footerMenuViewer {
	float: left;
}

#ol6footerMenuViewer {
	float: left;
}

#footerMenu li, #footerMenuSite li, #footerMenuViewer li {
	background-image: url(/assets/graphics/right_bottom_corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #003;
	float: right;
	list-style: none;
	display: inline;
	margin: 0 0 0 1px;
	padding: 0;
}

#ol6footerMenuViewer li  {
	background-image: url(/assets/graphics/right_bottom_corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #003;
	background-color: #003;
	float: left;
	list-style: none;
	display: inline;
	margin: 0 0 0 1px;
	color: white;
	padding: 2px 14px 4px 14px;
}

#ol6footerMenuViewer li a {
//	background-image: url(/assets/graphics/right_bottom_corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #003;
	float: right;
	list-style: none;
	display: inline;
	margin: 0 0 0 1px;
	color: #141414;
	padding: -2px 6px -4px 4px;
	text-decoration: none;
}

#ol6footerMenuViewer li:hover  {
	display: block;
	background-color: #666;
	float: left;
	background-image: url(/assets/graphics/left_bottom_corner_hover.png);
	background-position: bottom left;
	cursor: pointer;
}

#ol6footerMenuViewer li a:hover  {
	display: block;
	background-color: #666;

}

#ol6footerMenuViewer li.footerhelp {
	background-image: url(/assets/graphics/right_bottom_corner_help.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #B35C09;
	float: left;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 0 1px;
	color: #141414;
}

#ol6footerMenuViewer li.footerhelp a {
	background-image: url(/assets/graphics/right_bottom_corner_help_new.png);
	background-repeat: no-repeat;
	background-color: #e17900;
	float: right;
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 10px 4px 14px;
}

#ol6footerMenuViewer li.footerhelp:hover {
	display: inline;
	background-color: #d0853d;
	background-image: none;
}

#ol6footerMenuViewer li.footerhelp a:hover {
	display: block;
	background-color: #d0853d;
	background-image: none;
}

#footerMenu li:hover, #footerMenuSite li:hover, #footerMenuViewer li:hover {
	background-color: #666;
	background-image: url(/assets/graphics/right_bottom_corner_hover.png);
}
#footerMenu li a, #footerMenuSite li a, #footerMenuViewer li a {
	display: block;
	margin: 0;
	padding: 2px 14px 4px 14px;
	background-image: url(/assets/graphics/left_bottom_corner.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

#footerMenu li a:hover, #footerMenuSite li a:hover, #footerMenuViewer li a:hover {
	background-image: url(/assets/graphics/left_bottom_corner_hover.png);
}

/*-------------------------------------------------------*/
/* Normal text page chrome */

#normal {
	background-color: #d9dde6;
}

#normal #footer  {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


@media only screen and (min-width: 1050px) {

	#normal #siteTitle {
		position: relative;
		text-align: center;
		height: 58px;
		margin: 0;
		left: 20%;
		right: 80%;
		color: #3A7DC1;
		font-size: 1.2em;
		border: none;
	}

}

@media only screen and (min-width:900px) and (max-width: 1050px) {

	#normal #siteTitle {
		position: relative;
		text-align: center;
		height: 58px;
		margin: 0;
		left: 10%;
		right: 90%;
		color: #3A7DC1;
		font-size: 1.2em;
		border: none;
	}

}


@media only screen and (max-width:900px) {

	#normal #siteTitle {
		position: relative;
		text-align: left;
		height: 58px;
		margin: 0;
		color: #3A7DC1;
		font-size: 1.2em;
		border: none;
	}

}

#normal #siteTitle {
	padding: 32px 16px 0 16px;
	width: 200px;
}

#normal #mainContentOuter {
	position: relative;
	top: -25px;
	margin-bottom: -25px;
	background-color: white;
	background-image: url(/assets/graphics/check.png);
	border-bottom: 1px solid #ccc;
}

#normal #mainContent {
	position: relative;
	margin: 0 auto;
	max-width: 840px;
	padding: 15px 15px;
	background-color: white;
}

#normal #footer {
	font-size: 0.8em;
	font-weight: bolder;
//	margin: 0 auto;
	width: 100%;
//	max-width: 900px;
	padding: 0;
	margin: 0 0  -25px 0;
}

/*-------------------------------------------------------*/
/* Home page chrome */

#homePage {
	background-color: white;
}

#homePage #header, #homePage #footer  {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#homePage #siteTitle {
	float: left;
	height: 58px;
	margin: 0;
	color: #3A7DC1;
	font-size: 1.2em;
	border: none;
}

#homePage #siteTitle {
	padding: 32px 16px 0 16px;
	width: 200px;
}

#homePage #mainContentOuter {
	position: relative;
	background-color: white;
	background-image: url(/assets/graphics/check.png);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#homePage #mainContent {
	position: relative;
	margin: 0 auto;
	width: 895px;
	padding: 0;
	margin-top: 0;
}

#homePage #footer {
	font-size: 0.8em;
	font-weight: bolder;
	margin: 0 auto;
	max-width: 895px;
	padding: 0;
}

/*-------------------------------------------------------*/

/* BLOCKS WITH FLOATED CONTENT FIX */
/* These declarations make sure that the containers that contain nothing 
but floated elements expand to contain those floated elements */
#footerMenu:after,
#bar:after,
#header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #footerMenu,
* html #bar,
* html #header {
	height: 1%;
}

.morePanel-img { display: inline; margin: 5px 10px 0 5px; vertical-align: middle;  }
	
#URHere li { display: inline-block; margin-top: 0.1em; margin-bottom: 0.1em; }
