#content {
  padding: 0;
  background: #404040;
  min-height: 579px;
  min-width: 798px;
}
#rightbox {
  background: #FFF url("/shared/fade.topnav.white.png") repeat-x left top;
  padding: 13px 36px 16px;
  min-height: 579px;
}
#rightbox h1 {
  margin-top: 12px;
}
#services, #news {
  border-top: 2px solid #B3B3B3;
  margin-top: 24px;
  padding-top: 28px;
  text-align: left;
}
#services h1, #news h1 {
  color: #e97500;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 0 0 16px;
}
#services h1:before, #news h1:before {
  content: ">> ";
  font-size: 1em;
  font-weight: bold;
}
#services li a:link, #services li a:visited {
  color: #000;
}
#services li {
  list-style-image: url("/shared/list-item.png");
  list-style-position: outside;
  margin-bottom: 1.2em;
  white-space: nowrap;
}
#news li {
  list-style-image: url("/shared/list-item.png");
  list-style-position: outside;
  margin-bottom: 0.4em;
  white-space: nowrap;
}
#services ul.left, #services ul.right {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
#services div, #news div {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.leftspecials {
  margin: 30px 0 15px;
  padding: 7px;
  background: #FFF;
  width: 46%;
  border: 3px dashed #e97500;
  float: left;
}
.rightspecials {
  margin: 30px 0 15px;
  padding: 7px;
  background: #FFF;
  width: 46%;
  border: 3px dashed #e97500;
  float: right;
}
.leftspecials h2 {
  color: #5f01ba;
  font-size: 1.5em;
  margin: 5px 0 0 10px;
}
.rightspecials h2 {
  color: #5f01ba;
  font-size: 1.5em;
  margin: 5px 0 0 10px;
}
