/* Start PSM site*/
body{
  margin:0px;
  padding:0 0 0 150px;
  background-color:#fff;
  font: 75% Verdana, Arial, sans-serif;
}
#container{
  background-color:#9f0a0e;
  float:left;
  width:100% auto;   
  border-left:150px solid #9f0a0e;
  border-right:300px solid #ccc;
  margin-left:-150px;
  margin-right:-300px;
  display:inline; /* So IE plays nice */
  min-width: 800px;
  width: auto !important;
  width: 800px;
}
/* left nav */
#leftRail{
  float:left;
  width:150px;
  margin-top:82px;
  margin-left:-150px;
  position:relative;
  text-align:center;
}
#leftRail a{
  padding:0 10px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
}
#vendors img {
  padding:5px 0;
}
#membership{
  color:#fff;
  font-size:71%;
}
/* content */
#center{
  float:left;
  width:100%;
  margin-right:-100%;
  margin-top:82px;
  background-color:#fff;
}
#main-content{
  padding:0 10px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}
#main-content .title{
  font-size:2.1em;
  color:#9f0a0e;
  font-weight:700;
}
#main-content .subtitle{
  font-size:1.5em;
  font-weight:700;
}
/* right nav */
#rightRail{
  float:right;
  width:300px;
  margin-right:-300px;
  position:relative;
  text-align:center;
}
#hours{
  padding: 10px 0;
}
#hours fieldset{
  background-color:#fff;
}
#hours legend{
  font-weight:700;
}
/* header & footer */
#header {
  position:absolute;
  top:0px;
  left:0px;
  width:775px;
  background-color:#9f0a0e;
}
#footer {
  text-align:center;
}
#footer a{
  color:#999;
  text-decoration:none;
}
#footercopy, #footermadeby {
  color:#999;
  font-size:80%;
}
