/* Firefox below fixes */
/*
  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
-------------------------------------------------- */
body.business.landing #bd .box a.white_arrows span,
body.business #bd.memzone .box a.white_arrows span {
  height: 10px;
}
body.business.landing #bd .box.wide,
body.business #bd.memzone .box.wide {
  width: 502px;
  text-align: left;
}
body.business.landing #bd .box.wide .info a.white_arrows span,
body.business #bd.memzone .box.wide .info a.white_arrows span {
  height: 12px;
}
body.directory #bd .most_recent ul li a span {
  top: 5px;
}
