body
{
    overflow:hidden;
}

#container
{
    font-size: 1em;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#logobar
{
    background: transparent url(img/logo.gif) no-repeat scroll 0 0;
    /*image size*/
    height: 35px;
    width: 168px;    
    left: 0;
    top: 10px;
    /*position within the header bar*/
    margin: 15px 0 0 20px;
    position: absolute;
    
    
}
#header, #content, #sw_main, #sw_foot
{
    float: left;
    width: 100%;
}
#header
{
    min-height: 15px;
    position: relative;
    z-index: 4;
    font-size: 93%;
    padding: 57px 0 0 20px;
}

#header
{
    width: 950px;
}

div>#header
{
    min-width: 950px;
    width:auto;
}
#logoLink
{
    /*Size to image size & adjust margin so it's in the right place*/
    display: block;
    float: left;
    height: 35px;
    margin: -30px 10px 0 0;
    width: 168px;
}

#logoText
{
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    position: absolute;
    top: -9em;
    z-index: -1;
}

#addressSearchWrapper
{
    float: left;
    position: relative;
    margin-top: -2.43em;
}

#addressSearch
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #acbabd;
    float: left;
    font-size: 115.9%;
    margin: 0 1px 0 0;
    padding: 0.2em 0.2em 1em;
    white-space: nowrap;
}

#address
{
    border: 0 none;
    color: #333;
    float: left;
    font-size: 100%;
    height: 1.4em;
    line-height: 1.2em;
    margin: 0 0 -0.8em;
    padding: 0.2em 0.64em 0 0.44em;
    width: 300px;
}

#addressSearchButton 
{
    color:#333333;
    float:left;
    font-size:100%;
    line-height:1.2em;
    background: transparent url(img/magnifier.gif) repeat scroll 0 0;
    cursor: pointer;
    height: 24px;
    margin: 0 0 -12px;
    overflow: hidden;
    padding: 24px 0 0;
    width: 24px;
    border:0 none;

}

#content
{
    min-height: 344px;
    position: static;
    z-index: 3;
}

#locationinfobar
{
    color: #444;
    float: left;
    font-size: 0.9em;
    min-height: 1.3em;
    overflow: hidden;
    padding: 8px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 45%;
    z-index: 100;
}

#tabBar
{
    background-color:Transparent;
    border:none;
}

#tabs
{
    background-color: Transparent;
    background-image:none;
    border-top:none;
    border-left:none;
    border-right:none;
}

#tabBar .ui-tabs-panel
{
    background-color:#fff;
    overflow:auto;
}

#tabs li
{
    float:right;
}

#main
{
    height: 0;
    position: relative;
    z-index: 3;
    height: 405px;
}

#mapArea
{
    height: 100%;
    margin-left: 20em;
}

#mapOptionsArea
{
    width: 20em;
    float: left;
}

#mapOptionsArea h2
{
    background: #F9F9F9 none repeat scroll 0 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 0.92em;
    line-height: 1.1em;
    font-weight: bold;
    min-height: 14px;
    padding: 8px;
    position: relative;
    margin:0;
}

.mapOptions, .mapInfo
{
    list-style-type: none;
    margin: 0;
    padding: 6px;
    white-space: nowrap;
}

.mapInfo
{
    white-space:normal;
}


#footer ul, #footer p
{
    display: block;
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 5px 10px;
    padding: 0;
}

#footer p
{
    float:left;
}

#footer li
{
    display: inline;
}

#footer a, #footer span
{
    margin: 0,4em;
}



#footer
{
    border-top: 1px solid #f1f1f1;
    clear: both;
    float: left;
    font-size: 85%;
    width: 100%;
    bottom: 0 !important;
    left: 0 !important;
    padding: 4px 0 !important;
    position: absolute;
    z-index: 10 !important;
}

#zoomDiv
{
background-color:#eee;
border:1px solid #000;
margin: 15px;
padding:5px;
float:left;
position:relative;
top:0;
cursor:pointer;
}

#TinyZoomBar
{
    padding:1px;
    width:auto;
}
.ZoomBarbutton{
border:1px solid #CBCBCB;
display:block;
height:32px;
left:0;
position:relative;
width:32px;
}
#tinyZoomBar_plus
{
    background:transparent url(img/zoom_in.gif) no-repeat scroll 0 0;
    margin-bottom: 3px;
}
#tinyZoomBar_minus
{
    background:transparent url(img/zoom_out.gif) no-repeat scroll 0 0;
}

#crimeBreakdown .arrow
{
    
}