﻿@charset "utf-8";
/* CSS Document */
/*//////////////////////////
// filename: styles.css
// author: Frances Donovan
// last mod: Feb 2010
// notes: originally developed by MadPow/Atom Group
//        modified by Nina Johannessen, Blue Iris Web Design
//        primary owner is now Frances Donovan, PHS Web Dev for BWH (fjd6)
//////////////////////////*/

/* stylesheet controlled by BWH Marketing. Allows for changes to typography and custom divs. Kevin McNavich primary owner */
@import url(http://www.brighamandwomens.org/App_CustomCSS/marketing.css);

/* import other stylesheets */
@import url('menu.css'); /* top navigation drop-down menu */
@import url('stylesNewsletter.css'); /* enewsletter page*/
@import url('googlestyles.css'); /* google search results page - placed here to override other styles that may have been set earlier */

html
{
	overflow-y: scroll;
	min-height: 100%;
	height: auto;
}

body
{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	height: 100%;
}

#aspnetForm
{
   margin: 0px;
   padding: 0px;
}

.subNav1
{
	background: url('/includes/images/20100322/bg2.gif') repeat-x #F0F1EC;
}

img, div
{ 
	border:none;
}

.clear
{
	clear:both;
}

a
{
	text-decoration:none;
	color:#057080;
}

a:hover 
{
	color:#000;
	text-decoration:underline;
}

.right
{
	float:right;
	font-size:11px;
	display: inline;
}

ol li 
{
    font-size: inherit;
    list-style-type:number;
}

ul li 
{
    font-size: inherit;
    line-height: normal;
}

ul ul /* for nested tables*/
{
    margin-right: 10px;
}


ul ul li /* for nested tables*/
{
    font-size: inherit;
    line-height: normal;
}

#mainBody
{
   text-align: left;
	display: inline-block;
	height: 100%;
	width:960px;
	padding:0px;
	z-index:0;
	zoom: 1;
   *display: inline;	
}

#header
{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:960px;
	z-index:5;
}

#logo
{
	position:absolute;
	margin:0px;
}
/* argh this is so messy but then again so is the header */

#headerLinks
{	
	top:15px;
	right:0px;
	position:absolute;
	float:right;
	margin:0px 5px 0px 0px;	
	width:520px;
	border: none !important;
	font-size:10px;	
}

/* toolLine1 and toolLine2 were swapped 08/2011 - Line2 is now on top*/

#toolLine1 {
	margin: 11px 0 0 0;
	*margin: 11px 20px 0 0; /* ie hack*/
	display: block;
	float: right;
	font-size: 10px;
	color:#05707F;
	width: 397px;
	*width: 402px; /*ie hack*/
}

.toolLine1-1 { /* text size */
	float:left;
	margin:-5px 0px 0px 0px;
	padding: 0;
}

.toolLine1-2 { /* print */
	float:left;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	margin:0px 0px 0px 9px;
	padding:0px 9px 0px 9px;
}
.toolLine1-3 { /* translate intro */
	float:left;
	margin:0px 0px 0px 9px;
	padding: 0;
}
.toolLine1-4 { /* google translate widget*/
	float:left;
	margin:0px 0px 0px 2px;
	padding-right:1px;
}
.toolLine1-5 { /* ? icon */
	float:left;
	margin: 1px 0 0 0;
}

#toolLine2 { 
	margin: 0 9px 0 0;
	*margin-right: 20px; /*ie hack*/
	display: block;
	float: right;
	font-size: 11px; /* larger size here*/
	color:#05707F;
	width: 280px;
	*width: 282px;/*ie hack*/
}

.toolLine2First {
	float:left;
	border-right:2px solid #000000;
	padding-right:9px;
}

.toolLine2Last {
    margin: 0 0 0 12px;
    float: left;
}

.googleTrIntro 
{
    float: left;
    
}

/* add google translate styling here */
div#google_translate_element {
float: left;
display: block;
width: 123px;
*width:132px; /*ie hack */
overflow: hidden;
position: relative;
margin-top: -5px;
}

/*#google_translate_element .skiptranslate .goog-te-gadget {
    color: #666666;
    font-family: inherit;
    font-size: 10px !important;
    white-space: nowrap;
}*/

select.goog-te-combo 
{
    font-size: 10px;
}


