#normal, #homePage, #mapViewer, #mapViewerPrint, #mapViewerFindByPlace, #mapViewerGeoRefMaps, #mapViewerSideBySide  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	width: 100%;
}





#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;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	min-height: 100px;
}


#mapViewerSideBySide #header {
	position: relative;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
	min-height: 97px;
}

#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;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#mapViewer #header #pageTitle {
	margin: 0 174px 0 177px;
	padding: 16px 16px 0 16px;
	color: #003;
	font-size: 0.95em;
	border: none;
	line-height: 1.2em;
	max-height: 80px;
	overflow: hidden;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#normal #header #pageTitle, #homePage #header #pageTitle, #mapViewerPrint #header #pageTitle, #mapViewerFindByPlace #header #pageTitle, #mapViewerGeoRefMaps #header #pageTitle, #mapViewerSideBySide #header #pageTitle  {
	margin: 0 184px 0 177px;
	padding: 16px 26px 0 16px;
	color: #003;
	font-size: 0.95em;
	border: none;
	line-height: 1.2em;
	max-height: 80px;
	overflow: hidden;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#normal #header #re-use {
	
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0px 15px 0px 0;
    font-size: 0.8em;
    padding: 0;
	-webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.headerSearchForm {
	position: absolute;
	right: 0;
	top: 0;
	margin: 30px 16px 0 0;
	padding: 2px;
	width: 198px;
	color: #003;
	border: 2px solid #000;
	background-color: white;
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


#headerSearchFormLabel  {
	margin: 5px 3px 0 0;
	float: left;
	font-size: 0.8em;
	border: none !important;
	-webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#headerSearchFormSearchBox {
	float: right;
	height: 17px;
	width: 106px;
//	border: none;
	border: 2px solid #000;
	color: #666;
	padding: 4px 3px;
	margin: 0 0 0 5px;
	font-size: 0.8em;
	background-color: white;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
	
}

#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;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#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;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#headerMenu, #digitalOrdersMenu {
	float: right;
	background-color: #c1d1e4;
	margin: 0;
	padding: 0;
}

#headerMenu {
	width: 0em;
}

#digitalOrdersMenu {
	position: absolute;
	right: 0px;
	width:  18.5em;
	border-right: 1px solid white;
	background-image: url(/assets/graphics/shade.png);
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#digitalOrdersMenu  {
	padding: 0;
	font-size: 1em !important;
}

#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;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#headerMenu li, #digitalOrdersMenu li, #digitalOrdersMenu2 li {
	float: right;
	list-style: none;
	display: block;
	border-left: 1px solid white;
	background-image: url(/assets/graphics/shade.png);
	margin: 0;
	padding: 0;
	font-size: 1 em;
	height: 23px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#headerMenu li a, #digitalOrdersMenu li a, #digitalOrdersMenu2 li a {
	display: inline-block;
	color: white;
	text-decoration: none;
	margin: 0px;
	min-height: 28px;

	padding: 4px 8px 0px 8px; 
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

.ie #headerMenu li a, .ie #digitalOrdersMenu li a, .ie #digitalOrdersMenu2 li a {
	padding: 1px 8px 2px 8px; 
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#findByPlace {
	background-color: #39B437;
}

#browseByCategory {
	background-color: #f30;
}

#orderThisMap {
	margin: 0;
	padding: 0;
}

input.orderThisMap {
	height: 26px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#viewBasket {
	background-color: #552b35;
}

#URHere {
	float: left;
//	background-color: #003;
//	background-color: rgba(0,60,136,.5);
	margin: 0;
	padding: 0 0 0 10px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#URHere a {
	display: inline-block;
//	color: black;
//	text-decoration: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}


#URHere a:hover {
	background-color: #61a5ff;
}

#URHere ul {margin-top: 0.25em; font-size: 1em; word-break: break-all;    -webkit-user-select: none; /* Safari */  -ms-user-select: none; /* IE 10 and IE 11 */  user-select: none; /* Standard syntax */}

#URHere li { display: inline-block; line-height: 1.1em;  margin-bottom: 0.25em; word-break: break-all;   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */ }

#URHereRight {
	position: absolute;
	float: left;
	left: 50%;
//	background-color: #003;
//	background-color: rgba(0,60,136,.5);
	margin: 0;
	padding: 0 0 0 10px;

	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#URHereRight  ul {margin-top: 0.25em; font-size: 1em; word-break: break-all;  line-height: 1.2em !important;  -webkit-user-select: none; /* Safari */  -ms-user-select: none; /* IE 10 and IE 11 */  user-select: none; /* Standard syntax */}

#URHereRight  li { display: inline-block; line-height: 1.2em !important;  margin-bottom: 0.25em; word-break: break-all;   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */ }

#URHereRight a {
	display: inline-block;
//	color: black;
//	text-decoration: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;

}


#URHereRight a:hover {
	background-color: #61a5ff;
}

ul.listHorizonal  { list-style-type:none;   margin: 0;  padding: 0;  overflow: hidden; }


ul.listHorizonal li { display: inline-block; text-decoration:none; }

#footer {
	z-index: 1000;
}

	
#footerMenu, #footerMenuSite, #footerMenuViewer, #footerMenuViewerHelp {
	margin: 0;
	padding: 0;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewerHelp {
	height: 35px;
	font-size: 1em;
}

#footerMenu, #footerMenuSite {
	float: right;
}

