/* Adjust MAIN nav bar positioning */
#nav { margin-left:20px; }
#nav, #nav ul { margin-top:0px; list-style: none; font-family:Arial, Helvetica, sans-serif; font-size:13px; } 
/* Adjust drop down menu positioning and style*/
#nav li ul { position: absolute; margin-top:0px; margin-left:0px;  width: 12em;  left: -999em;   } 
#nav li:hover ul { left: auto; counter-increment:none;    }
#nav a { display: block; width: 15em;  } 
#nav li {float: left; width: 80px;  padding-bottom: 1px; margin:0px 0px 0px 0px; background-color:#efede0;   }
#nav li:hover ul, #nav li.sfhover ul { left: auto; padding:2px 3px 3px 3px; background-color:#efede0;  }


a:link { color: #0072bc;  }
a:hover { color: #a0410d;    }
a:active { color: #a0410d;   }
a:visited { color: #0072bc;   }


.space { margin-bottom:4px; margin-top:3px;}
h1 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:20px; }
h2 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:16px; font-style:italic; font-weight:bold; color:#a0410d; }
h3 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:14px; font-style:italic; font-weight:bold; color:#a0410d; }

p { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:14px;  }
ul { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:14px; }
ol { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-size:14px; }
