
/*
 *	health-industries.css
 *
 *	5/22/12
 *
 *	Last checked error-free
 *	at W3C CSS Validation Service on:
 *	5/22/12
 *	by Brian Sinnett
 *
 *	Changes, additions, or errors may've been made since then
 *	by other team members.
 *
 *	Brian Sinnett and others on the O&E team
 *	made many new sections and edits for PwC.
 *	Some early code was from closerlook's sandbox
 *
 *	 1. Overrides to base.css
 *	 2. Bulleted lists
 *	 3. Blue gradient bulleted lists
 *	 4. Of further interest links
 *	 5. Blue gradient 3 column
 *	 6. Spotlight sidebar
 *	 7. Icons
 *	 8. Accordion base
 *	 9. Asset accordion
 *	10. Featurette accordion
 *	11. Convergence accordion
 *	12. Executive team callout
 *	13. Subject matter expert callout
 *	14. Bio Tile
 *	15. More (feel free to categorize rest of this file, team!)
 *
 */


/*** 1. Overrides to base.css ***/
  
  .fpo {
    /* Modified for brand refresh 08/10/2010: border: 1px solid #6d6966; */ border:1px solid #f6dabf;
    /* Modified for brand refresh 08/10/2010: background-color: #e9e9e9; */ background-color:#fbf0e5;
  }
  
  html, body {
    /* Removed for brand refresh 08/10/2010: color: #7e7e7e; */ 
  }
  
  h1 {
    /* Removed for brand refresh 08/10/2010: color: #97814f; */ 
    font-size: 1.5em;
    line-height: 1.25em;
    margin: 0 0 12px;
  }
  
  h2 {
    /* Removed for brand refresh 08/10/2010: color: #663300; */ 
    font-size: 1.45em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 0.5em;
  }
  
  h2.health-industries-large-subhead {
	font-weight: normal;
	font-size: 2.25em;
  }
  
  h3 {
 /* Removed for brand refresh 08/10/2010: color: #012444; */ 
	font-size: 1.25em;
	margin: 0 0 0.5em;
	font-style: normal;
  }
  
  h4 {
 /* Removed for brand refresh 08/10/2010: color: #666666; */ 
	font-size: 1em;
	margin: 0 0 -0.85em 0;
	font-weight:bold;
  }
  
  .highlighted {
	font-weight:bold;
 /* Removed for brand refresh 08/10/2010: color:#6a491c; */ 
  }
  
  .splashFlashContainer {
    margin-bottom: 18px;
  }
  
  .rhtitle {
    /* Removed for brand refresh 08/10/2010: color: #000000; */ 
  }
  
  .rhcontacts dd {
    /* Removed for brand refresh 08/10/2010: color: #000000; */ 
  }
  
  #pagetools a:link, #pagetools a:visited, #pagetools a:hover {
    color: #602320 !important;
  }
  
  #left .leftnav li a, #left .leftnav li a:visited {
    /* Removed for brand refresh 08/10/2010: color: #6d6966; */ 
  }
  
  #left .leftnav #selected a:link, #left .leftnav #selected a:visited {
    /* Removed for brand refresh 08/10/2010: color: #6d6966; */ 
  }
  
  #center a, #center a:link, #center a:visited, #center ul a, #center ul a:visited,
  .modal-window a, .modal-window a:link, .modal-window a:visited {
    color: #dc6900;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0;
  }
  
  #center a:hover, #center ul a:hover,
  .modal-window a:hover {
    text-decoration: underline;
  }
  
  .header-rss {
    float: right;
    padding-top: 3px;
  }
  
  #center .header-rss a, #center .header-rss a:link, #center .header-rss a:visited {
    background-image: url("/en_US/us/health-industries/assets/images/rss.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 0 2px 20px;
    font-size: 0.9em;
  }
  
  #center .header-right-link a,
  #center .header-right-link a:link,
  #center .header-right-link a:visited,
  #center .header-right-link a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_GX/webadmin/assets/image/orange_arrow.gif");
    background-position: right 7px;
    background-repeat: no-repeat;
    display: inline;
    padding: 4px 8px 0 0;
    line-height: 1.125em;
    float: right;
  }
  
  .dottedDivider {
  	width:100%;
  	height:0px;
  	/* Modified for brand refresh 08/10/2010: border-bottom: 1px dotted #d9d9d9; */ border-bottom:1px dotted #f6dabf;
  	margin:30px 0px 30px 0px;
  	clear:left;
  }
  
  .health-industries-left-column {
		width: 273px;
		float: left;
		margin-bottom: 1em;
  }
  
  .health-industries-right-column {
		margin-left: 283px;
		margin-bottom: 1em;
  }
  
  #multimedia-downloads-results .health-industries-left-column {
		width: 251px;
  }
  
  #multimedia-downloads-results .health-industries-right-column {
		margin-left: 261px;
  }

/*** 2. Bulleted lists ***/
  
  .bulleted-lists {
    border-collapse: collapse;
    margin-bottom: 28px;
  }
  
  .bulleted-lists th,
  .bulleted-lists td {
    width: 178px;
    text-align: left;
  }
  
  .bulleted-lists th {
    padding: 16px 10px 10px 10px;
    vertical-align: bottom;
  }
  
  .bulleted-lists td {
    padding: 0 10px 16px 10px;
    vertical-align: top;
  }
  
  .bulleted-lists th h3 {
    /* Removed for brand refresh 08/10/2010: color: #003150; */ 
    font-size: 15px;
    font-weight: bold;
    margin: 0;
  }
  
  #center .bulleted-lists td p {
    /* Modified for brand refresh 08/10/2010: border-top: dotted #d9d9d9 1px; */ border-top:dotted #f6dabf 1px;
    margin:0px;
    padding:10px 0px 20px 0px;
  }
  
  #center .bulleted-lists td ul {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.4em;
  }
  
  #center .bulleted-lists td ul li {
    margin: 0 0 0.75em 0;
    padding-left: 10px;
    list-style-image: none;
    list-style-type: none;
    background: url("/en_US/us/health-industries/assets/images/bullet_arrow_blue_right.gif") no-repeat left 4px;
  }
  
  #center .bulleted-lists a,
  #center .bulleted-lists a:link,
  #center .bulleted-lists a:visited,
  #center .bulleted-lists a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    padding: 0;
  }
  
  #center .bulleted-lists a:hover {
    text-decoration: underline;
  }
  
