body {
	background-color: white;
	font-family: arial, sans-serif;
	margin-left:20px;
}
h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 75%;
	padding-top: 0px;
	margin-top: 0px;
}
 .geo  {display: none; }
 .CodeList {
 	 padding-left: 6px;
 	 padding-right: 6px;
 	 vertical-align: middle;
 	 padding-top: 0px;
	 margin-top: 0px;    		 
	 float: right;
 }
 .pinListHeader {
   font-size: 125%;
   padding-top: 3px;
   padding-bottom: 0px;
   margin-bottom: 1px;
 }
 .pinListEntry {
   padding-left: 12px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 2px;
 }
 #focuslist {
 	position: relative;
 	height: 165px;
 	font-family: arial, sans-serif;
 	font-size: 75%;
 	margin-left: auto; 
 	margin-right: auto;
 	padding-left: 5px;
 }
 .focusDiv {
   position: relative;
   float: left;
   width: 160px;
   height: 120px;
   background-color: #CAF99B;
   border: 1px solid #660000;   
   margin-left: auto; 
   margin-right: auto;
 }
 .focusImg {
    max-width: 150px;
    max-height: 90px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
 }
 #mapblock {
   position: relative; 
   margin-left:20px;
   z-index: 0;
}
 #pinChoice {
   position: absolute; 
   top: 30px; 
   left: 364px;
   width: 228px;
   border: 1px solid #808080;
   background: white;
   border-color: black;
   border-width: 1px;
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
   text-align: center;

 }
 #showPinList {
  position: absolute; 
   top: 31px; 
   left: 601px;
   width: 36px;
   height: 30px;      
   filter:alpha(opacity=10);
   -moz-opacity:0.1;
   opacity: 0.1;
   z-index: 20;
 }
 #pinList {
   position: absolute; 
   top: 31px; 
   left: 412px;
   width: 228px;
   border: 1px solid #808080;
   background: white;
   border-color: black;
   border-width: 1px;
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
   z-index: 15;
 }
 #gads{
   position: absolute; 
   top: 1px; 
   left: 660px;
   width: 160px;
   border: 1px solid #808080;
   background: white;
 }
 
 #jslist {
 	display: none;
 }
