﻿ /*html,body {
    height:100%;
    width:100%;
    margin:0;
}
body {
    background-color:#FFF;
    overflow:hidden;
    font-family:"Trebuchet MS";
}
#map {
    border:solid 2px #808775;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:2px;
    padding:0px;
}
#search {
    display: block;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 74px;
}*/

 .pageheader
{
	background-image:  url('../images/1600X80.png');
    background-repeat: no-repeat;
   /*  margin-left: 5px; */
    /* margin-right: 5px; */
    /* margin-top: 4px; */
	height: 200px;
	max-height:300px;
    opacity:0.9;
    background-color: rgba(255,255,255,.15)
}


