/*****************************************************************************************************************/
/* PRINT STYLES
/*****************************************************************************************************************/
/*
The following are generic styles used for the print version and it is recommended that no changes are made.
*/  
body, span, textarea, hr {
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
}
caption {
	font-size: 90%;
	font-style: italic;
	text-align: left;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6,
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6,
#excontenthome #newsupdates h1, #excontenthome #sectorhighlights h1, #excontenthome #workcommunities h1, #workcommunities h1
{
	clear: both;
	color: #000000;
} 
div.content a:link, div.content a:visited,
div.content a:link, a:visited,
div.content a.compoundanchor:link, div.content a.compoundanchor:visited
{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
div.content table {
	margin-bottom: 20px;
}
div.content td, #maincontent div.content td {
	background: none;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}
div.content td.tdhomecontent, div.content td.tdextracontent, div.content td.tdworkcommunities {
	border: none;
}

#extracontent {
	display: none;
}
.tdNav, .tdExContent {
	width: 0%;
}
.tdContentArea, .tdMainContent {
	width: 100%;
}
#homecontent, #workcommunities, #excontenthome, div.content {
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#contentcontainer #contentarea, #contentcontainer #maincontentexcnt {
	width: 100%;
}
#homecontent, #workcommunities {
	width: 90%;
}

/*****************************************************************************************************************/

/*
The following styles are used to hide elements not required in the printed version.
Add CSS classes/selectors here to hide this element from print version.
*/

.null,
.navigation,
#banner,
#bannerline,
#bannertoolbar,
#breadcrumb,
#breadcrumbline,
#header,
#centernav,
#footer,
#navarea, 
#navigation,
#newsletter,
#ourbranches,
#pagebuttons,
#printtop,
#printtopextend,
#printtopins,
#skip
{
	display: none;
}

/*****************************************************************************************************************/
