@charset 'UTF-8';
@font-face {
  font-family: 'proxima_nova_a_regular';
  src: url("fonts/proximanovaa-regular-webfont.eot");
  src: url("fonts/proximanovaa-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanovaa-regular-webfont.woff") format("woff"), url("fonts/proximanovaa-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pf_dindisplay_pro_thinregular';
  src: url("fonts/pfdindisplaypro-thin-webfont.eot");
  src: url("fonts/pfdindisplaypro-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pfdindisplaypro-thin-webfont.woff") format("woff"), url("fonts/pfdindisplaypro-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
  
  p {
  font-family: pf_dindisplay_pro_thinregular, Verdana, sans-serif;
	font-size:1.5em;
	color:#709900;
	width:60%;
	}
	
#callout1, #callout2, #callout3 {
	font-family: pf_dindisplay_pro_thinregular, Verdana, sans-serif;
	float:left;
	position:relative;
	vertical-align:top;
	font-size:.76em;
	color:#fff; 	 
	padding:1.85em .25em 1.85em .75em; 
	background:#003a5e; 
	z-index:5000;
	display:none;
	width:491px;
	overflow:hidden;	
	}

#medium-imagery, #high-imagery, #very-high-imagery { 
	position: fixed;	
	left:36.75%;
	}	
	
#medium, #high, #very-high {
	cursor:pointer; 
	display:block;
	position:relative;
	float:left;
	font-family: pf_dindisplay_pro_thinregular, Verdana, sans-serif;
	font-size:.76em;
	color:#fff; 
	padding:1.85em 0 1.85em .95em; 
	background:#003a5e;	
	clear:both;
	width:35%;	
	}