/* ---------------------------------------------------------------------
   Help Section
--------------------------------------------------------------------- */
.help h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.help h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.help h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.help h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.help p, .help ul {
  margin: 0px 0 15px;
  font: normal normal 13px/1.2 Helvetica, Arial, Verdana, sans-serif;
}
.help ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}
.help ul ul {
  list-style: circle;
}
.help ol {
  padding-left: 30px;
  margin-bottom: 15px;
}
.help ol.smallRoman {
  list-style: lower-roman;
}
.help ol.decimal {
  list-style: decimal;
}
.help ol.lowerAlpha {
  list-style: lower-alpha;
}
.help li {
  margin-bottom: 7px;
}
.help a {
  color: #f00;
}
.help label {
  font-weight: bold;
}
.help input, .help select, .help textarea {
  display: block;
  margin-bottom: 10px;
}
.help input {
  width: 165px;
}
.help .questions > h5, .help .questions > h4 {
  position: relative;
}
.help .questions > h5:hover, .help .questions > h4:hover, .help .questions .redText {
  color: #f00;
}
.help .questions > h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
.help .questions > h5, .help .questions > h4 {
  text-indent: 0px;
  padding-left: 21px;
  margin: 10px 0;
  cursor: pointer;
}
.help .questions > h4 ~ div > * {
  padding-left: 15px;
}
.help .questions div {
  background: #eee;
  padding: 10px 10px 1px 20px;
  margin-bottom: 10px;
  border-radius: 8px 8px;
}
.help .questions div img {
  width: 400px;
  margin: 5px auto 15px;
  display: block;
}
.help .questions span {
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  top: 4px;
  left: 5px;
}
.help .questions span.arrowLeft {
  border-left-color: #f00;
}
.help .questions span.arrowDown {
  border-top-color: #f00;
  top: 6px;
  left: 2px;
}
.help .questions .fancybox-open {
  background: #333;
  border: 1px solid #eee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 19px;
  left: 183px;
  line-height: 16px;
  margin: 0 auto;
  position: relative;
  text-indent: 4px;
  top: -41px;
  width: 19px;
  z-index: 10;
}
.help .questions a:hover .fancybox-open {
  background: #777;
}
.help .invalid {
  background-color: #fdd;
}
.help .valid {
  background-color: transparent;
}

#terms h3 {
  font-size: 15px;
}

#disclaimer p {
  line-height: 21px;
}

#faq header {
  border-bottom: 1px #333 dotted;
  padding-bottom: 25px;
}
#faq header a {
  color: #000;
  font: normal normal 13px/1.2 Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  font-size: 16px;
}
#faq .horizontalList {
  list-style: none;
  margin: 25px 0 0px 20px;
}
#faq .horizontalList li {
  display: block;
  float: left;
  width: 49%;
}
#faq h3 {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 15px;
}
#faq h4 {
  font-weight: bold;
}
#faq .clear {
  clear: both;
}
#faq .questions {
  margin: 15px;
}
#faq .toplink {
  text-align: right;
  display: block;
}

.secondary .help p {
  margin-bottom: 5px;
}
