﻿/*-------------------------------------------------------------------------

layout2017.css
- Sunset Village Semi-Custom Template

-------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
>> MAIN PAGE FOUNDATION STRUCTURE
-------------------------------------------------------------------------*/

html {
    height:100%;
}

body {
    margin: 0;
    height:100%;
    width: 100%;
    min-width: 0px;
}

#siteBackgroundLayer {
	display: none;
}

*html #siteBackgroundLayer {	
	display: none;
}

*html #siteBackgroundLayer OBJECT {
	display: none;
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	top: 0;
    width: 100%; 
}

/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteHeader {    
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 120px;
}

*html #siteHeader {
    height: 88px;
}

#siteLogin {
	position: absolute;
	text-align: right;
	top: 10px;
	width: 490px;
    z-index: 1;
}

#siteHeaderLogo {
    display: block;
    position: absolute;
    left: 50%;
    top: 9px;
    width: 620px;
    margin-left: -480px;
}

#siteHeaderLogo div {
    width: initial;
}

#siteHeaderLogo img {
    margin-top: 5px;
}

#siteHeaderContent1, #siteHeaderContent3  {
	position: absolute;
	text-align: right;
	left: 50%;
	width: 297px;
    height: 31px;
	top: -3px;
    margin-left: 193px;
}
#siteHeaderContent2 {
    display: block;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 9px;
    width: 620px;
    margin-left: -480px;  
}
#siteHeaderContent3 {
    display: none;
    top: 41px;
    margin-left: 191px;

}

/*------------------------------------------------------------------------
>> NAVIGATION STRUCTURE
-------------------------------------------------------------------------*/

#siteNavigation {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 125px;
    overflow: visible;
}

#siteNavigation div{    
    z-index: 2;
}

#siteMainContent {
    position:relative;
    width: 100%;
    margin-top: 0;
    left: 0;
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation table{
	position: relative;
}

/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteMainContent {
    /*float: left;*/
    height: 100%;
    overflow: hidden;
}

#siteSide {
	display: none;
}

*html #siteSide {
    width: 284px;
}

#siteSideContent1 {
	position: relative;	
}

#siteSideContent2 {
	position: relative;	
}

#siteMain {
	width: 100%;
	padding-top: 0;
}

*html #siteMain {
    width: 937px;
    background-position: 0 0;
}

#siteMainContainer {
    width: 980px;
    margin: 0 auto;
    vertical-align: top;
    margin-top: 40px;
}

#siteFooter {
    position: relative;
    width: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

#propertyDetailNew #shareSocialMedia { top: 50px; }

/*------------------------------------------------------------------------
>> TURN OFF ALL DIVS NOT BEING USED IN THE LAYOUT
-------------------------------------------------------------------------*/

#siteNavigationContent1 {
	display: none;	
}

#siteMainContentTop1 {
	display: none;	
}
#siteMainContentTop2 {
	display: none;	
}
#siteMainContentBot1 {
    display: none;
}
#siteMainContentBot2 {
    display: none;
}
#siteSideHomeContent1 {
    display: none;
    margin: 0;
    padding: 0;
}

#siteSideContent3 {
    display: none;
    margin: 0;
    padding: 0;
}




