* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  color: #666;
  line-height: 16px;
}

body {
  background: #fff url(/images/shared/bg_repeater_small.gif) repeat-x top left;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px "Trebuchet MS",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;color:#3a3a3a;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% "Trebuchet MS",arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

img {
  border: 0px;
}

a, a:visited, a:hover, a:active {
  color: #3a3a3a;
}

td {
  vertical-align: top;
}

h1, h2 {
  color: #9b261b;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 130%;
}

/* body elements */

#container {
  width: 973px;
  height: auto;
  margin: 0px auto;
  position: relative;
}

#content {
  position: relative;
  width: 100%
  margin: 10px 0px 0px 0px
  height: auto;
  background: inherit;
}

#header {
  height: 125px;
  background: transparent url(/images/shared/bg_nav_divider.gif) no-repeat bottom right;
}

#header #logo {
  height: 92px;
  margin-left: 10px;
  display: block;
}

#header #corner-info {
  top: 10px;
  right: 15px;
}

#header #corner-info h2 {
  font-size: 115%;
  margin-top: 15px;
  font-weight: normal;
  text-align: right;
  color: #3A3A3A;
}

#header #navigation {
  height: 31px;
  position: relative;
}

#header #navigation ul {
  margin: 2px 0px 0px -1px;
  position: relative;
  list-style: none;
}

#header #navigation li {
  font-weight: normal;
  float: left;
}

#header #navigation li.last {
  background: transparent url(/images/shared/bg_nav_divider.gif) no-repeat top right;
}

#header #navigation a {
  float: left;
  display: block;
  color: #3a3a3a;
  text-decoration: none;
  line-height: 31px;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
  font-size: 115%;
  font-weight: normal;
  background: transparent url(/images/shared/bg_nav_divider.gif) no-repeat 0px 0px;
}

#header #navigation a:hover, #header #navigation a.active {
  color: #666;
  background-color: #fff;
}

#header #navigation #music-player {
  z-index: 200;
  position: absolute;
  bottom: 0px;
  right: 5px;
}

#featured {
  color: #fff;
  position: relative;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#featured.big {
  height: 270px;
}

#featured.small {
  height: 151px;
}

#tag-line, #tag-line-stripe {
  width: 942px;
  position: absolute;
  padding: 5px 15px;
  color: #fff;
}

#featured.big #tag-line, #featured.big #tag-line-stripe {
  height: 45px;
}

#featured.small #tag-line, #featured.small #tag-line-stripe {
  height: 25px;
}

#tag-line-stripe {
  opacity: 0.5;
  filter:alpha(opacity=50);
  background-color: #000;
}

#featured.big #tag-line, #featured.big #tag-line-stripe {
  top: 205px;
}

#featured.small #tag-line, #featured.small #tag-line-stripe {
  top: 25px;
}

#tag-line-left {
  color: #fff;
  width: 400px;
  margin-top: 3px;
  text-align: left;
}

#tag-line-right {
  color: #fff;
  width: 400px;
  text-align: right;
}

#body-text {
  min-height: 200px;
  font-size: 92%;
  position: relative;
  padding: 35px 15px 0px 15px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background: #fff url(/images/shared/bg_divider_repeater.gif) repeat-x top right;
}

#body-text p {
  padding-bottom: 15px;
  line-height: 1.5em;
}

#body-text-left {
  width: 665px;
  padding-right: 15px;
}

#body-text-right {
  width: 255px;
  top: 25px;
  right: 15px;
  position: absolute;
}

#body-text #closing-tagline {
  clear: both;
  color: #9b261b;
  font-size: 120%;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 45px;
  padding-bottom: 5px;
}

#body-text #secondary-navigation {
  margin-top: -32px;
  position: absolute;
}

#body-text #secondary-navigation a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

#section-quick-links {
  font-weight: bold;
  text-align:center;
  padding: 0px 55px 25px 55px;
}

#footer {
  height: 37px;
  background: transparent url(/images/shared/bg_footer.gif) no-repeat;
}

#footer p {
  padding-top: 7px;
  font-size: 80%;
  text-align: center;
  color: #fff;
}

#footer a {
  font-weight: normal;
  color: #fff;
}

/* Content Box Def */

div.box {
  padding: 15px;
  margin-top: 50px;
  position: relative;
  border: 1px solid #C0C0C0;
}

div.box div.header {
  top: -15px;
  left: 15px;
  position: absolute;
  padding: 0px 10px;
  background-color:#fff;
}

div.box div.header h1 {
  font-size: 170%;
}

div.box div.header h2 {
  font-size: 120%;
}

div.box div.body {
  position:relative;
  line-height: 18px;
}

div.box div.body a {
  color: inherit;
}

div.box div.animated {
  overflow:hidden;
  width: 545px;
  height: 150px;
}

div.box div.animated #animated-container {
  position: absolute;
}

div.box div.animated #animated-container div {
  float: left;
  width: 545px;
}

div.box div.body ul {
  margin-left: 25px;
}

div.box div.body p {
  margin-bottom: 10px;
}

div.box div.footer {
  bottom: -24px;
  right: 0px;
  position: absolute;
}

/* Standard Class Defs */
.left {
  float: left;
}

.right {
  float: right;
}

.highlight {
  color: #ff0000;
  font-weight: bold;
}

.bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

.loading {
  background: url(/images/shared/icn_loading.gif) center no-repeat;
}

div.top-right {
  top: 5px;
  right: 5px;
  position: absolute;
}

.buttons span, input.button { color:#306286; padding:2px 5px; margin-left:3px; cursor:pointer; font-size: 90%; }
.buttons span.active, .buttons span:hover, input.button:hover { background:#306286; color:#fff; }
