body
{
    background: #eeeeee;
}

/******************************************************************
  Header Declarations
*******************************************************************/

#headerContainer
{
    background: #000;
}

#header
{
    width: 960px;
    margin: 0 auto;
    background: transparent url(../img/header_bg.png) no-repeat 0 0;
    position: relative;
}

    #header h1
    {
        height: 116px;
        overflow: hidden;
        text-indent: -5000em;
        background: transparent url(../img/logo.png) no-repeat 20px center;
        padding: 0;
        margin: 0;
    }

    
    #header form
    {
        position: absolute;
        right: 0;
        bottom: 15px;
        width: 220px;
        line-height: 1;
    }

    #header form label
    {
        font-weight: bold;
        color: #fff;
        padding-bottom: 3px;
        display: block;
    }

    #header form input
    {
        vertical-align: text-top;
        height: 23px;
        border: 1px solid #666;
    }

    #header form input#qs
    {
        width: 184px; padding: 0; display: inline;
    }

    #header #sharePanel
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 296px;
        background: transparent url(../img/connect_panel_bg.png) no-repeat right bottom;
        text-align: right;
    }




/******************************************************************
  Navigation Declarations
*******************************************************************/

#navContainer
{
    background: #000;
}

#nav
{
    width: 950px;
    margin: 0 auto;
    padding: 0 5px;
    background: transparent url(../img/nav_bg.png) no-repeat center top;
    height: 38px;
    position: relative;    z-index: 1000;

}

#nav ul
{
}

    #nav ul li
    {
        float: left;
        position: relative;
        padding-right: 2px;
        background: transparent url(../img/nav_divider.png) no-repeat right center;
    }

        #nav ul li a
        {
            color: #000;
            text-decoration: none;
            font-weight: bold;
            line-height: 38px;
            padding: 0 12px;
            display: block;
        }

        #nav ul li:hover
        {
            background: transparent url(../img/nav_active_bg.png) repeat-x 0 0;
        }

        #nav ul li .subMenu
        {
            background: #ffe87f url(../img/nav_submenu_bg.png) repeat-x left bottom;
            display: none;
            position: absolute;
            width: 30em;
            padding:  4px 5px;
            -moz-box-shadow: 3px 4px 4px RGBA(0,0,0,0.2);
            -webkit-box-shadow: 3px 4px 4px RGBA(0,0,0,0.2);
            box-shadow: 3px 4px 4px RGBA(0,0,0,0.2);
            z-index: 999;
        }

        #nav ul li .small
        {
            width: auto;
}


        #nav ul li .subMenu ul
        {
            width: 15em;
            padding: 8px 0;
            float: left;
        }

        #nav ul li .subMenu li
        {
            background: transparent;
            float: none;
        }

        #nav ul li .subMenu li a
        {
            line-height: 1.2;
            padding: 8px 10px;
            display: block;
            font-weight: normal;
            font-size: 11px;
        }

        #nav ul li .subMenu li a:hover
        {
            background: #fff5c7;
        }


        #nav ul li:hover .subMenu
        {
            display: block;
        }

        #nav #tinyLinks
        {
            position: absolute;
            right: 20px;
            line-height: 36px;
            display: block;
            cursor: default;
        }

        #nav #tinyLinks a img
        {
            vertical-align: text-bottom;
            opacity: 0.5;

        }

        #nav #tinyLinks a:hover img
        {
            opacity: 1;
        }

        #nav #sharePanel_icons a:hover img
        {
            opacity: 0.5;
        }




/******************************************************************
  Content Container Declarations
*******************************************************************/

#contentContainer
{
    width: 960px;
    margin: 0 auto;
    padding: 0 5px 20px 5px;
    overflow: auto;
    background: transparent url(../img/content_bg.png) repeat-y center 0;
}

    #contentContainer .column
    {
        border-top: 1px solid #fff;
        padding: 10px 20px 15px 20px;
        float: left;
    }

    #contentContainer .one
    {
        width: 120px;
    }

    #contentContainer .two
    {
        width: 280px;
    }

    #contentContainer .three
    {
        width: 440px;
    }

    #contentContainer .four
    {
        width: 600px;
    }

    #contentContainer .five
    {
        width: 760px;
    }

    #contentContainer .six
    {
        width: 920px;
    }

    #contentContainer .pageHeader
    {
        padding: 10px 20px;
        background: #fff5c7;
        position: relative;
    }

    #contentContainer .pageHeader *
    {
        margin-top: 0;
        margin-bottom: 0;
    }

    #contentContainer .pageHeader h1
    {
        font-size: 30px;
    }


/******************************************************************
  Footer Declarations
*******************************************************************/

#footerContainer
{
    background: #3a3a3a url(../img/footer_bg.png) repeat-x 0 0;
}

