﻿/* Main Layout controller for the page */

#fullPage
{
    position: absolute;
    width: 986px;
    height: 646px;
    left: 50%;
    margin-left: -494px; 
    background-color: #BCBCBC;
    border: 2px solid #BCBCBC;
}

#background
{
    position:absolute; 
    top:0; 
    left:0; 
    bottom: 50px;
    right: 0;
    width: 986px; 
    height: 596px;
    z-index: 1;
    margin: 0 0 0 0;
}

#header
{
    position: absolute;
    height: 50px;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: 5px;
    background-color: #FFDE00;
    z-index: 1;
}

#scrollable_content
{
    position: absolute;
    height: 531px;
    top: 60px;
    right: auto;
    bottom: 60px;
    left: 5px;
    right: 5px;
    overflow: auto;
    z-index: 8000;
}

 /* Sidebar breakout */
#sidebar_search
{
    position: absolute;
    width: 300px;
    height: 175px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin-bottom: 5px;
    background-color: White;
    overflow:hidden;
    z-index: 8001;
}

#sidebar_login
{
    position: absolute;
    width: 300px;
    height: 200px;
    top: 180px;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: White;
    z-index: 8002;
}

/* When single sidebar */
#sidebar_results
{
    position: absolute;
    width: 300px;
    height: auto;
    top: 0;
    right: auto;
    left: auto;
    bottom: 0px;
    background-color: White;
    overflow:auto;
    z-index: 8003;
}

#map_close
{
    position: absolute; 
    left:0; top:0; right:0; 
    text-align: right; 
    height: 15px; 
    background-color: #FFDE00;
}

#map_main
{
    position: absolute;
    height: 531px;
    top: 60px;
    bottom: 60px;
    left: 310px; 
    right: 5px;
    z-index: 8050;
}  

#map_canvas  
{
    position: absolute; 
    top: 15px; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    width: 671px;
    height: 516px;
    z-index: 8075;
} 

#map_legend
{
    position: absolute; 
    left:0; top:auto; right:0; bottom: 0; 
    height: 70px;
    width: 600px; 
    background-color: White;
    border: 0.5px solid #FFDE00;
    z-index: 8080;
}
#promo1
{
    position: absolute;
    width: 300px;
    height: 100px;
    top: 385px;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: White;
    z-index: 8;    
}

#promo2
{
}

/* Footer */
#footer
{
    position: absolute;
    height: 50px;
    top: 596px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #BCBCBC;
    z-index: 10;
}
