﻿#NeighborhoodContainer
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url('../Images/LeftNavBottom.png') no-repeat bottom left #A5DDDE;
    border-bottom: 1px solid white;
    border-left: 1px solid #A5DDDE;
}

#TopBar
{
    background-color: #A5DDDE;
    height: 10px;
    width: 100%;
}

#NeighbothoodContent
{
    position: relative;
    float: right;
    width: 508px;
    background-color: #FFFFFF;
    border-left: 1px solid #A5DDDE;
}

#NeighbothoodContent P
{
    margin-left: 8px;
}

#NeighborhoodContainerTopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 224px;
    height: 450px;
    background: url('../Images/LeftNavTop.png') no-repeat #A5DDDE;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-top: 0px;
    border-color: #A5DDDE;
    border-style: solid;
    float: left;
    
}

#NeighborhoodContainerNavLinks
{
    position: absolute;
    top: 200px;
    left: 0px;
    height: 100%;
    width: 224px;
    text-align: center;
    font-size: 11px;
    font-family: Times New Roman;
    color: #000000;
}   

#NeighborhoodContainerNavLinks a
{
    text-decoration: none;
    color: #000000;
}

#NeighborhoodContainerNavLinks a :hover
{
    text-decoration: none;
    color: #005D81;
}

.LeftNavHeader
{
    font-family: Times New Roman;
    font-size: 18px;
}

.ApplicationInformationBox
{
    float: right;
    background: url(../Images/ApplicationInformationBox.png) no-repeat;
    width: 199px;
    height: 145px;
    margin: 24px 0px 0px 0px;
    padding: 24px 0px 0px 5px;
    font-size: 9pt;
}

.ApplicationInformationBox P
{
    margin-left: 8px;
    font-size: 8pt;
}

.ApplicationInformationBox P A
{
    color: Black;
}

.BuildingInformation
{
    margin-top: 24px;
    margin-left: 24px;
}

.BuildingInformation H1
{
    color: rgb(0, 93, 129);
    font-family: Helvetica;
    font-weight: bold;
    font-size: 13pt;
    margin: 0px;
}

.BuildingInformationLeft
{
    float: left; 
    border-top: 1px solid rgb(164, 221, 221);
    border-right: 1px solid rgb(164, 221, 221);
    width: 200px; 
    padding-top: 10px; 
    overflow: hidden;
}

.NoRight
{
    border-right: 0px;
}

.BuildingInformationRight
{
    float: left; 
    border-top: 1px solid rgb(164, 221, 221);
    width: 273px; 
    padding: 10px 0px 0px 10px; 
    overflow: hidden;
}

.SiteMapTable
{
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    font-size: 13pt;
    text-align: center;
}

.SiteMapTable tr
{
    padding: 0px;
    margin: 0px;
}

.SiteMapTable td
{
    border-right: solid 1px #A5DDDE;
    border-bottom: solid 1px #A5DDDE;
    padding: 0px;
    margin: 0px;
}


.SiteMapTable th
{
    border-right: solid 1px #A5DDDE;
    border-bottom: solid 1px #A5DDDE;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: left;
    padding-left: 14px;
}