/*** 3. Blue gradient bulleted lists ***/
  
  .gradientBulletedLists {
    border-collapse: collapse;
    /* Modified for brand refresh 08/10/2010: background-color: #f5fafd; */ background-color:#fbf0e5;
    /* Removed for brand refresh 08/10/2010: background-image: url("/en_US/us/health-industries/assets/images/blue_bulleted_list_gradient.png");*/
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 28px;
    color: black;
  }
  
  .gradientBulletedLists th,
  .gradientBulletedLists td {
    width: 178px;
    text-align: left;
    vertical-align: top;
  }
  
  .gradientBulletedLists th.bordered,
  .gradientBulletedLists td.bordered {
    border-right: solid white 11px;
  }
  
  .gradientBulletedLists th {
    padding: 16px 10px 10px 10px;
  }
  
  .gradientBulletedLists td {
    padding: 0 10px 16px 10px;
  }
  
  .gradientBulletedLists th h3 {
    /* Removed for brand refresh 08/10/2010: color: #6a491c; */ 
    font-size: 1.45em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0;
  }
  
  #center .gradientBulletedLists p {
    /* Modified for brand refresh 08/10/2010: border-top: dotted #d9d9d9 1px; */ border-top:dotted #f6dabf 1px;
    margin: 0;
    padding: 10px 0px 20px 0px;
    font-size: 1.05em;
    line-height: 1.25em;
  }
  
  #center .gradientBulletedLists td ul {
    /* Modified for brand refresh 08/10/2010: border-top: dotted #d9d9d9 1px; */ border-top:dotted #f6dabf 1px;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1em;
    line-height: 1.25em;
  }
  
  #center .gradientBulletedLists td ul li {
    margin: 0 0 0.75em 0;
    padding-left: 10px;
    list-style-image: none;
    list-style-type: none;
    background: url("/en_GX/webadmin/assets/image/orange_square.gif") no-repeat left 4px;
  }
  
  #center .gradientBulletedLists a,
  #center .gradientBulletedLists a:link,
  #center .gradientBulletedLists a:visited,
  #center .gradientBulletedLists a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    font-size:1.05em;
    padding: 0;
  }
  
  #center .gradientBulletedLists a:hover {
    text-decoration: underline;
  }

/*** 4. Of further interest links ***/
  
  #of-further-interest {
	/* Modified for brand refresh 08/10/2010: border-top:1px solid #CCCCCC; */ border-top:1px solid #f6dabf;
    padding: 10px 0px 30px 10px;
  }

  #of-further-interest ul {
    margin: 0px;
    padding: 10px 0px 0px 10px;
    line-height: 1.4em;
  }
  
  #of-further-interest ul li {
    margin: 0 0 0.5em 0;
    padding-left: 10px;
    list-style-image: none;
    list-style-type: none;
    background: url("/en_GX/webadmin/assets/image/aubergine_arrow-bright-li.gif") no-repeat 0 4px;
  }
  
  #of-further-interest ul li a,
  #of-further-interest a:link,
  #of-further-interest a:visited,
  #of-further-interest a:hover {
    /* Removed for brand refresh 08/10/2010: color: #9a928b; */ 
    padding: 0;
  }
  
  #center .bulleted-lists a:hover {
    text-decoration: underline;
  }

  /*** 5. Blue gradient 3 column ***/
 
  .gradientThreeColumn {
    /* Modified for brand refresh 08/10/2010: border: solid #e5e5e5 4px; */ border:solid #f6dabf 4px;
    /* Modified for brand refresh 08/10/2010: background-color: #f5fafd; */ background-color:#fbf0e5;
    /* Removed for brand refresh 08/30/2010: background-image: url("/en_US/us/health-industries/assets/images/news_and_events_gradient.png"); */
    background-position: top left;
    background-repeat: repeat-x;
    margin-bottom: 28px;
  }
  
  .gradientThreeColumn td {
    border-collapse: collapse;
    width: 178px;
    text-align: left;
    vertical-align: top;
    padding: 16px 10px 16px 10px;
  }
  
  .gradientThreeColumn td h3 {
    background: url("/en_US/us/health-industries/assets/images/sm_calendar.png") no-repeat 0 2px;
    /* Removed for brand refresh 08/10/2010: color: #2093c6; */ 
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding:0px 0px 10px 20px;
    /* Modified for brand refresh 08/10/2010: border-bottom:1px dotted #e5e5e5; */ border-bottom:1px dotted #f6dabf;
  }
  
  #center .gradientThreeColumn td p {
    /* Removed for brand refresh 08/10/2010: color: #6a491c; */ 
    font-size: 11px;
    line-height: 15px;
  }
  
  #center .gradientThreeColumn a,
  #center .gradientThreeColumn a:link,
  #center .gradientThreeColumn a:visited,
  #center .gradientThreeColumn a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    padding: 0;
    background-image: none;
  }
  
  #center .gradientThreeColumn a:hover {
    text-decoration: underline;
  }
  
  a.rightAlignedLink {
	  background: url(/en_GX/webadmin/assets/image/orange_arrow.gif) no-repeat right 5px;
	  padding:0 10px 0;
	  float: right;
  }

/*** 6. Spotlight sidebar ***/
  
  .spotlight {
    /* Modified for brand refresh 08/10/2010: border: solid #e5e5e5 4px; */ border:solid #f6dabf 4px;
    padding: 11px 18px;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  
  .spotlight h3 {
    /* Removed for brand refresh 08/10/2010: color: #7e7e7e; */ 
    margin: 0 0 0.8em;
    font-weight: bold;
    font-size: 0.9em;
  }
  
  .spotlight h4 {
    /* Removed for brand refresh 08/10/2010: color: #040404; */ 
    margin: 0 0 0.5em;
    font-weight: bold;
    font-size: 1.3em;
  }
  
  .spotlight p {
    margin: 0 0 0.75em;
    font-size: 0.9em;
    line-height: 1.25em;
    /* Removed for brand refresh 08/10/2010: color: #7e7e7e; */ 
  }
  
  #right .spotlight .actionlink {
    background-image: url("/en_GX/webadmin/assets/image/orange_arrow.gif");
    background-repeat: no-repeat;
    display: inline;
    padding: 0 8px 0 0;
    margin-top: 0;
    background-position: right 4px;
  }
  
  #right .spotlight a, #right .spotlight a:link, #right .spotlight a:visited {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
  }
  
  .spotlight-footer {
    /* Modified for brand refresh 08/10/2010: border-top: solid #e5e5e5 1px; */ border-top:solid #f6dabf 1px;
    padding-top: 8px;
    margin: 15px 0 5px 0;
    position: relative; /* IE 6 won't render the border if not present */
  }
  
  .rss-link a, .rss-link a:link, .rss-link a:visited {
    background-image: url("/en_US/us/health-industries/assets/images/rss.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 20px;
    display: block;
  }
  
  #center .rss-link a, #center .rss-link a:link, #center .rss-link a:visited {
	float:right;
  }

/*** 7. Icons ***/

  .icon-high,
  .icon {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
  }

  .icon-document-small {
    width: 17px;
    height: 23px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_doc.png");
  }
  
  .icon-document-large {
    width: 49px;
    height: 76px;
    background-image: url("/en_US/us/health-industries/assets/images/lg_doc.png");
  }
  
  .icon-document-mini {
    width: 12px;
    height: 16px;
    background-image: url("/en_US/us/health-industries/assets/images/mini_doc.gif");
  }
  
  .icon-podcast-small {
    width: 18px;
    height: 23px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_podcast.png");
  }
  
  .icon-podcast-large {
    width: 58px;
    height: 69px;
    background-image: url("/en_US/us/health-industries/assets/images/lg_podcast.png");
  }
  
  .icon-team-small {
    width: 20px;
    height: 17px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_team.png");
  }
  
  .icon-video-small {
    width: 16px;
    height: 15px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_video.png");
  }
  
  .icon-video-large {
    width: 64px;
    height: 74px;
    background-image: url("/en_US/us/health-industries/assets/images/lg_video.png");
  }
  
  .icon-demo-small {
    width: 16px;
    height: 15px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_video.png");
  }
  
  .icon-demo-large {
    width: 64px;
    height: 74px;
    background-image: url("/en_US/us/health-industries/assets/images/lg_video.png");
  }
  
  .icon-calendar-small {
    width: 14px;
    height: 15px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_calendar.png");
  }
  
  .icon-internal-link-small {
    width: 15px;
    height: 15px;
    background: url("/en_GX/webadmin/assets/image/orange_arrow.gif") no-repeat 0 4px;
  }
  
  .icon-external-link-small {
    width: 15px;
    height: 15px;
    background-image: url("/en_US/us/health-industries/assets/images/external_link_icon.png");
  }
  
  .icon-download-small {
    width: 22px;
    height: 26px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_download.png");
  }
  
  .icon-download-mini {
    width: 15px;
    height: 16px;
    background-image: url("/en_US/us/health-industries/assets/images/mini_download.png");
  }

