body
{
    background: #d4d4d4;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #333;
    font-size: 12px;
    line-height: 1.3em;
}

#wrapper
{
    margin: 0 auto;
    background: url(images/bg.png) top center repeat-y #d4d4d4;
    width: 988px;
}

#header
{
    margin: 0 auto;
    width: 988px;
    height: 212px;
    background: url(images/header.jpg) top center no-repeat;
}

#headerTop
{
    margin: 0 auto;
    padding-top: 7px;
    width: 934px;
    height: 178px;
    text-align: right;
}

#menu
{
    margin: 0 auto;
    padding: 0;
    width: 934px;
    /*height: 27px;*/
    height: 23px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.containerWrapper
{
    margin: 0 0 13px 0;
}

#contentContainer
{
    margin: 13px auto 0 auto;
    width: 934px;
    clear: both;
}

.contentpane
{
    width: 100%;
}

.leftpane .containerWrapper
{
    width: 218px;
    margin-right: 13px;
}

.rightpane .containerWrapper
{
    width: 218px;
    margin-left: 13px;
}

#footer
{
    background: url(images/bg-bottom.png) top center no-repeat;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    width: 988px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

#footer a
{
    color: #666;
}

a
{
    color: #98663D;
    text-decoration: underline;
}

a:hover
{
    color: #98663D;
    text-decoration: none;
}

#headerTop h1
{
    padding: 0 8px 0 0;
    margin: 0;
    top: -6px;
    position: relative;
}

h1
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight:normal;
    color: #297DD1;
    line-height: 1.3em;
}

h2
{
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    color: #297DD1;
    line-height: 1.3em;
}

h3
{
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    line-height: 1.3em;
}

h4
{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #353535;
    font-weight: bold;
}

p
{
    margin: 0;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #333;
    font-size: 12px;
    line-height: 1.3em;
}

img
{
    border: 0;
}

hr
{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    height: 1px;
}

tr
{
    vertical-align: top;
}

.form
{
    text-align: left;
    clear: both;
}

.form .SubHead
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #666;
    font-weight: bold;
    width: 140px;
    display: block;
}

.form .NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    border: 1px solid #297BA3;
}

.form a.CommandButton:link
{
    font-size: 12px;
    color: #499CC8;
    text-decoration: underline;
    font-weight:bold;
    font-size:14px;
}

a.CommandButton:visited
{
    color: #2268ae;
    text-decoration: underline;
}

a.CommandButton:hover
{
    color: #499CC8;
    text-decoration: none;
}

ul
{
    margin-top: 0;
}

ul li
{
    list-style-type: disc;
}

li
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    padding-bottom:10px;
}



/* ==========================
    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: 934px;
    height: 28px;
    background-color: transparent;
    margin: 0;
}
#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 230px; /* 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: #4094C2;
    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: transparent;
    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: #fff;
}

#HouseMenuNav li:hover li a
{
    color: #fff;
}

#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 230px;
    height: 17px;
    _width: 230px; /* 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: 230px;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: "Trebuchet MS", Arial, Verdana Helvetica, Sans-Serif;
    text-decoration: none;
    color: #fff; /* set to a colour if you want ALL menu items to have the same background colour */
    border-left: 1px solid #fff;
    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;
    /*text-transform: lowercase;*/
}

#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: transparent;
}
#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    width: 225px;
    height: 17px;
    color: #5b5b5b;
    margin-left: 5px;
    font-size: 14px;
    background-color: #4094C2;
}

#HouseMenuNav li a:hover
{
    color: #222;
    font-size: 14px;
    height: auto;
    background-color: transparent;
    border-left: 1px solid #fff;
    padding-left: 8px;
}

#HouseMenuNav li li a:hover
{
    color: #222;
    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 230px;
    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: #222;
    background-color: transparent;
    text-decoration: none;
}
