/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
#bd .page {
  padding-bottom: 0;
}
#bd .page h2 {
  color: #3b3a3a;
}
#bd .page p {
  width: 97%;
  color: #3b3a3a;
}
#bd .page table.stats {
  width: auto;
  margin-bottom: 50px;
  display: block;
}
#bd .page table.stats td.last {
  background: no-repeat left center url("../../images/stats_bg.png");
}
#bd .page table.stats tr.last td.last {
  width: 320px;
  background-image: url("../../images/stats_bg_alt.png");
}
#bd .page table.stats td {
  vertical-align: middle;
  padding: 5px 0;
  height: 48px;
}
#bd .page table.stats h3 {
  font-size: 24px;
  margin-right: 10px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
#bd .page table.stats strong {
  font-size: 35px;
  text-transform: uppercase;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  white-space: nowrap;
  padding: 2px 0 0 12px;
  display: block;
  letter-spacing: 7px;
}
#bd .page table.stats span {
  float: left;
  letter-spacing: 8px;
}
#bd .page table.stats .pending {
  margin-left: 90px;
}
#bd .page .scrollit {
  height: 900px;
  overflow-y: hidden;
  margin-bottom: 80px;
}
#bd .page .scrollit ul {
  position: relative;
}
#bd .page #arrow_scrolling {
  position: absolute;
  bottom: 30px;
  left: 100px;
}
#bd .page #arrow_scrolling div {
  width: 134px;
  height: 30px;
  background: no-repeat center center;
  cursor: pointer;
}
#bd .page #arrow_scrolling .scroll_up {
  background-image: url("../../images/arrow_big_up.png");
  margin-bottom: 30px;
  display: none;
}
#bd .page #arrow_scrolling .scroll_up:hover {
  background-image: url("../../images/arrow_big_up_over.png");
}
#bd .page #arrow_scrolling .scroll_down {
  background-image: url("../../images/arrow_big_down.png");
}
#bd .page #arrow_scrolling .scroll_down:hover {
  background-image: url("../../images/arrow_big_down_over.png");
}
#bd .masthead {
  background: center top no-repeat #000000;
  margin-bottom: 0;
}
#bd .masthead h1 {
  color: #000000;
  font-size: 78px;
  line-height: 85px;
  margin-top: 35px;
  margin-bottom: 0;
}
#bd .masthead em {
  color: #000000;
  background: #ffffff;
  font-size: 24px;
  line-height: 25px;
  width: 475px;
  display: inline;
  font-style: normal;
  padding: 2px 5px;
  line-height: 30px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
}
#bd .masthead.short {
  height: 396px;
  margin-bottom: 0;
}
#bd .masthead.short h1 {
  line-height: 80px;
}
#bd .masthead.white {
  color: #ffffff;
  display: block;
  padding: 0;
}
#bd .masthead.white h1 {
  color: #ffffff;
}
#bd .masthead .quote {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  display: block;
}
#bd #sb {
  width: 320px;
  background: repeat-y url("../../images/sb_gradient_bg.png");
  padding-top: 50px;
  margin-top: -17px;
}
#bd #sb .info {
  margin-left: 30px;
}
#bd #sb .info h2 {
  color: #696969;
  margin-bottom: 20px;
}
#bd #sb .info .history {
  list-style: none;
  margin: 0;
}
#bd #sb .info .history li h3 {
  background: none;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
  color: #696969;
  padding: 0 0 3px 0;
}
#bd #sb .info .history li h3 span {
  background: url("../../images/triangle.png") no-repeat;
  width: 10px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
}
#bd #sb .info .history li p {
  color: #696969;
}
#bd #sb .quote {
  margin-bottom: 40px;
}
#bd #sb .quote strong {
  display: block;
  font-size: 14px;
  color: #696969;
  margin-bottom: 15px;
  line-height: 20px;
}
#bd #sb .quote small {
  display: block;
  font-size: 11px;
}
