html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #450559;
	background-image: url(/imgD/bkg_body_purple.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}
h1 {
	margin: 0;
	padding: 0 0 .5em 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #ffffff;
}
h2 {
	margin: 0;
	padding: 0;
	color: #650181;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
h2 em {
	color: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding: 0;
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
a {
	color: #650181;
	text-decoration: none;
}
a:hover {
	color: #650181;
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
.alert {
	color: #CC0000;
	font-weight: bold;
}
.captcha_error {
	color: #990000;
}

/** 
PAGING
**/
div.paging {
	white-space: nowrap;
}
div.paging .pages {
	float: right;
	display: inline;
	margin: 0;
	padding: 0 4px;
	line-height: 1.5em;
}
div.paging input {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
}
/*.pg_first_d {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_first_d.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
.pg_prev_d {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 3px 0 0 0;
	background-image: url(/imgD/p_prev_d.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.pg_next_d {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 3px 0 0 0;
	background-image: url(/imgD/p_next_d.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*.pg_last_d {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_last_d.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
/*a.pg_first_n {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_first_n.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a.pg_first_n:hover {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_first_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
a.pg_prev_n {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 3px 0 0 0;
	background-image: url(/imgD/p_prev_n.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*a.pg_prev_n:hover {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_prev_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
a.pg_next_n {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 3px 0 0 0;
	background-image: url(/imgD/p_next_n.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*a.pg_next_n:hover {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_next_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
/*a.pg_last_n {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_last_n.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a.pg_last_n:hover {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/p_last_h.gif);
	background-repeat: no-repeat;
	background-position: top left;
}*/
a.pg_link_current_page {
	color: black;
	display: none;
}
a.pg_link_not_current_page {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 2px;
	border solid 1px;
	border-top-color: #3399FF;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #3399FF;
	background-color: #006699;
	vertical-align: middle;
}



/* ************************************************** div#wrapper ****************************** */
div#wrapper {
	width: 916px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/imgD/bkg_wrapper_purple.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 900px;
	margin: 0 8px;
	padding: 0;
	background-color: #ffffff;
}



/* ************************************************** div#header ****************************** */
div#header {
	width: 870px;
	height: 103px;
	margin: 0;
	padding: 0 15px;
	background-color: #ffffff;
	background-image: url(/imgD/bkg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* 
#navfacility 
*/
#header p#navfacility {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	color: #959595;
	line-height: 1;
	text-align: left;
}
#header a.logoreturn {
	margin: 0;
	padding: 0;
}
#header a.healthplex {
	padding-left: 65px;
}
#header #navfacility a {
	color: #959595;
	text-decoration: none;
}
#header #navfacility a:hover {
	color: #959595;
	text-decoration: underline;
}
/* 
#features 
*/
#header div.features {
	float: right;
	display: inline;
	width: 120px;
	margin: 0;
	padding: 18px 20px 0 18px;
	text-align: left;
}
/* 
#features > search
*/
#header .features p.search {
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 1;
	border: solid 1px #e3e3e3;
}
#header .features .search .formfield {
	float: left;
	width: 100px;
	padding: 2px;
	color: #8d8d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border: none;
}
#header .features .search .active {
}
#header .features .search .formbutton {
	float: right;
	margin: 0;
	padding: 4px 3px 0 0;
	width: 6px;
	height: 11px;
	border: none;
}
/* 
#features > quicklinks
*/
.quicklinks {
  position: relative;
  z-index: 100;
	width: 118px;
	height: 18px;
	margin: 12px 0 0 0;
	padding: 0;
  font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	border: solid 1px #e3e3e3;
}
.quicklinks ul { 
  position: absolute;
  left: -999em;
	width: 118px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F6F6F6;
	border: solid #e3e3e3;
	border-width: 0 1px 1px 1px;
}
.quicklinks li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.quicklinks a {
	display: block;
	width: 112px;
	padding: 3px;
	color: #8d8d8d;
	text-decoration: none;
	background-image: url(/imgD/bkg_quicklinks_arrow.gif); 
	background-repeat: no-repeat;
	background-position: 104px 6px;	
}
.quicklinks ul a {
	background-image: none; 
}
.quicklinks a:hover {
	color: #650181;
	text-decoration: none;
}
.quicklinks li:hover ul,
.quicklinks li.sfhover ul {
  left: -1px;
}
.quicklinks li.sfhover-none ul {
  left: -999em;
}
/* 
#features > careerslink
*/
#header .features p.careerslink {
	margin: 0;
	padding: 8px 3px 3px 3px;
}
#header .features p.careerslink a {
	margin: 0;
	padding: 0;
	color: #8d8d8d;
	text-decoration: none;
}
#header .features p.careerslink a:hover {
	color: #8d8d8d;
	text-decoration: none;
}
/* 
#navmain 
*/
#header ul#navmain {
	float: right;
	display: inline;
	height: 103px;
	width: 381px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header #navmain li {
	float: left;
	width: 76px;
	height: 103px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header #navmain li a {
	display: block;
	width: 68px;
	height: 33px;
	margin: 0;
	padding: 70px 0 0 8px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 -103px;
}
#header #navmain li a:hover {
	color: #650181;
	text-decoration: none;
	background-position: 0 0;
}
#header #navmain li.aboutus {
	width: 77px;
}
#header #navmain li.aboutus a {
	width: 68px;
	padding: 70px 0 0 9px;
	background-image: url(/imgD/navmain_aboutus.jpg);
}
body.aboutus #header #navmain li.aboutus a {
	background-position: 0 0;
}
#header #navmain li.ourservices a {
	background-image: url(/imgD/navmain_ourservices.jpg);
}
body.ourservices #header #navmain li.ourservices a {
	background-position: 0 0;
}
#header #navmain li.healthinfo a {
	background-image: url(/imgD/navmain_healthinfo.jpg);
}
body.healthinfo #header #navmain li.healthinfo a {
	background-position: 0 0;
}
#header #navmain li.forpatients a {
	background-image: url(/imgD/navmain_forpatients.jpg);
}
body.forpatients #header #navmain li.forpatients a {
	background-position: 0 0;
}
#header #navmain li.findadoctor a {
	background-image: url(/imgD/navmain_findadoctor.jpg);
}
body.findadoctor #header #navmain li.findadoctor a {
	background-position: 0 0;
}



