body
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, helvetica, Sans-Serif;
    color: #656469;
    font-size: 14px;
    line-height: 1.5em;
}

#wrapper
{
    margin: 0 auto;
    width: 968px;
    height: 500px;
}

#header
{
    margin: 0 auto;
    padding: 6px 20px 0 0;
    width: 948px;
    height: 237px;
    background: url(images/header.jpg) top center no-repeat;
    text-align: right;
}

#header a, #header a:link
{
    color: #fff;
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

#container-behind
{
    margin: 0 auto;
    width: 968px;
    background: url(images/bg-container-behind.png) top center repeat-y;
}

#container
{
    margin: 0 auto;
    width: 968px;
    min-height: 663px;
    background: url(images/bg-content-top.jpg) top center no-repeat;
}

#containerHome
{
    margin: 0 auto;
    width: 968px;
    min-height: 663px;
    background: url(images/bg-content-top-home.jpg) top center no-repeat;
}

#content
{
    margin: 0 auto;
    width: 898px;
    padding: 20px 40px 5px 30px;
}

.leftpane, .rightpane
{
    width:175px;
    text-align:left;
    padding:0px;
    margin:0px;
}

.contentpane
{ width:100%;}

#footer
{
    margin: 0 auto;
    padding-top: 18px;
    width: 968px;
    height: 50px;
    background: url(images/bg-content-bottom.png) top center no-repeat;
    font-size: 10px;
}

#footerLeft
{
    padding-left: 18px;
    width: 582px;
    float: left;
}

#footerRight
{
    padding-right: 18px;
    width: 350px;
    float: right;
    text-align: right;
}

h1
{
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    color: #6b3800;
    line-height: 1.4em;
    font-weight: normal;
}

h2
{
    margin: 0;
    margin-bottom: 7px;
    font-size: 16px;
    color: #6b3800;
    line-height: 1.4em;
    font-weight: normal;
}

h3
{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #a05400;
    line-height: 1.4em;
    font-weight: bold;
}

h4
{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
    line-height: 1.4em;
    font-weight: bold;
}

h5
{
    margin: 0;
    color: #555;
    font-size: 10px;
    font-weight: bold;
}

h6
{
    margin: 0;
    color: #555;
    font-size: 10px;
    font-weight: normal;
}

a, a:link
{
    color: #98663D;
    text-decoration: underline;
}

a:hover
{
    color: #98663D;
    text-decoration: none;
}

a:visited
{
    color: #98663D;
    text-decoration: underline;
}

p
{
    margin-top: 0;
}

img
{
    border: 0;
}

img .spacer
{
    margin: 0;
    padding: 0;
}

hr
{
    border: 1px solid #c6b08b;
    border-bottom: 0;
    height: 1px;
}

/* ====================================
    CSS STYLES FOR PACKAGES PAGE START
   ====================================
*/

#packages-container
{
    margin: 0pt auto;
    width: 850px;
    clear: both;
}

#packages-brown, #packages-green, #packages-blue
{
    padding: 10px 15px 10px 10px;
    float: left;
    width: 233px;
    height: 255px;
}

#packages-brown, #packages-green
{
    margin-right: 37px;
}

#packages-brown
{
    background: url(../../Images/bg-fish-hunt.gif) no-repeat left top;
}

#packages-green
{
    background: url(../../Images/bg-hunt-only.gif) no-repeat left top;
}

#packages-blue
{
    background: url(../../Images/bg-fish-only.gif) no-repeat left top;
}

#packages-container h1, #packages-container h2
{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
}

#packages-container h1
{
    color: #fff;
    font-size: 28px;
    line-height: 0.9em;
    margin-bottom: 10px;
}

#packages-container p
{
    font-family: Arial, Verdana, helvetica, Sans-Serif;
    color: #000;
    font-size: 12px;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
}

#packages-container a
{
    color: #fff;
    font-weight: bold;
}

#packages-container a:hover
{
    text-decoration: none;
}

#packages-container h2
{
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 3px;
}

#packages-container #packages-brown h2
{
    color: #6b3800;
}

#packages-container #packages-green h2
{
    color: #003300;
}

#packages-container #packages-blue h2
{
    color: #000033;
}


/* ====================================
    CSS STYLES FOR PACKAGES PAGE END
   ====================================
*/


/* ==========================
    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: 9;
}

#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: 11113;
}

#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: 9;
}

#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: 10;
}

#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: 960px;
    height: 28px;
    background-color: #000; /*blue */
    margin: auto;
    margin-left: 9px;
}