/*** 8. Accordion base ***/
  
  .accordion {
    color:black;
  }
  
  .accordion dl {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .accordion dt {
    background-position: left bottom;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    font-size: 1.2em;
    overflow: hidden;
  }
  
  .accordion dt.hover {
    /* Modified for brand refresh 08/10/2010: background-color: #e9e9e9; */ background-color:#fbf0e5;
    background-image: none;
  }
  
  .accordion dt .content {
    padding-left: 48px;
    display: block;
  }
  
  .accordion dt .icon {
    position: absolute;
    top: 12px;
    left: 18px;
  }

  .accordion dt .icon-high {
    position: absolute;
    top: 6px;
    left: 18px;
  }

  .accordion dt .icon-team-small {
    top: 15px;
  }
  
  .accordion dt .icon-video-small {
    top: 16px;
  }

  .accordion dt .icon-demo-small {
    top: 16px;
  }
  
  .accordion dt .indicator {
    width: 22px;
    height: 22px;
    background: url("/en_US/us/health-industries/assets/images/accordion_indicator_closed.png") no-repeat;
    position: absolute;
    top: 12px;
    left: 518px;
  }
  
  .accordion dl.open dt .indicator {
    background: url("/en_US/us/health-industries/assets/images/accordion_indicator_open.png") no-repeat;
  }
  
  .accordion dt.hover .indicator {
    background: url("/en_US/us/health-industries/assets/images/accordion_indicator_closed_hover.png") no-repeat;
  }
  
  .accordion dl.open dt.hover .indicator {
    background: url("/en_US/us/health-industries/assets/images/accordion_indicator_open_hover.png") no-repeat;
  }
  
  .accordion dd {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* Modified for brand refresh 08/10/2010: border-top: dotted #d9d9d9 1px; */ border-top:dotted #f6dabf 1px;
  }
  
  .accordion dd .slide {
    position: relative;
  }
  
  .accordion dd h3 {
    /* Removed for brand refresh 08/10/2010: color: #012444; */ 
    font-size: 1.2em;
    line-height: 1.4em;
  }
  
  .accordion dd p {
  }
  
  .accordion dd p.readmore {
    margin: 0.5em 0 1em 0;
  }
  
  .accordion dd p.readmore a {
    /* Commenting these out for now -- see Bugzilla # 169 for more info */

    /*background-image: url("/en_US/us/health-industries/assets/images/bullet_arrow_lightblue_small_right.gif");*/
    /*background-position: right 4px;*/
    /*background-repeat: no-repeat;*/
    display: inline;
    padding: 0 8px 0 0;
  }
  
  #center .accordion dd p.link-document {
    position: relative;
  }
  
  #center .accordion dd p.link-document .icon {
    display: block;
    float: left;
    width: 22px;
    height: 26px;
    position: absolute;
    top: -4px;
    left: 0px;
    background-image: url("/en_US/us/health-industries/assets/images/sm_download.png");
    background-repeat: no-repeat;
  }
  
  #center .accordion dd p.link-document a {
    background-image: none;
    margin-left: 25px;
  }

/*** 9. Asset accordion ***/
  
  .asset-accordion {
    /* Modified for brand refresh 08/10/2010: border: solid #e9e9e9 3px; */ /*border:solid #CCCCCC 3px;*/
  }
  
  .asset-accordion dt {
    /* Modified for brand refresh 08/10/2010: background-color: #ffffff; */ background-color:#f6dabf;
    /* Removed for brand refresh 08/10/2010: background-image: url("/en_US/us/health-industries/assets/images/accordion_asset_header_gradient.png"); */
    padding: 15px 45px 15px 0px;
  }
  
  .asset-accordion dd .slide {
    /* Modified for brand refresh 08/10/2010: background-color: #fbfdfe; */ background-color:#fbf0e5;
    /* Removed for brand refresh 08/10/2010: background-image: url("/en_US/us/health-industries/assets/images/accordion_asset_body_gradient_angle.png"); */
    background-position: left bottom;
    background-repeat: no-repeat;
  }

  .asset-accordion .slide-left {
    vertical-align: top;
    padding: 20px 0 20px 48px;
  }
  
  .asset-accordion .slide-right {
    vertical-align: top;
  }

  .exampleSlideRight {
	width: 230px;
	padding: 44px 20px 3px 20px;
  }

 
/*** 10. Featurette accordion ***/
  
  .featurette-accordion {
  }
  
  .featurette-accordion dl {
    margin-bottom: 15px;
  }
  
  .featurette-accordion dt {
    /* Modified for brand refresh 08/10/2010: background-color: #f9fdfd; */ background-color:#f6dabf;
    /* Removed for brand refresh 08/10/2010: background-image: url("/en_US/us/health-industries/assets/images/accordion_featurette_header_gradient.png"); */
    padding: 9px 45px 9px 0px;
  }
  
  .featurette-accordion dt.hover {
  }
  
  .featurette-accordion dt .content {
    padding-left: 18px;
  }
  
  .featurette-accordion dt .indicator {
    top: 7px;
  }
  
  .featurette-accordion dd {
    border-top: none;
  }
  
  .featurette-accordion dd .slide {
    /* Modified for brand refresh 08/10/2010: background-color: #ffffff; */ background-color:#fbf0e5;
    padding: 20px 15px 20px 26px;
    /* Modified for brand refresh 08/10/2010: border: solid #e9e9e9 3px; */ /*border:solid #CCCCCC 3px;*/
    border-top: none;
  }
  
  .featurette-accordion p {
    margin: 0 0 1.25em 0;
  }
  
  .featurette-accordion-intro {
    /* Removed for brand refresh 08/10/2010: color: #668396; */ 
  }
  
  .featurette-accordion-pov {
    /* Removed for brand refresh 08/10/2010: color: #8e673c; */ 
  }
  
  .featurette-accordion dd h3 {
    /* Removed for brand refresh 08/10/2010: color: #5d2901; */ 
    margin-top: 18px;
  }
  
  .featurette-accordion hr {
    border: none;
    /* Modified for brand refresh 08/10/2010: border-top: dotted #d9d9d9 1px; */ border-top:dotted #f6dabf 1px;
    margin: 0 0 1.2em 0;
    height: 0px;
  }
  
  .featurette-accordion .slide-left {
    padding-top: 12px;
    width: 260px;
    float: left;
    position: relative; /* In IE6, this div will be obscured by its ancestors' background settings if not present */
  }
  
  .featurette-accordion .slide-right {
    padding-top: 12px;
    margin-left: 269px;
    position: relative; /* In IE6, this div will be obscured by its ancestors' background settings if not present */
  }

  #center ul.service-listings {
    padding: 0;
    margin: 0;
  }
  
  #center ul.service-listings li {
    list-style-type: none;
    padding-left: 0;
	margin: 0 0 0.75em 0;
    padding-left: 10px;
    list-style-image: none;
    list-style-type: none;
    background: url("/en_US/us/health-industries/assets/images/bullet_arrow_blue_right.gif") no-repeat left 4px;
  }
  
  #center ul.service-listings li a,
  #center ul.service-listings li a:link,
  #center ul.service-listings li a:visited,
  #center ul.service-listings li a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_GX/webadmin/assets/image/orange_arrow.gif");
    background-position: right 4px;
    background-repeat: no-repeat;
    display: inline;
    padding: 0 8px 0 0;
  }
  
  #center ul.service-listings li a:hover {
    text-decoration: underline;
  }

  .featurette-intro-subhead  {
	font-size: 14px;
 /* Removed for brand refresh 08/10/2010: color: #7d2900; */ 
	display: block;
	margin: 1em 0 .45em;
  }


