/****************************/ /* Main stylesheet elements */ /****************************/ .header-bg1 { background-color: A8AAAD} .header-text { font-family: Arial; font-weight:bold; font-size: 15px; font-style: normal; line-height: normal; color: #624821; text-decoration:underline} .header-text-2{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #333333} .header-text2{ font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #333333} .url-text { font-family: Arial; font-weight:bold; font-size: 9px; font-style: normal; line-height: normal; color: #ffffff} .url-link { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #000000;text-decoration:underline} .url-link:hover { font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #cccccc;text-decoration:underline} .body-bg1 { background-color: 8c4500} .body-bg2 { background-color: e3e3e3} .body-bg4 { background-color: ebebeb} .menu-bg1 { background-color: 7c5a28} .main-text { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #000000} .main-text-2{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #ffffff} .main-text-3 { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #333333} .module-text { font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #333333} .footer-text { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #ffffff} .footer-link{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #d4d4d4} .footer-link:hover{ font-family: Arial; font-weight:normal; font-size: 11px; font-style: normal; line-height: normal; color: #666666} .mail-link{ font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #333333;text-decoration:none} .mail-link:hover{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #666666} .home-link{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #ffffff;text-decoration:none;font-weight: bold; } .home-link:hover{ font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #666666;text-decoration:none;font-weight: bold; } .main-link { font-family: Arial; font-weight:bold; font-size: 12px; font-style: normal; line-height: normal; color: #ffffff} .main-link:hover { font-family: Arial; font-weight:normal; font-size: 12px; font-style: normal; line-height: normal; color: #d4d4d4} .website-select { color: #333333; font-size: 9px; font-family: verdana; font-weight: normal; border : thin groove; } /*****************************/ /* Menu elements - global */ /****************************/ .dingbat-bg1{ font-family: Arial; font-weight:bold; font-size: 9px; font-style: normal; line-height: normal; color: #d4d4d4} /****************************/ /* Verticalmenu stylesheet elements */ /****************************/ /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ .suckerdiv ul{ margin: 0; padding: 0; list-style-type: none; width: 150px; /* Width of Menu Items */ border-bottom: 1px solid #ccc; } .suckerdiv ul li{ position: relative; } /*1st level sub menu style */ .suckerdiv ul li ul{ left: 149px; /* Parent menu width - 1*/ position: absolute; width: 160px; /*sub menu width*/ top: 0; display: none; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul{ left: 159px; /* Parent menu width - 1*/ } /* menu links style */ .suckerdiv ul li a{ display: block; color: black; text-decoration: none; background: #d4d4d4; padding: 1px 5px; border: 0px solid #ccc; border-bottom: 0; font-family: Arial; font-weight:bold; font-size: 11px; } .suckerdiv ul li a:visited{ color: cccccc; } .suckerdiv ul li a:hover{ background-color: 666666; } .suckerdiv .subfolderstyle{ } /* Holly Hack for IE \*/ * html .suckerdiv ul li { float: left; height: 1%; } * html .suckerdiv ul li a { height: 1%; } /* End */ /****************************/ /* Horizontalmenu stylesheet elements */ /****************************/ .suckertreemenu ul{ margin: 0; padding: 0; list-style-type: none; } /*Top level list items*/ .suckertreemenu ul li{ position: relative; display: inline; float: left; background-color: #7c5a28; /*overall menu background color*/ font-family: Arial; font-weight:bold; font-size: 12px; color:#7c5a28; } /*Top level menu link items style*/ .suckertreemenu ul li a{ display: block; width: 75px; /*Width of top level menu link items*/ padding: 1px 2px; border: 0px solid black; border-left-width: 0; text-decoration: none; color: ffffff; } /*1st sub level menu*/ .suckertreemenu ul li ul{ left: 0; position: absolute; top: 1em; /* no need to change, as true value set by script */ display: block; visibility: hidden; } /*Sub level menu list items (undo style from Top level List Items)*/ .suckertreemenu ul li ul li{ display: list-item; float: none; } /*All subsequent sub menu levels offset after 1st level sub menu */ .suckertreemenu ul li ul li ul{ left: 159px; /* no need to change, as true value set by script */ top: 0; } /* Sub level menu links style */ .suckertreemenu ul li ul li a{ display: block; width: 160px; /*width of sub menu levels*/ color: ffffff; text-decoration: none; padding: 1px 5px; border: 0px solid #eeeeee; } .suckertreemenu ul li a:hover{ background-color: 936d35; color: white; } /*Background image for top level menu list links */ .suckertreemenu .mainfoldericon{ background: #0083d7 url(media/arrow-down.gif) no-repeat center right; } /*Background image for subsequent level menu list links */ .suckertreemenu .subfoldericon{ background: #0083d7 url(media/arrow-right.gif) no-repeat center right; } * html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/ padding-top: 1em; } /* Holly Hack for IE \*/ * html .suckertreemenu ul li { float: left; height: 1%; } * html .suckertreemenu ul li a { height: 1%; } /* End */