#footerMenuViewer, #footerMenuViewerHelp {
	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: block;
	margin: 0 0 0 1px;
	padding-top: 8px;
	height: 26px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li {
	background-image: url(/assets/graphics/right_bottom_corner.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #B35C09;
	float: right;
	list-style: none;
	display: inline;
	margin: 0 0 0 1px;
	padding: 0;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li {

	background-image: url(/assets/graphics/right_bottom_corner_help_new.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e17900;
	float: right;
	list-style: none;
	display: block;
	margin: 0 0 0 1px;
	padding-top: 5px;
	height: 26px;
	color: #141414;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li:hover {
	background-color: #A65101;
//	background-image: url(/assets/graphics/left_bottom_corner_hover_help.png);
	background-position: bottom left;
}

#footerMenuViewerHelp li {
	background-image: url(/assets/graphics/right_bottom_corner_help_new.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e17900;
	float: right;
	list-style: none;
	display: block;
	margin: 0 0 0 1px;
	padding-top: 7px;
	height: 26px;
	color: #141414;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li:hover {
	background-color: #ef811b;
//	background-image: url(/assets/graphics/left_bottom_corner_hover_help.png);
	background-position: bottom left;
	color: #141414;
}

#footerMenuViewerHelp li:hover {
	background-color: #ef811b;
	background-image: url(/assets/graphics/left_bottom_corner_hover_help.png);
	background-position: bottom left;
	color: #141414;
}

#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;
	height: 21px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewerHelp li a  {
	display: block;
	margin: 0;
	padding: 2px 10px 4px 10px;
//	background-image: url(/assets/graphics/left_bottom_corner_help.png);
//	background-position: bottom left;
	background-repeat: no-repeat;
	color: #141414;
	display: block;
	text-decoration: none;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li a  {
	display: block;
	margin: 0;
	padding: 2px 2px 8px 2px;
//	background-image: url(/assets/graphics/left_bottom_corner_hover_help.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}


#footerMenuViewer li.footerhelp {
	background-image: url(/assets/graphics/left_bottom_corner_help.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:  #e17900;
	float: left;
	list-style: none;
	display: block;
	padding-top: 7px;
	margin: 0 0 0 1px;
	color: white;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewer li.footerhelp a {
	background-image: url(/assets/graphics/right_bottom_corner_help_new.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e17900;
	float: right;
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 10px 4px 10px;
	font-size: 1.0em;
		color: #141414;
		-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewer li.footerhelp:hover {
	display: inline;
	background-color: #ef811b;
	background-image: none;
	color: #141414;
}

#footerMenuViewer li.footerhelp a:hover {
	display: block;
	background-color: #ef811b;
	background-image: none;
	color: #141414;
}





#footerMenuViewermobile li.footerhelpmobile {
//	background-image: url(/assets/graphics/left_bottom_corner_help.png);
//	background-position: bottom left;
//	background-repeat: no-repeat;
	background-color: #e17900;
	float: left;
	list-style: none;
	font-size: 1em;
	display: block;
	padding-top: 7px;
	margin: 0 0 1px 0;
	color: #141414;
	height: 22px;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li.footerhelpmobile a {
//	background-image: url(/assets/graphics/right_bottom_corner_help_new.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e17900;
	float: right;
	font-size: 1em;
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 8px 0px 10px;

	color: #141414;
	-webkit-user-select: none; -ms-user-select: none; user-select: none;
}

#footerMenuViewermobile li.footerhelpmobile:hover {
	display: inline;
	background-color: #ef811b;
	background-image: none;
	color: #141414;
}

#footerMenuViewermobile li.footerhelpmobile a:hover {
	display: block;
	background-color: #ef811b;
	background-image: none;
	color: #141414;
}





#footerMenu li a:hover, #footerMenuSite li a:hover, #footerMenuViewer li a:hover {
//	background-image: url(/assets/graphics/left_bottom_corner_hover.png);
}

#footerMenuViewermobile li a:hover {
	background-image: url(/assets/graphics/left_bottom_corner_hover.png);
}

#footerMenuViewerHelp li a:hover {
	display: block;
//	background-color: #d0853d;
	background-image: none;
	color: #141414;
}

/*-------------------------------------------------------*/
/* Normal text page chrome */

#normal {
	background-color: #d9dde6;
}

#normal #footer  {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#normal #siteTitle {
	float: 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;
	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 30px;
	background-color: white;
}

#normal #footer {
	font-size: 0.8em;
	font-weight: bolder;
	margin: 0 auto;
//	max-width: 900px;
	padding: 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%;
}


#data {
	border-radius: 3px;
	max-width: 300px;
	margin-top: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	bottom: 5%;
	padding: 10px;


}

#data h2 {
	font-size: 14px;
}

#data h3 {
	font-size: 12px;
}

#data p {
	font-size: 12px;
}



.accordion1 {
  background-color: #eee;
//  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion1:hover {
  background-color: #ccc;
}

.accordion1:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

@media only screen and (min-width: 850px) {
	.mobile {
			display: none;
	}	
}
	 
@media only screen and (max-width: 850px) {
	.mobile {
			display:inline;

	}	
}

.hidden {
		display: none;
}

.searchPanel-img { display: inline; margin: 0; vertical-align: middle;  }

#filterlistinput {
  background-image: url('/img/searchicon.png'); /* Add a search icon to input */
  background-position: 5px 3px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 20%; /* Full-width */
  font-size: 14px; /* Increase font-size */
  padding: 5px 20px 5px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}


