@charset "utf-8";
/* CSS Document */
/*//////////////////////////
// filename: marketing.css
// author: Frances Donovan / Kevin McNavich
// created: March 2010
// notes: allows BWH Marketing department to tweak elements of the BWH typography
//        and to define custom divs and styles
//////////////////////////*/

/* default link styles 

NOTE: These are set in Styles.css and maintained by PHS IS. Please do not attempt to set or update here.

a {
	text-decoration:none;
	color:#0187a2;
}

a:hover 
{
	color:#666666;
	text-decoration:underline;
}

*/



#km_link {
	font-size:14px;
	font-weight:bold;
	color:#0187a2;
	font-family:arial;
	line-height:130%;
		
}

#km_link a:link, a:visited {
	text-decoration: none;
	color:#0187a2;

}


#km_link a:hover, a:active {
	color:#666666;
	text-decoration: underline;
	
}

#interlink:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333 !important;  
}

#interlink:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333 !important;    

}

#interlink:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666 !important; 
    text-decoration:none !important;
   
}

#interlink:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666 !important; 
    text-decoration:none !important;
   
}

#centercol_link {
	font-size:18px;
	font-weight:bold;
	color:#0187a2;
	font-family:arial;
	line-height:130%;
		
}

#centercol_link a:link, a:visited {
	text-decoration: none;
	color:#0187a2;
}


#centercol_link a:hover, a:active {
	text-decoration: underline;
	color:#666666;
}


/* this is sort of a cheat to fix the body copy link styles
Print_Content is really only used for the printThisPage function, but it
does surround all content */
#Print_Content a {
	text-decoration:none;
	color:#0190ac;
	font-weight: 400; /* body copy links should be bolded*/
}

#Print_Content a:hover 
{
	color:#666666;
	text-decoration:underline;
	font-weight: 400; /* body copy links should be bolded*/
}


/* default typography styles */
strong, b 
{
    font-size: inherit;
    font-color: inherit;
    font-weight: 800;
}

p 
{
    font-size: inherit;
    line-height: 150%;
}

/* IS needs to control this style for the orange header to work properly - FJD6 12.8.2010 - please do not change */

h1   {
     color: #ff6633;
     font-size: 16px;
     font-weight: bold;
 }
 

h2 {
	font-size:13px;
	font-weight:bold;
	color:#6A6957;
	padding:0;
}

h3 {
	padding:0;
	font-size:14px;
	color:#0187a2;
	font-weight: 800;
	display: block; /* need to leave this in for Dana bug fix*/
}

/* h4 is actually the CAPTION style in the TeamSite WYSIWYG.
 - FJD6 3/12/2010 */
h4 {
    margin: 0;
    padding: 0px;
    font-weight: 800;
    font-size: 10px;  
    color: #666666;
}

h5 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 12px;
	color:#666666;  
}

/* NOTE: YOU CANNOT DEFINE GLOBAL UL AND LI STYLES HERE -- IMPLICATIONS ARE TOO COMPLEX.
//       IF YOU WANT A NEW KIND OF LIST, CREATE AND DEFINE IT WITH A SPECIFIC ID
//       E.G: UL#NEWSTYLE
*/


/* Landing page 3col new res page*/

#lp_body {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 920px;
}

#lp_header {
	margin: 15px 0 15px 0;
	
}

#lp_side-a {
	float: left;
	width: 200px;	
	padding: 10px;
	border-right:1px dashed #CCCCCC;

	
}

#lp_side-b {
	float: right;
	width: 180px;	
	padding: 10px;
	border-left:1px dashed #CCCCCC;
	
}

#lp_content { 
	float: left;
    width: 440px;
	padding: 0 16px 0 16px;
	margin: 0 0 0 11px;
}

#lp_body #lp_content ul {
	position:relative;
	margin:0px 10px 22px 10px !important;
}

#lp_body #lp_content ul li {
	position:relative;
	font-size:inherit;
	font-weight:normal;
	/*margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;*/
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet1.gif) no-repeat 0 0;
	z-index:5;
	line-height: 140%;  
	margin: 10px 20px 10px 20px;
}


#lp_content2col { 
	float: left;
    width: 640px;
	padding: 8px;
	margin: 0 0 0 11px;

	
}

