/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

body {
	font-family: "gill sans mt", "gill sans", verdana, arial, sans-serif;
	color: #000;
	background: #fff;
}

#branding {
	background: #fff;
}

#content_wide a:link:after, #content_wide a:visited:after,
#content_main a:link:after, #content_main a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#site_info {
	color: #000;
	background: #fff;
	padding: 20px 0px;
	font-size: 8pt;
}

#content_sub, #promo, .off, #nav_main {
	display: none;
}

.nobreak {
	white-space: nowrap;
}

a img, :link img, :visited img {
	border: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

#content_wide ul#therapists li {
	list-style: none;
}

ul#therapists li {
	width: 387px;
	float: left;
	padding-bottom: 3em;
}

ul#therapists li.odd {
	margin-right: 40px;
	border-right: 1px solid #c9c9c9;
}

ul#therapists li ul li {
	float: none;
	width: auto;
	border: none;
	padding-bottom: 0;
}

ul#therapists h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	margin: 0;
}

li.phone {
	font-weight: bold;
}

li.phone abbr {
	font-weight: normal;
}

ul#therapists li ul li.email {
	width: 65%;
	float: left;
}

ul#therapists li ul li.url {
	width: 32%;
	float: left;
}

ul#therapists li ul li.email a, ul#therapists li ul li.url a {
	font-weight: bold;
}

table {
	width: 100%;
	margin-bottom: 1.5em;
}

thead th {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

th, td {
	padding: 0.5em;
}

tbody th {
	padding-left: 0;
}

tr {
	border-bottom: 1px solid #225DA9;
}

.bdrl {
	border-left: 1px solid #c9c9c9;
	padding-left: 20px;
}

#content_main .contactinfo {
	clear: left;
}

#content_main .contactinfo  h2 {
	font-size: 1em;
	font-weight: bold;
	float: left;
	width: 12em;
	margin: 2px 0 0 0;
	padding: 0;
}

#content_main .contactinfo  p {
	font-size: 1em;
	float: left;
	width: 25em;
}

#content_sub .contactinfo h2 {
	font-size: 1em;
	font-weight: bold;
	float: none;
	margin-top: 5.5em;
}
