/************************************************	LAYOUT RESET************************************************/body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }table { border-collapse:collapse; border-spacing:0; }img, img a { border:0; text-decoration:none; }address, caption, cite, code, dfn, strong, th, var { font-style:normal; font-weight:normal; }ol, ul { list-style:none; }caption, th { text-align:left; }h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }q:before, q:after { content:''; }abbr, acronym { border:0; }/********************************/		body { font-family: Geneva, Helvetica, Arial, sans-serif; margin: 10px 0; text-align: center; font-size: .9em; background-repeat: no-repeat; background-color: #493A2C; }.textbox ol { list-style: decimal; margin: 7px 5px 7px 45px;}.textbox ol li {padding-left: 5px; }.textbox ul {margin: 5px 5px 5px 30px;}.textbox ul li {padding-left: 5px; list-style: disc;}hr {height: .5px; padding: 0 10px;}.indent { margin: 23px 50px 0px 50px;}h1 { position: absolute; left: -3000px; }h2 { font-size: 1.4em; color: #96CDAF; text-transform: uppercase; text-shadow: 0.1em 0.1em 0.3em #121212;}h3 { font-size: 1.3em; color: #FFFFFF; padding: 5px 0;  text-shadow: 0.1em 0.1em 0.2em #121212;}h4 { font-size: 1.5em; color: #96CDAF; }p { margin: .8em 1em .8em 0; }a:link, a:visited { color: #96CDAF; text-decoration: none; }a:hover { text-decoration: underline; }#leftcontent { float: left; width:33%; background:#493A2C; margin-right:10px; padding-bottom:0px; color: #000000; border: 0px solid #000; }#rightcontent { margin-left:0px; }.floatRight {float: right; margin: 5px;}.floatLeft {float: left; margin: 5px 25px 5px 5px;}.clear {clear:both;}.paddingFive {margin: 5px;}#wrapper { margin: 0 auto; padding: 0px 0px 0px 0px; width: 760px; border: 1px solid #000000; text-align: left; color: #F0E5C7; min-height: 800px; -webkit-box-shadow: 0.1em 0.2em 0.9em  #121212; -moz-box-shadow: 0.1em 0.2em 0.9em #121212; box-shadow: 0.1em 0.2em 0.9em #121212;}/* Box model hack \*/* html #wrapper { width: 760px; }/* */.foxy_box { position: relative; width: auto; height: auto; margin: 10px 10px 10px 35px; font-weight: normal; float: left; display: block; padding: 14px 14px 14px 14px; /*border: 1px solid #000000;*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-box-shadow: 0.1em 0.4em 0.9em  #121212; -moz-box-shadow: 0.1em 0.2em 0.4em #372e26; box-shadow: 0.1em 0.2em 0.4em #372e26;}.textbox { padding:10px 15px; font-size: 1em; }.textbox a { color: #96CDAF; background-color: #493A2C; }.back { text-align: right; padding: 10px 10px 0 0; }.alignright { margin: 0 30px 20px 0; text-align: right; }.small { font-size: .8em; }/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/.nav { position: relative; background: #7C6041; width: 100%; color: #F0E5C7; border-top: 1px none #888; border-right: 0 none #888; border-bottom: 1px none #888; border-left: 0 none #888; }.button { width: 126px; float: left; font-family: Geneva, Helvetica, Arial, sans-serif; text-shadow: 0.1em 0.1em 0.3em #121212;}.parent { position: relative; }/* this parent div does not provide "sticky hovering", but instead fixes a strange bug in Op7. When an element serves as a hovered popup "parent" element, that element must not also be floated or all heck breaks loose in Opera 7. To prevent this, we have floated the top level list items, while nesting hoverable parent divs inside that are then hovered to generate the dropdowns. Thus the ugly (but interesting) Op7 bug is defeated. */	.floatfix { margin-right: -3px; }/* this fixes the IE 3px bug that is common in this type of float arrangement */ /*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/.dropdown { /* rules for dropdown div */ width: 127px; position: absolute; left: -3000px; top: auto; /* puts dropdowns directly under top nav */ text-align: left; /* needed because IE misapplies text centering to boxes */ }.dropdown div { width: 127px; position: absolute; left: -3000px; top: 0; text-align: left; /* needed because IE misapplies text centering to boxes */ }/* The margins on the UL's replace the div paddings to create "sticky hovering"zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.Unfortunately the BG fix is still needed, altho this method does eliminatepossible box model problems */	.dropdown ul { width: 127px; /* tweaked so that dropdowns appear to "line up" with top links */ margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */ border: 1px solid #7C6041; border-width: 1px 1px 0; } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */.dropdown div ul { margin: 30px 30px 30px 0; } /* creates "sticky hovering" zones for flyouts */.four .dropdown ul { width: 128px; } /* modifies width for rightmost "visible" dropdown (tweak) */.four .dropdown div ul { margin: 30px 0 30px 30px; position: relative; } /* rule reversal for "visible" right drop flyouts */.nav li { text-align: center; }.nav a { display: block; color: #96CDAF; font-weight: bold; font-size: 0.9em; text-decoration: none; padding: 6px 0 5px; border-right: 1px none #888; }.four a { border-right: 0; } /* kills right border on last top link */.nav ul ul a { color: #F0E5C7; border-right: 0; /* negates right border for dropdowns and flyouts */ border-bottom: 1px solid #96CDAF;  /* borders the bottoms of the dropdown and flyout links */ }.dropdown li { position: relative; vertical-align: bottom; /* IE5/win bugfix */ }.button:hover div.dropdown { left: -31px; } /* hover rule for dropdowns *//* extra pixel makes dropdowns "line up" with top links */ .dropdown li:hover div { /* hover rule for flyouts */ left: 100px; /* this value controls the amount of flyout "overlap" */ top: -26px; /* this value controls the amount of flyout vertical offset */ }.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */ left: -140px; top: -26px; }.nav div.mini-zone { /* special hover zone that covers the "danger corner" */ padding: 0; width: 15px; height: 15px; font-size: 1px; left: -3000px; bottom: -15px; top: auto; }.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */ left: auto; right: 8px; top: auto; }.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */ left: 8px; }.dropdown li:hover { background: #96CDAF; } /* hover color effect on dropdown links */.dropdown div li:hover { background: #96CDAF; } /* hover color effect on flyout links *//*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/	.one ul { background: #7C6041; }.two ul { background: #7C6041; }.three ul { background: #7C6041; }.threeplus ul { background: #7C6041; }.threeplusone ul { background: #7C6041; }.four ul { background: #7C6041; }.dropdown div ul { background: #CCFFCC; } /* colors BG of flyouts */.dropdown div ul a { color: #FFFFFF; } /* colors text of  flyouts *//*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/.one { z-index: 10; }.two { z-index: 20; }.three { z-index: 30; }.four { z-index: 40; }.four:hover { z-index: 20; }/* this last is a special trick that reverses the stacking order of the rightmosttop link when it or its children are hovered. This, and the previous rules worktogether so that when a user is on the top link of any flyout, they can move vertically to the top link directly above and not have the sticky hoivering zoneon the flyout get in the way of hovering that top link. */ /*XXXXXXXXXXX Special fixes XXXXXXXXXXX*//* This is to hide the following from IE/Mac. \*/* html .button .dropdown li { height: 1%; margin-left: -16px; }/* */* html .nav a { height: 1%; }/* The first 2 rules above fix "bullet region" problems in IE5.x/win, and the 2nd is to make all links fully clickable. */    .brclear { /* Use a break with this class to clear float containers */ clear:both; height:0; margin:0; font-size: 1px; line-height: normal; }