@charset "utf-8";
/*border-top: 3px solid #197a80;*/
	
/* this ID controls the look and feel for the display in the headerPane*/
#divHeaderContainer{
	font-size:0px; /*TSG, this div sits in the dijit.layout.ContentPane, which can screw up the display for output of images.*/
 	margin: 0; 
	padding:0px; 
    width:100%;
	height:60px;
	min-width:500px;
	background-color:#FFF;  /*TSG, new theme update from: #336666*/
	z-index:102;
}

#divHeaderLeft{
	float:left;
    width:350px;/*this should match the width of the image at left. (divLogo)*/
	height:100%;/*100 percent of parent*/
	background-image:url("/mapsonline/assets/images/header/tealGrayLogoClarkCounty_white.png");
    background-repeat: no-repeat;
}

#dropdown-arrow {
	position: relative;
	left: 4px;
	color: #696764;
}

#divHeaderRight{
	color: #336667; /*TSG, new theme update from: #ECECEC*/
    float:right;
    width:120px; 
	border-left:1px solid #336667; /*TSG, new theme update from: #ECECEC*/
	height:100%;/*100 percent of parent*/
	z-index:102;
}

#divHeaderRight.hover{
	color: #336667;
	background: #ECECEC; 
	cursor:pointer;
}

#divHeaderRightLayers{
	color: #336667;  
    float:right;
    width:120px; 
	border-left:1px solid #336667; 
	height:100%;/*100 percent of parent*/
	z-index:102;
}

#divHeaderRightLayers.hover{
	color: #336667;
	background: #ECECEC; 
	cursor:pointer;
}	

#divHeaderRightContent{	
	/*
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	padding-top:18px;
	*/
	padding-top:21px;
	font-family: 'Lato', sans-serif;
 	font-size: 15px;
	font-weight: normal;
 	text-align:center;
}

/*for the bookmarks button and container on the right hand side*/
#divMapSiteList {
	position:absolute;
	right:-1px;
	top:60px;
	padding:8px;
	z-index:100;
	text-align:center;
	border-top:none;
	font-weight:normal;
	background-color:#ececec;
	border:1px solid #85a4b8;
	border-top:none;
	display:none;
	z-index:101;
}

/*for the bookmarks button and container on the right hand side*/
#divSearchForLayersList {
	position:absolute;
	right:-1px;
	top:60px;
	padding:8px;
	z-index:100;
	text-align:center;
	border-top:none;
	font-weight:normal;
	background-color:#ececec;
	border:1px solid #85a4b8;
	border-top:none;
	display:none;
	z-index:101;
	min-width:280px;
}

#divHeaderFluid{
	height:100%;/*100 percent of parent*/
}

#divHeaderFluid >  div{/*used to place the div tag used for display the name of the mapping app*/
	/*
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: bold;
	padding-top:14px;
	*/
	padding-top:18px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #696764;  
	text-align:center;
	margin-left: -300px;
}
 
/*the content div for display in FooterPane*/
#divFooterContent{ 
min-width:500px;
width:100%;
padding:0px;
border-top-width:3px;
border-top-style:solid;
border-top-color:#336667;
background-color:#ECECEC;
}	