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

body {
	color: #424242;
}

.vein-clinic, 
.womens-health,
.vein-clinic h1, 
.womens-health h1{
	color: #424242;
}

a:link, a:focus {
	color: #0f2e45;
	text-decoration: none;
}
a:visited {
	color: #0f2e45;
}

a:hover {
	color: #091925;
	text-decoration: underline;
}


/* default theme */

#body-content-header {
	background-image:url(../images/bg-body-content-header.jpg);
	background-position: center;
}

#body-content-body {
	background-image:url(../images/bg-body-content-body.jpg);
	background-repeat: repeat-y;
}

#body-content-footer {
	background-image:url(../images/bg-body-content-footer.jpg);
	background-position: -1px 0px;
}

/* vein clinic theme */

.vein-clinic #body-content-header {
	background-image:url(../images/bg-body-content-header-vein-grey.jpg);
	background-position: center;
}

.vein-clinic #body-content-body {
	background-image:url(../images/bg-body-content-body-vein-grey.jpg);
	background-repeat: repeat-y;
}

.vein-clinic #body-content-footer {
	background-image:url(../images/bg-body-content-footer-vein-grey.jpg);
	background-position: -1px 0px;
}

/* womens health theme */

.womens-health #body-content-header {
	background-image:url(../images/bg-body-content-header-womens.jpg);
	background-position: center;
}

.womens-health #body-content-body {
	background-image:url(../images/bg-body-content-body-womens.jpg);
	background-repeat: repeat-y;
}

.womens-health #body-content-footer {
	background-image:url(../images/bg-body-content-footer-womens.jpg);
	background-position: -1px 0px;
}

/* accessibility */
.accessibility-notice {
	display: none;
}


/* navigation module */

/* Children Only */

.children-only {
	color: #4c5f6e;
}

.children-only ul li a:link,
.children-only ul li a:visited,
.children-only ul li a:focus {
	color: #4c5f6e;
	text-decoration: none;
}

/* Breadcrumb */

#nav-breadcrumb {
	color: #999999;
}
#nav-breadcrumb a:link, 
#nav-breadcrumb a:visited,
#nav-breadcrumb a:focus {
	color: #999999;
}

.vein-clinic #nav-breadcrumb {
	color: #999999;
}

.vein-clinic #nav-breadcrumb a:link, 
.vein-clinic #nav-breadcrumb a:visited,
.vein-clinic #nav-breadcrumb a:focus {
	color: #999999;
}

#nav-breadcrumb a:link, 
#nav-breadcrumb a:visited,
#nav-breadcrumb a:focus {
	color: #999999;
}

.womens-health #nav-breadcrumb {
	color: #333333;
}

.womens-health #nav-breadcrumb a:link, 
.womens-health #nav-breadcrumb a:visited,
.womens-health #nav-breadcrumb a:focus {
	color: #000;
}



/* QUICKLINKS */
#quicklinks {
	color: #4c5f6e;
}

#quicklinks ul li a:link,
#quicklinks ul li a:visited,
#quicklinks ul li a:focus {
	color: #4c5f6e;
	text-decoration: none;
}

#quicklinks ul li a:hover {
	text-decoration: underline;
}



/* DOCTORS TABS */

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

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

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