/*** 11. Convergence accordion ***/
  
  .convergence-accordion dl {
    margin-bottom: 10px;
  }
  
  .convergence-accordion dt {
    /* Modified for brand refresh 08/10/2010: background-color: #f9fdfd; */ background-color:#f6dabf;
    /* Removed for brand refresh 08/30/2010: background-image: url("/en_US/us/health-industries/assets/images/accordion_featurette_header_gradient.png"); */
	padding:5px 25px 5px 0px;
  }
  
  .convergence-accordion dt .content {
	font-size:12px;
	padding-left: 10px;
  }
  
  .convergence-accordion dt .indicator {
	background:transparent url(/en_US/us/health-industries/assets/images/accordion_indicator_small_closed.png) no-repeat scroll 0 0;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 245px;
  }

	.convergence-accordion dl.open dt .indicator {
		background: url("/en_US/us/health-industries/assets/images/accordion_indicator_small_open.png") no-repeat;
	}

	.convergence-accordion dt.hover .indicator {
		background: url("/en_US/us/health-industries/assets/images/accordion_indicator_small_closed_hover.png") no-repeat;
	}

	.convergence-accordion dl.open dt.hover .indicator {
		background: url("/en_US/us/health-industries/assets/images/accordion_indicator_small_open_hover.png") no-repeat;
	}
  
  .convergence-accordion dd {
    border-top: none;
  }
  
  .convergence-accordion dd .slide {
    /* Modified for brand refresh 08/10/2010: background-color: #ffffff; */ background-color:#fbf0e5;
	padding: 10px 15px 0px 10px;
	margin: 0px;
	border: none;
  }

.convergence-accordion dd .slide h3 {
	font-size: 18px;
 /* Removed for brand refresh 08/10/2010: color: #9d8b6e; */ 
	margin: 0;
	padding: 0;
}

.convergence-accordion p {
	margin: 0 0 1.25em 0;
}
  
  .convergence-accordion-intro {
    /* Removed for brand refresh 08/10/2010: color: #668396; */ 
  }
  

/*** 12. Executive team callout ***/
  
  .executive-team {
    position: relative;
    height: 50px;
    overflow: hidden;
    padding: 32px 85px 30px 16px;
    margin-bottom: 10px;
    /* Modified for brand refresh 08/10/2010: background: url("/en_US/us/health-industries/assets/images/subject_matter_expert_gradient.png") repeat-x left bottom; */
    /* Modified for brand refresh 08/10/2010: background-color: #f9fcfe; */ background-color:#fbf0e5;
  }
  
  #center .executive-team a,
  #center .executive-team a:link,
  #center .executive-team a:visited,
  #center .executive-team a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_US/us/health-industries/assets/images/up_arrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    padding: 1px 18px 1px 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  
  .executive-team h4 {
    /* Removed for brand refresh 08/10/2010: color: #5d2901; */ 
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 0.1em 0;
  }
  
  .executive-team p {
    font-size: 110%;
    /* Removed for brand refresh 08/10/2010: color: #8e673c; */ 
    margin: 0 0 0.25em 0;
  }

  div.subject-matter-expert h4,
  div.executive-team h4 {
    font-size: 13px;
  }
  div.subject-matter-expert p,
  div.executive-team p {
    font-size: 12px;
  }
  div.subject-matter-expert p {
	margin: 0 0 3px;
	line-height: 1.25em;
  }

  .executive-team p.compress {
	font-size: 11px;
  }

   .executive-team .expert-photo {
    position: absolute;
    right: -25px;
    bottom: 0px;
  }
  
/*** 13. Subject matter expert callout ***/
  
  .subject-matter-expert {
    position: relative;
    height: 50px;
    overflow: hidden;
    padding: 32px 85px 30px 16px;
    margin-bottom: 10px;
    /* Modified for brand refresh 08/10/2010: background: url("/en_US/us/health-industries/assets/images/subject_matter_expert_gradient.png") repeat-x left bottom; */
    /* Modified for brand refresh 08/10/2010: background-color: #f9fcfe; */ background-color:#f6e9e9;
  }

  .subject-matter-expert {
	height: 66px;
  }

  #center .subject-matter-expert a,
  #center .subject-matter-expert a:link,
  #center .subject-matter-expert a:visited,
  #center .subject-matter-expert a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_US/us/health-industries/assets/images/up_arrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    padding: 1px 18px 1px 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  
  .subject-matter-expert h4 {
    /* Removed for brand refresh 08/10/2010: color: #5d2901; */ 
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 0.1em 0;
  }
  
  .subject-matter-expert p {
    font-size: 110%;
    /* Removed for brand refresh 08/10/2010: color: #8e673c; */ 
    margin: 0 0 0.25em 0;
  }
  
  .subject-matter-expert .expert-photo {
    position: absolute;
    right: -25px;
    bottom: 0px;
  }
  
  .modal-window .subject-matter-expert .expert-photo {
    right: 0px;
  }
  
/***  14. Bio tile  ***/
  
  .bioTile {
    position: relative;
    height: 66px;
    overflow: hidden;
    padding: 32px 85px 30px 16px;
    margin-bottom: 10px;
    /* Modified for brand refresh 08/10/2010: background: url("/en_US/us/health-industries/assets/images/subject_matter_expert_gradient.png") repeat-x left bottom; */
    /* Modified for brand refresh 08/10/2010: background-color: #f9fcfe; */ background-color:#f6e9e9;
    color: black;
  }

  #center .bioTile a,
  #center .bioTile a:link,
  #center .bioTile a:visited,
  #center .bioTile a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_US/us/health-industries/assets/images/up_arrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    padding: 1px 18px 1px 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
  }
  
  .bioTile h4 {
    /* Removed for brand refresh 08/10/2010: color: #5d2901; */ 
	/*width: 155px;*/
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0.1em 0;
  }
  
  .bioTile p {
    font-size: 12px;
    /* Removed for brand refresh 08/10/2010: color: #8e673c; */ 
	/*width: 139px;*/
	margin: 0 0 3px;
	line-height: 1.25em;
  }

  .bioTile p.compress {
	font-size: 11px;
  }

  .bioTile .expert-photo {
    position: absolute;
    right: -25px;
    bottom: 0px;
  }

  .modal-window .bioTile .expert-photo {
    right: 0;
  }
  
 /*** 15. More (feel free to categorize rest of this file, team!)

/*** START Case study callout ***/
  
  .article-callout {
    position: relative;
    min-height: 66px;
    padding: 16px 77px 30px 16px;
    margin-bottom: 10px;
    /* Modified for brand refresh 08/10/2010: border: solid #e7e3d9 1px; */ border:solid #f6dabf 1px;
    /* Modified for brand refresh 08/10/2010: background: url("/en_US/us/health-industries/assets/images/case_study_gradient.png") repeat-x left bottom; */ background-color:#fbf0e5;
  }
  
  #center .article-callout a,
  #center .article-callout a:link,
  #center .article-callout a:visited,
  #center .article-callout a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    background-image: url("/en_GX/webadmin/assets/image/orange_arrow.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    padding: 0 8px 0 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
    line-height: 1.125em;
  }
  
  .article-callout p {
    font-size: 110%;
    /* Removed for brand refresh 08/10/2010: color: #8e673c; */ 
    margin: 0 0 0.25em 0;
  }
  
  .article-callout .icon {
    position: absolute;
    top: 20px;
    right: 13px;
  }
  
  .article-callout .icon-video-large {
    right: 10px;
  }

  .article-callout .icon-demo-large {
    right: 10px;
  }
  
