/*
background graphics for sections
*/
/*resources landing*/
#resourceSection #content {
	background: transparent url("/_images/bg_resources.png") repeat-x center 6px;
}
#resourceSection #splash {
	height:120px;
}
/*products landing*/
#products-landing #content {
	background: transparent url("/_images/bg_products.png") repeat-x center 6px;
}
#products-landing #splash {
	height:180px;
}
#products-landing .intro {
	width:450px;
}
/*products tier2-3*/
#demos #content,
#products #content {
	background: transparent url("/_images/bg_te_overview.png") repeat-x center 6px;
}
/*solutions landing*/
#solutions-landing #content {
	background: transparent url("/_images/bg_solutions.png") repeat-x center 6px;
}
#solutions-landing #splash {
	height:180px;
}
#solutions-landing .intro {
	width:450px;
}
/*solutions tier2 */
#solutions #content {
	background: transparent url("/_images/bg_compliance.png") repeat-x center 6px;
}
/*services landing*/
#services-landing #content {
	background: transparent url("/_images/bg_services.png") repeat-x center 6px;
}
#services-landing #splash {
	height:180px;
}
#services-landing .intro {
	width:450px;
}
/*services tier2-3*/
#implementation #content,
#services #content {
	background: transparent url("/_images/bg_implementation.png") repeat-x center 6px;
}
/*company landing*/
#company-landing #content {
	background: transparent url("/_images/bg_company.png") repeat-x center 6px;
}
#company-landing #splash {
	height:180px;
}
#company-landing .intro {
	width:450px;
}
/*company tier2-3*/
#partner #content,
#working #content,
#jobs #content,
#events #content,
#news #content,
#currentTopics #content,
#leadership #content,
#page-company-landing #content {
	background: transparent url("/_images/bg_events.png") repeat-x center 6px;
}
/* Print Button --------------------------------------------------- */
#print-landing {
	position: absolute;
	top: 285px;
	right: 0px;
	padding-right: 20px;
	background: transparent url("/_images/print-icon.png") no-repeat top right;
	line-height: 14px;
	z-index: 999;
}
#print-landing a {
	font-size: .90em;
	text-transform: uppercase;
	text-decoration: none;
	color: #4d4e53;
}
#print-landing a:hover {
	text-decoration: underline;
	color: #4c629c;
}
