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

p,h1,h2,h3,table {
	padding:0;
	margin:0;
} 
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background: #fff;
	background-image:url(../images/bkgrd_gradient_04.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/body_bkgrd_10.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/body_bkgrd_10.jpg);
	background-repeat:repeat-x;
}
#leftColumnAppt {
	width:740px;
	padding:20px 10px 10px 0;
}
#leftColumnAppt h1 {
	font-size:24px;
	font-weight:normal;
	padding:0 0 10px 0;
	color:#0158a5;
}
#leftColumnAppt h2 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 10px 0;
	color:#0158a5;
}

#leftColumnAppt p {
	padding:0 0 5px 0;
	line-height:20px;
}
#leftColumnAppt a {
	color:#0158a5;
	text-decoration:none;
}
#leftColumnAppt a:hover {
	color:#0158a5;
	text-decoration:underline;
}
#leftColumn {
	float:left;
	width:430px;
	padding:20px 10px 10px 0;
}
#leftColumn h1 {
	font-size:24px;
	font-weight:normal;
	padding:0 0 10px 0;
	color:#0158a5;
}
#leftColumn h2 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 5px 0;
	color:#0158a5;
	line-height:24px;
}
#leftColumn h3 {
	font-size:14px;
	font-weight:normal;
	padding:0px 0 10px 0;
	color:#0158a5;
	}
#registration table td {
	padding:8px;
	font-size:14px;
	}

#leftColumn p {
	padding:0 0 5px 0;
	line-height:20px;
}
#leftColumn a {
	color:#0158a5;
	text-decoration:none;
}
#leftColumn ul {
	padding:10px 0 10px 30px;
	margin:0;
	}
#leftColumn a:hover {
	color:#0158a5;
	text-decoration:underline;
}
#questions {
	list-style:disc;
	margin:0;
	padding:0 0 0 25px;
	}
#questions li {
	padding-bottom:5px;
	}
.discharge {
	margin:0 0 0 20px;
	padding:0 0 10px 0;
	list-style:disc;
	}

#rightColumn {
	float:left;
	width:290px;
	padding:20px 10px 10px 10px;
	background-color:#FFFFFF;
	padding-bottom:100px;
}
#rightColumn_report {
	float:left;
	width:290px;
	padding:20px 10px 10px 10px;
	background-color:#FFFFFF;
	padding-bottom:20px;
}
#rightColumn_report h2 {
	font-size:18px;
	color:#0158a5;
	font-weight:normal;
	line-height:22px;
	padding:5px 0 5px 0;
}
#rightColumn_report hr {
	margin:5px 0 5px 0;
	padding:0;
	}
#rightColumn_report p {
	padding:5px 0 5px 0;
	}
#rightColumnPhone {
	font-size:16px;
	line-height:20px;
	color:#666666;
}
#rightColumn_report ul {
	list-style:disc;
	margin:0 0 0 15px;
	padding:0;
	width:230px;
	}
#rightColumn_report li {
	padding-bottom:5px;
	}
#rightColumn h2 {
	font-size:18px;
	color:#0158a5;
	font-weight:normal;
	line-height:22px;
	padding:5px 0 5px 0;
}
#rightColumn hr {
	margin:5px 0 5px 0;
	padding:0;
	}
#rightColumn p {
	padding:5px 0 5px 0;
	}
#rightColumnPhone {
	font-size:16px;
	line-height:20px;
	color:#666666;
}
#rightColumn ul {
	list-style:disc;
	margin:0 0 0 15px;
	padding:0;
	width:230px;
	}
#rightColumn li {
	padding-bottom:5px;
	}
#footer {
	clear:both;
	background-color:#0158a5;
	width:800px;
	font-size:16px;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
}
#rightColumn_report a {
	color:#0158a5;
	text-decoration:none;
	font-weight:normal;
	}

#rightColumn_report a:hover {
	color:#0158a5;
	text-decoration:none;
	font-weight:bold;
	}

#rightColumn a {
	color:#0158a5;
	text-decoration:none;
	font-weight:normal;
	}

#rightColumn a:hover {
	color:#0158a5;
	text-decoration:none;
	font-weight:bold;
	}
#leftColumn ul a {
	color:#0158a5;
	text-decoration:none;
	font-weight:normal;
	}

#leftColumn ul a:hover {
	color:#0158a5;
	text-decoration:none;
	font-weight:bold;
	}