#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 180px; /* 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-top: solid 2px #000;
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    background-color: #6B3800;
    height: auto;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

#HouseMenuNav li
{
    /* all list items */
    line-height: normal; /* hack for MacIE5 to ignore, while other browsers use \*/ /*background-image:url(images/menu-line.jpg); display line between 1st menu items       background-repeat:no-repeat;         background-position:100% 4px; border-right:1px solid white;  */
    background-image: url(images/menu-line.jpg);
    background-repeat: no-repeat;
    background-position: 100% 6px;
    background-color: #000;
    margin-left: 10px;
    height: 23px;
    width: auto;
    padding-top: 4px;
    text-align: left;
}

#HouseMenuNav li:hover
{
    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: 180px;
    height: 25px;
    _width: 160px; /* end hack */
    background: #6B3800;
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
}

#HouseMenuNav li li:hover
{
    color: #000;
    height: 25px;
    width: auto;
    width: 180px;
    background: #000;
}

#HouseMenuNav #HouseMenuNavItemHome a
{
    border-left: 0;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: Tahoma, Arial, Verdana, helvetica, Sans-Serif;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px #fff solid;
    padding-left: 10px;
    color: #fff; /* set to a colour if you want ALL menu items to have the same background colour */
}

#HouseMenuNav li a
{
    /* all links within the menu wrapper */
    height: auto; /*[1stAHeight]px;IE has problem to set width, so auto will be fine*/
    width: auto;
    font-size: 14px;
    font-weight: normal;
    background-color: #000;
}

#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    width: 170px;
    color: #fff;
    font-size: 14px;
    background: #6B3800;
    height: 15px;
    padding: 3px 5px 7px 5px;
}

#HouseMenuNav li a:hover
{
    color: #fff; /*#000background-color: #eee;*/
    font-size: 14px;
    height: auto;
    background-color: Transparent;
    border-left: 1px #fff solid;
    padding-left: 10px;
}

#HouseMenuNav li li a:hover
{
    color: #fff;
    height: 15px;
    background-color: transparent;
    font-size: 14px;
    padding: 3px 5px 7px 5px;
}
/* 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: -26px 0 0 180px;
    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: #9B6A41;
    font-weight: normal;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav li li a#HouseMenuNavCurrentLink
{
    /* current selected/active link for hover child menu */
    color: #d0a37e;
}

/* #HouseMenuNav #HouseMenuNavItemSplash { visibility:hidden; display:none;} */

/* home link
#HouseMenuNav #HouseMenuNavItem777 li a:link, #HouseMenuNav #HouseMenuNavItem777 li a:visited, #HouseMenuNav #HouseMenuNavItem777 a:link, #HouseMenuNav #HouseMenuNavItem777 a:visited { border-left:none;}
 */

#HouseMenuNav #HouseMenuNavItemIntro li a:link, #HouseMenuNav #HouseMenuNavItemIntro li a:hover, #HouseMenuNav #HouseMenuNavItemIntro li a:visited, #HouseMenuNav #HouseMenuNavItemIntro a, #HouseMenuNav #HouseMenuNavItemIntro a:hover, #HouseMenuNav #HouseMenuNavItemIntro a:visited
{
    border-left:none;
}

.controlpanel
{
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    width:100%;
    filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}