/* CSS for Elmhurst Clinic */

body {
	font-size: small;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bodytile {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/tile.gif);
	background-repeat: no-repeat;
	background-position: 50% top;
}
a:link {
	color: #1E481D;
}
a:visited {
	color: #003300;
}
a:active {
	color: #7BD5C8;
}
a:hover {
	color: #009966;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#newsticker {
	height: 22px;
	font-size: 80%;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newsticker span.tickertitle {
	font-weight: bold;
	color: #333333;
}
/* classes for the top banner, logo and search area */
#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	height: 81px;
}
#logobox {
	margin: 0px;
	padding: 0px;
	height: 81px;
	overflow: hidden;
	float: left;
	width: 269px;
}
#logobox h1 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 269px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#logobox h1 a {
	display: block;
	height: 80px;	
}
#logobox ul {
	text-indent: -5000px;
}
#searchbox {
	float: right;
	height: 81px;
	width: 265px;
}
#searchbox fieldset {
	padding: 0px;
	border: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchbox form, img#searchlabel, #searchtxt, input#submitbtn {
	margin: 0px;
	padding: 0px;
	float: left;
}

#searchtxt {
	height: 13px;
	width: 160px;
	font-size: 90%;
	color: #666666;
	padding: 2px;
}

/* classes for the top navigation */
#navprimary {
	width: 960px;
	clear: both;
	margin-bottom: 30px;
}
#navprimary h2, #navsidebar h3 {
	text-indent: -5000px;
	position: absolute;
	left: -5000px;
	top: 0px;
}

/* suckerfish code */
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 96px;
	height: 40px;
	text-indent: -5000px;
}

#nav ul li a {
	color: white;
	display: block;
	width: auto;
	height: auto;
	text-indent: 0px;
	text-decoration: none;	
	padding: 3px;
}

#nav li { /* all list items */
	float: left;
	width: 96px; /* width needed or else Opera goes nuts */
}

#nav li ul li { /* all list items */
	float: none;
	width: 96px; /* width needed or else Opera goes nuts */
	font-size: 85%;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #3152AA;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	background-color: black;
}
/* end suckerfish code */









li#nav_home {
	width: 64px;
}
li#nav_home a {
	width: 64px;
	background-image: url(../images/nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	

}
li#nav_home a.here {
	background-position: 0px -80px;
}
li#nav_home a:hover {
	background-position: 0px -40px;
}

/* classes for about us navigation */
li#nav_aboutus {
	width: 75px;
}
li#nav_aboutus a {
	width: 75px;
	background-image: url(../images/nav.gif);
	background-position: -64px 0px;
	background-repeat: no-repeat;	
}
li#nav_aboutus a.here, li#nav_aboutus a.here:hover {
	background-position: -64px -80px;
}
li#nav_aboutus a:hover, li#nav_aboutus a.sfhover {
	background-position: -64px -40px;
}

/* classes for history navigation */
li#nav_history {
	width: 65px;
}
li#nav_history a {
	width: 65px;
	background-image: url(../images/nav.gif);
	background-position: -139px 0px;
	background-repeat: no-repeat;	
}
li#nav_history a.here, li#nav_history a.here:hover {
	background-position: -139px -80px;
}
li#nav_history a:hover, li#nav_history a.sfhover {
	background-position: -139px -40px;
}

/* classes for locations navigation */
li#nav_locations {
	width: 78px;
}
li#nav_locations a {
	width: 78px;
	background-image: url(../images/nav.gif);
	background-position: -204px 0px;
	background-repeat: no-repeat;	
}
li#nav_locations a.here, li#nav_locations a.here:hover {
	background-position: -204px -80px;
}
li#nav_locations a:hover, li#nav_locations a.sfhover {
	background-position: -204px -40px;
}

/* classes for find a doctor */
li#nav_findadoctor {
	width: 97px;
}
li#nav_findadoctor a {
	width: 97px;
	background-image: url(../images/nav.gif);
	background-position: -282px 0px;
	background-repeat: no-repeat;	
}
li#nav_findadoctor a.here, li#nav_findadoctor a.here:hover {
	background-position: -282px -80px;
}
li#nav_findadoctor a:hover, li#nav_findadoctor a.sfhover {
	background-position: -282px -40px;
}

/* classes for specialties */
li#nav_specialties {
	width: 86px;
}
li#nav_specialties a {
	width: 86px;
	background-image: url(../images/nav.gif);
	background-position: -379px -0px;
	background-repeat: no-repeat;	
}
li#nav_specialties a.here, li#nav_specialties a.here:hover {
	background-position: -379px -80px;
}
li#nav_specialties a:hover, li#nav_specialties a.sfhover {
	background-position: -379px -40px;
}

