/* CSS Document */
<!--
/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */
/* 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: 725px;
}
/*	set footer div position to just below content area
	(265 + height of content #subNav   -40 pixels IF we are not displaying PDF and intro blurb area ) 
*/
#footerDiv{
	top: 950px;
}
/*	set gap image to span 100% of browser width	*/
#bannerDiv { 
	background-image: url(../../common/images/pgBnr/bnr-about-gap.jpg);}
/*	page specific RGB divider bar	*/
#pgLocation, #bannerDiv{
	background-color: #828385;
}
/*	text RGB for crumb trail links & clock	*/
#breadCrumbs, #breadCrumbs a:link, #breadCrumbs a:visited, #timeDate{
	 color: #eee;
}
.newsItems li{
	padding-bottom:5px;
}
#contentTable{
	padding-right: 0;
	margin-right: 0;
}
/*	set background image for content 	*/
#bgContentImg{
	position: absolute;
	top: 265px;
	left:221px;
	z-index:9;
	margin:0;
}
-->