/* NOTE: search results styles live in googleStyles.css. this is the search form in the header */
#search {
	position: relative;
	display: block;
	margin:10px 3px 0 0;
	*margin: 10px 10px 0 0; /*ie hack*/
	float:right;
	width: 433px;
    *width:435px; /*ie hack */
    font-size: 11px !important;
}
.search {
	width:177px;
}
.searchBtn {
	vertical-align:top;
}

select.ctl00_MasterPageHeader_cboSearchCollection /*styling of the search collection drop-down*/
{
    font-size: 11px !important;
}



/* most top navigation styling is in menu.css */
#navigation
{
	display: block; 
    position: relative;
    top: 106px;
    width: 960px;
    z-index: 100;
    height:100%;
}

#breadcrumbs
{
	position:relative;
	display:block;
	top:110px;
	color:#666666;
	font-size:12px;
/* --------- Remove to display bread crumbs ---------- */
	display:none;
}

#pageTitle
{
	position:relative;
	display:block;
	top:142px;
	color:#EB6C20;
	font-size:18px;
	font-weight:bold;
}

.content
{
	position:relative;
	display:block;
	float: left;
	top:174px;
	padding:0px;  
	width:960px !important;
	background-color:#FFFFFF;	
	z-index: 1;
}

#docTitle {
	color:#EB6C20;
	font-size:16px;
	font-weight:bold;
	/*height:40px;*/
	margin:20px 15px 0;
}
	
table
{
	width: 100%;
}

#feedbackText /*note: this actually lives in the main content wrapper, not the footer*/
{
    position: relative;
    text-align: center;
    margin-left: 50px;
    padding-top: 20px;
    color: inherit;
    font-size: 10px;
}

.footerSpacer
{
	float:left;
	width:960px;
	height:40px;
}

/* BEGIN FOOTER STYLES */
.footerSpacer {
	float:left;
	width:960px;
	height:10px;
}

#footer {
	position:relative;
	float: left;
	display:block;
	margin:0px;
	/*padding:0px 10px 0px 10px !important;*/
	padding: 0;
	width: 100%;
}

#footerContent {
/*	original style  -- you can delete after the 2011.09.08 release
    margin-left: 0px;
	margin-top: 25px;
	padding:0px;
	position:relative;
	display:block;
	height:105px;
	border-top: 1px dotted #666666;	
	background:#FFFFFF;
	font-size:10px;	*/
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 75px;
	border-top: solid 3px #0494ae;
	font-size: 10px;
	color: #999;
	background: url("../../../images/20111012/bg_footer.jpg") no-repeat 0 0;
}

/* begin new footer styles */

#footerContent li 
{
    background: url("../../../images/20111012/bullet_grey.gif") no-repeat scroll 2px 3px transparent;
    list-style: none;
    margin: 5px;
    padding: 0px 0 0 12px;
}

#footerContent li.intro 
{
    background: none;
    list-style: none;
    margin: 5px;
    padding: 0;
    font-weight:800;
}

#footerContent li a /* takes care of footer link color for ALL pages */
{
    color: #999 !important;
}


/* -- these ULs use #footerContent as their wrapper */

 ul#footerCol1 
 {
    position: relative;
    display: block;
    float: left;    
    left: 20px;
    width: 100px;
    margin: 10px 0 0 0;
    padding: 0;
 }

 ul#footerCol1 li 
 {
     background: none;
     padding: 0;
     margin: 4px;
 }


 ul#footerCol2 
 {
    position: relative;
    display: block;
    float: left;    
    left: 70px;
    width: 140px;
    margin: 10px 0 0 0;
    padding: 0;
 }

 ul#footerCol3 
 {
    position: relative;
    display: block;
    float: left;    
    left: 120px;
    width: 140px;
    margin: 10px 0 0 0;
    padding: 0;
 }

 ul#footerCol4 
 {
    position: relative;
    display: block;
    float: left;    
    left: 170px;
    top: 18px;
    width: 140px;
    margin: 10px 0 0 0;
    padding: 0;
 }

 ul#footerCol5 
 {
    position: relative;
    display: block;
    float: left;    
    left: 220px;
    width: 140px;
    margin: 10px 0 0 0;
    padding: 0;
 }

#footerLogos {
    position: relative;
    top: -60px;
	float:right;
	width: 228px;
}

#footerAddress 
{
	position: relative;
	display: block;
	float:left;
	top: 30px;
	left: 10px;
	width: 100%;
    
}

/* end new footer styles */



