﻿body
{
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS" , Arial, Verdana, helvetica, Sans-Serif;
    color: #333;
    font-size: 12px;
    line-height: 1.3em;
}

#wrapper
{
    margin: 0 auto;
    padding: 0 33px 0 33px;
    width: 924px;
    background: url(images/bg.gif) top center repeat-y #fff;
}

#headerheaderright
{
    margin: 0 auto;
    width: 924px;
}

#headerTop
{
    margin: 0 auto;
    padding: 25px 0 0 0;
    height: 145px;
    width: 924px;
}

#headerLeft
{
    float: left;
    width: 462px;
}

#headerRight
{
    margin: 88px 0 0 0;
    float: left;
    width: 414px;
    text-align: right;
}

#menu
{
    margin: 0 auto;
    padding: 0 0 0 25px;
    background: url(images/bg-menu.png) top center no-repeat;
    width: 899px;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    clear: both;
}

.containerWrapper
{
    margin: 0 0 0 0;
}

#contentContainer
{
    margin: 17px auto 0 auto;
    padding: 0 0 0 6px;
    width: 918px;
    clear: both;
}

.contentpane
{
    width: 100%;
}

.leftpane
{
}

.leftpane .containerWrapper
{
    margin-right: 17px;
    width: 341px;
}

.containerWrapper
{
    margin: 0 0 11px 0;
}

.rightpane
{
}

.rightpane .containerWrapper
{
    width: 341px;
    margin-left: 17px;
}

#copyright
{
    margin: 0 auto;
    padding: 10px 20px 20px 20px;
    width: 924px;
    text-align: center;
}

#copyright a, #copyright a:link
{
    text-decoration: none;
}

#copyright a:hover
{
    text-decoration: underline;
}

#footerBottom
{
    margin: 0 auto;
    padding: 0;
    background: url(images/bg-bottom.gif) bottom center no-repeat;
    width: 990px;
    height: 31px;
}

#copyright a
{
    color: #333;
}

a, a:link
{
    color: #737A00;
    text-decoration: underline;
}

a:visited
{
    color: #5d6300;
    text-decoration: underline;
}

a:hover
{
    color: #737A00;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
}

h1
{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    color: #818519;
}

h2
{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

h3
{
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #737a00;
}

p, td p
{
    margin: 0;
    padding-bottom: 13px;
    font-size: 13px;
    color: #333;
    font-family: "Trebuchet MS" , Arial, Verdana, helvetica, Sans-Serif;
    line-height: 1.3em;
}

td, li
{
    font-family: "Trebuchet MS" , Arial, Verdana, helvetica, Sans-Serif;
}

img
{
    border: 0;
}

hr
{
    margin-top: 0px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-bottom: 0;
    height: 1px;
}

tr
{
    vertical-align: top;
}

.alignRight
{
    float: right;
}

/* Now replaced with .greyBG h2
.largeGreen
{
    font-size: 26px;
    color: #719800;
    font-weight: bold;
}
*/

ul, ol
{
    margin-top: 0;
    padding-top: 0;
}

ul li
{
    list-style: disc;
}

li
{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.lowercase
{
    text-transform: lowercase;
}

.form
{
    margin: 0;
    padding: 0;
}

.form .SubHead
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #ba6a28;
    font-weight: bold;
}

.form .NormalTextBox
{
    margin: 0 0 10px 0;
    border: 1px solid #5b5b5b;
}

.form a.CommandButton:link
{
    font-size: 12px;
    color: #eb9000;
    text-decoration: underline;
}

.form a.CommandButton:visited
{
    font-size: 12px;
    color: #eb9000;
    text-decoration: underline;
}

.form a.CommandButton:hover
{
    font-size: 12px;
    color: #eb9000;
    text-decoration: none;
}

.tableStaff
{
    margin: 0 0 20px 0;
}

.tableStaff td
{
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 0;
}

.tableStaff .tableStaffPhoto
{
    width: 174px;
}


img.topLeftImage
{
    padding: 2px 20px 0 0;
}

img.topRightImage
{
    padding: 2px 0 0 20px;
}

img.rightImageOnly
{
    padding: 0 6px 0 0;
    display: table;
}

/* ==========================
    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;
    font-weight: normal;
}

#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: 32px;
    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: 899px;
    height: 36px;
    background-color: transparent;
    margin: auto;
}

#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 190px;
    left: -9999px;
    margin: 0 0 0 0;
    margin: 0;
    background-color: #91b100;
    height: auto;
    margin-top: 3px;
}

#HouseMenuNav li
{
    /* all list items */
    line-height: normal;
    background-color: transparent;
    height: 36px;
    width: auto;
    text-align: left;
}

#HouseMenuNav li:hover
{
    background-color: transparent;
    height: 36px;
}

#HouseMenuNav li:hover a
{
    padding-right: 10px;
    color: #fff;
}

#HouseMenuNav li:hover li a
{
    color: #fff;
    background: none;
}

#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 190px;
    height: 23px;
    _width: 190px;
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    border-bottom: 1px solid #797778;
}

#HouseMenuNav li li:hover
{
    background-color: transparent;
    color: #000;
    height: 23px;
    width: auto;
    width: 190px;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: "Trebuchet MS" , Arial, Verdana, helvetica, Sans-Serif;
    text-decoration: none;
    color: #fff; /* border-right: 1px solid #baaa7e; */
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 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
{
    /*border-left: 0;*/
}

#HouseMenuNav li a
{
    /* all links within the menu wrapper */
    height: auto;
    width: auto;
    font-size: 12px;
    background-color: transparent;
    padding-right: 10px;
    font-size: 18px;
}

#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    width: 165px;
    height: 17px;
    margin-left: 5px;
    font-size: 15px;
    background-color: #91b100;
    color: #fff;
}

#HouseMenuNav li a:hover
{
    color: #b5cd6d;
    font-size: 15px;
    height: auto;
    background-color: transparent; /* border-right: 1px solid #baaa7e; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 18px;
}

#HouseMenuNav li li a:hover
{
    width: 165px;
    color: #dee8bd;
    height: 15px;
    background-color: transparent;
    margin-left: 5px;
    font-size: 15px;
}
/* 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: -32px 0 0 190px;
    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: #b5cd6d;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav li li a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: #dee8bd;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a:hover#HouseMenuNavCurrentLink
{
    /* color: #000; */
}
