/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: normal; font-style: normal; }
ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* BASE */
html, body { height: 100%; }

body {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

a.more {
  white-space: nowrap;
  padding-right: 14px;
  background: url("data:image/gif;base64,R0lGODlhBQAJAIABAAgI/////yH5BAEAAAEALAAAAAAFAAkAAAIKjI+ZywqvnIIFADs=") no-repeat 100% 50%;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 1.4em; margin-bottom: 10px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 8px; }
h3 { font-weight: bold; font-size: 13px; line-height: 18px; margin-bottom: 4px; }

.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* GLOBAL HEADER */
#globalheader {
  width: 100%;
  background-color: #c6c6c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#b8b8b8));
  background: -moz-linear-gradient(top, #e0e0e0, #b8b8b8);
  background: linear-gradient(top, #e0e0e0, #b8b8b8);
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  zoom: 1;
}

body {
  padding-top: 0;
}

#globalheader:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#globalnav {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#globalnav li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
}

#globalnav li a {
  display: block;
  float: left;
  color: #3d3d3d;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  padding: 11px 14px;
  border-right: 1px solid #b0b0b0;
  border-left: 1px solid #d8d8d8;
}

#globalnav li:first-child a {
  border-left: none;
}

#globalnav li a:hover,
#globalnav li a.current {
  color: #000;
  background-color: #bbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#aaaaaa));
  background: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background: linear-gradient(top, #d0d0d0, #aaaaaa);
  text-decoration: none;
}

#gn-home a {
  font-size: 15px;
  color: #3d3d3d;
  padding-left: 16px;
  padding-right: 16px;
}

#globalsearch {
  float: right;
  padding: 7px 12px;
}

#globalsearch input.prettysearch {
  width: 148px;
  padding: 3px 8px 3px 18px;
  font-size: 12px;
  color: #555;
  background-color: #f0f0f0;
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
}

#globalsearch input[type="submit"] {
  display: none;
}

/* BILLBOARD */
#billboard {
  width: 980px;
  margin: 10px auto 0;
  clear: both;
  overflow: hidden;
}

#billboard-inner {
  width: 980px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

#hero-img {
  display: block;
  width: 980px;
  height: auto;
}

#hero-placeholder {
  width: 100%;
  min-height: 300px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 120px 20px;
  font-size: 16px;
  color: #999;
  border: 2px dashed #ccc;
}

#hero-text {
  position: absolute;
  top: 30px;
  left: 40px;
  color: #333;
}

#hero-text h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

#hero-text p.subhead {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
}

/* TICKER */
.wrapper {
  width: 980px;
  margin: 0 auto;
}

#ticker {
  min-height: 26px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
  zoom: 1;
}

#ticker p {
  line-height: 26px;
  padding: 0 10px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
}

#ticker a#ticker-headline {
  font-weight: bold;
  color: #555;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #aaa;
  display: inline;
  text-decoration: none;
}

#ticker a#news-link {
  color: #08c;
  text-decoration: none;
}

#ticker a#news-link:hover { text-decoration: underline; }

/* PROMOS */
#promos {
  width: 980px;
  margin: 0 auto 10px;
  overflow: hidden;
  zoom: 1;
}

#promos:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.promo {
  float: left;
  width: 224px;
  margin-right: 16px;
  padding: 10px 0;
  border-top: 2px solid #ddd;
}

.promo-last {
  margin-right: 0;
}

.promo-img-placeholder {
  width: 224px;
  height: 155px;
  background-color: #ececec;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 155px;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 8px;
}

.promo h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}

.promo h3 a {
  color: #333;
  text-decoration: none;
}

.promo h3 a:hover { text-decoration: underline; }

.promo p {
  font-size: 11px;
  color: #666;
  margin-bottom: 6px;
  line-height: 16px;
}

.promo a.more {
  font-size: 11px;
  color: #08c;
}

/* FOOTER */
#homefooter {
  width: 980px;
  margin: 10px auto 22px;
  font-size: 10px;
  color: #6e6e6e;
  text-align: center;
  zoom: 1;
}

#footer-links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  margin-bottom: 8px;
  overflow: hidden;
  zoom: 1;
}

#footer-links:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#footer-links p.left {
  float: left;
  text-align: left;
  margin-bottom: 0;
  line-height: 20px;
}

#footer-links p.left a { color: #08c; }

#footer-links ul.piped {
  float: right;
  margin-bottom: 0;
}

#footer-links ul.piped li {
  float: left;
  display: inline;
}

#footer-links ul.piped a {
  border-left: 1px solid #ccc;
  padding: 0 0 0 8px;
  margin-left: 8px;
  color: #08c;
  line-height: 20px;
  display: inline;
  text-decoration: none;
}

#footer-links ul.piped a.first {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

#footer-links ul.piped a:hover { text-decoration: underline; }

.sosumi { clear: both; }
.sosumi p { margin-bottom: 0; font-size: 10px; color: #6e6e6e; }
