@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	background: #dfe7ea url('../images/background.jpg') repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ea8706;
	margin: 15px 0 5px 0;
	padding: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #65B2FF;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
}
#container {
	margin: 20px auto;
	padding: 0;
	border-right: 2px solid #99CCFF;
	border-left: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	width: 950px;
	background-color:#FFFFFF;
}
#header_top {
	height: 123px;
	width: 100%;
	background: #eaf5f7 url('../images/nerve_image.jpg') no-repeat right;
}
#address_phone {
	float: right;
	width: 272px;
	margin: 10px 20px;
	padding: 0;
	line-height: 1.3;
}
*html #address_phone { /* for IE6*/
	float: right;
	width: 270px;
	margin: 10px;
	padding: 0;
	line-height: 1.3;
}
.tx_whiteboldtwelve  {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.tx_whiteboldtwelvearial  {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.tx_whiteboldthirteenarial  {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
.tx_whiteboldfourteen  {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.fltrt { 
	float: right;
	margin: 0;
	padding: 0;
}
.fltlft {
	float: left;
	margin: 0;
	padding: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
	margin: 0;
	padding: 0;
}
.nopadnomargin {
	margin: 0;
	padding: 0;
}
.btmspace {
	margin-bottom: 5px; 
}
.smallcaps  {
	font-variant: small-caps;
}
#navigation_container {
	width: 950px;
	height: 41px;
	background: #009bc0 url('../images/navbar_bkgrnd.gif') repeat-x top;
}
#navigation {
	margin-top: 2px;
	padding: 0;
	height: 35px;
	width: 570px;
	float: right;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a:link, #navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	width: 70px;
	height: 11px;
	margin: 3px 2px 2px 0;
	padding: 0 4px;
}
#navigation a:hover {
	color: #fed056;
}
#midsection_container {
	background: #d5eabf;
	width: 100%;
	border-bottom: solid 2px #99CCFF;
}
#midsection_left {
	float: left;
	width: 638px;
	background-color: white;
	background: url('../images/essex_name.jpg') no-repeat top;
}
#main_text {
	margin-top: 264px;
	background-color:#fcfcfc;
	padding: 0 30px 30px 30px;
	color: #333333;
	line-height: 1.4;
}
#main_text ul { 
	list-style-position:inside;
	list-style: url(images/orange_bullet.gif);
	margin: 0 0 0 20px;
	line-height: 1.8;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #068fb8;
}


#affiliations a:link, #affiliations a:visited {
	color: #068FB8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
}


#midsection_right {
	float: right;
	width: 312px;
	background: #d5eabf url('../images/bkgrnd_rightcol.jpg') repeat-x top;
}
#patient_heading  {
	background-color:#2ea5c6;
	margin: 20px 18px 0 18px;
	padding:2px;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align:center;
}
#patient_info  {
	background-color:#FFFFFF;
	margin: 0 18px 20px 18px;
	padding: 2px 10px 5px 10px;
	line-height:1.4;
	color: #1c5c84;
	font-size: 12px;
}
#patient_info a:link, #patient_info a:visited {
	color: #489a9c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
}
#patient_info a:hover {
	color: #1c5c84;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
}
#rightcol_extra  {
	margin: 0;
	padding:0;
	text-align:center;
}
#repeat_nav {
	width: 100%;
	height: 20px;
	text-align:center;
	margin-top: 8px;
}
#repeat_nav ul {
	list-style: square;
	list-style-position:inside;
	margin: 0;
	padding: 0;
}
#repeat_nav li {
	display: inline;
	padding: 2px 10px 0 10px;
}
#repeat_nav a:link, #repeat_nav a:hover, #repeat_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ea8706;
	font-size: 11px;
	font-weight: bold;
	text-decoration: NONE;
}
#repeat_nav a:hover  {
	color: #1c5c84;
}
#footer {
	width: 100%;
	height: 83px;
	background: url('../images/logo_footer.gif') no-repeat left;
}
#footer p {
	padding-top: 30px;
	padding-left: 500px;
	font-size: 10px;
	line-height:1.6;
	color: #666;
}
/* secondary pages */


#logo_btm  { 
	margin: 0;
	padding: 0;
	height: 18px;
	width: 950px;
	background: #f0f6d0 url(../images/logo_btm.gif) no-repeat left;
}
#midcontainer_sec {
	width: 100%;
	background: white;
	border-bottom: solid 2px #99CCFF;
}
#shadowleft {
	float: left;
	width: 60px;
	height: 455px;
	background: white url(../images/bkgrnd_grntowhite.jpg) repeat-x top;
	padding:0;
	margin:0;
}
*html #shadowleft { /* for IE6*/
	display: inline;
	margin-right: -3px;
}
#shadowright {
	float: right;
	width: 60px;
	height: 455px;
	background: white url(../images/bkgrnd_aquatowhite.jpg) repeat-x top;
	padding:0;
	margin:0;
}
*html #shadowright { /* for IE6*/
	display: inline;
	margin-left: -3px;
}
#pagecontent {
	margin: 0 60px;
	padding: 40px;
	background-color: white;
	text-align:left;
	line-height: 1.4;
	height: 100%; /*500px*/
}
*html #pagecontent { /* for IE6*/
	margin: 0 57px;
	zoom: 1;
}

.horizontalrule {
	margin-bottom:8px;
	border-top: solid 2px #EA8706;
	background-color:red;
}

.contentbox {

	border: solid 2px #99CCFF;
	padding: 0px;
}

.contentbox td.photopanel {

	background-color: #CBE5FF;
	border-right: solid 2px #99CCFF;
}

.contentlist {
	margin-top:8px;
}

.contentlist li {
	padding: 2px 0;
}