/* CSS Document */

/* Stylesheet For UHC Website Subpages */

* {
		margin: 0;	
}

html {
		height: 100%;	
}

body {
		background-color: #fff;
		margin: 0;
		padding: 0;	
		height: 100%;
		width: 100%;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
}

.wrapper {    /* added for sticky footer  */
		min-height: 100%;
}

#container {
		overflow: auto;   /* added for sticky footer  */
		padding-bottom: 300px;   /* added for sticky footer, must equal height of footer  */
		width: 100%;
		height: auto;
		height: 100%;
		min-width: 960px;
		position: relative;	
		text-align: left;
}

.wrap {
		width: 960px;
		padding: 0;	
		margin: auto;
}

img {
		border: 0; 	
}


/* *** HEADER *** */

#header {
		height: 125px; 
		background-color: #333;		
}

#uhchead {
		display: block;
		float: left;
		margin: 20px 0 0 0;	
}

#uhclogo {
		float: left;
		margin: 20px 0 0 0;
}

#search {
		float: right;
		margin-top: 44px;
		padding: 10px 10px;
		background-color: #666;
		border-color: #000;
		border-style: solid;
		border-width: thin;	
		border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-webkit-border-radius: 7px;
}

#search input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em; color: #333333;	
}

div#search label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em; color: #f4f2ee;
		font-weight: bold;					
}

.skiplink {display:none}


/* *** NAVIGATION *** */

#nav {
		height: 40px;
		background-color: #AD0000;
		z-index: 9999; /* allows the dropdown menu to go over content */
}

#nav ul { /* all lists */
		padding: 0; margin: 0;
		list-style: none;
		float: left;
		line-height: 1.55em;
		text-align: left;
		position: relative;
		z-index: 9999; /* allows the dropdown menu to go over content */
}

#nav a {
		display: block;
		width: auto;   /* padding: 1px; */ 
		padding: 7px 15px 8px 12px; 
		margin: 0;  /* margin: 7px 25px 0 10px; */
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em; color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: #AD0000;
		z-index: 9999; /* allows the dropdown menu to go over content */
}

#nav li { /* all list items */
		float: left;
		width: auto;
		z-index: 9999; /* allows the dropdown menu to go over content */
}

#nav li:hover, #nav li.sfHover{
		color: #000000;
		background-color: #eee;
}

#nav li:hover a, #nav li.sfHover a{
		color: #AD0000;
		background-color: #eee;
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: #AAAAAA;
}

#nav li ul { /* second level lists */
		position: absolute;
		margin: 0;
		width: 11em;
		left: -999em;
		z-index: 9999; /* allows the dropdown menu to go over content */
}

#nav li:hover ul, #nav li.sfHover ul {
		left: auto;
		min-height: 0; /* this statement made dropdown menus work with google searchbox in IE7!! */
		background-color: #eee;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: #AAAAAA;
}

#nav li.level_2 {
		padding: 0 0 5px 0;
}

#nav li.level_2 a {
		display: block;
		width: 11.25em; w\idth: 11.25em; 
		margin: 5px 12px 0 10px; padding: 0 3px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em; color: #000000;
		font-weight: normal;
		text-decoration: none;
		border: none;
		line-height: 1.2em;
		border-bottom: 1px dotted #eee;
}

#nav li.level_2:hover a {
		font-size: .8em;
		color : #AD0000;
		text-decoration: none;
		line-height: 1.2em;
		border-bottom: 1px dotted #AD0000;		
}

/* *** IMAGE / COLLAGE TOP AREA  *** */
#top-photo {
		height: 175px; 
		background-color: #ccc;
		margin: 0; padding: 0;
		box-shadow: 0px 1px 5px 0px #4a4a4a;
		-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
		-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
		-ms-box-shadow: 0px 1px 5px 0px #4a4a4a;	
}


/* *** CONTENT *** */

#content {
		background-color: #fff;
		margin: 0;
		padding: 0;		
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #AD0000;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #141975;		
}

p {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; color: #333333;
		margin-top: 0.5em; margin-bottom: 1em;
		line-height: 1.5em;	
}

p.footnote {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; color: #333333;
		margin-top: 0.5em; margin-bottom: 1em;
}

blockquote {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; color: #333333;
		padding-left: 45px;
		line-height: 1.5em;		
}

a.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #141975;	
	text-decoration: none;	
}

a.headerlink:hover {
		color: #AD0000;
		text-decoration: underline;	
}

a.crumb {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; color: #006666;
}
a.crumb:hover {
		color: #AD0000;
}

#right-content {       /* Styles for right column with subnav, etc */
		float: right;
		width: 325px;
		background-color: #eee;	
		text-align: left;
		margin: 15px 0 20px 35px; 
		padding: 10px 10px 10px 20px;
}

#right-content img {
		padding: 10px 10px 10px 0;	
}

#main-content {	
		text-align: left;
		margin: 15px 0 0 0;
}

img.sm-arrow {       /* Styles for small, red arrows to draw attention to large links */
		margin: 5px 5px 0 0;
		float: left;	
}

img.contentpic {
		margin: 10px;	
}

img.alcoholedutitle {
		margin: 0 0 10px 0;	
}

#main-content ul {
		margin-top: 0.5em; margin-bottom: 0.5em;
}
#main-content ul li {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em;  color: #333333;
		line-height: 1.5em; 
}

#main-content ol {
		margin-top: 0.5em; margin-bottom: 0.5em;
}
#main-content ol li {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; color: #333333;
		line-height: 1.5em;
}

#main-content a {
		font-family: Arial, Helvetica, sans-serif; 
		color: #006666;
}
#main-content a:hover {
		color: #AD0000;
}

