body {
    background-color: #BCC1A0;
    border-top: 0;
}

#page{
  position: relative;
}

h1, h2, h3, h4, h5, h6 { 
  color: #6E7191;
  }

#nav-main ul li a, #nav-main ul li a:visited {
    background: none repeat scroll 0 0 #E6D6B4;
}

#content-sub2 h4{
  text-align: center;
}


/* --- PULL FROM LOCAL LOGO  ----*/
#logo a {
  display: block;
  margin-top: 1.5em;
}



#logo .tagLine {
  display: none; /*hidden because the tagline is in the image*/
  margin-top:-30px;
  text-align:center;
  width:170px;
  margin-left:30px;
}

#nav-main ul li:active {
  background:transparent;
}

#content-sub2 {
  /* use this for hospital logo as background for hospital affiliation box */
/*background-image:url("/design/images/template/affilInfoBG.png");*/
}

/* --- PULL FROM LOCAL BANNER PICS ----*/
#page #header-wrap {
    background: url("/design/images/template/med-home-header.png") no-repeat right top transparent;
}

#interior #header-wrap {
    background: url("/design/images/template/med-home-header.png") no-repeat right top transparent;
}

/*
#interior #header-wrap{
background:url("/themes/mountain/fresh/design/images/template/bannerPics/PagePic5.jpg") no-repeat scroll right top #fff;
} */


/*--- PULL FROM GLOBAL BANNER PICS ---- */
/*#page #header-wrap{
background:url("http://globalinc.prod.ehc.com/themes/gallery/helium/fresh/design/images/template/bannerPics/PagePic.jpg") no-repeat scroll right top transparent;
}*/



#footer {
    background: url("/design/images/template/footerBG.png") repeat scroll 1px 0 #fff;
}



#ebsco-hl-wrapper #anatomy-nav-modal .modal-body, #ebsco-hl-wrapper #conditions-nav-modal .modal-body, #ebsco-hl-wrapper #tools-nav-modal .modal-body {
    max-height: 550px;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
  z-index: 1500;
}

.modal-backdrop, #ebsco-hl-wrapper .modal-backdrop.fade.in {
    opacity: 0.8;
}

