@charset "utf-8";
/* CSS Document */
/* Main Page Headers, body text styles */
H1 {
 FONT-SIZE: 22px; COLOR: #822433; FONT-FAMILY: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: 100; text-align: left;
}
H3 {
 FONT-SIZE: 16px; COLOR: #007983; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align: left;
}
p, div, ul, ol, td {
 FONT-SIZE: 14px; COLOR: #000; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; line-height: 150%; text-align: left;
}
p.small {
 font-size: 12px; COLOR: #000; FONT-STYLE: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; margin: 8px; margin-bottom: 8px; padding-left: 25px;
}
H2 {
 FONT-SIZE: 16px; COLOR: #fff; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align: left;
}
H4 {
 FONT-SIZE: 17px; COLOR: #000; font:Arial, Helvetica, sans-serif; font-weight: 100; text-decoration: none; text-align: left;
}
H5 {
 FONT-SIZE: 20px; COLOR: #000; font:Arial, Helvetica, sans-serif; font-weight: 100; text-decoration: none; margin-top: 12px; text-align: left;
}
body {
	background-color:#e6e6e8;
}

/* Style for Regular Links */

A:link {
 COLOR:#00747a; FONT-FAMILY:Arial, Helvetica, sans-serif; TEXT-DECORATION:none;
}
A:visited {
 COLOR: #999; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
A:hover {
 COLOR: #00747a; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION:underline;
}
A:active {
 color: #00747a; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}

/* Smaller footer text on every page */

p.footer {
	text-align:center; font-size:10px; padding-top: 10px;
}

/* Bottom of page navigation */

p.bottomnav {
	text-align:left; font-size:10px;
}

/* Heronav controls the styles for the landing pages displaying a faded out hero image of the building in the background with the specialties in the foreground */

p.heronav {
	line-height: 70%; margin: 10px; padding-left: 547px; text-align: left;
}
img.heronav {
	padding-left: 500px;
}
a.heronav:link {
   color: #000; text-decoration: none; font-size:14px;
}
a.heronav:visited {
   color: #000; text-decoration: none; font-size:14px;
}
a.heronav:hover {
   color: #00747A; text-decoration: none; font-size:14px;
}
a.heronav:active {
   color: #000; font-size:14px;
}

/* Nav controls the style for the left side navigation on clinic/specialty subpages */

a.nav:link {
  color: #000; text-decoration: none; font-size:12px;
}
a.nav:visited {
  color: #000; text-decoration: none; font-size:12px;
}
a.nav:hover {
  color: #00B0DB; text-decoration: underline; font-size:12px;
}
a.nav:active {
  color: #000; font-size:12px;
}