/* jQuery Accordion styles begin */

/*! jQuery UI - v1.9.1 - 2012-10-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

#accordion {
	margin: 15px 0 15px 0;	
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

/* jQuery Accordion styles end */






/* Styles for yellow highlighted div */
.yellow_hilite {
		background-color: #FFFFCC;
		font-family: Arial, Helvetica, sans-serif;
		width: 525px;
		margin: 0 10px 10px 0; padding: 5px 5px 10px 15px;  
}

.redhilite {
		font-family: Arial, Helvetica, sans-serif;	
		color: #AD0000;
}

/*  Styles for multicolor zebra-striped table  */
table.multicolor {
		background-color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: auto; margin: 0; 
}
td.white {
		background-color: #FFFFFF; vertical-align: middle;
		padding: 5px;
}
td.dkyellow {
		background-color: #FFFF99; vertical-align: middle;
		padding: 5px;
}
td.ltyellow {
		background-color: #FFFFCC; vertical-align: middle;
		padding: 5px;
}
td.dkgray {
		background-color: #CCCCCC; vertical-align: middle;
		padding: 5px;
}
td.ltgray {
		background-color: #EEEEEE; vertical-align: middle;
		padding: 5px;
}
td.ltblue {
		background-color: #E0E0FB; vertical-align: middle;
		padding: 5px;
}
td.dkblue {
		background-color: #CCCCFF; vertical-align: middle;
		padding: 5px;
}



/* ************************************************************************************** */


/*  Styles for Clinic-Specific Staff pages begin  */

.staff {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		margin: 15px 15px 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #999;
		float: left;
}

.staffphoto img {
		padding: 0 20px 15px 0;	
		float: left;
}



/*  Styles for Clinic-Specific Staff pages end  */


/* Styles for Staff page begin */
table.staff {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		border: 0;
		padding: 5px;
}
table.staff td {
		vertical-align: middle;
}
table.staff td.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #ad0000; 
		border: 0;
		padding: 5px;
}
table.staff td.bio {
		width: auto;
		padding-left: 10px;
}

/* Styles for Medical Home color highlighted tables */
table.blue {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		background-color: #8594a4;
		border: 0;
		padding: 5px;
}
table.blue td.header {
		background-color: #8594a4;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #fff; 
		border: 0;
		padding: 5px;
}
table.blue td {
		vertical-align: middle;
}
table.green {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		background-color: #a1b38c;
		border: 0;
		padding: 5px;
}
table.green td.header {
		background-color: #a1b38c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #fff; 
		border: 0;
		padding: 5px;
}
table.green td {
		vertical-align: middle;
}
table.gold {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		background-color: #dbbb65;
		border: 0;
		padding: 5px;
}
table.gold td.header {
		background-color: #dbbb65;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #fff; 
		border: 0;
		padding: 5px;
}
table.gold td {
		vertical-align: middle;
}
table.red {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		line-height: 1.5em;	
		width: 100%;
		background-color: #a9313e;
		border: 0;
		padding: 5px;
}
table.red td.header {
		background-color: #a9313e;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #fff; 
		border: 0;
		padding: 5px;
}
table.red td {
		vertical-align: middle;
}
/* Styles for Staff page end */

/* Styles for multi-color highlighted table--yellow, gray, blue */
table.varsize {
		background-color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: auto; margin: 0; 
}




/* content styles for the left side of 2-column pages or sections */
td#content_left { 
		padding: 15px 25px 2px 25px; margin: 0;
		width: 400px; vertical-align: top; 
		text-align: left;
		border-right: dotted thin #cecece;	
}
td#content_left h1 {
		padding-bottom: 2px; margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #AD0000;
		font-weight: bold; 
}
td#content_left h2 {
		padding: 0; margin-top: 5px; margin-bottom: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; color: #141975;
		font-weight: bold; 
}
/* content styles for the right side of 2-column pages or sections */
td#content_right { 
		padding: 15px 25px 2px 25px; margin: 0;
		width: 340px; vertical-align: top; 
		text-align: left;
}
td#content_right h1 {
		padding: 0; margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px; color: #AD0000;
		font-weight: bold; 
}
td#content_right h2 {
		padding: 0; margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; color: #141975;
		font-weight: bold;
}





/* *** FOOTER *** */

#footer {
		position: relative;
		margin-top: -300px;  /* added for sticky footer, must equal footer height */
		height: 300px; 
		clear: both;
		background-color: #333;	
		
}

#footer-left {
		float: left;
		width: 215px;	
		text-align: left;
		margin: 20px 0 0 0; padding: 0;
			
}

#footer-middle {
		float: left;
		text-align: left;
		margin: 20px 0 0 50px; padding: 0 70px 0 75px;
		border-left: #ccc thin dotted; 
		border-right: #ccc thin dotted; 	
}

#footer-right {
		float: right; 
		text-align: left;
		margin: 20px 0 0 0;	padding: 0 25px 0 0;
		
}

p.footer {
		margin: 0; padding: 0; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em; 
		color: #fff;
		line-height: 1.5em;	
}

img.footer {
		margin: 10px 0 0 40px; padding: 0;	
}

#footer a.footer {
		margin: 0; padding: 0; 
		color: #f4f2ee;	
		line-height: 1.75em;	
}

#footer a.footer:hover {
		color: #AD0000;
}


/*
     FILE ARCHIVED ON 17:28:35 Jul 06, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:20:53 Oct 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.544
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.01
  cdx.remote: 40.096
  LoadShardBlock: 100.912 (3)
  PetaboxLoader3.datanode: 135.332 (4)
  load_resource: 311.813
  PetaboxLoader3.resolve: 256.542
*/