
/********** interface heading styles **********/
#topHeaderRow { height: 110px; }
	#logo { top: 0px; left: 0px; }
	
/* section header and section header image */
.headerImage {
	height: 30px;
	margin-bottom: 18px;
	background: none;
	}
	.headerImage h1 {
		position: absolute;
		top: 0px;
		left: 0px;
		height: auto;
		font: 2em Palatino, Georgia, Times New Roman;
		}
		.headerImage h1 span { display: block; }
		
/********** content area styles **********/
#contentArea {
	width: 994px;
	padding: 0 0 50px 0;
	}
	#content {	
		float: none;
		width: 600px;
		margin-right: 0px;
		}
		#content ul { margin-left: 15px; }
		#content ul li {
			line-height: 16px;
			padding: 4px 0;
			list-style: disc;
			background: none;
			}	
			
/********** footer styles **********/
#footer {
	clear: both;
	height: auto;
	margin-left: 0px;
	padding: 0 0 0 0;
	color: #999;
	font: .9em Tahoma, Arial, Helvetica, sans-serif;
	}
	
	#footerColumnOne {
		position: relative;
		float: left;
		width: 110px;
		height: 70px;
		}
		img#notFDICinsured { display: none; }
		/* trust and investments section footer styles */
		.TrustsInvestmentsSection div#bgWrapper div#envelope div#footer div#footerColumnOne img#notFDICinsured { display: block !important; }
		.TrustsInvestmentsSection div#bgWrapper div#envelope div#footer div#footerColumnOne a { display: none; }		
			
		.TrustsInvestmentsSection div#bgWrapper div#envelope div#footer div#footerColumnThree {
			width: 154px;
				w\idth: 143px;
			padding: 0 0 0 10px;
			}
			
		.TrustsInvestmentsSection div#bgWrapper div#envelope div#footer ul#footerColumnFour {
			width: 210px;
				w\idth: 200px;
			padding: 0 0 0 10px;
			}
				
	#footerColumnTwo {
		width: 190px;
			w\idth: 170px;
		padding: 0 10px;
		}
		
/* shut off these elements from printing */ 
ul#secondaryNavigation,
ul#levelOneNavigation,
.headerImage div#sectionImage,
#leftColumn,
#rightColumn,
p.backToTop,
#footerLinks,
a#lightfin { display: none; }
