body {
  font-family: Arial,Helvetica,sans-serif;
  background-image: url('../images/background.png');
  background-repeat:no-repeat; 
  background-attachment: scroll; 
  background-position:top-left;
  margin: 0;
  padding:0;
  font-size: 15px;
}
h1.swap {
  margin-top: 2px;
  margin-left: 100px;
  padding:0;
  display: block;
  height: 80px;
  width: 290px;
  background-image: url('../images/mccs-banner-logo.png');
  background-repeat: no-repeat;
}
h1.swap a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
span.hide {
  display: none;
}
.vnav {
  position: absolute;
  left: -30px;
  top: 9em; 
  background-color: transparent;
  width: 180px; 
}
.vnav ul {
  list-style-type: none;
}
.vnav ul li:hover {
  background-color: #f5b84e;
}
.vnav a {
  border: none;
  color: #660000;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  line-height:200%;
}
.vnav a:hover {
  text-decoration: underline;
}
.hnav {
  position: absolute;
  left: 418px; 
  top: 86px;
  background-color: transparent;
}
.hnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hnav li {
  float: left;
  display: inline;
  text-align: center;
  width: 100px;
}
.hnav ul li:hover {
  background-color: #f5b84e;
}
.hnav ul a {
  border: none;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.hnav ul li span {
  width: 100px;
}
p {
  position: relative; 
  font-size: 90%;
}
div.centerpane {
  padding-top: 1em;
  padding-left: 9em;
  margin-left: 4em;  
  margin-right: 10em;
  width: 550px;
}
div.cluckster {
  position: absolute;
  top: 3px;
  left: 20px;
  padding:0;
  display: block;
  height: 80px;
  width: 60px;
  background-image: url('../images/chicken.png');
  background-repeat: no-repeat;
}

div.cluckster img{
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

div.googleads {
  position: absolute;
  right: 400px;
  top: 150px;
}

.validated {
  position: fixed;
  bottom: 0;
  left: 20px;
}
.validated img {
  border: none;
}
.validated a {
 text-decoration: none;
}

.footer {
	clear: both;
	padding: 5px 250px;
  /*position: relative;
  color: #660000;
  text-decoration: none;
  height: 20px;*/
  /*width: 175px;
  margin: 0;
  margin-left: 15em;
  margin-left: auto;
  margin-right: auto;*/
}
.footer p {
	margin:0;
}
.footer a {
  color: #660000;
  font-size: 12px;
  text-decoration: none;
}

* html #footer {
	height:1px;
}



