﻿/* CSS for NO menu */

/*
NOTE:

This layout only works if the center column is the longest. If that's not the case, the footer row will appear 
behind the other columns that are longer.
div{ border:1px solid black; }
*/
body {
    margin: 0px;
    padding: 0px; /*background: yellow;*/ /*font:small Sans-serif;*/ /*font-size: 100%; IE Text Size Bug*/
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 0.8em; /*font-size:medium;*/
}
#POANav {
    margin: auto;
    padding: auto; /*background: yellow;*/ /*font:small Sans-serif;*/ /*font-size: 100%; IE Text Size Bug*/
    font-size:medium; /*font-size:medium;*/
}
#AXPBanner {
    position: relative;
    width: 1004px;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

/*@_Layout_@*/
#AXPBanner {
    background-image: url(/images/no_menu_img/background_thicker.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 99px;
}



/*@_Top_Banner_@*/
#Level0Nav a {
    color: #cccccc;
    text-decoration: underline;
}
#AXPBanner ul {
    white-space: nowrap;
    display: inline; /* needed for aligning search list */
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.3em;
}
#AXPBanner ul li {
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
    display: inline;
    border-right: 1px solid #ccc;
    margin: 1px 0px 0px 1px;
}

#Level0Nav {
    color: #cccccc;
    font-family: Sans-Serif;
    font-size: 0.8em;
    height: 32px;
    padding-top: 2px;
    position: relative;
}
#Level0Nav ul li.last, #Level2Nav ul li.Level2NavOffLast {
    border-right: none;
}

#GlobalLinks {
    padding-top: 6px;
    float: left;
}
#GlobalSearch {
    position: absolute;
    right: 3px;
    float: right;
}
#GlobalNavCustServ A:link, #GlobalNavCustServ A:hover, #GlobalNavCustServ A:visited {
    color: #ffcc00;
}


#Level1Nav {
    position: absolute;
    top: 33px;
    left: 116px;
    float: left;
}

#Level1Logo {
    position: absolute;
    top: 32px;
    padding: 0px;
    border-width: 0px;
}

#Level2Nav {
    position: absolute;
    left: 116px;
    top: 72px;
    padding-top: 6px;
    border-left: 2px #033c75 solid;
    height: 21px;
}
#Level2Nav ul {
    padding-left:5px;
    margin: 0px;
}
.Level2NavOn, .Level2NavOff, .Level2NavOffLast {
    font-size: 0.85em;
}
.Level2NavOn, .Level2NavOn a {
    color: #ffffff !important;
    background-color: #033c75;
    text-decoration: underline;
}
.Level2NavOff, .Level2NavOffLast, li.Level2NavOff a, .Level2NavOffLast a {
    color: #033c75;
    background-color: #ffffff;
    text-decoration: underline;
}
/*@_Top_Banner_@*/

/*                  IE 5.x high pass filter                                 */
/* all content before the dummy 'i' style will be interpreted by ie 5.x,    */
/* and everything afterwards will be ignored                                */
td {font-size: 0.7em;}
i{content:"\"/*"}
/*td {font-size: 1em;}*/