/* CSS Document for Products and Services Pages */
/* Created by Cristine Cravens */

/* Import global style sheet */
@import "/common/css/global.css";

/* Import footer style sheet */
@import "/common/css/footer.css";

/* Import global printer friendly style sheet */
@import "/common/css/print.css";

/* Import Total Solutions footer styles */
@import "/common/css/footertotalsolutions.css";

.signon {
/* this is a new element for the sign on message */
	font-size:9px;
	font-family:verdana, arial, helvetica;
}

.leftNavShift {
/* This shifts the left menu over and down to line up with grid on page. Used on File & Serve pages */
	padding-top:1px;
	padding-left:2px;
}


.resources	{ 
/* This is the formatting for the first table in the left navigation where the Resources and Email and Print links appear */
	margin-left:12px; 
	margin-right:12px; 
	margin-top:15px; 
	padding:10px; 
	border: 1px solid #cccccc; 
	width: 220; 
}

.resources2 { 
/* This is the formatting to create a bottom border in the left navigation where Resources appear. */ 	
	border-bottom: 1px solid #cccccc; 
	}

.productfamily {
/* This indents the products listed on a main product family page. */
	margin-left: 16px;
}



