@charset "utf-8";



/* PAGE HEADER
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../../images/projectpageheader.jpg) no-repeat;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 719px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 719px;
	background: #666 url(../../images/leftnav-projects.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#healthcare a:link, #healthcare a:visited {
	color: #4D4D4D;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content {
	position: absolute;
	top: 50px;
	left: 220px;
	width: 432px;
	background: transparent;
}

#content p {
	line-height: 16px;
}

#projectheader {
	width: 432px;
	height: 24px;
	background: #333;
	margin: 12px 0 1px 0;
}

#projectpageimg {
	width: 432px;
	height: 286px;
	background: transparent;	
}


/* PROJECT FACTS WRAPPER
-------------------------------------------------------------------*/
#pfactswrap {
	position: absolute;
	top: 84px;
	right: 30px;
	width: 200px;
	height: 400px;
	background: transparent;
}

#pfactsheader{
	width: 200px;
	height: 24px;
	background: #333;
	margin: 0 0 1px 0;
}

#pfacts {
	width: 174px;
	background: #F2F2F2;	
	border: 1px solid #CCC;
	padding: 12px;
}

.pfacttext {
	font-size: 11px;
}

#plink {
	width: 210px;
	height: 15px;
	background: transparent url(../images/healthcarelink.jpg) no-repeat 10px 0;
	margin: 20px 0 0 0;
}

#plink p {
	padding: 0 0 0 30px;
}


/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 913px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 963px;
	left: 0;
}