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

h1, h2, h3, h4, h5 {
	color: #000;
}

#body-content-header {
	background-image: none;
}

#body-content-body {
	background-image: none;
}

#body-content-footer {
	background-image: none;
}

#body-content-body .bodycopy {
	color: #000;
	font-size: 110%;
	
}

#sidebar {
	color: #000;
	font-size: 16px;
}

#sidebar h2 {
	background: url(../images/bg-sidebar-h2.jpg) no-repeat center top;
	height: 32px;
	padding: 5px 0px 3px 5px;
	color: #FFF;
	border-top: 1px solid #4c6079;
}
#quicklinks h2 {
	background-image: none;
	border: none;
}




/* THIS IS FOR ACCESSIBILITY */

.accessibility-notice {
	background-image: url(../images/bg-accessibility-notice.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -38px;
	left: -98px;
	color: #FFF;
	font-size: 11px;
	text-transform: lowercase;
	padding-top: 18px;
	text-align: center;
	width: 181px;
	height: 28px;
}

.accessibility-notice span {
	color: #FFF;
	text-align: center;
	width: 160px;
	position: relative;
}


/* navigation module */

/* Children Only */

.children-only {
	color: #000;
}

.children-only ul li a:link,
.children-only ul li a:visited,
.children-only ul li a:focus {
	color: #000;
}
#nav-breadcrumb {
	color: #000;
}
#nav-breadcrumb a:link, 
#nav-breadcrumb a:visited,
#nav-breadcrumb a:focus {
	color: #000;
}

/* Quicklinks */

#quicklinks {
	color: #000;
}

#quicklinks ul li a:link,
#quicklinks ul li a:visited,
#quicklinks ul li a:focus {
	color: #000;
}

/*======   Display   ======*/
/*=========================*/
#wrapper .hide {
	display: block;
}

/* DOCTORS TABS */

#doctors-tabs .yui-content {
	background-color:#FFF;
	border-color:#0e284e;
	border-style: solid;
	border-width:2px 0px 0px;
	margin:0;
	padding:10px;
}