/*** END Case study callout ***/

/*** START Shadows ***/
  
  .shadow {
    position: relative;
  }
  
  .shadow .top-left,
  .shadow .top-right,
  .shadow .bottom-left,
  .shadow .bottom-right,
  .shadow .center-left,
  .shadow .center-top,
  .shadow .center-right,
  .shadow .center-bottom {
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
  }
  
  .shadow .top-left {
    top: 0px;
    left: 0px;
    background-image: url("/en_US/us/health-industries/assets/images/top_left.png");
  }
  
  .shadow .top-right {
    top: 0px;
    right: 0px;
    background-image: url("/en_US/us/health-industries/assets/images/top_right.png");
  }
  
  .shadow .bottom-left {
    bottom: 0px;
    left: 0px;
    background-image: url("/en_US/us/health-industries/assets/images/bottom_left.png");
  }
  
  .shadow .bottom-right {
    bottom: 0px;
    right: 0px;
    background-image: url("/en_US/us/health-industries/assets/images/bottom_right.png");
  }
  
  .shadow .center-left {
    background-image: url("/en_US/us/health-industries/assets/images/center_left.png");
    background-repeat: repeat-y;
  }
  
  .shadow .center-top {
    background-image: url("/en_US/us/health-industries/assets/images/center_top.png");
    background-repeat: repeat-x;
  }
  
  .shadow .center-right {
    background-image: url("/en_US/us/health-industries/assets/images/center_right.png");
    background-repeat: repeat-y;
  }
  
  .shadow .center-bottom {
    background-image: url("/en_US/us/health-industries/assets/images/center_bottom.png");
    background-repeat: repeat-x;
  }
  
/*** END Shadows ***/

/*** START Modal popup ***/
  
  .modal-backdrop {
    position: absolute;
    z-index: 9000;
    top: 0px;
    left: 0px;
    /* Modified for brand refresh 08/10/2010: background-color: white; */ background-color:#fbf0e5;
  }
  
  .modal-container {
    position: absolute;
  }
  
  .modal-close {
    /* Modified for brand refresh 08/10/2010: background-color: #cccccc; */ background-color:#DC6900;
    margin: 0;
    padding: 0 0 4px 0;
    text-align: right;
  }
  
  .modal-close a,
  .modal-close a:link,
  .modal-close a:hover,
  .modal-close a:visited {
    color: White;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    padding-right: 16px;
    margin-right: 8px;
    background: url("/en_US/us/health-industries/assets/images/modal_close.gif") no-repeat right 4px;
  }
  
  .modal-close a:hover {
    text-decoration: underline;
  }
  
  .modal-window {
    position: absolute;
    z-index: 9002;
    background-color: White;
    /* Modified for brand refresh 08/10/2010: border: solid #cccccc 4px; */ border:solid #dc6900 4px;
    padding-bottom: 8px;
    font-size: 75%;
    line-height: 1.3em;
  }
  
  .popup-body {
    padding-left: 16px;
    padding-right: 16px;
    /* Removed for brand refresh 08/10/2010: color: #302b27; */ 
  }
  
  .popup-body h2 {
    font-size: 90%;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
  
  .popup-body ul {
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 90%;
  }
  
  .popup-body ul li {
    margin-left: 16px;
    margin-bottom: 0.25em;
  }
  
  .popup-body dl {
    font-size: 90%;
    font-weight: bold;
  }
  
  .popup-body dl dt {
    /* Removed for brand refresh 08/10/2010: color: #663300; */ 
    float: left;
    width: 40px;
  }
  
  .popup-body dl dd {
    margin-left: 41px;
  }
  
/*** END Modal popup ***/

/*** START Contextual popup ***/
	
	.contextual-popup-parent {
	}
	
	.contextual-popup-content {
		background-color: White;
		/* Modified for brand refresh 08/10/2010: border: solid #cccccc 4px; */ border:solid #CCCCCC 4px;
		padding: 16px;
		font-size: 80%;
		line-height: 1.25em;
	}

	.contextual-popup-content h3 {
		margin:0px;
		padding:0px 10px 0px 0px;
		font-size:1em;
		width:140px;
		float:left;
	}
	
	.contextual-popup-container {
		position: absolute;
		z-index: 9002;
		overflow: hidden;
		height: 0px;
		visibility: hidden;
	}
	
	.contextual-popup-notch-left {
		position: absolute;
		width: 24px;
		height: 31px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-left.png") no-repeat;
	}
	
	.contextual-popup-notch-left-top {
		position: absolute;
		width: 24px;
		height: 16px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-left-top.png") no-repeat;
	}
	
	.contextual-popup-notch-left-bottom {
		position: absolute;
		width: 24px;
		height: 16px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-left-bottom.png") no-repeat;
	}
	
	.contextual-popup-notch-right {
		position: absolute;
		width: 24px;
		height: 31px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-right.png") no-repeat;
	}
	
	.contextual-popup-notch-right-top {
		position: absolute;
		width: 24px;
		height: 16px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-right-top.png") no-repeat;
	}
	
	.contextual-popup-notch-right-bottom {
		position: absolute;
		width: 24px;
		height: 16px;
		background: url("/en_US/us/health-industries/assets/images/contextual-popup/notch-right-bottom.png") no-repeat;
	}
	
/*** END Contextual popup ***/

/*** START Asset link presentation ***/
  
  ul.asset-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  ul.asset-list li {
    position: relative;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 0.5em;
  }
  
  ul.asset-list .icon {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  
  .content-type-description {
    position: relative;
    padding: 10px 0 0 0;
    font-weight: bold;
    clear:left;
  }
  
  .content-type-description .icon {
	float:left;
	margin-right:5px;
  }
  
  .content-type-description .icon-video-small {
    top: 4px;
  }
  
  .content-type-description .icon-demo-small {
    top: 4px;
  }
  
  
/*** END Asset link presentation ***/

/*** START related articles ***/

  h3.might-also-enjoy {
    /* Removed for brand refresh 08/10/2010: color: #8f7755; */ 
    font-size: 1em;
    font-weight: bold;
  }
  
  #center ul.related-articles {
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-left: 13px !important;
  }
  
  #center ul.related-articles li {
   	list-style-image: none !important;
    position: relative;
    margin-left: 0px !important;
    padding-left: 20px !important;
    margin-bottom: 0.5em !important;
  }
  
  #center ul.related-articles li a,
  #center ul.related-articles li a:link,
  #center ul.related-articles li a:visited,
  #center ul.related-articles li a:hover {
    /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
    font-weight: bold;
    display: inline;
    padding: 0px;
  }

  #center ul.related-articles li a .icon {
    position: absolute;
    top: 0;
    left: 3px;
  }
  