/* Landing Page */
#col1Border
{
   position: absolute;
   top:0px;
   left:745px;
   height: 100%;
   width:1px;
   margin: 0px;
   padding: 0px;
   border-right: dotted 1px #666666;
   display:none;
}

#col1
{
	position:relative;
	display:inline;
	float:left;
	width:721px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left:12px;
	padding-right:12px;
}

#col1 h1
{
	font-size:14px;
	font-weight:800;
	color:#018DA9;
	padding:0px 0px 6px 0px;
	display: inline;
}

#col1 ul
{
	position:relative;
	margin:0px 0px 22px 12px;
	padding:0px;
}

#col1 li
{
	position:relative;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url('/includes/images/20100322/bullet1.gif') no-repeat 0 0;
	z-index:5;
}

#col1 ul.type2 li
{
	position:relative;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url('/includes/images/20100322/bullet7.gif') no-repeat;
	z-index:5;
}

#col1 img.navLeft
{
   position: relative;
   bottom: 3px;
   border: none;
   margin-right: 5px;
   vertical-align: middle;
   display: inline;  
}

#col1 img.navRight
{
   position: relative;
   bottom: 3px;
   border: none;
   margin-left: 5px;
   vertical-align: middle;
   display: inline;  
}

#col1 img.subhead
{
   position: relative;
   bottom: 4px;
   border: none;
   margin-right: 5px;
   vertical-align: middle;
   display: inline;
}

#col1 table tr td.list
{
   padding: 16px 10px 16px 0px;
}

#col1 table tr td.listHead
{
   border-bottom: outset 3px #E8E8E8;
   padding-bottom: 4px;
}

#col1 table tr td.listCell
{
   background-color: #E8E8E8;
}

#col1 table tr td.listName
{
   padding-left: 12px;
}

#col1 table tr td.listAddress
{
   padding-right: 12px;
}

#col1 table tr td.list img
{
   position: relative;
   bottom: 3px;
   border: none;
   margin-right: 5px;
   vertical-align: middle;
   display: inline;   
}

#col1 table tr td.list .alias
{
   margin-left: 22px;
}

#col2
{
	position:relative;
	display:inline;
	float:right;
	width:191px;
	margin: 12px 10px 0px 0px;
	padding: 0px 0px 0px 13px;
	border-left:dotted 1px #666666;;
}

#col2 p
{
	padding:0px 7px 0px 0px;
}

.dottedAbove
{
   border-bottom: dotted 1px #666666;
   padding-bottom: 14px;
}

.dottedBelow
{
   padding-top: 14px;
}

.dottedTop
{
	border-top: dotted 1px #666666;
}

/* New Style */
.subNav1 #pageTitle{
	position:relative;
	display:inline;
	padding:8px 0px 0px 20px;
	top:138px;
	float:left;
}

/*  2-Column Page */
#quickLinks
{
   border-bottom: dotted 1px #666666;
}

#quickLinks a
{
	font-size:10px;
}

#bwhResources 
{
	padding-top: 12px;
}

#bwhResources .resource
 {
   height: 80px;
   margin-bottom: 15px;
}

#bwhResources .resource .resourceText
{
   font-size: 11px;
   float: right;
   clear: right;
   width: 101px;   
   padding-left: 10px;
   text-align: left;
   display: inline;
}

#bwhResources .resource .resourceLink
{
   float: right;
   clear: right;
   width: 101px;
   font-weight: bold;
   font-size: 11px;
   text-align: right; 
   display: inline;  
}

#bwhResources .resource .resourceLink img 
{
   position: relative;
   bottom: 2px;
   border: none;
   margin-left: 3px;   
   vertical-align: middle;
   display: inline;
}

#bwhResources img.promo
{
   float: left;
   clear: left;
   position: relative;
   width: 80px;  
   border: none;
   display: inline;
}

#myPhysicians 
{
	padding: 12px 0px;
}

#myPhysicians img.bullet
{
   position: relative;
   bottom: 3px;
   border: none;
   margin-right: 5px;
   vertical-align: middle;
   display: inline;  
}

#myPhysicians span.userOption
{
   font-weight: bold;
   line-height: 1.1em;	
}

#myPhysicians .sidebar
{
   background-color: #FFFFFF;
	margin: 0px;
} 

#myPhysicians .sidebarText
{
	font-size: 8pt;
	font-style: normal;
	line-height: 1.6em;
}

#myPhysicians .sidebarWidth 
{
   width: 191px;
}

#webSurvey 
{
   padding: 12px 0px;
}

