﻿/* Health Care Professionals: Orange */
#contentcenter h1 {
	color: #007FDD;
}
/* adds to vert-menuopen-sub.css */
#openleftnav a {
	background: url(/images/sub/nav/generic/ul-bk.gif) no-repeat left top;
	border-top: 1px solid #E1F1FA;
	border-bottom: 1px solid #9DB3D9;
}
/* Hover and Active styles for the menu */
#openleftnav a:hover, #openleftnav a:active {
	background: url(/images/sub/nav/generic/ul-bk.gif) no-repeat left -50px;
}
#openleftnav a#sel {
	background: url(/images/sub/nav/generic/ul-bk.gif) no-repeat left -100px;
}
/* adds to right-portlet.css */
#contentright h1 {
	background: #44A6EF url(/images/sub/nav/generic/heading.gif) no-repeat left top;
}
.leftPortlet  #contentright .rightportlet h1 {
	background: #44A6EF url(/images/sub/nav/generic/heading.gif) no-repeat left top!important;
}
#contentright #calendar h1 {
	background: #44A6EF url(/images/sub/nav/generic/heading-cal.gif) no-repeat left top;
}

#contentright .content_list .blurb h1,#contentright .content_list .blurb h2{
	background: #44A6EF url(/images/sub/nav/generic/heading.gif) no-repeat left top !important;
}

#contentright .content_list  .blurb {
	background: #E4F3FF;
	
}

/* Container for the Menu */
.rightportlet {
	background: #E4F3FF;
}
#calendar.rightportlet {
	background: #E4F3FF;
}
#contentright .content_list  h1{
	background: #E4F3FF;
}


/* full list arrow */
.rightportlet a#fulllist, .rightportlet a#fulllist:visited {
	background: url(/images/sub/nav/generic/viewfull.gif) no-repeat 29px top;;
}
.rightportlet a#fulllist.trigger_o, .rightportlet a#fulllist.trigger_o:visited {
	background: url(/images/sub/nav/generic/collapse.gif) no-repeat 29px top;
}
/* more events arrow */
.rightportlet a#moreevents, .rightportlet a#moreevents:visited {
	background: url(/images/sub/nav/generic/moreevents.gif) no-repeat 29px top;
}

/* open left nav header */
#about #contentleft h1 {
	background: url(/images/sub/nav/generic/about/headingleft.gif) no-repeat left top;
}

#location #contentleft h1 {
	background: url(/images/sub/nav/generic/about/headingleft.gif) no-repeat left top;
}

#research #contentleft h1 {
	background: url(/images/sub/nav/generic/research/headingleft.gif) no-repeat left top;
}

#newsroom #contentleft h1 {
	background: url(/images/sub/nav/generic/newsroom/headingleft.gif) no-repeat left top;
}

/* page banner */
#about #pagebanner #bannerphoto {
	background: #FFFFFF url(/images/sub/nav/generic/about/banner.jpg) no-repeat left top;
}
#location #pagebanner #bannerphoto {
	background: #FFFFFF url(/images/sub/nav/generic/location/banner.jpg) no-repeat left top;
}
#research #pagebanner #bannerphoto {
	background: #FFFFFF url(/images/sub/nav/generic/research/banner.jpg) no-repeat left top;
}
#newsroom #pagebanner #bannerphoto {
	background: #FFFFFF url(/images/sub/nav/generic/newsroom/banner.jpg) no-repeat left top;
}
