﻿@font-face
{
    font-family: "James Paul";
    src: local("James Paul"), local("james fajardo"), url(font.ttf) format('truetype');
    font-size: 2em;
}

/* General Layout */
body
{
    margin: 0;
    color: #4f482a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    width:auto;
    min-width:6in;
}
/* MasterPage Layout */
.logo, .top, .nav, .divPrintButton, .divShare, .topframe, .lowerFrame, .Destrightcolumntop
{
    display: none;
}

.Destrightcolumnbottom
{
    float:none;
}
.Destleftcolumn
{
    float:none;
    width:auto !important;
}
cufon cufontext
{
    width: auto !important;
    text-indent: auto !important;
    overflow: visible !important;
    height: auto !important;
    font-size: inherit !important;
    z-index: 9999999 !important;
}

h1
{
    text-align: center;
}

.content
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.pageContent, .page, .content
{
    float:none;
    display: inline;
    padding: 0;
    margin: 0;
    width:100% !important;
}
.footer
{
    display: none;
}

.divLocations
{
    clear: both;
    float: none;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #e1eaee;
    margin-bottom: 10px;
    width: auto;
}

.divLocations div.a
{
    width: auto;
    margin-left: 250px;
    margin-top: -156px;
    margin-left: 230px;
}
.iconFamilyFriendly
{
    float: left;
    width: 29px;
    height: 17px;
    background-image: url(../images/iconMultifamily.png);
    background-repeat: no-repeat;
    margin-top: 11px;
}




.divTopNav
{
    display: none;
}

/* Galleries */
#Homegallery
{
    display:none;
}
#Homegallery .gallerydesctext
{
    text-align: right;
}

/* Lead Generation */
.divLeadGen
{
    float: none:
    position: relative;
    margin-left: 475px;
    margin-top: -50px;
    width: 800px;
    text-align: right;
    padding: 0px;
    z-index: 6;
}
.ulLeadGen
{
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    list-style-type: none;
}
.ulLeadGen li
{
    display: inline;
}
.ulLeadGen li a
{
    padding: 0.1em .7em;
    background: #f6f1e3;
    color: #000;
    font-weight: bold;
    font-size: .8em;
    text-decoration: none;
    float: left;
    border: 1px solid #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
}
.ulLeadGen li a:hover
{
    background: #fff;
    color: #000;
}