#lp_body ul {
	position:relative;
	margin:0px 0px 22px 0px;
	padding:0px;
}

#lp_body ul li {
	position:relative;
	font-size:inherit;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet1.gif) no-repeat 0 0;
	z-index:5;
	line-height: 140%;  
}

/* note: Research feed styling is set in styles.css FJD6 11-1-2011*/


/* Landing page col 1 with no pading or marigin*/


#co1Landing {
	position:relative;
	display:inline;
	float:left;
	width:700px;
	margin: 0;
	padding: 0;
}

/* If you are trying to set main body page styling here, make sure to 
set it in the other #col divs as well -- landing page uses #col, not #col1 */
#co1Landing ul {
	position:relative;
	margin:0px 0px 22px 0px;
	padding:0px;
}
#co1Landing ul li {
	position:relative;
	font-size:inherit;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet1.gif) no-repeat 0 0;
	z-index:5;
	line-height: 140%;  
}

#co1Landing ul ul {
	position:relative;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
	list-style:none;
	margin-left: 30px;
    margin-top: 10px;
	z-index:5;
}

#co1Landing ul ul li {
	position:relative;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet7.gif) no-repeat 0 0;
	z-index:5;
	line-height: 140%;  
}

#co1Landing ul.type2 li {
	position:relative;
	font-size:inherit;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet7.gif) no-repeat;
	z-index:5;
	line-height: 140%;  
}



#LandingContent {
	position:relative;
	display:block;
	float:left;
	width:700px;
	margin:20px 0px 0px 0px;
	padding-left:20px;
}

#LandingContent-gray {
	position:relative;
	display:block;
	float:left;
	width:700px;
	margin:20px 0px -5px 0px;
    padding:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:5px;
	background: url('/About_BWH/images/midpage-gradient-line.gif') 0 0 no-repeat #e4e9e4;
}
#LandingContent-gray-noline {
	position:relative;
	display:block;
	float:left;
	width:680px;
	margin:20px 0px -5px 0px;
    padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	background: #e4e9e4;
}
#LandingContent-white {
	position:relative;
	display:block;
	float:left;
	width:727px;
	margin:5px 0px 0px 0px;
    padding:5px;
	padding-top:15px;
	background: url('/About_BWH/images/midpage-gradient-line.gif') 0 0 no-repeat;
}

/* I think these are used in the landing page templates FJD6*/
#col1a {
	position:relative;
	display:block;
	float:left;
	width:162px;
	margin:0px 10px 0px 0px;
	padding-left:20px;
}
#col1b {
	position:relative;
	display:block;
	float:left;
	width:162px;
	margin:0px 10px 0px 0px;
}

#col1c {
	position:relative;
	display:block;
	float:left;
	width:162px;
	margin:0px 10px 0px 0px;
}
#col1d {
	position:relative;
	display:block;
	float:left;
	width:162px;
}
#col1a2 {
	position:relative;
	display:block;
	float:left;
	width:300px;
	margin:0px 30px 0px 8px;
	padding-left:20px;
}
#col1b2 {
	position:relative;
	display:block;
	float:left;
	width:300px !important;
	width:300px;
	margin:0px 0px 0px 0px;
}
#col1a3 {
	position:relative;
	display:block;
	float:left;
	width:213px;
	margin:0px 20px 0px 0px;
	padding-left:20px;
}
#col1b3 {
	position:relative;
	display:block;
	float:left;
	width:213px;
	margin:0px 20px 0px 0px;
}

#col1c3 {
	position:relative;
	display:block;
	float:left;
	width:213px;
}

/* these set background color and padding for tables displayed in the main body content */
.bwh_tbody_black {
 background: #666666;
 padding: 2px;
}
.bwh_tbody_dark_teal {
 background: #006b82;
 color: #FFF;
 font-weight: bolder;
 height: 20px;
 padding: 5px;
}
.bwh_tbody_white {
 background: #FFFFFF;
 padding: 5px;
 
}
.bwh_tbody_light_teal {
 background: #c9e9f1;
 padding: 5px;
}

.bwh_tbody_title {
 background: #ffffff;
 padding: 5px;
 
}

/* BWH Resource Page Styles from Overdrive Interactive -- added 6-13-2012 */

