/* CSS Document */

/* testing display class
div {
position: absolute;
left: 100px;
top: 200px;
background-color: #f1f1f1;
width: 180px;
padding: 10px;
color: black;
border: #0000cc 2px dashed;
display: none;
}
*/


div.displaynone {
display: none;
}

/*  START: Show/Hide Descriptions */

div.center .showhidelinks {
	border:solid 2px #6f3e14;
	background-color:#ecefe8;
	color: #000;
	font-weight: bold; 
	font-size: 90%;
	float:right;
	padding:0.25em 0.25em;
	margin:0; 
	
}

div.center .showhidelinks a:link{
	color:  #000;
	text-decoration: none; 
	
}

div.center .showhidelinks a:visited{
	color: #000;
}

div.center .showhidelinks a:hover{
	color: #000;
	text-decoration: underline;
}

div#link.showDescriptionYes dd{
	   visibility: visible;
	   display:block; 
	}
	
div#link.showDescriptionYes a.linkshow{
	visibility: collapse;
	display:none;
	}
	
	
	  
div#link.showDescriptionNo dd{
	   visibility: collapse;
	   display:none;
	}
	
div#link.showDescriptionNo dt{
		font-weight: normal;
	}
	
div#link.showDescriptionNo a.linkhide{
	visibility: collapse;
	display:none;
	}
	
div#link hr
	{
		color:		#6f3e14;
		background:	white;
		height:		2px;
		text-align:	center;
	}
	
/*  END: Show/Hide Descriptions */


/* mapcar index page - display center column maps - 2 columns - text on image */

div.row {margin: 0; padding: 0; width: 95%;}
div.cols2 {float: left; width: 47%; margin: 0 3px 0 0; padding: 0;}

p.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 10.0pt;
	margin: 0;
	padding: 0;
}

#map a:link {
	color: #000;
	text-decoration: none; 
}

#map a:visited {
	color: #000;
	text-decoration: none; 
}

div#topo {
    background: #FFF url(mapcar/images/m-topo.jpg) no-repeat;
	height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;	
}
div#atlas {
    background: #FFF url(mapcar/images/m-atlas.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#aerial {
    background: #FFF url(mapcar/images/m-aerial.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#satellite {
    background: #FFF url(mapcar/images/m-satellite.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#geo {
    background: #FFF url(mapcar/images/m-geo.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#survey {
    background: #FFF url(mapcar/images/m-survey.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#forest {
    background: #FFF url(mapcar/images/m-forest.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}
div#mining {
    background: #FFF url(mapcar/images/m-mining.jpg) no-repeat;
    height: 114px;
    width: 185px;
	margin: 0;
	border:0;
	padding: 3px;
}


/* END mapcar index page - display center column maps - 2 columns - text on image */


/* START natural disasters bulleted list right nav */

div.right li ul.navbullet {
	list-style-type: disc;	
	margin-left: 12px;
	padding-left: 12px;
}

div.right li div.navbullet {
	margin-bottom: 10px;
}

div.right li div.navbullet {
	border: 1px solid #5f93b8;
}

div.right li.menucontent_nobotbord { /*remove bottom-border */
	color: #000;
	background-color: #FFF;
	padding: 2px 5px 2px 0px;
}

/* END natural disasters bulleted list right nav */


