/*CSS Navigation File*/
/* SITE FONT SETUP - OPTIONS YOU CAN USE */
/* CAUTION do not interchange by accident the \'normal\' and \'none\' tags */

/*font-style:         normal | oblique */
/*font-variant:       normal | small-caps */
/*text-decoration:    none | underline | overline | line-through | blink */
/*text-transform:     none  capitalize | uppercase | lowercase | none */
/*text-align:         left | right | center | justify */
/*text-indent:        3em  <length> | <percentage> */
/*font-weight:         normal | bold | bolder | lighter | 100 | 200 | 300 |
400 | 500 | 600 | 700 | 800 | 900 */

/* Fonts used for NAVIGATION on top menu */

a.navtop {
font:10px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: 400;
width:100px;
height:22px;
padding-left: 0px;
padding-bottom: 0px;
border-top: solid  1px  #fffffff;
border-left:  solid 1px #ffffff;
border-right:  solid 1px  #ffffff;
border-bottom:  solid  0px  #cccccc;
background-color: #cccccc;
text-indent: 0px;
text-align:center;}
a.navtop:link {color:#000000;}
a.navtop:active {color:#000000;}
a.navtop:visited {color:#000000;}
a.navtop:hover {color:#000000; 
background-color: #EDECC9;}



/* Usually identical with a.LClink but when using text overlay buttons another font color might be needed*/
a.navleft {
font:10px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration:none;
font-weight: underline;
width:160px;
padding-left: 0px;
padding-bottom: 0px;
border-top: dotted  1px  #cccccc;
border-left: dotted 0px #cccccc;
border-right: dotted 1px  #cccccc;
border-bottom: dotted  0px  #cccccc;
background-color: #FFFFFF;
text-indent: 0px;
text-align:left;}
a.navleft:link {color:#2c2c2c; font-weight:bold}
a.navleft:active {color:#2c2c2c; font-weight:bold}
a.navleft:visited {color:#2c2c2c; font-weight:bold}
a.navleft:hover {color:#035CF9; font-weight:bolder; background-color: #bdbdbd;}

/* Use this for text only NAVIGATION PANEL in left column*/
a.leftlink {
font:10px/18px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
text-decoration: underline;
font-weight: normal;
width:130px;
padding-left: 0px;
padding-bottom: 0px;
border-top: dotted  1px  #cccccc;
border-left: dotted 0px #cccccc;
border-right: dotted 1px  #cccccc;
border-bottom: dotted  0px  #cccccc;
background-color: #FFFFFF;
text-indent: 0px;
text-align:left;}
a.leftlink:link {color:#2c2c2c; font-weight:bold}
a.leftlink:active {color:#2c2c2c; font-weight:bold}
a.leftlink:visited {color:#2c2c2c; font-weight:bold}
a.leftlink:hover {color:#035CF9; font-weight:bolder; background-color: #bdbdbd;}


/*tables and tds needed when \'text overlay buttons\' are used*/

table.tnav{
border: 1px  #ffffff solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;
}
table.lnav{
border: 0px  #efefef solid;
padding: 0px;
spacing: 0px;
background-color:#ffffff;
}

/*you might need to modify td.nav in the CSS Layout section */

td.dtnav{
border-top: 0px #  ;
border-left: 0px #  ;
border-right: 0px #  ;
border-bottom: 0px #  ;
padding: 0px;
background-color: #ffffff;
}
td.dlnav{
border-top: 0px #  ;
border-left: 0px #  ;
border-right: 0px #  ;
border-bottom: 0px #  ;
padding: 0px;
background-color: #ffffff;
}