/*                     == Winter 2012 ==                 */
/*  Front Page tolerant layout  */

/********  ==  Divisions for regions on a page  ==  *********/

Body {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 218px;
  margin-right: 218px;
  border: 1px solid black;
  background-color: #ddd;
  color: #445;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  }

a, a:link {
  /* Order: link, visited, hover, active */
  color: #449;  
  background-color: transparent;
}

a:visited {
  color: #489;
  background-color: transparent;
}

a:link:hover, a:visited:hover { 
  color: #449;
  background-color: #ccc;
}

#banner {
  height: 67px;
  margin: 0px;
  padding: 0px;
  background-image: url("banner-sierra-sm.jpg");
  font-family: "book antiqua", palatino, times, book;
  font-size: 30px;
  font-weight: 900;
  color: #acf;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 230%;
  }

div.banner-menubar {
  z-index: 5;
  background-image: url("silver-buttonized.jpg");
  height: 20px;
  font-family: arial;
  font-size: 11px;
  line-height: 170%;
  text-align: center;
}

/* Special hr at top of side navigation bars */
hr.menu-head {
  height: 7px;
  background-image: url("triple-bar-445.gif");
  border: 0px;
  }

#leftmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 208px;
  min-height: 600px;
  margin: 0px; /* was 2px */
  padding: 3px;
  font-size: 11px;
  }

#bottom {
  padding:5px; 
  background-color:#cba; 
  font-size:11px;
  }

#rightmenu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 208px;
  min-height: 600px;
  margin: 0px; /* was 2px */
  padding: 3px;
  font-size: 11px;
  }

/* Vertical navigation bars, often in left and right columns */
div.navbar-vert {
  margin: 0px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 20px; 
  background-image: url("fader.jpg");
  background-repeat: repeat-x;
  background-color: #ddd;
}

/**************  ==  Navigation Bar Styles  ==  *************/

/* 
These menu styles will be used only inside <div>s in
Front Page shared borders. The </div> will allow the 
rest of the page to be unstyled, or styled with a 
different sheet. 
*/

/* Common to all navigation bars */
.navbar {
  font-family: arial;
  font-size: 12px;
}

/* For use on dark backgrounds */
.lightlinks {
  color: white;
  }

.lightlinks a, .lightlinks a:link {
  /* Order: link, visited, hover, active */
  color: #cef;  
  background-color: transparent;
}

.lightlinks a:visited {
  color: #fcf;
  background-color: transparent;
}

.lightlinks a:link:hover, .lightlinks a:visited:hover { 
  color: #acf;
  background-color: #444;
}

/* For use on light backgrounds */
.darklinks {
  color: black;
  }

.darklinks a, .darklinks a:link {
  /* Order: link, visited, hover, active */
  color: #036;
  background-color: #def;
}

.darklinks a:visited {
  color: #306;
  background-color: #edf;
}

.darklinks a:link:hover, .darklinks a:visited:hover { 
  color: #048;
  background-color: #eee;
}

/* For use with horizontal navigation bars, links side by side */
div.navbar-horiz a, div.navbar-horiz a:link {
  /* Nothing special in this theme */
  }

/* For use with vertically stacked navigation bars */
div.navbar-vert a, div.navbar-vert a:link {
  display: block;
  margin-top: 2px;
  margin-bottom: -13px;
  }









