body
{
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    color: #656469;
    font-size: 12px;
    line-height: 1.5em;
    background-attachment: fixed;
}

#wrapper
{
    margin: 0 auto;
    width: 960px;
}

#header
{
    margin: 30px auto 15px auto;
    width: 960px;
}

#header .containerWhite .inside,
#header .containerOrangeBorder .inside
{
    height: 67px;
}

#headerLeft
{
    padding-left: 20px;
    float: left;
    width: 604px;
}

#menu
{
    padding: 6px 0 0 0;
    height: 33px;
    text-transform: lowercase;
    font-size: 14px;
    color: #5b5b5b;
}

#belowMenu
{
    padding: 1px 0 0 0;
    width: 450px;
    height: 33px;
    font-size: 10px;
    color: #5b5b5b;
}

#logo
{
    float: right;
    margin-top: 11px;
    height: 56px;
    width: 308px;
    /* OLD LARGE LOGO
    height: 73px;
    width: 463px;
    */
}

#footer
{
    margin: 0 auto;
    width: 960px;
    height: 33px;
    font-size: 10px;
    color: #222;
    text-align: center;
}

#belowMenu input
{
    border: 1px solid #5b5b5b;
    font-size: 10px;
}

.wide .rightpane .containerWrapper
{
    margin-left: 15px;
    width: 315px;
}

.rightpane .containerWrapper
{
    margin-left: 15px;
    width: 215px;
}

.leftpane .containerWrapper
{
    margin-right: 15px;
    width: 215px;
}

.contentpane
{
    width: 100%;
}

a, a:link
{
    color: #eb9000;
    text-decoration: underline;
}

a:visited
{
    color: #d08000;
    text-decoration: underline;
}

a:hover
{
    color: #d08000;
    text-decoration: none;
}

.containerHeader
{
    padding: 0;
}

.containerHeaderDefault
{
    height: 30px;
    padding: 0;
    margin: 0;
}

.boldOrange
{
    color: #eb9100;
    font-weight: bold;
}

.boldGrey
{
    color: #918778;
    font-weight: bold;
}

.grey
{
    color: #918778;
}

h1, h2, h3, h4
{
    font-family: "Trebuchet MS" , Arial, Verdana, helvetica, Sans-Serif;
}

h1
{
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #eb9000;
    font-weight: normal;
}

h2
{
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #463e3e;
    font-weight: normal;
}

h3
{
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #558790;
    font-weight: normal;
}

h4
{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #353535;
    font-weight: bold;
}

p, .Normal
{
    margin: 0;
    padding-bottom: 10px;
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    color: #463e3e;
    font-size: 12px;
    line-height: 1.4em;
}

#newsfeeds .Normal
{
    line-height: 1.3em;
    font-size: 11px;
}

img
{
    border: 0;
}

.spacer
{
    margin: 0;
    padding: 0;
}

hr
{
    margin-bottom: 10px;
    border: 1px solid pink;
    border-bottom: 0;
    height: 1px;
}

tr
{
    vertical-align: top;
}

ul li
{
    list-style-type: disc;
}

ul, ol
{
    margin: 0;
    padding: 0 0 10px 30px;
}

.form .SubHead
{
    font-family: Arial,Verdana,helvetica,Sans-Serif;
    color: #463e3e;
    font-weight: bold;
}

.form .NormalTextBox
{
    border: 1px solid #5b5b5b;
}

.form a.CommandButton:link
{
    font-size: 12px;
    color: #eb9000;
    text-decoration: underline;
}

a.CommandButton:visited
{
    color: #d08000;
    text-decoration: underline;
}

a.CommandButton:hover
{
    color: #d08000;
    text-decoration: none;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 99;
}

#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}


#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 89;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    top: 26px;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 88;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul
{
    left: -9999px;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 99;
}

#HouseMenuNav iframe
{
    position: absolute;
    left: 0;
    top: 40;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}

.ArrowPointer
{
    cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    width: 604px;
    height: 28px;
    background-color: transparent;
    margin: auto;
}
#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */ /* border: solid 1px #000; */
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    background-color: white;
    height: auto;
    padding-bottom: 8px;
    padding-top: 3px; /* filter: alpha(opacity=85);    opacity: 0.85;*/
}
#HouseMenuNav li
{
    /* all list items */ /* border-right: 1px solid #666;*/
    line-height: normal; /* hack for MacIE5 to ignore, while other browsers use \*/
    background-color: white;
    margin-right: 8px;
    height: 23px;
    width: auto;
    padding-top: 5px;
    text-align: left;
}
#HouseMenuNav li:hover
{
    background-color: transparent;
    height: 23px;
}

#HouseMenuNav li:hover a
{
    color: #5b5b5b;
}

#HouseMenuNav li:hover li a
{
    color: #5b5b5b;
}

#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 160px;
    height: 17px;
    _width: 160px; /* end hack */
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-top: 5px; /*padding-left:5px;*/
}
#HouseMenuNav li li:hover
{
    background-color: transparent;
    color: Black;
    height: 17px;
    width: auto;
    width: 160px;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: Arial, Verdana Helvetica, Sans-Serif;
    text-decoration: none;
    color: #5b5b5b; /*white*/ /* set to a colour if you want ALL menu items to have the same background colour */
    border-left: 1px solid #eb9100;
    padding-left: 8px;
}

#HouseMenuNav #HouseMenuNavItemHome li a:link, #HouseMenuNav #HouseMenuNavItemHome li a:hover, #HouseMenuNav #HouseMenuNavItemHome li a:visited, #HouseMenuNav #HouseMenuNavItemHome a, #HouseMenuNav #HouseMenuNavItemHome a:hover, #HouseMenuNav #HouseMenuNavItemHome a:visited
{
    padding-left: 0;
    border-left: 0;
}

#HouseMenuNav li a
{
    /* all links within the menu wrapper      padding: 0px;     margin-top: 5px;*/
    height: auto; /*[1stAHeight]px;IE has problem to set width, so auto will be fine*/
    width: auto;
    font-size: 14px;
    background-color: white; /*red*/
}
#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    width: 155px;
    height: 17px;
    color: #5b5b5b;
    margin-left: 5px;
    font-size: 14px;
    background-color: white;
}

#HouseMenuNav li a:hover
{
    color: #5b5b5b;
    font-size: 14px;
    height: auto;
    background-color: transparent;
    border-left: 1px solid #eb9100;
    padding-left: 8px;
}

#HouseMenuNav li li a:hover
{
    color: #eb9100;
    height: 17px;
    background-color: transparent;
    margin-left: 5px;
    font-size: 14px;
}
/* second-level lists.when the mouseover to the first level and dispaly the popup list-yuchen*/

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: -22px 0 0 160px;
    border: solid 1px #000;
    line-height: 12px;
}
#HouseMenuNav #HouseMenuNavParentItem a
{
    /* all links under the parent item (li) */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{
    /* parent link itself */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: #eb9100;
    background-color: transparent;
    text-decoration: none;
}