/* classes for accepted insurance plans */
li#nav_insurance {
	width: 162px;
}
li#nav_insurance a {
	width: 162px;
	background-image: url(../images/nav.gif);
	background-position: -465px 0px;
	background-repeat: no-repeat;	
}
li#nav_insurance a.here, li#nav_insurance a.here:hover {
	background-position: -465px -80px;
}
li#nav_insurance a:hover, li#nav_insurance a.sfhover {
	background-position: -465px -40px;
}

/* classes for frequently asked questions */
li#nav_faq {
	width: 174px;
}
li#nav_faq a {
	width: 174px;
	background-image: url(../images/nav.gif);
	background-position: -627px 0px;
	background-repeat: no-repeat;	
}
li#nav_faq a.here, li#nav_faq a.here:hover {
	background-position: -627px -80px;
}
li#nav_faq a:hover, li#nav_faq a.sfhover {
	background-position: -627px -40px;
}

/* classes for careers */
li#nav_careers {
	width: 67px;
}
li#nav_careers a {
	width: 67px;
	background-image: url(../images/nav.gif);
	background-position: -801px 0px;
	background-repeat: no-repeat;	
}
li#nav_careers a.here, li#nav_careers a.here:hover {
	background-position: -801px -80px;
}
li#nav_careers a:hover, li#nav_careers a.sfhover {
	background-position: -801px -40px;
}

/* classes for contact us info */
li#nav_contactus {
	width: 92px;
}
li#nav_contactus a {
	width: 92px;
	background-image: url(../images/nav.gif);
	background-position: -868px 0px;
	background-repeat: no-repeat;	
}
li#nav_contactus a.here, li#nav_contactus a.here:hover {
	background-position: -868px -80px;
}
li#nav_contactus a:hover, li#nav_contactus a.sfhover {
	background-position: -868px -40px;
}


#homepromos {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.homepromo {
	float: left;
	width: 330px;
	display: inline;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}
.cleared {
	clear: left;
	margin-right: 0px;
}
.homepromo img {
	float: left;
	border: 4px solid #FFFFFF;	
}

.homepromo h3 {
	margin-left: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

.homepromo p {
	margin-left: 100px;
	padding: 0px;
	margin-top: .25em;
	margin-right: 0px;
	margin-bottom: .25em;
	font-size: 90%;		
}

#navsidebar h5 {
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 12px;	
}

#nav li ul li a:hover {
	background-color: black;
}


/* classes for the left navigation */
#navsidebar {
	width: 220px;
	float: left;
}
#navsidebar h4 {
	font-size: 100%;
	color: #451D06;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#navsidebar p {
	margin-top: .25em;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 85%;
}

#navsidebar ul {
	list-style-type: none;
	margin: 12px;
	padding: 0px;
	display: block;
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}
#navsidebar ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;	
}
#navsidebar ul li a {
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: .5em;
	padding-left: 0em;
}
#navsidebar ul li.here {
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
#navsidebar ul li a:visited {
	color: #00247E;
}
#navsidebar ul li a.here, #navsidebar ul li a:visited.here {
	color: #009966;
	font-weight: bold;
}

#navsidebar ul li ul li a.here, #navsidebar ul li ul li a:visited.here {
	color: black;
	font-weight: bold;
}

#navsidebar ul li a:hover {
	background-color: #E9EFD7;
	text-decoration: underline;
}

#navsidebar ul li ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	border: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .75em;
	margin-left: 0px;
}
#navsidebar ul li ul li {
	list-style-type: none;
	border: none;
	color: #999999;
	background-image: url(../images/leftnavbullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
#navsidebar ul li ul li a {
	text-decoration: none;
	margin: 0px;
	display: block;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: .75em;
	padding-left: 0em;
}
#navsidebar ul li ul li a:hover {
	background-color: #E9EFD7;
	text-decoration: underline;
}

/* classes for content area and background color columns */
#contentcontainer {
	width: 735px;
	float: right;
}
#contentcontainerpadding {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#contentandsidebarcontainer {
	width: 960px;
	float: left;
	background-image: url(../images/contenttile.gif);
	background-repeat: repeat-y;
}




/* classes for three layouts */

/* styles for page with sidebar */
#layout_main {
	overflow: auto;
	width: 100%;
	background-image: url(../images/sidebar_divider.gif);
}

#layout_main #content_main {
	width: 440px;
	float: left;
}


#layout_main #content_mainfull {
	width: 700px;
	float: left;
}

#LVM {
	min-height: 950px;
	height: auto;
	overflow: auto;
	width:687px;

}



#layout_main #content_sidebar {
	width: 200px;
	float: right;
	font-size: 90%;
}

