body { width: 100%; height: 100%; padding: 0px 0px 0px 0px; /*--Up, Right, Down, Left--*/ top: 0; left: 0; position: absolute; margin: 0; background: #FFFFFF url(index.images/body_bg_small.gif) repeat-x top; overflow-x: hidden; overflow-y: hidden; }

.container { text-align: left; width: 900px; padding: 0px 0px 0px 0px; /*--Up, Right, Down, Left--*/ top: 0; left: 0; position: relative; margin: 0; } .header { padding-top: 20px; } .disclaimer { color: gray; font-size: 9pt; padding: 20 0 0 0; /*--Up, Right, Down, Left--*/ text-align: right; display: block; position: absolute; top: 0; right: 0; }

/*--Hover effect for trigger--*/
ul.topnav li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 27px; background: black; margin: 0; padding: 0; display: none; float: left; width: 233px; border-top: 11px solid #212121; border-left: 10px solid #212121; border-bottom: 10px solid #212121; border-right: 10px solid #212121; } ul.topnav li ul.subnav li{ margin: 0; padding: 0; border-top: 3px solid #404040; /*--Create bevel effect--*/ clear: both; width: 233px; } html ul.topnav li ul.subnav li a { float: left; width: 200px; background: black url(index.images/dropdown_linkbg.gif) no-repeat 10px center; padding-left: 33px; } html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: black url(index.images/dropdown_linkbg.gif) no-repeat 20px center; } ul.topnav { list-style: none; padding: 0 15px; margin: 0; float: left; background: #000000; font-size: 13px; background: url(index.images/topnav_bg.gif) repeat-x; } ul.topnav li { float: left; margin: 0; padding: 3px 40px 0 0; position: relative; /*--Declare X and Y axis base--*/ } ul.topnav li a{ padding: 7px 0; color: #ffffff; display: block; text-decoration: none; float: left; } ul.topnav li a:hover{ background: url(index.images/topnav_hover.gif) no-repeat center top; } ul.topnav li span { /*--Drop down trigger styles--*/ width: 27px; height: 35px; float: left; background: url(index.images/subnav_btn.gif) no-repeat center top; } ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;}
