/*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: normal;
width:80px;
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: 6px;
text-align:left;}
a.navtop:link {color:#575757; font-weight:normal}
a.navtop:active {color:#575757; font-weight:normal}
a.navtop:visited {color:#575757; font-weight:normal}
a.navtop:hover {color:#575757; font-weight:bold;
background-color: #F5F5F5;}


/* Usually itentical 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: normal;
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: 6px;
text-align:left;}
a.navleft :link {color:#B8860B}
a.navleft :active {color:#B8860B}
a.navleft:visited {color:#B8860B}
a.navleft :hover {
color:#000000 font-weight: bold;
background-color: #F5F5F5;}

/* 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:none;
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: 6px;
text-align:left;}
a.leftlink:link {color:#000000; font-weight:bold}
a.leftlink:active {color:#000000; font-weight:bold}
a.leftlink:visited {color:#000000; font-weight:bold}
a.leftlink:hover {color:#000000; font-weight:bold;
background-color: #F5F5F5;}


/*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;
}