body {
  margin: 0;
  font-family: "Verdana", Sans-Serif;
}

img {
   behavior: url("/include/pngbehavior.htc");
}

.menu_item {
  font: 11px Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  text-align: center;
}
.menu_item strong {
  font: 12px Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  font-weight: bold;
}

h1 {
  font: 24px Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  text-transform: uppercase;
  color: #085488;
  font-weight: normal;
  text-align: center;
  width: 100%;
  height: 68px;
  background: url(/images/menu_head_bg.gif) bottom center no-repeat;
}

h2 {
  font: 20px Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  text-transform: uppercase;
  color: #085488;
  font-weight: normal;
  text-align: center;
  width: 100%;
  height: 68px;
  background: url(/images/menu_head_bg.gif) bottom center no-repeat;
}

h3 {
  font: 14px Trebuchet MS, Tahoma, Verdana, Sans-Serif;
  text-transform: uppercase;
  color: #085488;
  font-weight: bold;
  text-align: center;
}

h4 {
  color: #085488;
  font-weight: normal;
  font-style: italic;
}

#wrap {
  width: 920px;
}

#topbar {
  font-family: "Arial", Sans-Serif;
  background-color: #A52A39;
  font-size: .6em;
  text-align: right;
  padding: 1px 20px 1px 0;
}

#topbar a {
  color: #FFFFFF;
  text-decoration: none;
}

#topbar a:hover {
  text-decoration: underline;
}

#logodiv {
  text-align: right;
  border-bottom: 4px solid #A52A39;
  padding: 0 20px 0 0;
}

#leftbar {
  float: left;
  width: 146px;
  padding: 0 10px 0 0;
  margin: 5px 0 0 0;
}

#navheader {
  background-color: #9C102D;
  color: #FFFFFF;
  font-size: .7em;
  width: 136px;
  padding: 3px 0 3px 10px;
}

#navheader a {
  color: #FFFFFF;
  text-decoration: none;
}

#nav {
  color: #000;
  font-size: .6em;
}

#nav a {
  display: block;
  width: 131px;
  padding: 3px 0 3px 12px;
  border-bottom: 1px solid #CECDBE;
  color: #000;
  text-decoration: none;
}

#nav a:hover {
  background-color: #E1E1DE;
}

#subnav a {
  display: block;
  width: 119px;
  padding: 3px 0 3px 24px;
  border-bottom: 1px solid #CECDBE;
  color: #000;
  text-decoration: none;
}

#subnav a:hover {
  background-color: #E1E1DE;
}

.toplevel {
  background-image: url("images/plusSign.gif");
  background-repeat: no-repeat;
  background-position: center right;
}


.toplevel_open {
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

#content {
  width: 756px;
  margin: 5px 0 0 156px;
  font-size: .8em;
  line-height: 1.8em;
}

#content_inner {padding-right: 60px;}

#content_tr {background: url(/images/border_topright.jpg) top right no-repeat;}
#content_l {background: url(/images/border_vert.jpg) top left repeat-y;}
#content_r {background: #FFFFFF url(/images/border_vert.jpg) top right repeat-y;}
#content_t {background: url(/images/border_horiz.jpg) top left repeat-x;}
#content_b {background: url(/images/border_horiz.jpg) bottom left repeat-x;}

#content a {
  color: #9C102D;
}

#content a:hover {
  text-decoration: none;
}

#leftpanel {
  float: left;
  width: 454px;
  height:510px;
  /* height: 361px; */
  background-image: url("images/panel-bg.gif");
  background-repeat: no-repeat;
  background-position: top center;
}

#leftpanelcontent {
  margin: 10px 80px 0 15px;
}

#rightpanel {
  float: left;
}
  
#clearit {
  clear:both;
  border-bottom: 1px solid #000;
  border-top: 20px solid #FFFFFF;
  margin: 0 0 3px 0;
}

#footernav {
  color: #003399;
  background-color: #EFEEE2;
  font-size: .6em;
  padding: 10px 0 10px 0;
}

#footernav a {
  color: #003399;
  text-decoration: none;
  padding: 0 10px 0 10px;
}

#footernav a:hover {
  text-decoration: underline;
}

#footer {
  font-size: .6em;
  padding: 5px 0 0 0;
}

#footer a {
  color: #003399;
  text-decoration: none;
  padding: 0 10px 0 10px;
}

#footer a:hover {
  text-decoration: underline;
}

#copyright {
  float: left;
}

#legal {
  float: right;
}

.opentable p{ margin:0; padding:0;}
.opentable td{ vertical-align: top !important;}
