<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fixed-header, #mainSearch, #contentLeft, #options, #footBox, #footerNav {
	display: none;
}

/* Typography */

body, h1, h2, h3, h4, h5, h6, p, table, .tableHeading {
    font-family: "Times New Roman, Times, serif";
    text-align: left;
    color: #000000;
    background-color: #ffffff;
}

#header {
	padding-top: 0;
	height: 120px;
	float: none;
}

#header #quote {
	position: absolute;
	top: 100px;
	left: 0;
}

#header #logo {
	position: absolute;
	top: 0;
	left: -20px;
}


#pageFrame {
	width: 100%;
	margin: 0;
	text-align: left;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding-bottom: 10px;
	float: none;
}

h1 {
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
	font-size: 16pt;
}

.lower h1 {
	margin-bottom: 15px;
	border: none;
	width: 100%;
	font-size: 16pt;
	color: #000;
}

#centerModImg {
	display: none;
}

#primaryContent h2, #rightMod .rbContentWrap h2 { 
	font-size: 14pt;
	color: #000; 
}

#moreInfo h2 { 
	font-size: 14pt;
	text-transform: none;
	font-weight: normal;
}

#contentCenterRight {
	width: 100%;
	padding-left: 0;
	float: none;
}

#contentCenterRightLeft {
	float: none;
}

#contentCenter {
	width: 100%;
	margin-right: 0;
	float: none;
}

#contentRight {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

#introContent p { 
	font-style: italic; 
}

#contentCenter .rbRoundBox { 
	border: none; 
}

#breadCrumbBox .rbRoundBox {
    border-bottom: solid 1pt #000;
    width: auto;
    padding: 3px 0 3px;
}

#breadCrumbBox {
    background-color: #ffffff;
    float: none;
}

#contentBottom { 
	width: auto;
	float: none;
}

#contentRight h4 {
    display: inline;
    margin: 0;
    padding: 0;
}

#contentRight p { 
	margin: 0; 
	padding: 3pt; 
}

.rbRoundBox {
    margin: 5px 0 5px 0;
    border-top: solid 1pt #000;
    padding: 10px 0 10px;
    clear: both;
}

#rightMod .rbContentWrap {
	border: none;
	padding: 0;
	margin: 0;
}

br.clearBrClass{
    /* we need something to control that &lt;br clear=all /&gt; tag in the print stylesheet*/
    line-height:1pt;
    font-size: 1pt;
}

#bioText {
   width: 95%;
   margin:0;
   padding:0;
   font-size: 12px;
}

#smallImageContainerLeft, #largeImageContainerLeft, #medImageContainerLeft {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}

#smallImageContainerLeft img, #largeImageContainerLeft img, #medImageContainerLeft img, #miniImageContainerLeft {
	display: block;
	clear: both;
	margin: 0;
}

.member
{
    display: none;
}

#footer {
	width: auto;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	float: none;
}

/* Home styles */

body.home #featureImage,
body.home #overlay img,
body.home #overlay div.readMore,
body.home #overlay #moreStories,
body.home #left-column #depts,
body.home #left-column #featured-specialties,
body.home div.pp_pic_holder,
body.home div.pp_overlay,
body.home div.ppt,
body.home #left-column div.section img.rssicon
{
	display: none;
}

body.home #feature {
	background: none !important;
	margin: 20px 0;
}

body.home #left-column div.section, body.home #right-column div.section {
	clear: left;
	float: left;
	width: auto;
}

body.home #left-column div.section img {
	margin-bottom: 10px;
	display: block;
}

body.home .section ul li {
	display: list-item;
	list-style-type: disc;
	background: none;
	margin-left: 15px;
	padding-left: 0;
}

/* Landing styles */

body.landing #feature,
body.landing #help,
body.landing div.pp_pic_holder,
body.landing div.pp_overlay,
body.landing div.ppt,
body.landing #overlay img,
body.landing div.center-call,
body.landing #dropdown {
	display: none;
}

body.landing #inner-left-column ul li, body.landing #inner-right-column ul li {
	display: list-item;
	list-style-type: disc;
	background: none;
	margin-left: 15px;
	padding-left: 0;
}

body.landing #inner-right-column div.rightSection {
	border:1px solid #DBD9D9;
	margin-bottom:20px;
	padding:20px;
}

body.landing #breadCrumbBox {
	border-bottom: 1pt solid #000000;
	border-top: 1pt solid #000000;
	margin-top: 10px;
}

body.landing #page-title h1 {
	background-color:#FFFFFF;
	border-bottom:1px solid #BFBCBC;
	color:#595959;
	font-size:24px;
	margin-bottom:20px;
	padding:8px 0 20px;
	width: 100%;
}

body.landing #inner-left-column img, body.landing #inner-right-column img {
	margin-bottom: 10px;
	display: block;
}</pre></body></html>