/* ************************************************** div#main ****************************** */
div#main {
	overflow: hidden;
	width: 870px;
	margin: 0 15px;
	padding: 0 0 30px 0;
	text-align: left;
}
#main h1 {
	width: 870px;
	height: 86px;
	margin: 0 0 15px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5000px;
}
#main h1.plainheader {
	width: 790px;
	height: 86px;
	margin: 0 0 15px 0;
	padding: 0 60px 0 20px;
	color: #F5F1EE;
	font-size: 30px;
	font-weight: normal;
	line-height: 86px;
	text-align: right;
	text-indent: 0;
	background-color: #DDDDDD;
	background-image: url(/imgD/header__generic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	width: 900px;
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	font-size: 10px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(/imgD/bkg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: solid 1px #bfbfbf;
}
#footer h3 {
	color: #62007f;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}
#footer h4 {
	color: #767676;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #767676;
}
#footer h4 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#footer a {
	color: #2e2e2e;
	text-decoration: none;
}
#footer a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}
#footer div.overview {
	width: 860px;
	overflow: hidden;
	margin: 0 0 0 40px;
	padding: 0;
}
#footer .overview h3 {
	float: left;
	line-height: 1;
}
#footer .overview ul {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}
#footer .overview li {
	float: left;
	margin: 0;
	padding: 0 12px;
	border: solid #2e2e2e;
	border-width: 0 0 0 1px;
}
#footer .overview li.first {
	border-width: 0;
}
#footer div.column {
	float: left;
	display: inline;
	width: 142px;
	margin: 15px 0 0 40px;
	padding: 0;
}
#footer .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .column li {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
#footer div.signin {
	float: left;
	width: 138px;
	margin: 11px 0 0 0;
	padding: 0;
	background-color: #eaeaea;
	border: solid 1px #b6b6b6;
}
#footer .signin h3 {
	padding: 6px;
	border-bottom: solid 1px #b6b6b6;
	line-height: 1;
}
#footer .signin ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
#footer .signin li {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	background-image: url(/imgD/bkg_signin_li.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#footer .signin a, #footer .signin a:hover {
	color: #757575;
}



/* ************************************************** misc site-wide features ****************************** */
/* 
interior page promo blocks
*/
div.promoblock a {
	display: block;
	width: 220px;
	margin: 0;
	padding: 0 0 6px 0;
	text-indent: -5000px;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.promoblock a.promoshort {
	height: 59px;
}
div.promoblock a.promotall {
	height: 207px;
}
div.promoblock a:hover {
	background-position: -220px 0;
}

