﻿body
{
    font-family: Verdana, Arial, Tahoma;
}

a:link
{
    text-decoration: none;
    color: Black;
}
a:visited
{
    text-decoration: none;
    color: Black;
}
a:hover
{
    text-decoration: underline;
    color: Black;
}

.homePageHeading
{
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    color:Blue;
}
.homePageContent
{
    font-size: 10pt;
    font-weight: bold;
    text-align: justify;
}
.leftColumnHeading
{
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
}
.leftColumnContent
{
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: top;
}
.commercialSelectionText
{
    text-align: left;
    font-size: 7pt;
    font-weight: bold;
}
.residentialSelectionText
{
    text-align: left;
    vertical-align: top;
    font-size: 7pt;
    font-weight: bold;
}
.residentialAddress
{
    font-size: 8pt;
    color: White;
}

.blue
{
    color: Blue;
}
.corporateText
{
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
}
.areamapText
{
    text-align: center;
    vertical-align: top;
    font-size: 9pt;
}
.corporateTitleText
{
    color: Black;
    font-weight: bold;
}
.corporateHeading
{
    font-weight: bold;
}
.residentialContentTextDark
{
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
    font-weight: bold;
    color: Black;
}
.residentialContentTextLight
{
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
    font-weight: bold;
    color: White;
}
.residentialTitleText
{
    color: White;
    font-weight: bold;
}
.black
{
    color: Black;
}
.floorplanLink
{
    font-size: 9pt;
    font-weight: bold;
}

.tableBackground
{
    
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}

.lytleTowerBackground
{
    background-image: url(Images/LytleTowerBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}
.montclairBackground
{
    background-image: url(Images/MontclairBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}
.northParkBackground
{
    background-image: url(Images/NorthParkBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}
.pineRidgeBackground
{
    background-image: url(Images/PineRidgeBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}
.thePinesBackground
{
    background-image: url(Images/ThePinesBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}
.woodGroveBackground
{
    background-image: url(Images/WoodGroveBackground.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520;
    height: 450;
}