/*
-- HOME stylesheet -- 
Styles for elements that appear on the homepage only.
-------------------------------------------------------------*/

/*  2 Col Layouts
------------------------------*/

.home_2col {
  background: #fff url(../images/divider.gif) 50% repeat-y;
  overflow: hidden;
}

.home_2col h3, .home_2col ul, .home_2col p {
  padding-left: 45px;
}

.home_2col li {
  padding-bottom: 10px;
}

.home_2col .col1 {
  float: left;
  width: 46%;
}

.home_2col .col2 {
  float: right;
  width: 46%;
}

/*  Top Stories Rotator
------------------------------*/

#topstories {
  height: 320px;
}

#topstories .edge {
  height: 9px;
  background: #e6dcc4 url(../images/bg_tanbox_top_bot.png) no-repeat;
}

#topstories .edge.bot {
  background-position: 0 -9px;
  margin-bottom: 15px;
}

#topstories #stories_wrap {
  background: #e6dcc4 url(../images/bg_tanbox.png) repeat-y;
  padding: 0 9px;
  position: relative;
  z-index: 0;
  height: 285px;
}

#topstories .story {
  width: 601px;
  height: 245px;
  background: #000;
  position: relative;
}

#topstories .story a.ts_img_link {
  display: block;
  height: 245px;
  width: 390px;
  overflow: hidden;
}

#topstories .story .text {
  color: #ccc;
  height: 225px;
  width: 191px;
  padding: 10px;
  top: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  font: normal 1em/1.4 Arial;
}

#topstories .story .text a {
  color: #fff;
}

#topstories .story .text h2 {
  color: #fff;
  margin: 0 0 10px;
  font: bold 1.4em/normal Georgia;
}

#topstories .story .text .subhead {
  color: #fff;
  font: bold 1em/normal Georgia;
  margin: 0 0 5px;
}

#tsnav {
  bottom: -5px;
  left: 9px;
  width: 390px;
  position: absolute;
  z-index: 5;
}

#tsnav a {
  color: #005826;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  background: url(../images/tan_beveled_hover_bg.gif) repeat-x;
}

#tsnav a:hover {
  color: #fff;
  background: #decead;
}

#tsnav a.activeSlide {
  color: #333;
  background-position: 0 -45px;
}

#tsnav a.activeSlide:hover {
  color: #333;
  background: url(../images/tan_beveled_hover_bg.gif) 0 -45px repeat-x;
}

#tscontrols {
  bottom: -5px;
  right: 9px;
  width: 211px;
  height: 45px;
  position: absolute;
  z-index: 5;
}

#tscontrols a {
  top: 13px;
  width: 20px;
  height: 19px;
  cursor: pointer;
  position: absolute;
  background: url(../images/tscontrols.gif) no-repeat;
}

#tscontrols a.prev {
  left: 70px;
  background-position: 0 0;
}

#tscontrols a.prev:hover {
  background-position: 0 -19px;
}

#tscontrols a.pause {
  left: 95px;
  background-position: 0 -38px;
}

#tscontrols a.pause.play {
  background-position: 0 -57px;
}

#tscontrols a.next {
  left: 120px;
  background-position: 0 -76px;
}

#tscontrols a.next:hover {
  background-position: 0 -95px;
}

/*  Latest Content
------------------------------*/

#latest #latest_wps {
  background: url(../images/icon_whitepapers.gif) no-repeat;
  margin-bottom: 15px;
}

#latest #events_calendar {
  background: url(../images/icon_calendar.gif) no-repeat;
}

#latest #latest_news {
  background: url(../images/icon_news.gif) no-repeat;
  margin-bottom: 15px;
}

#latest #latest_voices {
  background: url(../images/icon_talk_bubbles.gif) no-repeat;
}

#latest #latest_voices h5 {
  margin: 2px 0;
}

#latest a {
  display: block;
  font-weight: bold;
}

#latest #events_calendar a {
  display: inline;
}

