html 
{
    min-height: 100%;
    margin-bottom: 1px;
}

body
{
    font-family: Helvetica;
    background: #E0DBBE url('images/background.png') repeat-y 50% 50%;
    margin: 0; 
    /*overflow: scroll;*/
}

#DivRoot
{
    width: 960px;
    max-width: 960px;
    min-width: 960px;
    margin-right: auto;
    /*left*/
    margin-left: auto;
    background: #fff;
}

/* TOP LINK NAV */

#DivNavLinks
{
    height: 20px;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-right: 22px;
    text-align: right;
}


#DivNavLinks.navLinks
{
}

/*  TOP AND NAV AREA */

#DivTop
{
    height: 220px;
    width: 100%;
}

#DivTopLogo
{
    width: 156px;
    height: 220px;
    float: left;
    padding-left: 22px;
    padding-right: 8px;
}


#DivTopLogo IMG
{
    padding-top: 4px;
}

#DivTopNav
{
    float: left;
    width: 768px;
    height: 220px;
}

#DivTopNav .navImage IMG
{
    height: 160px;
    width: 168px;
    padding-left: 0px;
    padding-right: 5px;
}

#DivTopNav .navText, #DivTopNav .navTextSelected
{
    height: 32px;
    padding-left: 6px;  
    padding-top: 2px;
    float: left;
    text-transform: uppercase;
    color: #888888;
    font-weight: bold;
    font-size: 15px;
}

#DivNavLinks a, #DivNavLinks a:visited
{
    text-decoration: none;
    color: #000;
}

#DivNavLinks a:hover
{
    text-decoration: underline;
}



.findHomeNav, .companyNav, .careersNav, .residentNav
{
    float: left;
    width: 176px;
    height: 240px;
    padding-left: 7px;
    padding-right: 6px;
    background: url('images/topNavBack.png') no-repeat 6px 0px;
	cursor: hand;    
}

#DivTopNav a, #DivTopNav a:visited
{
    text-decoration: none;
}

.DivTopNav a:hover
{
    font-weight: bold;
}

/*  CONTENT AREA */

#DivContent
{
    width: 100%;
    background: url('images/mainShadow.png') repeat-y 19px 0px;
    overflow: hidden;
    height: 1%;
}

#DivRightContent
{
    float: left;
}

#DivMiddleContent
{
    float: left;
}

#DivLeftContent
{
    float: left;
}

div.mainLeftContent
{
    width: 584px;
    padding-left: 26px;
}

div.innerCenteredContent
{
    padding-left:192px;
    width: 560px;
}

div.innerLeftSpace
{
    width: 164px;
    padding-left: 20px;
}

div.innerLeftSpace IMG
{
    padding-left: 12px;
    top: 0;
}

div.innerLeftContent
{
    width: 700px;
    padding-left: 22px;
}

div.innerMiddleContent
{
    width: 514px;
    padding-left: 28px;
}

div.contentNav
{
    float: left;
    background: url('images/rightContentNav.png') no-repeat 0px 0px;
    width: 232px;
    height: 310px;
    color: #fff;
}

div.contentBlank
{
    float: left;
    width: 232px;
    height: 310px;
}

/* MAP INFO FOR MAIN PAGE */

.mapHolder
{
    background: url('images/rightNavBack.png') no-repeat 25px 3px;
    height: 350px;
}
div.mapCaption
{
    background: url('images/selectStateCallout.png') no-repeat 42px 0px;
    font-size: 10px;
    padding-left: 50px;
    padding-top: 12px;
    height: 44px;
}

div.mapCaption:hover
{
    background: url('images/selectStateCallout.png') no-repeat 42px 0px;
    font-size: 10px;
    padding-left: 50px;
    padding-top: 12px;
    height: 44px;
    color: White;
}

div.mapImage
{
    padding-left: 62px;
    padding-right: 62px;
}

/* PAGE TITLES AND TEXT */

div.homePageTitle
{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    color: #0066A4;
    padding-left: 22px;
    text-transform: uppercase;
}

div.homePageText
{
    font-size: 13px;
    padding-left: 22px;
}

div.pageTitle   
{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #0066a4;
    text-transform: uppercase;
    padding-left: 14px;
}

div.pageTitle p
{
    padding-left:106pt;
}

div.pageText
{
    font-size: 13px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 6px;
}

.pageText IMG
{
    padding-right: 12px;
    padding-bottom: 12px;
    float:left;  
}

.pageText strong
{
    font-family:Georgia;
    font-weight:Bold;
    text-transform: uppercase;
    font-style: italic;
}

.pageText a
{
    text-decoration: none;
    color: #000;
}

.pageText li
{
    padding-bottom: 6px;
}

.pageText a:hover
{
    text-decoration: underline;
}



/* FOOTER */
    
#DivFooter
{
    font-size: 9px;
    text-align: center;
    overflow: hidden;
    height: 100%;
    padding-top: 0px;
}

#DivFooter .topLine
{
    background: url('images/footerShadow.png') no-repeat 19px -10px;
    padding-top: 22px;
}

#DivFooter div
{
    padding: 3px;
    color: #888888;
}

#DivFooter a, #DivFooter a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #888888;
}

#DivFooter a:hover
{
    font-weight: normal;
    text-decoration: underline;
}



