/* -- Professional INFO stylesheet -- */

#banner,
#weblinks-nav ul li.active {
  background: #9596c2;
}
h2,
.col {
  color: #7879b7;
}
h3 {
  color: #444;
  font-weight: 700;
}
#sidebar li .current,
#sidebar li .current:hover {
  background: #9596c2;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#weblinks-nav ul li {
  width: 79px;
  height: 40px;
}

/* Timeline */

#bradford {
  text-align: right;
  margin: 0 0 20px 0;
}
#main #timeline-nav {
  list-style-type: none;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  width: 632px;
  border-bottom: 2px solid #000;
  overflow: hidden;
  z-index: 9999;
}
#timeline-nav li {
  float: left;
  margin: 0 9px;
  font-weight: 700;
  font-size: 19px;
}
#timeline .left,
#timeline .right {
  width: 300px;
  line-height: 1.4em;
  font-size: 14px;
}
#timeline .left {
  padding: 10px 15px 15px 0;
  border-right: 2px solid #000;
}
#timeline .right {
  padding: 10px 0 15px 15px;
  border-left: 2px solid #000;
}
#timeline .left div,
#timeline .right div {
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 10px 0;
}
#timeline p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.flag {
  float: left;
  margin: 0 10px 2px 0;
  height: 34px;
}

#slideRow {
}
#slideRow td,
#timeline #closeRow td.right {
  padding: 0px;
}
#slideWrap {
  height: 260px;
  width: 590px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #bbb;
  box-shadow: inset 0px 0px 15px #bbb;
}
#slideWrap h3 {
  font-size: 16px;
}
#slideWrap .f-left {
  margin: 0 15px 0 0;
  width: 140px;
}
#slideClose:hover {
  cursor: pointer;
  text-decoration: underline;
}

.bookstore-link {
  background: url(/images/mini-books.png) 0px 0px no-repeat;
  padding: 5px 0px 5px 40px;
  margin: 8px 6px 0px 6px;
  display: block;
}

/* Find a remedy */

.exercise {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.exercise h3 {
  padding: 10px 0 18px 45px;
  background: url("/images/exercise.jpg") no-repeat;
}
.exercise a.reveal {
  color: #222 !important;
  font-weight: 700;
  display: block;
  padding: 8px 0 8px 45px;
  width: 100px;
  background: url("/images/answer.png") no-repeat;
}
.exercise a.reveal:hover {
  background-position: 0 -38px;
}
.answer {
  height: 400px;
  margin: 10px 0;
  overflow: auto;
}
.answer .content {
  padding: 20px 10px 10px 0;
}
.answer h1 {
  font-size: 24px;
  color: #7879b7;
}
.answer h2 {
  font-size: 20px;
}
.answer .screen {
  width: 610px;
}
.answer dt {
  font-weight: 700;
}
.answer dd {
  margin-left: 15px;
}