#latest a.more {
  font-weight: normal;
}

/*  Product Center
------------------------------*/

#products {
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  background: #f0f0e4 url(../images/bg_light_tan_roundbox.png) repeat-y;
}

#products .all_link {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 13px;
}

#products .edge {
  height: 9px;
  background: #f0f0e4 url(../images/bg_light_tan_roundbox_top_bot.png) no-repeat;
}

#products .edge.bot {
  background-position: 0 -9px;
}

#products_wrap {
  padding: 10px 55px;
  position: relative;
  background: url(../images/icon_products.gif) 15px 7px no-repeat;
}

#products_wrap .product_carousel {
  margin-bottom: 15px;
  position: relative;
}

#products_wrap .product_carousel li {
  width: 159px;
  padding: 0 5px;
  font-size: 1em;
  text-align: center;
  line-height: 1.2;
}

#products_wrap .product_carousel img {
  height: 60px;
  width: 120px;
  display: block;
  background: #ccc;
  margin: 0 auto 5px;
}

#products .search_box {
  position: absolute;
  top: 175px;
  left: 150px;
  z-index: 1000;
}

/*  Ask the Experts
------------------------------*/

#ate_wrap {
  padding: 10px 0 10px 50px;
  position: relative;
  background: url(../images/icon_talk_bubbles.gif) 0 10px no-repeat;
}

#ate_wrap .ate_carousel {
  margin-bottom: 15px;
  position: relative;
}

#ate_wrap .ate_carousel li {
  width: 560px;
}

#ate_wrap .ate_carousel li a {
  display: block;
  font-weight: bold;
}

#ate_wrap .ate_carousel li div {
  padding-top: 10px;
}

#ate_wrap .ate_carousel li div a {
  display: inline;
}

#ate_wrap .ate_carousel li div a.more {
  padding-left: 15px;
  margin-left: 15px;
  color: #666;
  border-left: 1px solid #ddd;
  font-weight: normal;
  font-size: 11px;
}

/*  Career Center
------------------------------*/

#career_center .edge {
  height: 9px;
  background: #e6dcc4 url(../images/bg_tanbox_top_bot.png) no-repeat;
}

#career_center .edge.bot {
  background-position: 0 -9px;
}

#career_center #cc_wrap {
  background: #e6dcc4 url(../images/bg_tanbox.png) repeat-y;
  padding: 6px 17px;
  position: relative;
  z-index: 0;
}

#career_center #cc_wrap h3 {
  padding-left: 45px;
  background: url(../images/icon_career.gif) no-repeat;
}

#career_center #cc_wrap .cc_nav {
  margin: 0;
  padding: 0;
  top: 20px;
  right: 18px;
  height: 15px;
  position: absolute;
  border-bottom: 1px solid #ccc;
}

#career_center #cc_wrap .cc_nav li {
  height: 9px;
  overflow: visible;
  float: left;
  width: auto;
  border-right: 1px solid #bbb;
  padding-right: 8px;
  margin-right: 8px;
}

#career_center #cc_wrap .cc_nav li.last {
  margin: 0;
  padding: 0;
  border: none;
}

#career_center #cc_wrap .cc_nav a {
  color: #000;
  background: url(../images/select_triangle.gif) center 0 no-repeat;
  font: bold 10px Arial;
  padding-top: 6px;
  position: relative;
  top: -5px;
  text-decoration: none;
  text-transform: uppercase;
}

#career_center #cc_wrap .cc_nav a:hover {
  background-position: center -22px;
}

#career_center #cc_main {
  clear: both;
}

#career_center #cc_main h4, #career_center #cc_main p {
  margin: 0 0 10px;
}

#career_center #cc_main a {
  font-weight: bold;
  display: block;
}

#career_center #cc_col_wrap {
  background: url(../images/bg_cc_main_dividers.gif) center repeat-y;
}

#career_center .jt_job_list {
  float: left;
  width: 380px;
}