/*** END related articles ***/


/*** START About section ***/

#health-industries-about-introduction {
		padding-bottom: 20px;
	}

	#health-industries-about-introduction p {
		margin-top: 20px;
	}

	#industries-callout {
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
		background: url("/en_US/us/health-industries/assets/images/link_industries.png") no-repeat top left;
		overflow: hidden;
		height: 184px;
		width: 272px;
		padding: 0 0 10px 10px;
		overflow: hidden;
	}

	#center #industries-callout h4 {
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
		font-weight: bold;
		font-size: 18px;
		padding: 0;
		margin: 20px 0 14px;
	}

	#center #industries-callout ul {
		margin-left: 0;
		padding-left: 0;
	}

	#center #industries-callout ul li {
		margin: 0 0 0.75em;
		padding-left: 10px;
		list-style-image: none;
		list-style-type: none;
		/* Removed for Brand Refresh 08/30/2010: background: url("/en_US/us/health-industries/assets/images/bullet_arrow_white_left.png") no-repeat left 4px; */
	}

	#center #industries-callout ul li a {
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
	}

	#center #industries-callout ul li a:hover {
		text-decoration: underline;
	}

	#hri-callout {
		background: url("/en_US/us/health-industries/assets/images/hri_callout.png") no-repeat top left;
		overflow: hidden;
		height: 184px;
		width: 152px;
		padding: 0 100px 0 20px;
	}

	#hri-callout h4 {
	 /* Removed for brand refresh 08/10/2010: color: #003150; */ 
		font-weight: bold;
		font-size: 18px;
		padding: 0;
		margin:20px 0px 14px 0px;
	}

	#hri-callout p {
		padding: 0;
		margin: 0 0 14px;
	}
	
	#hri-callout a {
		background: url(/en_GX/webadmin/assets/image/orange_arrow.gif) no-repeat right 4px;
		padding: 0 10px 0 0;
	}
	
	.news-year {
		padding:0px 0px 20px 0px;
		margin:0px;
	  	/* Modified for brand refresh 08/10/2010: border-bottom: 1px dotted #d9d9d9; */ border-bottom:1px dotted #f6dabf;
	}

	.news-year h3 {
	  	margin:30px 0px 10px 0px;
	  	padding:0px;
	}
	
	.news-year p {
	   /* Removed for brand refresh 08/10/2010: color:#6a491c; */ 
	  	margin:0px 0px 10px 0px;
	  	padding:0px;
	}
	
	.news-year p.news-title {
		font-weight:bold;
	  	margin:0px;
	}
	
	h3.event-info {
	    /* Removed for brand refresh 08/10/2010: color:#6a491c; */ 
	    font-size:13px;
	}
	  
	p.event-info {
	    font-weight:bold;
	}
	  
	p.event-anchors {
		padding:0px 0px 10px 0px;
		margin:0px 0px 30px 0px;
	  	/* Modified for brand refresh 08/10/2010: border-bottom: 1px dotted #d9d9d9; */ border-bottom:1px dotted #f6dabf;
	}
	
	.past-event {
	  	/* Modified for brand refresh 08/10/2010: border-bottom: 1px dotted #d9d9d9; */ border-bottom:1px dotted #f6dabf;
	}

	.past-event p {
	   /* Removed for brand refresh 08/10/2010: color:#6a491c; */ 
	}

	.past-event p.event-podcast {
		background: url("/en_US/us/health-industries/assets/images/sm_podcast.png") no-repeat 0 0;
		line-height: 26px;
		padding-left: 30px;
	}

	.past-event p.event-video {
		background: url("/en_US/us/health-industries/assets/images/sm_video.png") no-repeat 0 0;
		line-height: 16px;
		padding-left: 30px;
	}

	#service-offerings-filter {
		/* Modified for brand refresh 08/30/2010: background: url(/en_US/us/health-industries/assets/images/gradientGray.png) repeat-x left top; */ background:#fbf0e5;
		height: 32px;
		width: 100%;
		display: none;
	}

	#service-offerings-filter #select-industry {
		float: right;		
		margin: 4px 10px 0 0;
	}

	#center #service-offerings-filter p, #service-offerings-filter a {
		float: left;		
	}

	#center #service-offerings-filter h2 {
		float: left;	
	 /* Removed for brand refresh 08/10/2010: color: #444; */ 
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 0 15px;
		padding: 0;
		line-height: 32px;
	}
	
	#center #service-offerings-filter #service-offerings-pagination {
	  display: none;
	}

	#center #service-offerings-filter a {
		display: block;
		height: 20px;
		width: 53px;
		margin: 6px 0 0 10px;
		padding: 1px 0 0 0;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
	}
	
	#service-offerings-filter a.alphabet-button-on {
		background: url(/en_US/us/health-industries/assets/images/buttonAlphabetOn.png) no-repeat left top;
	 /* Removed for brand refresh 08/10/2010: color: #888; */ 
		cursor: default;
	}
	
	#service-offerings-filter a.alphabet-button-off {
		background: url(/en_US/us/health-industries/assets/images/buttonAlphabetOff.png) no-repeat left top;
	 /* Removed for brand refresh 08/10/2010: color: #408bc3; */ 
		cursor: pointer;
	}

	#service-offerings-filter a.alphabet-button-on:hover, #service-offerings-filter a.alphabet-button-off:hover {
		text-decoration:none;	
	}
	
	#service-offerings-results {
		/* Modified for brand refresh 08/10/2010: border: solid 2px #e4e7e9; */ border:solid 2px #f6dabf;
		padding: 20px 20px 0 20px;
	}
	
	table.service-offering {
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	
	table.service-offering td {
		vertical-align:top;
	}
	
	td.service-offering-links {
	  	/* Modified for brand refresh 08/10/2010: border-right: 1px dotted #d9d9d9; */ border-right:1px dotted #f6dabf;
		width:370px;
	}
	
	td.service-offering-links th {
	 /* Removed for brand refresh 08/10/2010: color:#003150; */ 
		font-size:15px;
		font-weight:bold;
		padding-bottom:10px;
		margin-bottom:10px;
	  	/* Modified for brand refresh 08/10/2010: border-bottom: 1px dotted #d9d9d9; */ border-bottom:1px dotted #f6dabf;
		width:370px;
		text-align:left;
	}
	
	#center td.service-offering-links ul {
		list-style-type: none;
		margin-left: 0px;
		padding-left: 0px;
		width:165px;
		float:left;
	}

	#center td.service-offering-links ul li {
		list-style-image:none;
		position: relative;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 0.5em;
	}
  
	#center td.service-offering-links ul li a,
	#center td.service-offering-links ul li a:link,
	#center td.service-offering-links ul li a:visited,
	#center td.service-offering-links ul li a:hover {
	 /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
		font-weight: bold;
		display: inline;
	}
    
	td.service-offering-sector {
	  	margin:0px 0px 0px 2px;
	  	padding:0px 0px 0px 10px;
	  	/* Modified for brand refresh 08/10/2010: border-left: 1px dotted #d9d9d9; */ border-left:1px dotted #f6dabf;
		width:120px;
	}
	
	td.service-offering-sector p {
		font-size:12px;
		font-weight:bold;
	 /* Removed for brand refresh 08/10/2010: color:#103e5b; */ 
		margin:0px 0px 20px 0px;
		padding:0px;
	}

