﻿body 
{
    background-color:#E6E6FA;
}
#MainMap, #CheckBox, #LocatorMap
{
    border: none;
    padding:2px;
    margin:2px;
}

#MainMap
{
    position: absolute;
    top: 50px;
    left: 25px;
    width: 600px;
    height: 600px;
}

#navButtons  {
    top:65px;
    left:655px;
    position: absolute; 
    background-color:Silver; 
     border-style:outset;  
}
#LocatorMap
{
   position: absolute;
   top: 65px;
    left:750px;
    width:300px;
    height: 175px;
}
    
#CheckBox
{
    position: absolute;
   top: 225px;
    left:675px;
    width:400px;
    height: 600px;

} 
#legend1
{
    position: absolute;
   top: 250px;
    left:650px;
}
#legend2
{
    position: absolute;
   top: 525px;
    left:660px;

}
#title
{

    text-align: center;
    width:100%;
}

#lynx
{
    position: absolute;
    top: 415px;
    left: 845px;
    width:185px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  small;
}


.hidden
{ display:none;
    }