<!--
/* =================================== */
/*	  Page Specific CSS	(add product logos)
	<BEGIN>	  	  */
/* ================================= */
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 560px;
}
/*	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: 825px;
}
#logoHeader{
	position:absolute;
	top:445px;
	left:232px;
	font-weight:bold;	
	margin-bottom:20px;
}
/* 	group images together	*/
.imgGroup #L{
	margin-left:50px;
	margin-right:0;
	padding-right:0;
}
.imgGroup #R{
	margin-right:50px;	
	margin-left:0;
	padding-left:0;
}
-->






