/* CSS Document */
<!--
/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */
/*	bump up position of Sub Nav and intro blurb)	*/
#subNav, #mainContent{
	top: 224px;
}
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 400px;
}
/*	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: 624px;
}
/*	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;
}
.resourceTable{
	margin-left: 10px;
}
.resourceTable td{
	padding: 10px;
} 
#mainContent h1{
	margin-left: 20px;	
}
-->






