/* E-SERVE CSS Document */
<!--
/* move intro blurb over to right, since no PDF content	*/
#PDFintro{
	left:221px;
}
	/*	bump up position of Sub Nav only 
	(since we are not displaying PDF but ARE displaying intro blurb)	
*/
#subNav{
	top: 224px;
}
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 476px;
}
/*	set gap image to span 100% of browser width	*/
#bannerDiv { 
	background-image: url(../../common/images/pgBnr/bnr-resources-gap.jpg);}
/*	page specific RGB divider bar	*/
#pgLocation, #bannerDiv{
	background-color: #8AA3A8;
}
/*	text RGB for crumb trail links & clock	*/
#breadCrumbs, #breadCrumbs a:link, #breadCrumbs a:visited, #timeDate{
	 color: #eee;
}
#footerDiv{
	z-index:16;
}
-->



