/* --- home[nav] --- */

#top-nav-wrapper {
  background-color: #000;
}

#top-nav {
  width: 860px;
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center;
}

#top-nav ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

#top-nav ul li {
  display: inline;
  margin: 0px 10px 0px 0px;
  background-image: url('/images/site-assets/home_nav_bubbles.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 0px 10px 30px;
  vertical-align: center;
}

#top-nav ul li.first {
  background: none;
  padding-left: 0px;
}

#top-nav ul li a {
  color: #fff;
}


/* --- home[header] --- */

#header-wrapper {
  background: #000 url('/images/site-assets/home_headerwrapperbg.png');
}

#header h1 a {
  display: block;
  text-indent: -999em;
  background-image: url('/images/site-assets/home_header.png');
  height: 453px;
}

/* --- home[content] --- */

#content-wrapper {
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url('/images/site-assets/home_contentbg.png');
  margin-top: 10px;
}

#content {
  background-image: url('/images/site-assets/home_contentbg.gif');
  padding: 10px 30px 50px;
  width: 900px;
}

#content .col1, #content .col2, #content .col3 {
  float: left;
}

#content .col1 {
  margin-right: 10px;
  width: 210px;
}

#content .col2 {
  margin: 0px 10px;
  width: 310px;
  padding: 20px 30px;
}

#content .col3 {
  margin-left: 10px;
  width: 260px;
}

#intro {
  line-height: 1.5em;
  font-size: 15px;
  background-image: url('/images/site-assets/home_separator.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
}

#intro p {
  margin-bottom: .5em;
}

#home_logo {
  background-image: url('/images/site-assets/home_separator.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
}

#content .col3 {
  font-size: 15px;
  line-height: 1.5em;
}

#content .col3 h3 {
  font-weight: bold;
  color: #e51b24;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: .5em;
  line-height: 1.5em;
}

#content .col3 h4 {
  font-weight: bold;
  color: #e51b24;
  font-size: 12px;
  line-height: 1.5em;
}

#content .article {
  background-image: url('/images/site-assets/reddot.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  margin: 10px 10px 10px 10px;
  padding-left: 20px;
}

#content .article p {
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  font-weight: normal;
}

#content .col3 a {
  color: #E51B24;
}

.bbb {
  margin: 20px 20px 20px 0px;
  text-align: left;
}