#layout_main #content_sidebar h5 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	font-size: 110%;
	color: #EF5D00;
}


#layout_main #content_sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#layout_main #content_sidebar ul li {
	margin-bottom: .75em;
}

#layout_main #content_sidebar dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

#layout_main #content_sidebar dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#layout_main #content_sidebar dl dd {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
}

#content_main_columns_container {
	overflow: auto;
}

#content_main_columns_container .column1 {
	width: 200px;
	float: left;
	display: inline;
}

#content_main_columns_container .column2 {
	width: 200px;
	margin-left: 20px;	
	float: left;
	display: inline;
}

/* classes for the breadcrumb navigation */
#contentcontainer ul#breadcrumb {
	list-style-type: none;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contentcontainer ul#breadcrumb li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
}
#contentcontainer ul#breadcrumb li a {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/breadcrumbbullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* this is the main page head */
h1 {
	font-weight: bold;
	color: #451D06;
	font-size: 140%;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_main h2 {
	font-weight: bold;
	color: #451D06;
	font-size: 105%;
	margin-top:  0em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h3 {
	font-weight: bold;
	color: #451D06;
	font-size: 105%;
	margin-top: 0.75em;
	margin-right: 0em;
	margin-bottom: 0.2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h4 {
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: .75em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding: 0em;
}
#content_main h4 span {
	font-weight: normal;
	color: black;
}

#content_main h5 {
	font-weight: bold;
	color: black;
	font-size: 90%;
	margin-top: .75em;
	margin-right: 0em;
	margin-bottom: .2em;
	margin-left: 0em;
	padding: 0em;
}
#content_main p {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.25em;
	margin-left: 0em;
	font-size: 90%;
	line-height: 130%;
}
#content_main ul, #content_main ol, #content_main dl {
	margin-top: .25em;
	margin-bottom: 1em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 35px;
	font-size: 90%;	
}
#content_main ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .3em;
	margin-left: 0;
}
#content_main dl {
	margin-top: .25em;
	margin-bottom: 1em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 90%;	
}

dl dt {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: .25em;
	margin-left: 0px;
	font-weight: bold;
}
dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
dl dd span {
	margin: 0px;
	padding: 0px;
	color: #666666;	
}

blockquote {
	font-style: italic;
	margin-bottom: 2.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
blockquote p {

}
blockquote p.author {
	font-style: normal; 
}
blockquote p.author strong {
		font-style: normal; 
}

/* classes for footer list and links */
#footer {
	clear: both;
	height: 30px;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 80%;
	background-color: #451D06;
	
}
#footer ul li {
	list-style-type: none;
	float: right;
	color: white;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer ul li a {
	color: white;
}
#footer ul li a:hover {
	color: #FFFF66;
}
#footer ul li.copyright {
	float: left;
	padding-left: 15px;
}


/* find a doctor styles */
table.formtable {
	width: 435px;
	font-size: 90%;
}

table.formtable td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

table.formtable th {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009966;
	text-align: left;
}
table.formtable p {
	margin: 0;
	padding: 0;
}
table.formtable span.formnote {
	font-size: 85%;
	color:#333333;
	display: block;
}
span.req {
	color: red;
}

table.formtable span.error {
	font-weight: bold;
	color: #CC0000;
}

#errorMessage {
	width: 435px;
	background-color: #FEFFE3;
	border: 1px solid #CCCC99;	
	margin-bottom: 1em;
}

#errorMessage p {
	font-weight: bold;
	color: #CC0000;
	margin: 0;
	padding: 0;
	margin: 6px;
}


table.formtable td label {
}

dl.findadoctor_results {
	margin: 0px;
	padding: 0px;	
}
img.doctorphoto {
	float: right;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content_main h3 span {
	font-weight: normal;
	font-size: 80%;
	display: block;
}

table.datatable {
	border: 1px solid #CCCCCC;
}
table.datatable th {
	background-color: #FF9933;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
table.datatable tr {
}
table.datatable td {
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#layout_main #content_main p.paralink {
	padding: 0px;
	margin-top: -.75em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
}
.spanheader {
	font-weight: bold;
}

#layout_main #content_main ul.classrecord {
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	padding: 0;
	float: left;
}

#layout_main #content_main ul.classrecord li.classdate, #layout_main #content_main ul.classrecord li.classregister {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	clear: none;
}
#layout_main #content_main ul.classrecord li {
	margin: 0;
	padding: 0;
	width: 250px;
	float: right;
	clear: left;
}
p.note {
	font-size: 85%;
}
img.locationphoto {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}


/* styles for paging though search results */

div.searchpaging {
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

div.searchpaging ul {
	list-style-type: none;
	/*width: 100%;*/
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}
div.searchpaging ul li {
	float: right;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
