/* $Id: styles-screen.css 47 2010-01-31 07:54:44Z tboronczyk $ */

.printme {
  display: none;
}

a {
  color: #069;
}

body {
  background-color: #888;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  text-align: center;
}

#page {
  width: 884px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.separator {
  margin: 20px 0px;
}

.hours {
  font-size: 14px;
  font-weight: bold;
  color: #600;
}

.footer {
  font-family: Arial, Sans, sans-serif;
  font-size: 12px;
  background-color: #056596;
  color: #b8c6cd;
  padding: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #333;
}

.footer a {
  color: #b8c6cd;
}


#mainarea {
  vertical-align: top; 
  text-align: left; 
  background: #FFF; 
  border-right: 1px solid #000;
  padding: 20px 35px 30px; 
  width: 605px;
}

input.normal {
  background-color: #FFF;
}

input.required, select.required, textarea.required {
  background-color: #FF9;
}

input.error, select.error ,textarea.error {
  background-color: #E99;
}

div.alert {
  background: #FF0;
}

#menu_table { width: 100%;
  border-top: 1px solid #000; border-bottom: 1px solid #000; 
}

#menu_table td {
  border-right: 1px solid #fff300; 
  margin-top: 3px; margin-bottom: 3px;
  line-height: 250%;
  background: url('/img/mnu_bar.gif') bottom repeat-x;
}

#menu_table a { color: #663; font-size: 18px;  text-decoration: none;}
#menu_table td.active a { color: #333; }
#menu_table td.active { background-image: none; background-color: #fff300; }
#menu_table a:hover { color: #333; }

