﻿/*-------------------------------------------------------------------------

Layout1028.css
Atlantic Pacific Custom

-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
>> MAIN PAGE FOUNDATION STRUCTURE
-------------------------------------------------------------------------*/

html {
    height:100%;
}

body {
    margin: 0;
    height:100%;
    width: 100%;
}

#siteBackgroundLayer {
	display: none;
}

#siteContainer {
    position: relative;
    width: 100%;
}


/*------------------------------------------------------------------------
>> SITE HEADER
-------------------------------------------------------------------------*/

#siteHeader {
    position: relative;
    height: 124px;
    margin: auto;
    top: 0;
    width: 995px;
}

#siteHeaderContent1 {
    position: absolute;
    top: 6px;
    left: 300px;
    z-index: 100;
}

#siteHeaderContent2 {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 485px;
    text-align: right;
}

#siteHeaderContent3 {
    display: none;
}

#siteHeaderLogo {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
}


/*--------------------------------------------------------------------------------------------------
>> LOGIN CONTROL
--------------------------------------------------------------------------------------------------*/

#siteLogin {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 485px;
    text-align: right;
}


/*--------------------------------------------------------------------------------------------------
>> NAVIGATION CONTROL
--------------------------------------------------------------------------------------------------*/

#siteNavigation {
    position: relative;
    width: 995px;
    height: 41px;
    margin: auto;
    top: 0;
    z-index: 2;
}

/* IE Menu Popup issue fix */
#siteNavigation div {
    z-index: 100;
}

#siteNavigationInner div{
    z-index: 100;
}

#siteNavigationContent1 {
    position: relative;
    width: 995px;
    /*height: 133px;*/
    margin: auto;
    padding: 18px 0 20px 0;
    top: 0;
}

#siteNavigationContent2 {
    display: none;
}

#siteNavigationContent3 {
    display: none;
}


/*--------------------------------------------------------------------------------------------------
>> MAIN BODY AREA OUTTER CONTAINER
--------------------------------------------------------------------------------------------------*/

#siteMainContent {
    position: relative;
    margin: auto;
    top: 0;
    width: 995px;
}


/*--------------------------------------------------------------------------------------------------
>> SIDE/SECONDARY PAGE CONTENT
--------------------------------------------------------------------------------------------------*/

#siteSide {
    position: relative;
    float: left;
    width: 218px;
}

#siteSideContent1 {
    position: relative;
    width: 100%;
}

#siteSideHomeContent1 {
    display: none;
}

#siteSideHomeContent2 {
    display: none;
}

#siteSideContent2 {
    position: relative;
    width: 100%;
}

#siteSideContent3 {
    display: none;
}             


/*--------------------------------------------------------------------------------------------------
>> MAIN PAGE CONTENT
--------------------------------------------------------------------------------------------------*/

#siteMain {
    position: relative;
    float: right;
    width: 729px;
}

#siteMainContentTop1 {
    display: none;
}

#siteMainContentTop2 {
    display: none;
}

#siteMainContainer {
    position: relative;
    margin: 0 20px 0 0;
}

#siteMainContentBot1 {
    display: none;
}

#siteMainContentBot2 {
    display: none;
}


/*--------------------------------------------------------------------------------------------------
>> PAGE FOOTER
--------------------------------------------------------------------------------------------------*/

#siteFooter {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-bottom: 0;
    clear: both;
}

#siteFooterContent1 {
    position: relative;
    width: 882px;
    margin: 0 auto;
    top: 50px;
}

#siteFooterContent2 {
    display: none;
}

#siteFooterContentSys {
    position: relative;
    width: 882px;
    margin: 0 auto;
    top: 50px;
}

/*-----------------------------------------------------------------------
>> AGENT ROSTER PAGE
-----------------------------------------------------------------------*/

.rosterSearchTab {
    margin: 10px 15px 10px 0;
}