#footer
{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    color: #fff;
    font-size: 11px;
}

    #footer .column
    {
        border-top: 1px solid #3a3a3a;
        padding: 10px 20px;
        float: left;
    }

    #footer .one
    {
        width: 200px;
    }

    #footer .two
    {
        width: 440px;
    }

    #footer h3, #footer a
    {
        color: #ffc900;
    }

    #footer h3
    {
        font-size: 150%;
        padding-bottom: 4px;
        background: transparent url(../img/hr_inset.png) repeat-x 0 bottom;
    }

    #footer li
    {
        background: transparent url(../img/hr_inset.png) repeat-x 0 bottom;
        padding-bottom: 2px;
    }

    #footer li a
    {
        display: block;
        padding: 6px 0 6px 10px;
        background: transparent url(../img/footer-bullet.gif) no-repeat center left;
    }

    #footer li a:hover
    {
        background: #ffc900;
        color: #000;
        text-decoration: none;
    }

    #footer li h5
    {
        padding-top: 6px;
        margin: 0;
    }

    #footer li p
    {
        line-height: 1.3;
    }

    #footer table
    {
        margin-top: 3px;
    }

        #footer table th,
        #footer table td
        {
            padding: 4px 2px 6px 0;
            font-size: 10px;
            background: transparent url(../img/hr_inset.png) repeat-x 0 bottom;
        }


        #footer table th
        {
            border-bottom: 1px dotted #666;
        }

    #footer #copyright
    {
        clear: both;
        text-align: center;
        padding-top: 20px;
    }

    #footer #mediaOnline li
    {
        color: #ccc;
        line-height: 1.2;
        text-align: right;
        padding: 8px 0 12px 0;
    }
    #footer #mediaOnline li a
    {
padding: 0;
background: transparent;

    }

    


    #footer #mediaOnline h4
    {
        font-size: 30px;
        color: #ccc;
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 1;
    }

    #footer #mediaOnline h4 b
    {
        color: #fff;
        font-weight: normal;
    }

div.clearer
{
    float: none;
    clear: both;
    display: block;
}


#featuredProperties
{
    position: relative;
}

#featuredProperties ul.icons
{
    position: static !important;
    font-weight: bold;
}

#featuredProperties ul.icons li
{
    padding-left: 11px;
    padding-right: 11px;
    line-height: 24px;
}



#featuredProperties h4
{
    font-size: 15px;
            background: #fff5c7;    padding: 4px 8px;
            border-top: 1px solid #ffc900;

}
#featuredProperties h4 b
{
    font-size: 18px;
}

/******************************************************************
  Property Tiles
*******************************************************************/

ul.propertyTiles
{
        overflow: auto;
        padding: 0;
        margin: 0;
}

    ul.propertyTiles li
    {
            list-style-type: none;
            border: 5px solid rgb(238, 238, 238);
            padding: 5px;
            width: 210px;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            background: #fff;

    }

    ul.propertyTiles li h4
    {
            font-size: 16px;
            line-height: 1.1;
    }

/******************************************************************
  Hub Lists
*******************************************************************/

ul.hubList
{
        overflow: auto;
        padding: 0;
        margin: 0;
}

    ul.hubList li
    {
            list-style-type: none;
            
            padding: 5px 2% 5px 0;
            width: 48%;
            float: left;
            margin-bottom: 10px;
    }

    ul.hubList li img
    {
        float: left;
        margin-right: 10px;
    }


    ul.hubList li h4
    {
            font-size: 18px;
            margin-top: 0;
    }

    ul.hubList li p
    {
            line-height: 1.3;
            overflow: hidden;
            height: 3.9em;
            font-size: 11px;
    }

ul.hubListExternal
{
        overflow: auto;
        padding: 0;
        margin: 0;
}

    ul.hubListExternal li
    {
            list-style-type: none;

            padding: 5px 2% 5px 0;
            width: 48%;
            float: left;
            margin-bottom: 10px;
    }

    ul.hubListExternal li img
    {
        float: left;
        margin-right: 10px;
    }


    ul.hubListExternal li h4
    {
            font-size: 16px;
            margin: 0;
            line-height: 40px;
    }

    ul.hubListExternal li p
    {
            line-height: 1.3;
            overflow: hidden;
            height: 1em;
            font-size: 11px;
    }

/******************************************************************
 Side Tabs on property view
*******************************************************************/

ul#supertabs
{
    line-height:29px;
    margin:0 0px 0 0;
    padding:0;
    top:0;
    left: 0;
    position: absolute;
    width: 280px;
}

    ul#supertabs li
    {
        
        color:#000000;
        cursor: pointer;
        display: block;
        font-size:14px;
        line-height:24px;
        list-style-type:none;
        margin:10px 0px 0 0;
        padding:0.5em 0.5em 0.5em 12px;
        text-align:left;
        background: #ffcf43 url(/image/gradient/10/h/ffb600/ffcf43) repeat-y 0 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
    }

    ul#supertabs li.active
    {
        background:#fff;
        color:#000000;
        font-weight:bold;
    }

    #controlHolder
    {
        background: #ffe06f;
    }




