@charset "UTF-8";
/* CSS MAIN STYLES

QUINTILES.COM REDESIGN
CAPSTRAT
02/09

COLORS:

BACKGROUND (outside #Container) - #6c6f70
BODY COPY - #536162
UTILITY NAV (beneath top nav), FOOTER NAV - #a7a7a7
LEFT NAV BACKGROUND - #dddfde
GENERAL LINK COLOR - #1c9896
HEADING RED - #be0f34
QUINTILES Q RED - #b01842
*/

/* STRUCTURAL */
#home {
   width: 757px;
   position: relative;
}
   #home_flash {
      width: 757px;
      height: 214px;
   }
   #home_tabs {
      width: 757px;
   }
   #home_emergency {
      width: 757px;
   }

/* TABS */
#home_tabs {
   font-size: 0.95em;
}
#home_tabs .tab {
   padding: 15px 20px 10px 20px;
   min-height: 82px;
   background: #fff;
   opacity: 0.9;
}
#home_tabs .tab h2 {
   width: 717px;
   margin: 0 0 0.2em 0;
   color: #be0f34;
   font-size: 1.5em;
   font-weight: normal;
}
#home_tabs .tab .left {
   float: left;
   margin-right: 31px;
   width: 343px;
}
#home_tabs .tab .right {
   float: left;
   width: 343px;
}
#home_tabs .content h3,
#home_tabs .content h4 {
   margin-bottom: 0;
   color: #536162;
}
#home_tabs .content p,
#home_tabs .content ul,
#home_tabs .content ol {
   margin-bottom: 0.2em;
}

/* EMERGENCY */
#home_emergency {
   background: #d3f2f1 url(../img/emergency_body.gif) repeat-y left top;
}
#home_emergency .inner {
   background: transparent url(../img/emergency_top.gif) no-repeat left top;
}
#home_emergency .left {
   float: left;
   padding-top: 20px;
   width: 180px;
}
#home_emergency .left h2 {
   text-align: center;
   font-size: 1.3em;
   font-weight: bold;
   color: #fff;
}
#home_emergency .right {
   float: left;
   padding: 20px 30px 5px 20px;
   width: 527px;
}

/* CONTENT */
#home_content {
}
#home_content .content {
   padding: 20px 20px 20px 394px;
}

/* BUCKETS */
#home_buckets {
   float: left;
   width: 730px;
   margin: 0 14px 0 13px;
   background: transparent url(../img/home_buckets_outer.gif) no-repeat left top;
}
#home_buckets .inner {
   float: left;
   background: transparent url(../img/home_buckets_inner.gif) no-repeat left bottom;
}
#home_buckets .bucket {
   float: left;
   margin-right: 18px;
   padding: 20px 10px 10px 10px;
   width: 149px;
}
#home_buckets .bucket.last {
   margin-right: 0;
}
#home_buckets .content {
   line-height: 1.3em;
   font-size: 1.0em;
}
#home_buckets .content h3 {
   margin-bottom: 0.4em;
   color: #be0f34;
   font-size: 1.1em;
   font-weight: normal;
}
#home_buckets .content h4 {
   margin-bottom: 0.4em;
   font-size: 1.0em;
   font-variant: normal;
   color: #5e6162;
}
#home_buckets .content p {
   margin-bottom: 0.2em;
}
#home_buckets .content ul {
   margin-bottom: 0.2em;
}
#home_buckets .content ol {
   margin-bottom: 0.2em;
}
#home_buckets .content p.more {
   margin: 0.3em 0 0 0;
}
#home_buckets .content p.more a {
   display: block;
   text-align: right;
   min-height: 18px;
   padding: 0 22px 7px 0;
   background: transparent url(../img/link_bg_reflection_gray.gif) no-repeat right bottom;
}
#home_buckets .content p.more a:hover {
   text-decoration: none;
}
#home_buckets .content img {
   padding: 0;
   border: none;
}