BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: geneva,arial,verdana,helvetica ; color:#000000; } 
H1{ font-size: 22pt;border-bottom:1px dashed;color:#666666;background-color:#f4f4f4; }
H2{ font-size: 13pt; } 
H3{ font-size: 12pt; } 

BODY,TABLE,TD { font-size:10pt } 
.summary{font-size:10pt}
SMALL { font-size:8pt } 
TH {text-align:left; }
.listtd { font-size: 8pt; }
.menubuttonlink { text-decoration:none; }
.menubuttonlink:hover { text-decoration:underline; }
.copyright { color: #999999; }

body {background-repeat:repeat;background-attachment:fixed;background-position: top center; margin-top:0;margin-bottom:0;}

A:hover{color:#000000;}

.doclinks{

margin-top:2px;
font-family: verdana, sans-serif;
font-size: 12px;
letter-spacing: 0.8pt;
word-spacing: 0.8pt;
line-height: 1.5;
}

/*Links Pages*/

a H4{
text-decoration:none;
}

H4{font-size:12pt;
border-bottom:1px #000000 dashed;
background-color:#f3f3f3;
margin-bottom:3px;
margin-top:6px;
text-decoration:none;
}

#contractors{text-decoration:none;}

.linksheaders{font-size:24pt;
border-bottom:1px #000000 dashed;
background-color:#247bcb;
color:#FFFFFF;
margin-bottom:0px;
margin-top:8px;
padding:3px;}

#homePageWidget { border: solid 1px #CCC; margin-bottom: 10px; } 
#homePageWidget ul { list-style: none; padding: 0px; margin: 0px;} 
#homePageWidget li { list-style: none; padding: 2px; margin: 2px;} 
#homePageWidget h3 { margin: 0px; padding: 3px; background-color: #EEE; color: black; font-size: 10pt;}

/* zone2*/

ul#zone2 {
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-top: 0px;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 8pt;
        font-weight:normal;
        background-color: #ffffff;
        color: #000000;
width:100%;
}

        ul#zone2 ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        ul#zone2 li {
border-bottom: 1px solid #000000;
border-left: 0px solid #999999;
border-right: 0px solid #999999;
margin-bottom: 0;
list-style: none;}

        ul#zone2 li a {
                display: block;
                padding: 5px 5px 5px 5px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-image:url('/uploads/82401/images/offer_button.jpg');
                background-color: transparent;
                color: #000;
                text-decoration: none;
                                }

ul#zone2 li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #6a789b;
                background-image:url('/uploads/81485/images/bootiful_button_over.jpg');
                color: #fff;
                }

        ul#zone2 li #active {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #020390;
                color: #fff;
                }
ul#zone2 li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
margin-left: 186px;  /* relative position of the menu to the button... 0=tight on bottom.. */
margin-top:-26px;
 background-color: #ff0000; /* color of the entire dropdown */}

ul#zone2 li ul a {  /* override colours for drop down buttons */
background-color:#f3f3f3;
 width: 120px;
 text-align:left;
 font-size: 10pt;
 border-right:1px;
border-left:1px solid #ffffff;
 color:#000000;
 border-bottom: 0.5px  solid #ffffff;
padding: 5px 5px 5px 5px;
}

ul#zone2 li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #333333;
border-right:1px;
border-left:1px solid #ffffff;
}
ul#zone2 ul li:hover, ul#zone2 ul li.sfhover {
 color: blue;
}
ul#zone2 ul ul ul {
 position: absolute;
 background-color: #666666; /* color of the entire dropdown */
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 100;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}
ul#zone2 li:hover ul ul, 
ul#zone2 li:hover ul ul ul, 
ul#zone2 li.sfhover ul ul, 
ul#zone2 li.sfhover ul ul ul 
{
 left: -999em;
}
ul#zone2 li:hover ul, 
ul#zone2 li li:hover ul, 
ul#zone2 li li li:hover ul, 
ul#zone2 li.sfhover ul, 
ul#zone2 li li.sfhover ul, 
ul#zone2 li li li.sfhover ul {
 left: auto;
}