/* Top row */
div#service-top {
  clear: both;
  width: 970px;
  padding: 12px 0 0 0;
}

/* Left column */
div#service-left {
  clear: both;
  float: left;
  width: 672px;
  margin: 16px 18px 0 0;
}

div#service-left div#service-info {
  margin: 0 0 22px 0;
  padding: 0 0 30px 0;
  background-image: url("../images/tiles/panel-672.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#service-left div#service-info h2 {
  padding: 14px 0 13px 38px;
  background-image: url("../images/tiles/heading-arrow-672.gif");
  background-repeat: no-repeat;
}

div#service-left div#service-info p {
  padding: 0 0 0 20px;
  font-size: 1.4em;
  font-weight: bold;
}

div#service-left div#service-info table {
  clear: both;
  display: block;
  width: 632px;
  margin: 20px 0 20px 20px;
  background-image: url("../images/tiles/632-red-top.gif");
  background-repeat: no-repeat;
}

div#service-left div#service-info table tr.alt {
  background-color: #f0f0f0;
}

div#service-left div#service-info table tr.high {
  background-color: #3c3c3c;
}

div#service-left div#service-info table tr th {
  border-right: #dedede 1px solid;
  padding: 12px 16px 12px 16px;
  font-size: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

div#service-left div#service-info table tr th:last-child {
  border: 0;
}

div#service-left div#service-info table tr th a {
  color: #fff;
  text-decoration: none;
}

div#service-left div#service-info table tr th.active a {
  padding: 0 12px 0 0;
  background-image: url("../images/bullets/active-sort.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

div#service-left div#service-info table tr th a:hover {
  text-decoration: underline;
}

div#service-left div#service-info table tr td {
  border-right: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  padding: 8px 12px 8px 12px;
  font-size: 1.2em;
  vertical-align: middle;
  text-align: center;
}

div#service-left div#service-info table tr td:nth-child(1) {
  border-left: #dedede 1px solid;
  text-align: left;
}

div#service-left div#service-info table tr td.description {
  border-left: #dedede 1px solid;
  text-align: left;
}

div#service-left div#service-info table tr td a {
  text-decoration: none;
}

div#service-left div#service-info table tr td a:hover {
  text-decoration: underline;
}

div#service-left div#service-info table tr td a {
  color: #c50100;
}

div#service-left div#service-info table tr.high td a {
  color: #fff;
}

div#service-left div#service-info table tr td dl dt {
  font-size: inherit;
  color: #c50100;
}

div#service-left div#service-info table tr.high td dl dt {
  color: #fff;
}

div#service-left div#service-info table tr td dl dd {
  font-size: inherit;
  font-weight: normal;
  color: #c50100;
}

div#service-left div#service-info table tr.high td dl dd {
  color: #fff;
}

/* Right column */
div#service-right {
  float: left;
  width: 280px;
  margin: 18px 0 0 0;
}

div#service-right h3 {
  clear: both;
  padding: 15px 0 12px 38px;
  font-size: 1.6em;
  font-weight: bold;
  background-image: url("../images/tiles/heading-arrow-280.gif");
  background-repeat: no-repeat;
}

div#service-right p {
  padding-right: 17px;
}