#career_center .cc_resc {
  float: right;
  width: 175px;
}

#career_center .cc_resc div {
  margin-bottom: 10px;
}

#career_center .cc_resc div.rec_other {
  margin-bottom: 0;
}

.jt_job {
  width: 175px;
  margin-bottom: 15px;
}

.jt_row2 {
  float: left;
}

.jt_row1 {
  float: right;
}

.jt_row2, .jt_alljobs {
  clear: both;
}

/* From the Editors
------------------------------*/

#fte_wrap {
  padding: 10px 0 10px 50px;
  position: relative;
  background: url(../images/icon_talk_bubbles.gif) 0 10px no-repeat;
}

#fte_wrap .fte_carousel {
  margin-bottom: 15px;
  position: relative;
}

#fte_wrap .fte_carousel li {
  width: 560px;
  height: 100px;
  position: relative;
}

#fte_wrap .fte_carousel li div {
  padding-left: 70px;
}

#fte_wrap .fte_carousel h5 {
  margin: 0;
}

.fte_carousel h5 {
  margin: 2px 0;
}

#fte_wrap .fte_carousel li a {
  display: block;
  font-weight: bold;
}

#fte_wrap .fte_carousel li img {
  float: left;
  background: #ccc;
}

#fte_wrap .fte_carousel li div div {
  clear: both;
  padding-top: 10px;
  padding-left: 0
}

#fte_wrap .fte_carousel li div div a {
  display: inline;
}

#fte_wrap .fte_carousel li div div a.more {
  padding-left: 15px;
  margin-left: 15px;
  color: #666;
  border-left: 1px solid #ddd;
  font-weight: normal;
  font-size: 11px;
}

/* Resource Centers
------------------------------*/

#resc_centers {
  margin-bottom: 25px;
  background: #f0f0e4 url(../images/bg_light_tan_roundbox.png) repeat-y;
}

#resc_centers .edge {
  height: 9px;
  background: #f0f0e4 url(../images/bg_light_tan_roundbox_top_bot.png) no-repeat;
}

#resc_centers .edge.bot {
  background-position: 0 -9px;
}

#rc_wrap {
  padding: 10px 15px;
  position: relative;
  background: url(../images/icon_resc_centers.gif) 15px 11px no-repeat;
}

#rc_wrap h3 {
  margin: 0 0 10px;
  padding-left: 50px;
}

.rc_info {
  width: 400px;
}

.rc_info h4 {
  margin: 0 0 10px;
}

.rc_info h5 {
  font-size: .95em;
  margin-bottom: 0;
}

.rc_info h5, .rc_info p {
  margin-top: 0;
}

.rc_info li {
  padding-bottom: 10px;
}

.rc_info .search_counts {
  height: 25px;
  font-size: 10px;
}

.rc_info .search_counts a {
  font-weight: bold;
  margin-left: 5px;
}

.rc_info .rc_arts {
  float: left;
  width: 48%;
}

.rc_info .rc_wps {
  float: right;
  width: 48%;
}

.rc_arts a, .rc_wps a {
  font-weight: bold;
}

.rc_arts a.more, .rc_wps a.more {
  font-weight: normal;
}

#rc_nav {
  top: -15px;
  right: -2px;
  width: 190px;
  font-weight: bold;
  position: absolute;
}

#rc_nav li a, #rc_nav li.rc_select {
  padding: 4px 6px 4px 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#rc_nav li a {
  display: block;
  border: 1px solid #b4b4b0;
  font-size: 11px;
  background: #e6e6db;
}

#rc_nav li a:hover {
  text-decoration: none;
  background: #f0f0e4 url(../images/select_triangle_right.gif) 8px center no-repeat;
  border: 1px solid #666;
}

#rc_nav li.rc_select {
  background: #decead;
  border: 1px solid #b4b4b0;
  padding-left: 6px;
}

#rc_nav li.ui-tabs-selected {
  background: url(../images/rc_nav_selected_fade.gif) right repeat-y;
}

