/* FRONT PAGE STYLES */

#home .article a {
  color: #000;
}

#home .article a:hover {
  color: #404030;
}

/*#home_banner {
  width: 340px;
  height: 290px;
  background: url(/spring10/images/navigation/banner-new.jpg) 0 0 no-repeat;
  clear: both;
  color: #fff;
  border-bottom: 1px solid #666;
  padding: 248px 5px 0px 615px;
}*/

#home_banner {
  width: 340px;
  height: 288px;
  background: url(/images/home/index.jpg) 0 0 no-repeat;
  clear: both;
/*  color: #313185; */
  border-bottom: 1px solid #666;
  padding: 0px 10px 0px 610px;
}

.b #home_banner {
  background: url(/images/home/index_02.jpg) 0 0 no-repeat;
}

.c #home_banner {
  background: url(/images/home/index_03.jpg) 0 0 no-repeat;
}

/*
.d #home_banner {
  background: url(/images/home/index_04.jpg) 0 0 no-repeat;
}
*/

.article #home_banner p {
  margin: 5px 0px 0px;
  font-size: 1.1em;
  text-align: left;
}

#content .article #home_banner h3.cover_title {
  font-size: 2.25em;
  text-align: center;
  text-align: right;
  padding: 5px 0px 0px 20px;
  margin-top: 0px;
  margin-bottom: -10px;
  height: 55px;
  line-height: 55px;
}

#content .article #home_banner .cover_text {
  text-align: right;
}

.article #home_banner .cover_image {
/*  width: 140px; */
  display: block;
  float: right;
  text-decoration: none;
  margin: 3px 0px 0px 20px;
  padding: 0px;
  text-align: center;
  font-size: .9em;
/*  color: #313185; */
  text-decoration: underline;
}

/*.article #home_banner .cover_image:hover {
  color: #fff;
  color: #666;
}*/

.article #home_banner .cover_image img {
  width: 100%;
/*  border-bottom: 1px solid #999; */
  display: block;
  text-decoration: none;
/*  border: none; */
}


/* Sigh.  It was a good effort. */
.article #home_banner .cover_image .arrow {
  display: block;
  display: none;
  width: 0px;
  border: 8px solid transparent;
  border-top: none;
  margin-top: -8px;
  position: relative;
  margin-bottom: 2px;
  left: 20px;
}

.article #home_banner a {
/*  color: #313185; */
}

/*bottom-half container */
#home .frontpage_bottom_half_parent {
}

.frontpage_bottom_half_parent:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0px;
  width: 0px;
  clear: both;
  margin: 0px;
  padding: 0px;
}

#home .rotateQuote {
  text-align: center;
/*  width: 600px; */
  width: 100%;
  background: url(/images/home/pullquote-right.png) 90% 35% no-repeat;
}

#home .rotateQuote p {
  background: url(/images/home/pullquote.png) 0 0 no-repeat;
  margin: 10px 35px 10px 30px;
  font-size: 1.25em;
}

#home .rotateQuote p.sig {
  background: none;
  font-size: 1.2em;
  padding-bottom: 20px;
/*  background: url(/images/home/pullquote-right.png) 90% -100% no-repeat; */
}

/* Start Highlights section - this area has the thumbnails and snippets of text for a handful of articles */
#home .frontpage_highlights {
  float: left;
/*  width: 600px; */
  width: 100%;
  background: #fff;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

h3 {
  color: #000;
  font-family: georgia, times, serif;
  font-size: 2.25em;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  margin: 0px 0px -10px;
  padding: 10px 0px 5px;
}

.highlight_horizontal_line {
  height: 1px;
  background-color: #ddd;
  clear: left;
  visibility: hidden;
}

.highlight_group {
/*  padding-top: 10px; */
  background: #fff url(/images/home/highlight_bg.gif) repeat-x bottom center;
  padding: 10px 13px 0px;
  border-bottom: 1px solid #ddd;
}

.highlight {
  width: 285px;
  float: left;
/*  margin: 0px 0px 15px 10px; */
  margin: 0px 13px 15px;
}

.highlight img {
  width: 100%;
}


#content .article .highlight p {
  padding: 0px;
  margin: 0px;
}

#content .article .highlight p.highlight_title {
  font-size: 1.5em;
  text-align: center;
  font-family: georgia;
  margin-top: 10px;
}

#content .article .highlight p.highlight_intro {
  margin:10px;
}

#home #content .article .sig {
  text-align: right;
  margin: -10px 15px 0px 0px;
}

#home #content .article .sig a {
  color: #000;
}

#home #content .article .sig a:hover {
  color: #404030;
}

/* End Highlights */

/* Start web extras section */
#home .frontpage_extras {
  background: #7997ba;
  float: left;
  width: 360px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;

  display: none;
}

.exclusive_content {
  text-align: left;
}

.frontpage_extras h3 {
  color: #fff;
  font-family: georgia, times, serif;
  font-size: 2.5em;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  margin: 0px 0px -10px;
  padding: 20px 0px 0px;
}

.frontpage_extras h3 a {
  color: #fff;
}

.frontpage_extras h3 a:hover {
  color: #ddd;
}

#content .article .frontpage_extras p {
  margin: 0px;
  color: #000;
}

#content .article .frontpage_extras .exclusive_title {
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 1.4em;
  font-family: georgia, times, serif;
  margin: 22px 0px 0px;
}

.exclusive_content img {
  width: 150px;
  display: block;
  float: left;
  margin: 4px 12px 0px 0px;
}

.exclusive_content img.portrait {
  width: 108px;
}

.exclusive_content .exclusive_image {
  border: 1px solid white;
}

.exclusive_horizontal_line {
  width: 250px;
  height: 1px;
/*  background-color: #666; */
  margin: 50px auto 40px;
  line-height: 0px;
  overflow: hidden;

  border: 0;
  height: 1px;
/*  margin: 30px; */
  background-image: -webkit-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,0.75), rgba(51,51,51,0));
  background-image:    -moz-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,0.75), rgba(51,51,51,0));
  background-image:     -ms-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,0.75), rgba(51,51,51,0));
  background-image:      -o-linear-gradient(left, rgba(51,51,51,0), rgba(51,51,51,0.75), rgba(51,51,51,0));



}
/* End web extras */

#home div.article {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/***** End front page *****/