.physicianList {
	font-size:10px;
	color:#666666;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 10px 0px;
	line-height:12px;
	}
.physicianList a {
	color:#0158a5;
	text-decoration:none;
	}
.physicianList a:hover {
	color:#0158a5;
	text-decoration:underline;
	}
img {
	border:none;
	}
.physThumb a img  { 
	border:#666666 2px solid;
	}
.physThumb a:hover img  {
	border:#0158a5 2px solid;
	}
#subNav {
	background-color:#053d6f;
	width:800px;
	padding:8px 0 8px 0;
	text-align:center;
}
#subNav li {
	display:inline;
	padding-right:20px;
}
#subNav ul {
	padding:0;
	margin:0;
}
#subNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
#subNav a:hover {
	color:#0099FF;
	text-decoration:none;
	font-weight:bold;
	}
#joint_border {
	border:#666666 1px solid;
	padding:5px;
	text-align:center;
	}
.quotes {
	margin:20px 0 0 0;
	}
#calendar_listings h2 {
	padding:0 0 5px 0;
	margin:0;
	}
#calendar_listings ul {
	padding:0 0 10px 25px;
	margin:0;
	}

/* begin primary navigation styling */
#globalNav {
	width:800px;
	height:40px;
	float:left;
	}

#globalNav ul {
	padding-left:0;
	margin-top:0;
margin-left: 0;
	}

#globalNav ul.links li {
	padding-left:0;
	list-style-type:none;
	float: left;
	}

#globalNav ul li a {
	height:0px;
	overflow:hidden;
	float:left;
	font-size:1.1em;
	display:block;
	margin:0;
	padding:40px 0 0 0;
	text-align:center;
	}
	
/* this sets the background position for the Off state */
#globalNav ul li a#nav-physicians {
	width:324px;
	background: url(../images/navbar.jpg) no-repeat 0 0;
	}
	
#globalNav ul li a#nav-services {
	width:242px;
	background: url(../images/navbar.jpg) no-repeat -324px 0;
	}
	
#globalNav ul li a#nav-news {
	width:84px;
	background: url(../images/navbar.jpg) no-repeat -566px 0;
	}
	
#globalNav ul li a#nav-contact {
	width:150px;
	background: url(../images/navbar.jpg) no-repeat -650px 0;
	}
	
/* this sets the background position for the Hover state */
#globalNav ul li a:hover#nav-physicians {
	background: url(../images/navbar.jpg) no-repeat 0 -40px;
	}

#globalNav ul li a:hover#nav-services {
	background: url(../images/navbar.jpg) no-repeat -324px -40px;
	}

#globalNav ul li a:hover#nav-news {
	background: url(../images/navbar.jpg) no-repeat -566px -40px;
	}

#globalNav ul li a:hover#nav-contact {
	background: url(../images/navbar.jpg) no-repeat -650px -40px;
	}
	
/* this sets the background position for the Active state */
#globalNav ul li a:active#nav-physicians {
	background: url(../images/navbar.jpg) no-repeat 0 -40px;
	}

body.section-physicians #globalNav ul li a#nav-physicians {
	background: url(../images/navbar.jpg) no-repeat 0 -40px;
	}
	
#globalNav ul li a:active#nav-services {
	background: url(../images/navbar.jpg) no-repeat -324px -40px;
	}

body.section-services #globalNav ul li a#nav-services {
	background: url(../images/navbar.jpg) no-repeat -324px -40px;
	}
	
#globalNav ul li a:active#nav-news {
	background: url(../images/navbar.jpg) no-repeat -566px -40px;
	}

body.section-news #globalNav ul li a#nav-news {
	background: url(../images/navbar.jpg) no-repeat -566px -40px;
	}

#globalNav ul li a:active#nav-contact {
	background: url(../images/navbar.jpg) no-repeat -650px -40px;
	}
	
body.section-contact #globalNav ul li a#nav-contact {
	background: url(../images/navbar.jpg) no-repeat -650px -40px;
	}
/* end primary navigation styling */

.award {
	float: left;
	display:block;
	width: 420px;
	padding: 12px 0 4px 8px;
	margin-bottom: 18px;
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 18px;
}
.last {
	border-bottom: 1px solid #ddd;
}
.award img {
	margin-right: 12px;
	float: left;
	padding: 4px 12px 12px 0;
	border-right: 1px solid #eee;
}