/* Slide Show */

.navImage
{
    position: relative;
    height: 166px;
    width: 174px;
    display:none;
}

.navImage IMG
{
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 8;
    width: 162px;
    height: 162px;
}

.navImage IMG.active
{
    z-index: 10;
}

.navImage IMG.last-active
{
    z-index: 9;
}


/* Property Search Page */

#DivApartmentIntro
{
    float: left;
    width: 660px;
    max-width: 660px;
    padding-left: 38px;
    font-size: 13px;
    padding-top: 10px;
    display:none;
}

#DivApartmentIntro IMG
{
    padding-right: 12px;
    padding-bottom: 12px;
    float:left; 

}



.condoIntro
{
    float: left;
    width: 860px;
    max-width: 860px;
    padding-left: 38px;
    font-size: 13px;
    padding-top: 10px;
}

.condoIntro a
{
    text-decoration: none;
    color: #000;
}

.condoIntro a:hover
{
    text-decoration: underline;
}

#DivResults
{
    width: 960px;
    overflow: hidden;
    height: 1%;
}

#ct100_ContentSearch_ct100_ResultGrid
{

}

#DivSearchForm
{
    margin-top: 10px;
    float: left;
    width: 180px;
    min-width: 180px;
    padding-left: 2px;
    margin-left: 2px;
    margin-right: 30px;
    color: #000;
    border-left: 1px gray solid;
    font-weight:bold;
    display:none;
}

#DivSearchForm inpupt
{
    padding-bottom: 4px;
}

#DivMapDiv
{
    padding-top: 10px;
    float: left;
    display: none;
    padding-left: 1px;
}

#DivSearchResultList
{

    max-width: 400px;
    padding-left: 30px;
    padding-top: 10px;
    display: none;
    clear: both;
    float: left;
    
}

#DivSearchResultList div
{
    
}


#gmap
{
    padding-top: 10px;
    text-align: center;
    width: 310px;
    height: 340px;
    border: 1px solid #ccc;
    float:left;
    
}

#MapTabs
{
    font-size: 11px;
}

#LivingTabDiv
{
    border-bottom: 2px #0066A4 solid;
    height: 28px;
    width: 914px;
    position: relative;
    left: 23px;
    font-size: 14px;   
    text-transform: uppercase;   
    float:left;
}

.livingTabs div
{
    position: relative;
    left: 660px;
    margin-right: 0;
}

.livingNavTab
{
    padding: 6px;
    background: #ccc;
}

.livingNavTab a
{
    text-decoration: none;
    font-weight: bold;
    color: gray;
}

#CondoTab
{
    margin-left: 10px;
}

#ApartmentTab
{
    padding: 6px;
}

.searchDropDown
{
    width: 150px;
}

.restulPropImage
{
    width: 75px;
}

.resultPropInfo
{
    top: 0;
    left:0px;
}

.resultDisplayName
{
    font-size: 14px;
    font-weight: bold;
}

.resultDisplayName
{
    font-size: 14px;
    font-weight: bold;
}

.rowOnMouseOver td: hover
{
	cursor: pointer;
}

.rowOnMouseOut
{

}

.loadingPanel
{
    z-index: 0;
    background: #fff;
    position:absolute;
    left: 36px;
    width: 90%;    
    height:60px;
    top: 40px;    
}

/* INPUT FORMS */

.formComboBox
{
    width: 180px;
}

.formInput
{
    width: 180px;
}

.formLabel
{
    font-weight: bold;
    text-align: right;
    font-size: 13px;
}

.standardButton
{
    margin-top:4px;
    border: 1px #999999 solid;
    width: 86px;
}

.actionButton
{
    font-size: 11px;
    margin-top:4px;
    border: 1px #999999 solid;
    width: 76px;
}



/* JOBS MODULE */

.jobDescription
{
    display:none;
    width: 450px;
    height: 70%;
    border: 6px solid #999;
    padding: 6px;
    position: absolute;
    top: 200px;
    left: 40%;
    background: #fff;
    z-index: 1000;
    font-size: 13px;
    margin: 6px;
}

.jobCloseDiv
{
    cursor: pointer;
    text-align:right;
    width: 100%;
}

.jobSubmitForm
{
    display:none;
    width: 450px;
    height: 65%;
    border: 6px solid #999;
    padding: 6px;
    position: absolute;
    top: 200px;
    left: 40%;
    background: #fff;
    z-index: 1000;
    font-size: 13px;
    margin: 6px;
}
/* Sitefinity */

.sf_newsTitle a
{
    font-size: 15px;
}

.sf_newsDate
{
    font-size: 9px;
}


.sf_readMore a
{
    font-size: 11px;
}

.sf_listTitle
{
    display: none;
}

.sf_listItemBody ul
{    
    padding: 6px;
    margin: 2px;
    text-indent: 5px;
    list-style-position: outside;
    list-style-type: square;
    line-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;   

}

.sf_listItemTitle
{
    font-size: 13px;
    font-style: italic;
    font-family: Georgia;
}

.sf_expandedList
{
    font-size: 13px;
    font-style: normal;
    line-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 5px;
    list-style-position: outside;
    list-style-type: square;
    padding: 6px;
    margin: 2px;
}
