/***********  == Styles peculiar to home page ==  ************/
/*                       Winter 2012                         */

body {
  margin: 5px;
  background-color: black;
}

#banner.homebanner {
  height: 68px;
  background-image: url("banner-highdesert-home.jpg");
}

.snowy {
  background-image: url("snowing.gif");
}

div.left-spot {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100px;
  height: 100px;
}

td.links{
  font-style: normal; 
  font-variant: normal; 
  font-weight: normal; 
  font-size: 12px; 
  font-family: Verdana, sans-serif
 }

td.links a {
  display: block; 
  text-align: left; 
  text-decoration: none; 
  color: #445;
  background-color: #ccc;
  border-width: 0; 
  margin-left: 0; margin-right: 0; 
  margin-top: 0; margin-bottom: 1px; 
  padding-left: 10px; padding-right: 10px; 
  padding-top: 5px; padding-bottom: 5px; 
  background-position: 0% 50%
 }

td.links a:visited {
  color: #606; 
  background-color: #ccc; 
  background-position: 0% 50%
 }

td.links a:hover {
  color: #445; 
  background-color: #eee; 
  background-repeat: repeat;   
  background-attachment: scroll; 
  background-position: 0% 50% 
  }

table          { border: 1px solid #ffc }

td             { border: 1px solid #ffc }

td.hit-counter {
  font-family: Verdana, Arial, Times;
  font-size: 12px;
  font-weight: bold;
  color: black;
  background-color: #cfc
  }

#hitcounter {
  display: inline;
  color: #ff0;
  background-color: black;
}

td.top-news {
  font-family: Verdana, Arial, Times;
  font-size: 12px;
  font-weight: bold;
  color: #800;
  background-color: #ffc
  }

td.contact {
  font-family: Verdana, Arial, Times;
  font-size: 12px;
  font-weight: normal;
  color: #800;
  background-color: #ffc
  }

td.notices {
  background-color: #fcc
  }