/*** END About section ***/

/*** START Provider section ***/

	#health-industries-provider-introduction p {
		margin: 20px 0 30px;
	}

	#challenge-callout {
	    /* Modified for brand refresh 08/10/2010: border: solid #e3e5e6 3px; */ /*border:solid #CCCCCC 3px;*/
		/* Modified for brand refresh 08/10/2010: background: #005c85 url("/en_US/us/health-industries/assets/images/gradientDarkBlue.jpg") repeat 0 0; */ background:#fbf0e5;
		padding: 20px 20px 10px;
		margin: 20px 0 20px;
	}

	#challenge-callout h3 {
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
		font-weight: bold;
		font-size: 18px;
	}
	
	#challenge-callout p {
	 /* Removed for brand refresh 08/10/2010: color: #bfe0ef; */ 
		margin-bottom: 20px;
        color: black;
    }

	#center #challenge-callout ul {
		margin: 0 0 0 23px;
		padding: 0;
	}

	#center #challenge-callout ul li {
		/*list-style-image: url("/en_US/us/health-industries/assets/images/bullet_arrow_blue_left.png");*/
		list-style-type: disc;
		margin: 0 0 .9em;
		padding: 0;
	}
	
	#center #challenge-callout h3 a,
	#center #challenge-callout h3 a:link,
	#center #challenge-callout h3 a:visited {
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
		text-decoration: none;
	}
	#center #challenge-callout h3 a:hover {
		text-decoration: underline;
	}
	
	#center #challenge-callout ul li a,
	#center #challenge-callout ul li a:link,
	#center #challenge-callout ul li a:visited,
	#center #challenge-callout ul li a:hover {
		display: block;
	 /* Removed for brand refresh 08/10/2010: color: #fff; */ 
		font-weight: bold;
		font-size: 14px;
		padding: 0;
	}

	#center #challenge-callout ul li a.external,
	#center #challenge-callout ul li a.external:link,
	#center #challenge-callout ul li a.external:visited,
	#center #challenge-callout ul li a.external:hover {
		background: url("/en_US/us/health-industries/assets/images/bullet_externalLINK.png") no-repeat 0 4px;
	}

	#center #challenge-callout ul li a:hover {
		text-decoration: underline;
	}

	#center .help-box,
	#help-box {
	    /* Modified for brand refresh 08/10/2010: background-color: #faf8f7; */ background-color:#f6dabf;
	    padding: 10px;
	    margin: 15px 0 0 0;
	}
	#center .help-box h3,
	#help-box h3 {
		font-size: 1.1em;
		margin: 0;
	}
	#center .help-box ul,
	#help-box ul {
		margin: 0 0 0 -25px;
		padding: 10px 0 0 40px;
		line-height: 1.4em;
	}
	#center .help-box ul li,
	#help-box ul li {
		margin: 0 0 0.5em 0;
		list-style-image: none; /*url("/en_GX/webadmin/assets/image/aubergine_arrow-bright-li.gif");*/
		font-size: 0.9em;
	}
	#center .help-box a,
	#help-box a {
		font-size: 0.9em;
	}

	#center .health-industries-left-column .help-box {
		margin-top: 0;
	}
	/* End of addition */

	
/*** END Provider section ***/

/*** START Our Perspective section ***/

	#our-perspective-flash-container {
		margin: 28px 0;
	}
  
	.thought-leadership-detail,
	#thought-leadership-detail {
		width: 360px;
		float: left;
		padding: 20px 0;
	}

	.thought-leadership-thumbnail-landscape,
	#thought-leadership-thumbnail-landscape {
		margin-left: 325px;
	}

	.thought-leadership-thumbnail,
	#thought-leadership-thumbnail {
		margin-left: 370px;
	}

	#center ul.download-links {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#center ul.download-links li {
		list-style-image: none;
		padding: 0;
		margin: 0 0 10px;
	}

	#center ul.download-links li a,
	#center ul.download-links li a:link,
	#center ul.download-links li a:visited,
	#center ul.download-links li a:hover {
		display:block;
	 /* Removed for brand refresh 08/10/2010: color: #4d93c7; */ 
		font-weight: bold;
		background-image: url("/en_US/us/health-industries/assets/images/mini-download.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
		padding: 0 0 0 20px;
	}

	#center ul.download-links li a:hover {
		text-decoration: underline;
	}

	#multimedia-flash-container {
		height: 400px;
		margin: 0 0 30px;
	}
	
	#multimedia-downloads-filter {
		/* Modified for brand refresh 08/30/2010: background: url(/en_US/us/health-industries/assets/images/gradientGray.png) repeat-x left bottom; */ background:#fbf0e5;
		height: 32px;
		width: 100%;
		display: none;
	}

	#multimedia-downloads-filter #select-industry {
		float: right;		
		margin: 4px 10px 0 0;
	}

	#center #multimedia-downloads-filter p {
	 /* Removed for brand refresh 08/10/2010: color: #444; */ 
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 0 15px;
		padding: 0;
		line-height: 32px;
		float: left;
	}

	#center #multimedia-downloads-filter select {
		font-size: 11px;
		margin: 8px 0 0 8px;
		float: left;
	}

	#center #multimedia-downloads-filter input {
		font-size:11px;
		margin:10px 0px 0px 8px;
		float:left;	
	}

	#center #multimedia-downloads-filter label {
	 /* Removed for brand refresh 08/10/2010: color:#6a491c; */ 
		font-size:12px;
		font-weight:bold;
		line-height:32px;
		margin:0px;
		padding:0px 0px 0px 10px;
		float:left;	
	}

	#center #multimedia-downloads-filter a.go-button {
		background: url(/en_US/us/health-industries/assets/images/buttonGo.png) no-repeat left top;
		display: block;
		overflow: hidden;
		height: 0;
		width: 35px;
		margin: 8px 8px 0 0;
		padding: 18px 0 0 0;
		float: right;	
	}
	
	#multimedia-downloads-filter a.alphabetButtonOn {
		background: url(/en_US/us/health-industries/assets/images/buttonAlphabetOn.png) no-repeat left top;
	 /* Removed for brand refresh 08/10/2010: color: #888; */ 
	}
	
	#multimedia-downloads-filter a.alphabetButtonOff {
		background: url(/en_US/us/health-industries/assets/images/buttonAlphabetOff.png) no-repeat left top;
	 /* Removed for brand refresh 08/10/2010: color: #408bc3; */ 
	}
	
	#multimedia-downloads-results {
		/* Modified for brand refresh 08/10/2010: border: solid 2px #e4e7e9; */ /*border:solid 2px #f6dabf;*/
		padding: 20px 20px 10px 20px;
	}

	#multimedia-downloads-results .health-industries-left-column,
	#multimedia-downloads-results .health-industries-right-column {
	  margin-bottom: 0;
	}
	
	#multimedia-downloads-results .article-callout {
	  min-height: 75px;
	}
	
	/* IE 7 doesn't render these at full width after the filter changes unless this is in place */
	#multimedia-downloads-results .article-callout p {
	  width: 156px;
	}


