body        {color: black; font-size:10pt; font-family: Verdana, Arial; text-decoration: none;margin: 0; padding: 0;}
table       {color: black; font-size:10pt; font-family: Verdana, Arial; text-decoration: none;}

.arial1     {color: #000000; font: normal 10px Arial, Helvetica, sans-serif; text-decoration: none }
.arial2sm   {color: #000000; font: 11px Arial, Helvetica, sans-serif}
.arial2     {color: #000000; font: 12px Arial, Helvetica, sans-serif; text-decoration: none}
.arial2bold {color: #000000; font: bold 12px Arial, Helvetica, sans-serif;}
.arial3     {color: #000000; font: 14px Arial, Helvetica, sans-serif; text-decoration: none}
.arial4     {color: #000000; font: 18px Arial, Helvetica, sans-serif; text-decoration: none}

.geo3       {                font: bold 14px Verdana, Georgia, "Times New Roman", Times, serif}
.V10        {color: black;   font-family: Verdana, Arial; font-size:10pt; text-decoration: none;}

.pagehdg {  font: normal 16pt Verdana, Georgia, "Times New Roman", Times, serif}
.pgsection {  font: bold 14pt Verdana, Georgia, "Times New Roman", Times, serif; color: #003333}

.jobtext { color: #000000; text-decoration: none ; font: 12px Arial, Helvetica, sans-serif}
.jobtextb { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #000000 }

.navline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFFFCC}
.navlineSection { font: bold 14px Georgia, "Times New Roman", Times, serif; background: #E1E1E1; border: 2px}

.darklink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663366 }
.ltlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #EAE2AC}

.N1 {text-indent: 5pt; float:left; font: 12px Arial, Helvetica, sans-serif;}
.N2 {text-indent: 20pt; float:left; font: 12px Arial, Helvetica, sans-serif;}
.N3 {text-indent: 30pt; float:left; font: 12px Arial, Helvetica, sans-serif;}

.HiLiteCell   {background-color: #d4cec9; height: 30px; font-size: 14pt; vertical-align: middle; 
               font-family: Verdana, Arial; font-weight: bold;}
.NoHiLiteCell {background-color: #e9e9ee;}

H1 {color: #2E2E2E; font-family: Verdana; font-size: 24px; font-weight: normal;}
H2 {color: #525252; font-family: Verdana; font-size: 21px; font-weight: normal;}
H3 {color: #525252; font-family: Verdana; font-size: 18px; font-weight: normal;}
H4 {color: #525252; font-family: Verdana; font-size: 15px; font-weight: normal;}
H5 {color: #525252; font-family: Verdana; font-size: 12px; font-weight: bold;}
H6 {color: #000000; font-family: Verdana; font-size: 10px; font-weight: bold;}

H2 {color: #000000;                       font-size: 18px; margin-bottom: 4px;}
H3 {color: #333399;                       font-size: 14px; font-weight: bold; margin-bottom: 7px; margin-top: 2px;}
H4 {color: #000000;                       font-size: 12px; font-weight: bold; margin-bottom: 2px; margin-top: 2px;}

.lft{ text-align: left; }
.rgt{ text-align: right; }
.cen{ text-align: center; }
.jus{ text-align: justify; }
.wn{ font-weight: normal; }
.sn{ font-style: normal; }
.u{ text-decoration: underline; }
.lst{ font-family: Wingdings, fantasy; }

a:link {color:#663300; text-decoration:underline; }
a:visited {color:#663300;}
a:active {color:#663300}
a:hover {color:#441100; text-decoration:underline;}

#menuhead  {background-image:url('/LCpix/menuhead.gif');  background-repeat:no-repeat; padding:0px; margin:0px;}
#menutitle {background-image:url('/LCpix/menutitle.gif'); background-repeat: repeat-y; padding:0px; margin:0px;
	        font-weight:bold;}
#menumain  {background-image: url('/LCpix/menumain.gif'); background-repeat: repeat-y; padding:0px; margin:0px;}
#menufoot  {background-image:url('/LCpix/menufoot.gif');  background-repeat:no-repeat; padding:0px; margin:0px;}\

#hiddenlayer { position: absolute; display: none; }

.container {
    width: 97%;
	font-size:11px;
    max-width: 950px;
    margin: 3px auto;
	margin-top:-18px;
}

.toggleMenu {
    display:  none;
    background: #d4cec9;
    padding: 5px 16px;
    color: #fff;
    border: 1px solid #beb8b6;
}
.nav {
    list-style: none;
     zoom: 1;
     background:#d4cec9;
	 margin: 0; 
	 padding: 0;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:200px;
    margin: 0; 
	padding: 0;	
}
.nav a {
    padding: 5px 14px;
    color:#000;
	font-weight:bold;
	text-decoration: none;
	zoom: 1;	
}

.ie8 .nav a {
    padding: 5px 17px;
}

.ie9 .nav a {
    padding: 5px 17px;
}

.nav li {
    position: relative;
    margin: 0; padding: 0;
	margin-left: -1px;
}
.nav > li {
    float: left;
    border-top: 2px solid #beb8b6;
    border-right: 2px solid #beb8b6;
    border-bottom: 2px solid #beb8b6;
}
.nav > li > .parent {
    background-image: url("/LCpix/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
	margin-right: 0px;                               //bob
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
	font-weight: normal;
    background: #b2aca7;
    position: relative;
    z-index:100;
    border-top: 1px solid #beb8b6;
    border-right: 1px solid #beb8b6;
    border-bottom: 1px solid #beb8b6;
}
.nav li li li a {
    background:#b2aca7;
    z-index:200;
    border-top: 1px solid #beb8b6;
    border-right: 1px solid #beb8b6;
    border-bottom: 1px solid #beb8b6;
}

@media screen and (max-width: 980px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("/LCpix/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}