/* clearfix */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

/*-~-*/

html, body {
  margin: 0;
  padding: 0;
  color: #555;
  background: #A6A9AE url(/images/backgrounds/main.jpg) repeat-x;
  font: 11px verdana, sans-serif;
}

a img {
  border: none;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*-~-*/

#wrap {
  margin: auto;
  width: 660px;
}

#header {
  height: 75px;
}

#logo {
  margin: 0 0 0 -3px;
  padding: 0;
  float: left;
}

#search-form {
  margin: 0 -2px 0 0;
  padding: 35px 0 0 0;
  float: right;
}

#search-form input.text {
  height: 20px;
  border: none;
}

#search-form input {
  vertical-align: middle;
}

#page-body {
  position: relative;
  background: white;
  padding: 20px 0;
}

* html #page-body {
  float: left; /* fixes IE crazyness with many relatively positioned items */
}

/*-~-*/

#menu {
  background: #E2E6E8;
  margin: 0 0 20px 0;
  padding: 13px 10px;
  text-align: center;
  color: #999;
}

#menu a {
  color: #555;
  padding: 9px 3px;
}

#menu a.selected {
  background: #B4BBC0;
  color: white;
}

#submenu {
  text-align: center;
  margin: -15px 20px 10px;
  font-size: 9px;
  color: #ccc;
  line-height: 1.3;
}

#submenu a {
  color: #aaa;
}

/*-~-*/

#content p {
  text-align: justify;
}

/*-~-*/

#footer {
  font-size: 10px;
  padding-top: 6px;
  margin-bottom: 60px;
  text-align: right;
  color: #eee;
}

#footer a {
  color: white;
}

/*-~-*/
/*-~-*/

img.left {
  float: left;
  margin: 0 20px 1ex 0;
}

img.right {
  float: right;
  margin: 0 0 1ex 20px;
}

.pullout {
  float: left;
  margin: 0 20px 1ex -25px;
}

* html .pullout {
  position: relative; /* fix ie chopchop */
}

/*-~-*/

hr {
  display: block;
  height: 2px;
  color: #ddd;
  background-color: #ddd;
  border: none;
  width: 100%;
}

/*-~-*/

ul {
  list-style: none;
}

ul li {
  list-style: none;
  background: url(/images/list-bullet.png) no-repeat 0 5px;
  padding: 0 0 0 12px;
  margin: 2px 0;
}

* html ul li {
  position: relative; /* prevent bullets from semirandomly disappearing in ie6 */
}

ul.link-list, ul.link-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list {
  margin-left: 20px;
}

ul.link-list li {
  padding: 0 0 12px 12px;
  background: url(/images/list-bullet.png) no-repeat 0 5px;
}

ul.link-list a {
  color: #222;
}

/*-~-*/

#content form th {
  font-weight: normal;
  text-align: right;
  width: 10em;
}

#content form input.text, #content form textarea {
  width: 300px;
  border: 1px solid #ddd;
  padding: 2px;
}

/*-~-*/

#brand-bar.external {
  position: absolute;
  margin-top: 23px;
  height: 26px;
  padding: 0;
  display: inline; /* fix junmpyness in ie6, 7 */
}

#brand-bar.external * {
  vertical-align: middle;
}

#brand-bar.external a {
  margin-right: 3px;
}

#brand-bar.external .selected img {
  border: 1px solid white;
}

/*-~-*/

#main-brand-image {
  display: block;
  float: left;
  margin: 0 0 -20px -100px;
  vertical-align: top;
  height: 370px;
  width: 370px;
}

#main-brand-image img {
  position: relative; /* makes sure bleeding appears in ie6 */
}

/*-~-*/

.notice {
  background: #f5f5c0;
  margin: 0 -25px;
  padding: 7px 25px;
  color: #333;
}

/*-~-*/

tr.has-errors th {
  color: #d33;
  font-weight: bold !important;
}

tr.has-errors textarea,
tr.has-errors input.text {
  border-color: #f99 !important;
}

p.error-message {
  padding: 7px 40px;
  font-size: 110%;
  margin: 10px -25px;
  color: #b22;
  background: #fdd;
}

/*-~-*/

#content p#page-selector {
  clear: both;
  padding: 20px 0 0;
  text-align: center;
}

#page-selector a {
  padding: 0 4px;
}

#page-selector a.current {
  text-decoration: underline;
  font-weight: bold;
}

/*-~-*/

#letter-index {
  border-bottom: 1px solid #E7E7E8;
  margin: auto;
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
}

#letter-index a {
  padding: 0 2px;
}

#banners.centralize {
  margin: 18px 0 0 22px;
}


