/* ----- ANONYMOUS ----- */
.by-float { /* IE Display Adjustment */
  position: relative; z-index: 1;
} html>body .by-float {
  position: static;
}

.clear { clear: both; }

/* ----- TAG-SPECIFIC ----- */
br.clear {
  height: 1px;
  line-height: 1px;
}

div.padded { padding: 1em; }

div.promo {
  background: #fff url('/osflib/images/template/promo-tile.gif') scroll center top repeat-y;
  color: #000;
  margin: 0 0 1em 0;
  width: 192px;
}

div.promo h4 {
  background: #006156 url('/osflib/images/template/promo-top.gif')
    scroll center bottom no-repeat;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em 1em;
}

div.promo div { margin: 5px 15px 0;
font-size: 10px;
line-height: 12px; }

div.promo div img {margin-left: 5px;}

div.promo p {
  background: transparent none;
  clear: both;
  line-height: 0;
}

div.promo img.foot {
  background: #fff none;
  border: 0;
  height: 24px;
  width: 192px;
}

img.bottom { margin-bottom: 0; }

img.left {
  float: left;
  margin: 10px 10px 10px 0;
}

img.right {
  float: right;
  margin: 10px 0 10px 10px;
}

img.top { margin-top: 0; }

ul.horizontal,
ul.horizontal li,
ul.no-bullet,
ul.no-bullet li { list-style: none none outside; }

ul.horizontal li {
  border-right: 1px solid #000;
  display: inline;
  padding: 0 0.25em 0 0.5em;
}

ul.no-bullet,
ul.no-bullet li {
  margin: 0;
  padding: 0;
}

ul.horizontal li.last { border: none !important; }