/*** END Our Perspective ***/

/*** START HRI section ***/

    a.meet-our-team-link {
		background-image: url("/en_GX/webadmin/assets/image/orange_arrow.gif");
		background-repeat: no-repeat;
		display: inline;
		padding: 0 10px 0 0;
		margin-top: 0;
		background-position: right 4px;
	}
	
    a.meet-our-team-link span.icon {
		float: left;
		margin: 0 8px 0 0;
	}
	
	#hri-flash-container {
		height: 400px;
		margin: 0 0 20px 0;
	}

	a#thought-leadership {
		background: url("/en_US/us/health-industries/assets/images/link_thoughtleadership.png") no-repeat 0 0;
		display: block;
		overflow: hidden;
		width: 556px;
		height: 0;
		padding: 105px 0 0;
	}

	a#research-briefing {
		background: url("/en_US/us/health-industries/assets/images/link_researchbriefing.png") no-repeat 0 0;
		display: block;
		overflow: hidden;
		width: 556px;
		height: 0;
		padding: 105px 0 0;
	}

/*** END HRI section ***/


/*** START Contact us section ***/

	#have-a-question {
		background: url("/en_US/us/health-industries/assets/images/contact_header_background.png") no-repeat 0 0;
		display: block;
		overflow: hidden;
		width: 516px;
		height: 120px;
		margin: 0 0 10px;
		padding: 20px;
	}
	
	#have-a-question h2 {
	 /* Removed for brand refresh 08/10/2010: color: #103e5b; */ 
		margin-bottom: 50px;
	}
	
	#have-a-question h2 {
		width: 395px;
	}

	#have-a-question p a {
		background: url(/en_GX/webadmin/assets/image/orange_arrow.gif) no-repeat right 4px;
		padding: 0 8px 0 0;
	}

	td.form-label {
		text-align: right;
	 /* Removed for brand refresh 08/10/2010: color: #444; */ 
	}
	
	form#health-industries-contact td {
		padding: 0 10px 10px 0;
	}

	form#health-industries-contact label {
		font-weight: bold;
	}

	form#health-industries-contact label.highlight {
	 /* Removed for brand refresh 08/10/2010: color: #6a491c; */ 
	}
	
	p.email-disclaimer {
		line-height: 1.2em;
		font-size: .8em;
		font-style: italic;
		width: 300px;
	}
	
	#thank-you h2 {
		font-size: 30px;
		font-weight: normal;
	}

	#thank-you p {
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
	 /* Removed for brand refresh 08/10/2010: color: #3e3a36; */ 
	}

/*** END Contact us section ***/

/*** START Convergence section ***/

	h2#convergence-subhead {
		display: block;
		overflow: hidden;
		background-image: url("/en_US/us/health-industries/assets/images/convergence-title.png");
		width: 557px;
		height: 0;
		padding: 123px 0 0;
	}
	
	#convergence {
		width: 765px;
		margin: 30px 0 0;
	}

	#convergence-tabs {
		display: block;
		overflow: hidden;
		background: url("/en_US/us/health-industries/assets/images/convergence-tab-bg.png") repeat-x 0 0;
		width: 765px;
		height: 46px;
	}
	

	#convergence-tabs a:active, a:focus { 
		outline: none; 
	}  
   
	a#convergence-tab-issues {
		display: block;
		overflow: hidden;
		background: url("/en_US/us/health-industries/assets/images/convergence-tab-issues.png") no-repeat 0 0;
		width: 256px;
		height: 0;
		padding-top: 46px;
		float: left;
	}

	a#convergence-tab-stories {
		display: block;
		overflow: hidden;
		background: url("/en_US/us/health-industries/assets/images/convergence-tab-stories.png") no-repeat 0 -46px;
		width: 225px;
		height: 0;
		padding-top: 46px;
		float: left;
	}

	#convergence-accordion-intro {
		margin-bottom: 30px;
	}
	
	#convergence-nav {
		width: 270px;
		padding-top: 20px;
		float: left;
	}
	
	#convergence-ecosystem {
		width: 485px;
		float: left;
	}
	
	#convergence-stories {
		padding: 20px 0 0;
		display: none;
	}
	
	#convergence-left {
		width: 396px;
		float: left;
	}
	
	#convergence-right {
		width: 368px;
		float: left;
	}
	
	#convergence-stories .story {
		width:368px;
		margin:20px 0px 0px 0px;
	}
	
	#convergence-stories .story p {
    	/* Modified for brand refresh 08/10/2010: border: solid #f5f5f5 4px; */ border:solid #f6dabf 4px;
    	border-top: 0;
		margin: 0;
		padding: 20px;
		height: 120px;
	}
	
	#convergence-stories .story h3 {
		margin: 0;
		padding: 153px 0 0;
		display: block;
		overflow: hidden;
		width: 368px;
		height: 0;
		cursor: pointer;
	}

	h3#convergence-personalized {
		background: url("/en_US/us/health-industries/assets/images/convergence-personalized.png") no-repeat 0 0;
	}
	
	h3#convergence-secondary {
		background: url("/en_US/us/health-industries/assets/images/convergence-secondary.png") no-repeat 0 0;
	}
	
	h3#convergence-180 {
		background: url("/en_US/us/health-industries/assets/images/convergence-180.png") no-repeat 0 0;
	}
	
	h3#convergence-luxembourg {
		background: url("/en_US/us/health-industries/assets/images/convergence-luxembourg.png") no-repeat 0 0;
	}
	
	h3#convergence-mmrc {
		background: url("/en_US/us/health-industries/assets/images/convergence-mmrc.png") no-repeat 0 0;
	}
	
	h3#convergence-dorsey {
		background: url("/en_US/us/health-industries/assets/images/convergence-dorsey.png") no-repeat 0 0;
	}
	
	h3#convergence-kahn {
		background: url("/en_US/us/health-industries/assets/images/chip-kahn-from-convergence-video_01.png") no-repeat 0 0;
	}
	
	
/*** END Convergence section ***/

/*** START Miscellaneous section ***/

.linkCursor {
	cursor: pointer;
}

.pushAngledRight {
	position: absolute;
	top: 18px;
	right: 0;
}

.nowrap {
	white-space: nowrap;
}

.hidden-checkboxes {
	visibility: hidden;
}
.contextual-popup-content p {
	clear: both;
}
/* Needs to override IE6-specific rule */

#center .fixed-article-5-text-line-hgt {
	height: 95px;
}

div.twitter {
	background-color: #fbf0e5;
	height: 70px; 
	width: 556px;
    color: black;
}

/*  'Timestamps' for contextual pop-ups  */

.contextual-popup-content .timeStamp {
	margin: 19px 0 3px;
}

/*  Captions for videos  */

.vidCaption {
	margin: 3px 0 16px;
	font-size: 11px;
	color: #a32020;
	font-weight: bold;
}
.lightVideoBorder {
	border: 1px solid #e1e0d9;
}

/*** END Miscellaneous section ***/

/*
 *	EOF	***
 */