#rc_nav li.ui-tabs-selected a {
  background: transparent url(../images/select_triangle_left.gif) 8px center no-repeat;
  border: 1px solid #666;
  border-left: none;
}

/* Backpack Reporting
------------------------------*/

#bpack_reporting {
  background: url(../images/icon_video.gif) 0 1px no-repeat;
}

#bpack_reporting a.more {
  display: block;
  margin-top: 15px;
}

#bpack_wrap {
  position: relative;
}

.bpack_carousel {
  margin-top: 35px;
}

.home_2col #bpack_reporting ul {
  padding-left: 0;
}

.home_2col #bpack_reporting ul li {
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px;
  width: 86px;
  list-style: none;
}

.home_2col #bpack_reporting ul li img {
  display: block;
  margin: 0 auto 6px;
}

/* Audio Library
------------------------------*/

#audio_lib {
  background: url(../images/icon_audio.gif) 0 1px no-repeat;
  position: relative;
}

#audio_wrap {
  height: auto;
}

#audio_lib a.more {
  display: block;
  margin-top: 5px;
}

.audio_carousel {
  margin-top: 35px;
}

.home_2col #audio_lib ul {
  padding-left: 0;
  margin-top: 20px;
}

.home_2col #audio_lib ul li {
  width: 265px;
  min-height: 175px;
  list-style: none;
}

.home_2col #audio_lib ul li a {
  display: block;
  font-weight: bold;
}

.home_2col #audio_lib ul li span {
  display: block;
}


/*  Video Library
------------------------------*/

#video_lib {
  background: url(../images/icon_video.gif) 0 21px no-repeat;
}

#video_lib a.more {
  display: block;
  margin-top: 15px;
}

#video_lib h3 {
  padding-left: 45px;
}

#video_wrap {
  position: relative;
}

.video_carousel {
  margin-top: 35px;
}

#video_lib ul {
  padding-left: 0;
}

#video_lib ul li {
  font-size: 11px;
  font-weight: bold;
  padding: 0 6px;
  list-style: none;
  width: 100px;
}

#video_lib ul li span {
  display: block;
  padding: 0 8px;
}

#video_lib ul li img {
  display: block;
  margin: 0 auto 6px;
}

/* Online Poll
------------------------------*/

#online_poll {
  background: url(../images/icon_poll.gif) 0 21px no-repeat;
}

#online_poll h3 {
  padding-left: 40px;
}

/* Funny Pharma
------------------------------*/

#funny_pharm h3 {
  padding-left: 0;
}

#funny_pharm img {
  float: right;
  margin-left: 10px;
}

/* Webcast Library
------------------------------*/

#webcast_lib .top {
  height: 20px;
  background-position: 0 -20px;
}

#webcast_lib .inner {
  margin-top: -5px;
}

#webcast_lib h3 {
  background: url(../images/icon_webcasts.gif) no-repeat;
  padding-left: 45px;
  margin-bottom: 5px;
}

#webcast_lib li {
  padding: 8px 0;
}

#webcast_lib a {
  display: block;
  font-weight: bold;
}

#webcast_lib a.more {
  font-weight: normal;
}

/* Carousel Arrows
------------------------------*/

.next_prev {
  display: none;
  height: 17px;
  width: 40px;
  position: absolute;
  top: 17px;
  left: 225px;
}

.next_prev.below {
  top: 32px;
  left: 45px;
}

.next_prev a {
  position: absolute;
  cursor: pointer;
  display: block;
  height: 17px;
  width: 15px;
  top: 0;
}

.next_prev a.next {
  background: url(../images/green_arrows_next.gif) no-repeat;
  right: 0;
}

.next_prev a.prev {
  background: url(../images/green_arrows_prev.gif) no-repeat;
  left: 0;
}

.next_prev a.disabled, .next_prev a.disabled:hover {
  background-position: bottom;
  cursor: default;
}

