/*

		CSS File TOC.

		1- Defaults
		2- Layout Container
		3.) Navigation-related rules
		3.) Content-related rules
		4.) Footer-related rules
		5.) Page headline rules
		
		1.) Default Rules
*/

/* 1-Defaults */



a:link, a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

a:hover, a:active
{
    text-decoration: underline;
    color: #FFFFFF;
}

h3
{
    padding-top: 0px;
    margin: 0;
    font-size: 11pt;
}


h2.headline
{
    font-weight: normal;
    margin: 0;
    font-size: 1px;
    color: #fff;
}

p
{
    margin: 0 0 1em 0;
    line-height: 200%;
    padding-top: 10px;
    padding-bottom: 10px;
}

dl
{
    font-size: 13px;
}

.single_spacing p, .single_spacing, .single_spacing ul
{
    line-height: 150%;
}

/*	2 - Layout Container*/

#DivRoot
{
    width: 956px;
    text-align: center;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#DivHeader
{
    min-height: 70px;
    height: 70px;
}

#DivTopNav
{
    width: 886px;
    height: 71px;
    min-height: 71px;
    background: url(  '../images/header.png' ) no-repeat 50% 4px;
}

#DivContent
{
    width: 885px;
    background: url(../images/content.jpg) repeat-y #fff 50% 0;
}

#DivPreLoad
{
    background: #EEEEEE url(  '../images/ajax-loader.gif' ) no-repeat 50% 50%;
    float: left;
    width: 866px;
    text-align: center;
    position: relative;
    min-height: 300px;
    padding-left: 20px;
    padding-top: 10px;
    height: 300px;
}

#DivPropertyLoad
{
    background: #EEEEEE url(  '../images/ajax-loader.gif' ) no-repeat 50% 50%;
    float: left;
    width: 564px;
    text-align: center;
    position: relative;
    min-height: 300px;
    padding-left: 20px;
    padding-top: 10px;
    height: 300px;
    display: block;
    overflow: hidden;
}


#DivMainImage
{
    float: left;
    width: 564px;
    text-align: center;
    position: relative;
    min-height: 300px;
    padding-left: 20px;
    padding-top: 10px;
    height: 300px;
    display: none;
    overflow: hidden;
}

#DivPropertyImage
{
    float: left;
    width: 564px;
    text-align: center;
    position: relative;
    min-height: 300px;
    padding-left: 20px;
    padding-top: 10px;
    height: 300px;
    display: none;
    overflow: hidden;
}

#DivMainSideImage
{
    float: left;
    min-height: 300px;
    width: 260px;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
    height: 300px;
    display: none;
    overflow: hidden;
}

#DivPropertySideImage
{
    float: left;
    min-height: 300px;
    width: 260px;
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
    height: 300px;
    display: block;
    overflow: hidden;
}

#MainSideBanner
{
    position: relative;
    height: 295px;
    width: 254px;
    background: #EEEEEE;
    top: 0;
    right: 0;
    padding: 3px;
    overflow: hidden;
}

#SideBanner
{
    background: #fff;
    padding: 2px;
    top: 0;
    right: 0;
    height: 290px;
    overflow: hidden;
}

#DivMainContent
{
    float: left;
    width: 564px;
    padding-top: 6px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    top: 0px;
    left: 1px;
}

#DivMainSingleContent
{
    float: left;
    width: 824px;
    padding-top: 6px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    top: 0px;
    left: 1px;
}

#DivSideContent
{
    float: left;
    min-height: 300px;
    padding-top: 6px;
    padding-left: 16px;
    width: 264px;
    position: relative;
    text-align: left;
    padding-left: 20px;
}

/* Search Screen */
#DivMainContent1Column
{
    float: left;
    width: 844px;
    padding-top: 6px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    top: 0px;
    left: 1px;
    height: auto;
}

#DivSearchContent
{
    float: left;
    width: 324px;
    padding-top: 6px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    top: 0px;
    left: 1px;
    font-size: 13px;
}

#DivSearchResults
{
    float: left;
    padding-top: 6px;
    padding-left: 16px;
    width: 504px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 13px;
    height: auto;
}

#MainSearchDiv
{
    position: relative;
    height: 260px;
    width: 300px;
    background: #CEDEEC;
    top: 0;
    right: 0;
    padding: 2px;
}

#SearchDiv
{
    height: 224px;
    width: 264px;
    background: #fff;
    top: 0;
    right: 0;
    padding: 18px;
}

#MainResultDiv
{
    position: relative;
    min-height: 260px;
    width: 500px;
    background: #CEDEEC;
    top: 0;
    right: 0;
    padding: 2px;
}


#ResultDiv
{
    min-height: 256px;
    width: 496px;
    background: #fff;
    top: 0;
    right: 0;
    padding-top: 10px;
    padding-right: 2px;
    padding-left: 2px;
    text-align: center;
}

#DivFooter
{
    width: 886px;
    height: 184px;
    background: url(  '../images/footer.jpg' ) no-repeat 50% 0;
    color: #000000;
    font-size: 11px;
    text-align: center;
}

#DivSubscription
{
    width: 800px;
    padding: 100px;
    text-align: left;
}

#DivSearch
{
    /*background:url('../images/home/sideContentImage.jpg') no-repeat;*/
}

#FeaturedPropDiv
{
    padding-left: 16px;
    padding-top: 10px;
    font-size: 15px;
    background: url(  '../images/Featured_Prop.png' ) no-repeat;
    height: 260px;
    width: 500px;
}

#FeaturedPropTitleDiv
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

#FeatureDivInfo
{
    padding-top: 10px;
    font-size: 13px;
    color: #000000;
    width: 500px;
}

.featuredPropertyName
{
    font-weight: bold;
}

.featuredTableColumn1
{
    vertical-align: top;
    width: 165px;
}

.featuredTableColumn2
{
    vertical-align: top;
    width: 145px;
}

.featuredTableColumn3
{
    vertical-align: top;
    width: 135px;
    margin-right: auto;
    margin-left: auto;
}

.featured-Thumbnail
{
    vertical-align: top;
    width: 130px;
    height: auto;
    border: 1px #999999 solid;
    margin-bottom: 14px;
    padding: 4px;
    text-align: left;
}

.featuredImage
{
    width: 130px;
    height: auto;
}

.featuredPrice
{
    font-weight: bold;
}

.featuredButtonDiv
{
    margin-left: 18px;
}

.featuredButton
{
    border: 1px #999999 solid;
    width: 110px;
}

/*	2 - Navigation Top then Side*/

#TopNavigationMenu
{
    padding-top: 20px;
    text-align: left;
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 16px;
}

#DivFooter a
{
    color: #333333;
    font-size: 11px;
    text-align: center;
    width: 100%;
}


#FooterMenuDiv
{
    padding-top: 20px;
    text-align: center;
}

#SiteCredit
{
    padding-top: 20px;
    font-size: 9px;
}

.footerAddress
{
    padding-top:2px;
    padding-bottom:2px;
}

.footerPropName h3
{
    font-size:17px;
    font-weight:bold;
}



/*  Floor Plan Div Layout */
.planResultMain
{
    float: left;
    min-height: 240px;
    padding-top: 6px;
    padding-left: 10px;
    width: 840px;
    position: relative;
    text-align: left;
    margin-bottom: 6px;
}

.planResultImage
{
    width: auto;
    height: 100px;
    border-style: None;
    border-width: 0px;
}

.planResultPropertyName
{
    background: #ccc;
    font-weight: bold;
}

.floorplan-Thumbnail
{
    float: left;
    width: auto;
    height: 70px;
    border: 1px #999999 solid;
    padding: 4px;
}

.floorplan-Thumbnail img
{
    width: auto;
    height: 70px;
}

.floorplan-Thumbnail a:hover img
{
    border: 2px #999999 solid;
}

.floorplan-Thumbnail a:hover
{
    border: 2px #fff solid;
}

#DivPlanDisclaimer
{
    font-size: 9px;
    col r: #999999;
    padding: 10px;
    width: 800px;
    padding: 20px;
}


/*  Contact Div Layout */


#ContactDivMain
{
    font-size: 13px;
}

.accAppointment
{
    width: 200px;
    font-size: 14px;
    padding-bottom: 20px;
    display: none;
}

.contactPhoneList
{
    font-size: 13px;
}

.contactPhoneNumber
{
}

.contactPhoneType
{
    width: 200px;
}


/*	3 - Conent */

.SearchTable
{
    font-size: 13px;
    text-align: left;
}

.searchResultHeader
{
    background: url(  '../images/TableHeaderBackground.png' ) repeat-x;
}

.searchResultHeaderColumn
{
    height: 30px;
    font-weight: bold;
    margin-left: 2px;
    vertical-align: text-bottom;
}

.searchResultColumn
{
    border-bottom: 1px #999999 solid;
    padding-top: 4px;
    padding-bottom: 4px;
}


.SearchInstruction
{
    font-size: 16px;
    padding-bottom: 10px;
}


/* CHILD PROP LIST */

.propertyListTitle
{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight:bold;
}   

.propertyListTable
{
    border: none;
}

.propertyName
{
    
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding-left: 4px;
    margin: 4px;
}

.propertyLongDescription
{
    font-size: 13px;
    border: none;
    padding-left: 8px;
    padding-bottom: 6px;
    margin: 4px;
}

/* END CHILD PROP LIST */

/* FAQ LIST */

.faqListTitle
{
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight:bold;
}   

.faqTable, .faqTable th
{
    border: none;
    width: 100%;
}

.faqQuestion
{
    
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding-left: 4px;
    margin: 4px;
}

.faqAnswer
{
    font-size: 13px;
    border: none;
    padding-left: 8px;
    padding-bottom: 6px;
    margin: 4px;
}

/* END FAQ LIST */

/* FLOOR PLAN */
.FloorPlanTable
{
    font-size: 13px;
    text-align: left;
}

.planResultHeader
{
    background: url(  '../images/TableHeaderBackground.png' ) repeat-x;
}

.planResultHeaderColumn
{
    height: 30px;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 4px;
    vertical-align: text-bottom;
    text-align:left;
}

.planResultColumn
{
    border-bottom: 1px #999999 solid;
    padding-top: 4px;
    padding-bottom: 4px;
}
planResultActionColumn
{
    float: left;
}

.alertButtonDiv
{
    float: left;
    top: 0;
    left: 0;
    padding: 2px;
}

.ollButtonDiv
{
    top: 0;
    left: 0;
    float: left;
    padding: 2px;
}


.alertButton
{
    border: 1px #999999 solid;
    width: 110px;
    cursor: help;
}

.alertText
{
    width: 130px;
    font-size: 11px;
}

#alertTextDiv
{
    display:none;
    position:absolute;
    background:#fff;
    border: solid #000 2px;
    padding: 6px;
}

.ollButton
{
    border: 1px #999999 solid;
    width: 110px;
}

/*  ALERT WINDOW */

#AlertDivMain
{
    display: none;
    font-size: 12px;
    border: 4px #999999 solid;
    position: absolute;
    background: #fff;
    z-index: 100;
    width: 500px;
}

#AlertDivTitle
{
    font-size: 17px;
    font-weight: bold;
    background: url(  '../images/TableHeaderBackground.png' ) repeat-x;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 8px;
}

#AlertDivField
{
    padding: 10px;
}

#AlertCalendarFrom
{
    display: none;
}

#AlertCalendarTo
{
    display: none;
}

.alertCalendarDiv
{
    position: relative;
    top: -5px;
    left: 0px;
    height: 0px;
}


.alertCalendar
{
    background: #fff;
    border: 1px #000 solid;
}


/* END ALERT */

/*  SPECICIALS WINDOW */

#SpecialDivMain
{
    display: none;
}

#SpecialDivTitle
{
    font-size: 17px;
    font-weight: bold;
    background: url(  '../images/TableHeaderBackground.png' ) repeat-x;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 8px;
}

#SpecialDivField
{
    padding-top: 10px;
}

.special Table
{
    padding: 4px;
}
.specialsName
{
    font-size: 13px;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 6px;
}
.specialsDesc
{
    font-size: 12px;
}

.specialsLDesc
{
    font-size: 9px;
}

/* END SPECIALS */

/* FORM CONTROLS */
.formTable
{
    font-size: 13px;
}

.required
{
}
#application
{
    width: 780px;
    font-size: 13px;
    background: #fff;
    border: 3px #999 solid;
    padding: 6px;
}

#application td
{
    padding-right: 2px;
}

#application h3
{
    width: 772px;
    background: #487CB2;
    padding: 4px;
}

#application a
{
    color: #fff;
    font-size: 15px;
}


.formRow
{
}

.formColumn
{
}

.formColumnLabel
{
    width: 100px;
    text-align: right;
}

.formColumnControl
{
    width: 160px;
    text-align: left;
}

.formColumnRow
{
    text-align: center;
}


.formControl
{
    text-align: left;
    width: 120px;
}

.formLabel
{
    width: 60px;
}


/* END FORM CONTROLS */

h1.propertyTitle
{
    font-size:19px;
}

.propertyAddress
{
    font-size: 13px;
    color: #000;
    padding-top: 8px;
    padding-left: 10px;
}

.propertyPhone
{
    font-size: 13px;
    color: #000;
    padding-top: 8px;
    padding-left: 10px;
}

.propertyHours
{
    font-size: 13px;
    color: #000;
    padding-top: 8px;
    padding-left: 10px;
}



.propLogo
{
    float: right;
    padding-right: 60px;
    width: 350px;
    height: 70px;
}

.topMenuSelected
{
    font-weight: bold;
}

.sectionText
{
    padding-top: 6px;
    font-size: 13px;
    padding-bottom: 6px;
}

.actionButtonDiv
{
    padding-top: 4px;
    text-align: center;
    width: 100%;
}

.actionButtonDiv a, .actionButtonDiv a:hover, .actionButtonDiv a:visited
{
    font-style: normal;
    color: #003333;
}



.calloutButtonSpecials
{
    background: transparent url(  '../images/blue_160_36_Specials.png' ) no-repeat center top;
    height: 38px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 7px;
}

.calloutButtonLease
{
    background: transparent url(  '../images/blue_160_36_Lease.png' ) no-repeat center top;
    height: 38px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 7px;
}

.calloutButtonPrint
{
    background: transparent url(  '../images/blue_160_36_Print.png' ) no-repeat center top;
    height: 38px;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 7px;
}

.calloutButtonLinkText
{
    padding-left: 92px;
}

.floorPlanList
{
    font-size: 13px;
}

.floorPlanCheckAvail
{
    background: transparent url(  '../images/orange_120_26.png' ) no-repeat center center;
    height: 26px;
    width: 120px;
}

.floorPlanCheckAvailText
{
    text-align: center;
    padding-left: 8px;
}

.SearchList
{
    font-size: 13px;
    width: 180px;
}

.propListButton
{
    /*background: transparent url('../images/green_85_26.png') no-repeat center center;*/
    width: 100px;
}

.propListLink
{
    border: 1px #999999 solid;
}



/* BULLET LIST */
#DivPlanAmenity
{
    padding-top: 10px;
    padding-left: 24px;
    width: auto;
}

#featureListDiv
{
    float: left;
    padding-left: 24px;
    width: 100%;
}

.featureListContainer
{
    margin-left: 5px; 
    padding-left: 5px; 
    list-style-type: disc;    
}

.featureList
{
    float: left;
    width: 200px;
    font-size: 13px;
    padding-top: 6px;
    padding-right: 16px;
    margin: 0;

}

.featureListItem
{


}


/* Slide Show */

#slideshow
{
    position: relative;
    height: 296px;
    width: 560px;
    background: #EEEEEE;
    border: 6px #EEEEEE solid;
}

#slideshow IMG
{
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 8;
    opacity: 0.0;
    height: 296px;
    width: 560px;
}

#slideshow IMG.active
{
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active
{
    z-index: 9;
}


#sideshow
{
    position: relative;
    height: 296px;
    width: 254px;
    background: #EEEEEE;
    border: 3px #EEEEEE solid;
}

#sideshow IMG
{
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 296px;
    width: 254px;
}

#sideshow IMG.active
{
    z-index: 10;
    opacity: 1.0;
}

#sideshow IMG.last-active
{
    z-index: 9;
}

/* Social Media */

.socialLink {}
#VideoDiv
{
    position: relative;
    top: -26px;
    right: 12px;
    float:right;    
    height:10px;
}

/*  Maps  */

#G-Map
{
    text-align: center;
    width: 560px;
    height: 350px;
}

#Local-Area-Div
{
    width: 100%;
}

.localAreaTable
{
    border: none; 
    width: 100%;
}

.localAreaType
{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
}

.localAreaTable tr, .localAreaTable td
{
    border: none;    
}

.localAreaDetail
{
    float: right;
    top: 0;
}

.localAreaZoom
{
    width: 26px;
    height: 30px;
    font-size: 9px;
}

.localAreaZoom img
{
    width: 26px;
    height: 26px;
    font-size: 9px;
}

.localAreaLink
{
    color: #000;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 140px;
    width: 140px;
}

.localAreaLink a:hover, .localAreaLink a:visited, .localAreaLink a:active, .localAreaLink a:link
{
    color: #006699;
    font-size: 11px;
    text-decoration: underline;
    min-width: 140px;
    width: 140px;    
}

.localAreaData
{
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
    border: none;
}

.localAreaAddress
{
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

/*  Photo Gallery *//*  Light Box */

#Photo-Gallery
{
    width: 254px;
    display: none;
}

.modal-Background
{
    background: #999999;
}

.gallery-Thumbnail
{
    float: left;
    width: 70px;
    height: 70px;
    border: 1px #999999 solid;
    padding: 4px;
    margin: 2px;
}

.gallery-Thumbnail img
{
    width: 70px;
    height: 70px;
}

.gallery-Thumbnail a:hover img
{
    border: 2px #999999 solid;
}

.gallery-Thumbnail a:hover
{
    border: 2px #fff solid;
}




/*  AJAX LOADING */

#progressBackgroundFilter
{
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=100);
    opacity: 0.5;
    z-index: 1000;
}



#processMessage
{
    position: absolute;
    top: 100px;
    left: 50px;
    width: 80%;
    height: 80px;
    z-index: 1001;
    text-align: center;
    background-color: #fff;
}

/* DIRECTION ACCORDIAN */

.dirAccordion
{
    width: 560px;
    font-size: 14px;
    padding-bottom: 20px;
}
.dirAccordionHeader
{
    background: transparent url(  '../images/expand.jpg' ) no-repeat;
    background-position: left;
    font-size: 14px;
    cursor: help;
    text-indent: 20px;
    padding-top: 6px;
}

.dirAccordionContent
{
    font-size: 13px;
    padding-bottom: 6px;
}

/* BUTTONS */

.standardButton
{
    border: 1px #999999 solid;
    width: 86px;
}


.smallButton
{
    border: 1px #999999 solid;
    width: 66px;
    font-size: 12px;
}


/* 247 */

#RpFrame
{
    width: 844px;
    height: 600px;
}

#LoginDiv
{
    font-size: 12px;
}

.loginLabel
{
    width: 80px;
}
.loginInput
{
    width: 140px;
}

