@charset "ISO-8859-1";

body {
  margin: 0px;
  padding: 0px;
  background: url("text1.png");
  background-color: #0080f0;
  color: white;
}

.pegasus-results {
  padding: 10px;
  margin: 10px;
  background-color: #0080f0;
  border: black;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

.pegasus-results caption {
  font-size: 18px;
  font-weight: 900;
}

h1 {
  font-size: 26px;
  font-weight: 900;
  clear: left;
}

h2 {
  font-size: 18px;
  font-weight: 900;
  clear: left;
}

hr {
  clear: left;
}

.bordered td {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  text-align: center;
}

a:link {
  font-weight: bold;
  color: #f0f0c0;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

address {
  font-family: monospace;
  font-style: normal;
}  

/* Images that are hyperlinks should not have borders */
a img {
  border: none;
}

.floatleft {
  float: left;
  padding: 10px;
}

.floatright {
  float: right;
  padding: 10px;
}

.clearboth {
  clear: both;
}

#Content {
  margin: 0px 0px 0px 210px;
  padding: 10px;
}

#Banner {
  margin: 0px 0px 0px 210px;
  padding: 10px 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: yellow;
}

#Banner A {
  color: yellow;
}

#Header {
  margin: 10px 0px 10px 0px;
  padding: 10px 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

#Footer {
  font-size: 10px;
  text-align: center;
  clear: both;
}

ul.awardlist {
  list-style: none;
  list-style-position: outside;
  clear: left;
}

ul.beerlist {
  list-style: none;
  display: block;
  clear: left;
}

ul.beerlist li {
  float: left;
  display: block;
  margin: 5px;
}

ul.pegasuswinners {
  list-style: none;
  display: block;
  clear: left;
}

ul.pegasuswinners li {
  float: left;
  display: block;
  margin: 5px;
  width: 90px;
  height: 160px;
  text-align: center;
}

div.photo-gallery div.gallery-photo {
  float: left;
  display: block;
  margin: 5px;
}

#Menu {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 160px;
  padding: 10px;
  background: url("text2.png");
  background-color: white;
  line-height:20px;
}

#Menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 160px;
}

#Menu ul li {
  position: relative;
}

#Menu ul li ul {
  position: absolute;
  left: 159px;
  top: 0;
  display: none;
  width: 230px;
  padding-left: 5px;
  background: url("text2.png");
  background-color: white;
  line-height: 20px;
}

#Menu ul li:hover ul { display: block; }

div.mainindex {
  text-align: center;
  vertical-align: bottom;
}

div.mainindex ul {
  list-style: none;
  display: block;
  clear: left;
}

div.mainindex ul li {
  float: left;
  display: block;
  margin: 5px;
//  width: 190px;
//  height: 190px;
}

@media print {
  #Menu { display: none; }
  #Content {
    margin: 0px;
    padding: 10px;
  }
}

.Login {
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  background-color: yellow;
  color: black;
  clear: left;
  border: 1px solid black;
  padding: 4px;
  font-size: 12px;
  font-family: sans-serif;
}

.Login A {
  color: blue;
}

