/* Cascading Style Sheet (CSS) Document */
/*===============================================================================*/
/*HEADER START*/
div#header
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 106px;
    background-color: #4584a8;
    min-width: 1004px;
}
/* The class below specifies the area for the slideshow in the top banner. */
div#headerImage
{
    position: absolute;
    top: 0;
    right: 2px;
    width: 667px;
    height: 106px;
    z-index: 1;
}

div#logo
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

div#navbar
{
    background-image: url(/resources/public/home/images/interface/searchbar_bg_repeat.gif);
    background-repeat: repeat-x;
    background-position: top;
    color: #ffffff;
    height: 42px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-width: 1004px;
    z-index: -14;
}

div#searcharea
{
    /*background-image: url(/resources/public/home/images/interface/searchbar_bg.gif);*/
    background-repeat: no-repeat;
    background-position: top right;
    color: #ffffff;
    height: 33px;
    width: 450px;
    text-align: right;
    margin: 0;
    padding: 9px 14px 0 0; /*position: absolute; */
    top: 106px;
    right: 0;
    z-index: 1;
    float: right;
}


/* MAIN MENU STYLES */



#mainMenu
{
    font-size: 88%;
    font-family: Arial, Helvetica, Sans-serif;
    color: #084588; /* position: absolute; top: 105px; left: 0px; z-index: 3; text-align: left; width: 74%; */
    white-space: nowrap;
    border: 0px;
    margin: 10px 0 0 0;
    padding: 3px;
    float: left;
}

