body {
  font-family: "Arial", sans-serif;
  font-size: 9pt;
  background: #f8f8f8;
  color: #444;
  margin-bottom: 10em;
}
strong {
  color: black;
}

#heading {
  text-align: center;
  margin: 0 -10em;
}
#heading img {
  width: 780px;
  height: 332px;
  border: none;
}

#rider-questions {
  text-align: center;
}
#rider-questions ul {
  list-style-type: none;
  font-style: italic;
  font-size: 125%;
  text-align: left;
  margin: 0 auto 2em auto;
  width: 90ex;
}
#rider-questions li {
  margin: 0.5em 0;
}

table {
  font-size: inherit;
}
th, td {
  vertical-align: top;
}
table#compare {
  border: none;
  border-collapse: collapse;
  padding-left: 5em;
  table-layout: fixed;
  width: 100%;
  
}
table#compare td, table#compare th {
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
  padding: 1em;
}
table#compare img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 1em;
  border: solid 1px #888;
}
table#compare .try {
  font-style: italic;
}
table#compare .top {
  border-top: none;
}
table#compare .left {
  border-left: none;
}
table#compare .bottom {
  border-bottom: none;
}
table#compare .right {
  border-right: none;
}

#toplevel {
  clear: both;
  margin-left: 10em;
  margin-right: 10em;
}
#toplevel p, #toplevel ul, #toplevel ol {
  max-width: 480pt;
}

#logotype {
  width: 320px;
  height: 94px;
  border: none;
}
#navigation {
  margin: 2em;
  height: 94px;
  position: relative;
}
#navigation h1 {
  display: inline-block;
  float: left;
  margin: 0;
}
h1 {
  margin-left: inherit;
}
#navigation ul {
  float: right;
  line-height: 150%;
  margin: 0;
  padding: 1em 0.5em;
  border-right: solid 5px #524bc0;
  list-style: none;
  font-weight: bold;
}
#navigation ul a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0.2em 1em;
}
#navigation ul a:hover, #navigation ul a:active {
  color: black;
  background-color: #ddd;
}
#navigation ul li.current-page a {
  color: white;
  background: black;
}

#toplevel h2, #toplevel h3, #toplevel h4, #toplevel h5, #toplevel h6 {
  margin-left: -5em;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
}
h1 {
  font-size: 14pt;
}
h2 {
  font-size: 11pt;
}
h3, h4, h5, h6 {
  font-size: 9pt;
}

#tel {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