#resourcePageContent {
	xfont-size: 10px;
	xline-height: 14px;
	xcolor: #4c4c4c;
}

#resourcePageContent h3 {
	xmargin-bottom: 10px;
}

#resourcePageContent a.rp {
	font-size: 12px !important;
	text-align: center;
	color: #fff !important;
	text-shadow: 0 -1px 0 #1e7a93;
}

#resourcePageContent a.RPorange {
	xcolor: #ff6600 !important;
}


#RPimage {
	position: relative;
	margin-bottom: 40px;
}

#RPoverlay {
	position: absolute;
	top: 178px;
	left: 0;
	width: 437px;
	height: 56px;
	padding: 33px 11px 11px 11px;
	background: rgba(255, 255, 255, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff'); /* IE */
}

#RPoverlay p {
	float: left;
	width: 275px;

	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #4c4c4c;
}

#RPoverlayButton {
	display: block;
	float: right;
	width: 139px;
	height: 25px;
	margin-top: 23px;
	padding-top: 9px;
	background: url('/_images/resources/overlayButtonSPR.png') 0 0 no-repeat;
	line-height: 14px;
}

#RPoverlayButton:hover {
	background: url('/_images/resources/overlayButtonSPR.png') 0 -32px no-repeat;
	text-decoration: none !important;
	color: #fff !important;
}

#RPcta1 {
	display: block;
	float: right;
	width: 225px;
	height: 23px;
	margin: 0 0 7px 30px;
	padding-top: 110px;
	background: url('/_images/resources/cta1SPR.jpg') 0 0 no-repeat;
	line-height: 14px;
}

#RPcta1:hover {
	background: url('/_images/resources/cta1SPR.jpg') 0 -133px no-repeat;
	text-decoration: none !important;
}

#resourcePageContent #RPservicesInclude {
	margin-bottom: 0;
}

#resourcePageContent ul {
	xmargin-left: 0;
}

#resourcePageContent ul li {
	xbackground: url('/_images/resources/arrow.jpg') 0 3px no-repeat;
	xmargin: 0;
}

#resourcePageContent .RPlast {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #a8a8a8;
}

#RPcta2 {
	display: block;
	xwidth: 462px;
	width: 247px;
	xheight: 118px;
	height: 102px;
	margin-bottom: 20px;
	padding: 16px 40px 0 175px;
	background: url('/_images/resources/cta2SPR.jpg') 0 0 no-repeat;
	
	font-size: 13px;
	line-height: 16px;
	text-align: left !important;
}

#RPcta2:hover {
	background: url('/_images/resources/cta2SPR.jpg') 0 -118px; no-repeat;
    text-decoration: none !important;
	
}

#RPcta2 .RPcarrots {
	position: relative;
	top: 43px;
	left: 65px;
	font-size: 20px;
}

/* styles for BWH Center of Excellence Feb 5 2016 DQ */

/* Menu Links on Landing Pages */
.coe-landingpagemenu a, .coe-landingpagemenu { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:18px; 
	color:#0187a2; 
} 

/* A-Z page aplphabet menu */

.coe-azmenulink a, .coe-azmenulink { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:12px; 
	color:#0187a2; 
} 

/* A-Z page list links */ 

.coe-azlink a, .coe-azlink { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:18px; 
	color:#003366 !important; 
} 

/* Landing Page H3 Heading */ 

h3.coe-landingpage { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:25px; 
	color:#0187a2;
        font-weight: normal; 
	line-height:30px;
	margin-bottom: 0px;
} 

/* Landing Page H4 Heading - dark blue */ 

h4.coe-landingpage { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:18px; 
	color:#003366; 
        font-weight: normal;
	line-height:20px; 
	margin-top: 15px;
	margin-bottom: 15px;
} 

h2.coe-homepage { 
	font-family:'Verdana', Arial, sans-serif; 
	font-size:25px; 
	color: #ff6633; 
        font-weight: normal;
} 
/* Tables */
.divTable
    {
        display:  table;
        width:auto;
        background-color:#eee;
        border:1px solid  #666666;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }

    .divRow
    {
       display:table-row;
       width:auto;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:200px;
        background-color:#ccc;
    }