/* CSS specific to TECHNICAL SUPPORT docs 
	includes top banner colors and gap fill image
	TFG (sf) created 04.12.04 ... altered 5.20.04 (sf)
*/
/* CSS Document */

/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */
/*	set background image for content 	*/
#bgContentImg{
	position: absolute;
	top: 225px;
	left:221px;
	z-index:9;
	margin:0;
}
/*	bump up position of Sub Nav and intro blurb)	*/
#subNav, #mainContent{
	top: 224px;
}
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 351px;
}
/*	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: 575px;
}
/*	set gap image to span 100% of browser width	*/
#bannerDiv {
	background-image: url(../../common/images/pgBnr/bnr-technicalSupport-gap.jpg);
}
/*	page specific RGB divider bar	*/
#pgLocation, #bannerDiv{
	background-color: #1F3F6D;
}
/*	text RGB for crumb trail links & clock	*/
#breadCrumbs, #breadCrumbs a:link, #breadCrumbs a:visited, #timeDate{
	 color: #eee;
}
#mainContent p{
	margin-right: 75px;
}
/*	no line	*/
#contentTable{
	border:0;
}
