/* 
  Global Styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	margin: 1px;
	padding: 6px;
}
#logo img {
	border: 0;
}	
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
		width: 940px;
	background-image: url(img/2col.png);
	color: #000000;
	background-repeat: repeat-y;
}
#columns-top {	background-image: url(img/Top.png);
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
float: left;
overflow: hidden;
}

#c1, #c2 {
	width: 240px;
	margin-right: 20px;
}
#c2 {
	margin-right: 0px;
	width: 680px;
}
#columns-bottom {
	clear: both;
	background-image: url(img/Bottom.png);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #6c92c4;
}
h2 {
	font-size: 1.2em;
	margin: 8px 0px 0px;
	color: #0b479d;
}
h3 {
	font-size: 1.1em;
	margin: 8px 0px 0px;
	color: #6c92c4;
}
h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0b479d;
}
h5 {
	font-size: 12px;
	margin: 2px 0px 0px;
	color: #436ea7;
}
.navybold {
	font-size: 12px;
	margin: 2px 0px 0px;
	color: #0000AE;
	font-weight:bold
}
#footer {	width: 940px;
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000099;
	text-decoration:none
}
a:active {
	color: #0033CC;
}
.flotR {padding:6px; float:right; text-decoration:none}
.flotL {padding:6px; float:left; text-decoration:none}

.copyright {color: #DDD; margin: 1em; font-size: 10px; clear: both; padding-top: 0.2em}
.copyright  a:link {
	color: #ddd;
	text-decoration:none
}
.copyright  a:visited {
	color: #6C92FF;
}
.copyright a:hover {
	color: #0033CC;
	text-decoration:underline
}
.copyright a:active {
	color: #000000;
}
.imgbdr {border-color:#3D6396;
border-style:groove;
}

.listHeader {font-weight: bold}

.drName {font-weight: bold}
.drAffiliation {color: #0b479d}

table.hours {border-top: 1px solid silver}
table.hours td {padding: 0.3em 1em 0.4em 0.2em; vertical-align: top; border-bottom: 1px solid silver}
table.hours td.service {font-weight: bold; padding-left: 1em}

.separator {margin-left: auto; margin-right: auto; text-align: center}
.separator img {padding: 0 4px}

.specialNote {font-weight: bold; color: #C33}
.note {font-weight: bold; color: #C33; font-size: 89%}

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style6 {font-size: 12px}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.style11 {
	color: #FF0000;
	font-weight: bold;
}
.style13 {color: #FF0000}
.MRI_3T {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #617E7A;
}
.blinking_text {
	text-decoration: blink;
	color: #00F;
}