#menuList ul
{
    margin: 0px;
    padding: 7px 0px 6px 9px;
}
/* default "off" style */
#menuList li
{
    display: inline;
    white-space: nowrap;
    list-style: none;
    padding: 7px 0px 6px 9px;
    margin: 0;
    background-image: url(/resources/public/home/images/interface/mainmenu_left_off.gif);
    background-repeat: no-repeat;
    background-position: left;
}

    #menuList li a, #menuList li a:link, #menuList li a:visited
    {
        padding: 4px 10px 5px 0;
        margin: 0px 0 0 0;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        background-image: url(/resources/public/home/images/interface/mainmenu_right_off.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

        #menuList li a:hover
        {
            padding: 4px 10px 5px 0;
            margin: 0px 0 0 0;
            color: #FFFF99;
            text-decoration: none;
            font-weight: bold;
            font-size: 13px;
            background-image: url(/resources/public/home/images/interface/mainmenu_right_off.gif);
            background-repeat: no-repeat;
            background-position: bottom right;
        }

    #menuList li#mainMenuHome
    {
        background-image: url(/resources/public/home/images/interface/mainmenu_left_on.gif);
    }

        #menuList li#mainMenuHome a, #menuList li#mainMenuHome a:link, #menuList li#mainMenuHome a:visited
        {
            background-image: url(/resources/public/home/images/interface/mainmenu_right_on.gif);
            background-repeat: no-repeat;
        }


/* ACCESSIBILITY STYLES */
/* The class below hides the links added to the top of the page for accessibility purposes only. 
Screen readers will still read these links. */
div.accessibilitylinks
{
    display: none;
    visibility: hidden;
}


/* ****************End style-contentarea.css**************** */
/******************Google suggestion Box ***************************/
/* Classes for suggestion box */
.ss-gac-m-others
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin-left: 134px;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-m-ie1
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin: 1;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-m-ie2
{
    background: white;
    color: Black;
    border: 1px solid black;
    cursor: default;
    font-size: 13px;
    line-height: 17px;
    margin-left: 128px;
    position: absolute;
    z-index: 99;
    table-layout: fixed;
    width: 330px;
    visibility: hidden;
    top: 140px;
}

.ss-gac-b
{
    background: #36c;
    color: white;
}

.ss-gac-c
{
    overflow: hidden;
    padding-left: 1px;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

.ss-gac-d
{
    color: #084588;
    font-size: 10px;
    overflow: hidden;
    padding: 0 1px;
    text-align: right;
    white-space: nowrap;
    width: 100px;
}

.ss-gac-b td
{
    color: white;
}

.ss-gac-e td
{
    font-size: 10px;
    line-height: 15px;
    padding: 0 3px 2px;
    text-align: right;
}

.ss-gac-e span
{
    color: #084588;
    cursor: pointer;
    text-decoration: underline;
}
/* Debug console */ div#ss_debug_console
{
    background: #ffefef;
    border: 1px solid #cf7f7f;
    bottom: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 83%;
    height: 60%;
    left: 5%;
    opacity: 0.95;
    overflow: auto;
    padding: 0.5em;
    position: absolute;
    width: 90%;
    z-index: 5000;
}

    div#ss_debug_console.expanded
    {
        height: 60%;
    }

    div#ss_debug_console.contracted
    {
        height: 8%;
    }

    div#ss_debug_console h1
    {
        color: #af0000;
        display: inline;
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    div#ss_debug_console button
    {
        margin: 0em 0.5em;
    }

    div#ss_debug_console table
    {
        border-collapse: collapse;
        font-size: 90%;
        line-height: 120%;
        margin-top: 1em;
    }

        div#ss_debug_console table th
        {
            padding: 0.2em 1em;
            text-align: left;
        }

        div#ss_debug_console table td
        {
            border-top: 1px solid #cf7f7f;
            padding: 0.2em 1em;
        }

            div#ss_debug_console table td.no
            {
                text-align: right;
            }

/*HEADER END*/
/*======================================================================================*/




/* MAIN LAYOUT STYLES -- VERY IMPORTANT -- DO NOT EDIT.
These classes define the layout of the pages. */
div#pagecontent
{
    width: 100%;
    margin: auto;
    padding: 0;
    border: 0;
    background: url(/resources/public/home/images/gradient_3.png) repeat-x #5a5a5a;
    z-index: 11;
}

div#content
{
    background-color: #FFFFFF;
    width: 1004px;
    margin: auto;
}

/* PARAGRAPH STYLE 
The class below defines the paragraph style in the content area; 
currently the only special style for this item is an indent on the first line of each paragraph. 
To remove the indent, delete "text-indent: 2em;" below. */
#content p
{
    text-indent: 0em;
}

/* LINE "hr" STYLE */
hr
{
    margin: 5px 0;
    padding: 0;
    border: none;
    border-top: 1px solid #999999;
    color: #FFFFFF;
}

/* Changed the class below from #77431C darkbrown to #82020b dark olive to fit better with new design */
.darkbrown
{
    color: #82020b;
}

.lightbrown
{
    color: #e7f0f8;
}



#footer
{
    color: #000;
    margin: auto;
    padding: 0 px;
    font-size: 105%;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    overflow: auto;
    background-color: #FFFFFF;
    width: 1004px;
}

#contenareabg
{
    background-color: #7F7F7F;
}


div#contenttop
{
    background: #fff url(/resources/public/home/images/background-1004.png) no-repeat bottom left;
    color: #000;
    margin: 0;
    padding: 0 px;
    font-size: 100%;
    width: 1004px;
    min-height: 1140px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

#topimage, div#findpayreport, div#trending
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


div#findpayreport
{
    float: left;
    width: 35%;
    margin-top: 10px;
    margin-left: 15px;
    display: inline;
}

#findpayreport
{
    z-index: 10;
}

#trending
{
    background: url(/resources/public/home/images/connect-dropshadow-slash.png) no-repeat top right;
    width: 511px !important;
    height: 70px;
    left: 480px !important;
    z-index: 10;
}

#alertplaceholder
{
    position: absolute;
    float: left;
    width: 489px !important;
    height: 202px;
    top: 150px;
    z-index: 10 !important;
    left: 340px;
    display: inline;
    padding: 20px 20px 20px 20px;
}

#trending a
{
    text-decoration: none;
}


#trending span
{
    padding-bottom: -5px;
    font-size: 12px;
    font-weight: bold;
}

.pointer, #trending img
{
    cursor: pointer !important;
}

#topimage img
{
    width: 1004px;
}



div.aboutthisphotoL
{
background: #FFFFFF;
border: 1px solid #A3A1A1;
padding: 2px 2px 2px 2px;
position: relative;
clear: both;
float: right;
top: 410px;
opacity: 0.7;
right: 20px;
-moz-border-radius: 14px;
border-radius: 14px;
}

div.aboutthisphotoL:hover
{
    opacity: 1;
}

div#aboutThisPhotoLInner
{
    background-image: url('/resources/public/home/images/info.png');
    background-repeat: no-repeat;
    /*background-size: 25px;*/
    /*padding:4px 4px 0px 28px;          
        height:20px;    
        */
      padding:2px 4px 0px 28px;          
        display:table-cell;
        vertical-align:middle;
    height:22px;    
    border: 0px ;
}

#aboutthisphotoM
{
    display: none;
}

.aboutthisphotoL a
{
    color: #141313;
    text-decoration: none;
    /*text-shadow: 1px 1px #666666;*/
}

#topimage .imgM
{
    display: none !important;
}


div#topics
{
    width: 400px;
    float: left;
    position: relative;
    top: 0px !important;
    left: 25px !important;
}

div#trendtopics
{
    padding-top: 30px;
}

.topicstable
{
    margin-left: 5px;
    width: 100%;
}

    .topicstable ul li
    {
        list-style: none;
    }

div#contectnews
{
    width: 475px;
    position: relative;
    top: 0px !important;
    left: 160px !important;
    float: left;
}

div#newsTitle
{
    padding-top: 35px;
}

div#imagerotator
{
    position: relative;
    bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}



ul.topic, ul.topic ul
{
    list-style-type: none;
}

.bx-wrapper /*IMAGE ROTATOR AT BOTTOM*/
{
    width: 100% !important;
    max-width: 900px !important;
}

div#mobile
{
    display: none !important;
}

.ui-body-c, .ui-overlay-c
{
    /*text-shadow: 0 0 0 !important;*/
    text-shadow:none;
}

.treeview li
{
    padding: 3px 0pt 3px 8px !important;
}

div#dvHeaderInitiative
{
    padding-left: 20px;
}