#webSurvey .sidebarText
{
   font-size: 8pt;
   font-style: normal;
   line-height: 1.6em;
}

#webSurvey .textInput
{
   width: 181px;
}

.pb_bullet {
   position: relative;
   bottom: 3px;
   border: none;
   margin-right: 5px;
   vertical-align: middle;
   display: inline; 
}

.header 
{
    padding: 0px;
    margin: 3px 0 5px 0;
    border: 0;
}

.ContactBTN
{
	width:160px;
	padding-top: 16px;
	padding-bottom:5px;
}

.ContactBTN img
{
	width:23px;
	height:17px;
	padding-right:10px;
	display: inline;
	vertical-align: top;
}

.ContactBTN a
{
	width:100px;
   padding-top:18px;
	display: inline;
}

.MapsBTN
{
	width:180px;
	padding-bottom:12px;
	padding-top:5px;
}

.MapsBTN img
{
	width:23px;
	height:17px;
	padding-right:10px;
	display: inline;
	vertical-align: middle;
}

.MapsBTN a
{
	width:130px;
	padding-top:2px;
}

.rollOverBTN
{
	width:180px;
	padding-top: 5px;
}

.navPageLink
{
   font-weight: bold;
   color: #FFFFFF;
}

.navPage
{
   background-image: url('/includes/images/20100322/btn_number.gif');
   background-position: center center;
   background-repeat: no-repeat;
   text-align: center;
   vertical-align: middle;
   width: 21px;
   height: 22px;
   line-height: 22px;
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;       
}

.navPageSelected
{
   background-image: url('/includes/images/20100322/btn_number_on.gif');
   background-position: center center;
   background-repeat: no-repeat;
   text-align: center;
   vertical-align: middle;
   color: #057080;
   font-weight: bold;
   width: 21px;
   height: 22px;
   line-height: 22px;
   display: -moz-inline-stack;
   display: inline-block;
   zoom: 1;
   *display: inline;
}  

.navLabel
{
   font-weight: bold;
   color: #057080;
} 

img.navArrow
{
   position: relative;
   bottom: 3px;
   border: none;  
   vertical-align: middle;
   display: inline;   
}

select
{ z-index: 5; }

#highlightBox
{ z-index:1; }

#subIntroduction
{ z-index:1; }

/*  THIS SECTION FOR PHOTOBOOKS */
.pb_docname
    {
      color: #057080;    
		font-size: 18px;
		font-weight: bold;
    }
		
.pb_inline_center
	{
		text-align: center;
	}
	
.pb_inline_left
	{
		text-align: left;
	}
	
.pb_inline_right
	{
		text-align: right;	
	}

.pb_block_center
	{
		margin: 0px auto;
	}
	
.pb_float_right
	{
	   float: right;
		margin-right: 5px;
		display: inline; /* IE6 Hack to avoid doubled margins */		
	}
	
.pb_float_left
	{
	   float: left;
		margin-left: 5px;
		display: inline; /* IE6 Hack to avoid doubled margins */		
	}
	
hr.pb_print_divider
	{
		width: 725px;	
	}
	
hr.pb_mini_divider
	{
		margin: 5px 0px;		
		width: 70%;
	}
	
td.pb_phys_photo
	{
		width: 170px;
	}
	
/* Unique styles from marketing.css */

/* 
 * 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:#057080;
	font-weight: 800; /* body copy links should be bolded*/
}

#Print_Content a:hover 
{
	color:#000;
	text-decoration:underline;
	font-weight: 800; /* 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%;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#6A6957;
	padding:0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#6A6957;
	padding:0;
}

h3 {
	padding:0;
	font-size:14px;
	color:#018DA9;
	font-weight: 800;
}

/* 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: #000;
}

h5 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 12px;
	color:#333;  
}

/* IE6 style to hide SELECTs so they don't clip */
.hideSelect
{
   visibility: hidden;
}

/* IE7+ style to remove page presence of hack div. */
.IE6clear {
	display: none;
	height: 0px;
	line-height:0 px;
}

/* IE6 style to avoid page truncation. */
* html .IE6clear {
	display: block;
	clear: both;
	zoom: 1;
}

.pb_required_field {color: #ff0000;}

    
.pb_center { text-align: center; } 
    
    
.pb_head3
    {
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000; 
	FONT-SIZE: 16px;
	TEXT-DECORATION: none; 
	font-weight: bold;  
    }
    
