<!--
html {
	height: 100%;
	overflow: hidden;
}
body {
   font-family: Helvetica, Arial, sans-serif;
   background-image: url('./images/block-background.gif');
   background-position: left top;
   background-repeat: repeat-y;
   margin: 0px;
   color: #003;    
	height: 100%;
	overflow: auto;

}
/* div tag */
div {
   font-size: inherit;
   margin: 0px;
   padding: 0px;
   scrollbar-3dlight-color: white;
   scrollbar-arrow-color: black;
   scrollbar-base-color: white;
   scrollbar-darkshadow-color: white;
   scrollbar-face-color: white;
   scrollbar-highlight-color: black;
   scrollbar-shadow-color: black;
}
div.locations {
   position: relative;
   padding: 5px;
}
div.liner {
   margin: 5px;
}
div.searchsection {
    font-size: inherit;
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
    background-color: #fff;
    height: 350px;
    overflow: auto;
}
div.gmap {
   width: auto; 
   height: 400px;
}
#page {
   border: solid 1px #99c; 
   background-image: url("./images/paleblock2-background.gif");
   background-position: left top;
	display: block;
   margin-bottom: 10px;
	margin-left: 12%;
	width: 75%; 
	padding: 5px; 
	overflow: hidden;
}
.maplogodiv {
   position: absolute; 
   top: 0px; 
   right: 16px;
   background-color: white;
}
.section-top {
   margin-top: 80px;
}
.section-full {
	margin-top: 10px; 
}
#section-nav {
   visibility: visible;
   font-family: inherit;
   border: solid 1px #99c; 
   background-color: white;
	display: block;
	bottom: 0px; 
	left: 0px;
	min-width: 170px;
	position: fixed;
   margin: 0px;
   padding: 5px; 
}
* html #section-nav {position: absolute;}
#section-hide-nav {
    visibility: visible;
    font-family: inherit;
    border: solid 1px #99c; 
    background-color: white;
	display: block;
    	bottom: 0px; 
    	left: 0px;
	width: 30px;
    	height: 30px;
    	position: fixed;
    	margin: 0px;
    	padding: 5px; 
}
* html #section-hide-nav {position: absolute;}
#section-pan {
    visibility: hidden;
    font-family: inherit;
    border: solid 1px #99c; 
    background-color: white;
	display: block;
	height: 0px;
	width: 0px;
	bottom: 0px; 
	right: 15px;
	position: fixed;
    	margin: 0px;
    	padding: 5px; 
}
* html #section-pan {position: absolute;}
#section-hide-pan {
    visibility: visible;
    font-family: inherit;
    border: solid 1px #99c; 
    background-color: white;
	display: block;
    	bottom: 0px; 
    	right: 15px;
	width: 70px;
    	height: 30px;
    	position: fixed;
    	margin: 0px;
    	padding: 5px; 
}
* html #section-hide-pan {position: absolute;}
div.navsection {
    border: none;
    padding: 5px;
    border-top: 1px solid #669;
}
#squares {
    background-color: #9cf;
	border: 1px solid red;
    margin: 5px;
    padding: 5px;
}
div.insert {
   background-image: url('./images/block-background.gif');
   background-position: right bottom;
   border: 1px solid #003;
}
div.summarytable {
   clear:right; 
   float: right; 
   margin-left: 5px;
}
div.attributetable {
   overflow: auto;
   border: 1px solid black;
   background-color: white;
}
-->
