/* THIS STYLESHEET IS UNDER CORPORATE-WIDE GOVERNANCE.  STYLES MAY NOT BE ADDED, DELETED OR CHANGED. */
/* Styles are for www.principaltrust.com non-secure content */
/* Contact: Melody Brownell, Corporate Web Team */

body {					/*Override body style in common.css*/
	margin:10px 10px 0 10px;
}
h1{
	color: #003366;  /*Override style in common.css*/
	margin-top: 15px;
}
h2 {
	margin-bottom: -10px;  /*Override style in common.css*/
}
h3, h4 {
	margin-bottom: -15px; /*Override style in common.css*/
}
a:hover {				/*Override hover color in common.css*/
	color: #003366;
}
a:active {
	color: #003366;
}
/*TOP NAV STYLES*/
#headertable, #content{
	width:100%;
	border:none;
}
#headertable, #content, /*.tiers*/{
	min-width:760px;
}
/*Styles to override td/th tables within the content overall table for rowtotal styles*/
#headertable td, #content td{
	padding:0;
	border:none;
}
#content td .datatable td, #content td .datatable th {
	padding: 2px;
 	border: none;
	}
#content td .datatableopt2 td, #content td .datatableopt2 th {
	padding: 2px;
 	border: none;
	}
#content td .formtable TD, #content td .formtable TH {
	vertical-align: top;
	padding-top: 5px;
	}
#content td .rowtotal td, #content td .rowtotal th {			/*Style for totaling a row */
	border-top: 1px solid black;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
/*end of table override styles*/

#globalnav{	/*Override #globalnav in common.css*/
	display: none;
}
#logocell {/*cell that holds Principal Trust logo*/
	width: 150px;
}

.search{
	display: none;
}
/* Login code*/
.logintop {
	display: none;
}
.logintoptext{
	display: none;
}
.loginbottom{
	display: none;
}
.logintext{
	display: none;
}
.loginbutton{
	display: none;
}
/*Tier 1/2 navigation styles*/
#tier1nav{	
	display: none;
}
#tier1nav, #tier2nav {
	display: none;
}
#tier1 {
	display: none;
}
#tier2 {
	display: none;
}
#tier1nav li, #tier2nav li{
	display: none;
	}
#tier1nav a {
	display: none;
	}
#tier1nav li.selected, #tier1nav li.lefttabselected {	/*Used to show selected Tier 1 tab*/
	display: none;
	}
#tier1nav li.lefttabselected { /*Used to show selected Tier 1 Home Page tab*/
	display: none;
	}
#tier1nav li.lefttab a{ /*Used to show unselected Tier 1 Home Page tab...applied on Tier 2 pages*/
	display: none;
}
/*Tier 2 specific styles*/
#tier2nav{
	display: none;
	}
#tier2nav li{
	display: none;
	}
#tier2nav a {
	display: none;
	}
.leftend{	/*applies rounded corner to tier2 left end*/
	display: none;
	}
#tier2nav li.selected {	/*Used to show selected Tier 2 tab*/
	display: none;
	}
#tier2nav li.selected a {	/*Used to show selected Tier 2 tab link */
	display: none;
	}
#tier2nav li.selected a:hover { /*Used to show selected Tier 2 tab link hover color*/
	display: none;
}
#tier2nav li.selected div {	/*Used to show selected Tier 2 tab*/
	display: none;
}

/*hack for IE5-Mac\*/
#tier1nav a, #tier2nav a{
	float:none;
	}
/*end hack*/	
#tier1nav a:hover {
	background-color: #a0c0df;
	}
#tier2nav a:hover {
	color: #ffffff;
	}
#tier1nav li.lefttab a:hover{
	display: none;
	}
/*Generic template - top blue bar*/
#topbar{
	display: none;
}
#topbarnotab {
	display: none;
	}
#topbar_100{
	display: none;
}
/*Layout positioning styles*/
.leftcolumn{
	display: none;
}
.centercolumn{
	vertical-align: top;
}
.rightcolumn{
	display: none;
}
#maincontainer {		/*container for all content on secondary pages*/
	margin: 7px 5px 10px 15px;
}
#container {  /*Container for main content on home page only*/
	width: 595px;
	margin: 0;
	padding: 0;
}
#rightcontent{
	display: none;
}
/*Style for "skip navigation" hidden link for accessibility*/
.skipnav a {
	display: none;
}
#optionalitems {
	display: none;
}
#printpagelinks {
	text-align: right;
	font-size: 85%;
}
/*Market watch styles*/
#marketwatch{
	color: #003366;
	font-weight: bold;
	margin: 5px;
}
#marketwatch  p{
	margin: 0px 0 2px 0;
}
.marketwatchtext {
	font-size: 75%;
	font-weight: normal;
}
/*Left navigation styles*/
.leftnavheader {
	display: none;
}
.leftnavcontent {
	display: none;
}
.leftnavcontent ul{
	display: none;
}
.leftnavcontent ul ul {
	display: none;
}

.activenav {
	display: none;
}

/*Right content box styles*/
.rightboxheader {			/*header style*/
	display: none;
}
.rightboxcontent {				/*box style for arrow bottom corner */
	display: none;
}
.rightboxcontent p {			/*text style */
	display: none;
}
.orangearrow {
	display: none;
}
/*Upper right image style*/
.rightimage {
	display: none;
}
/*Principal Trust Company header text*/
#topheader {
	margin: 5px 1px 0 10px;
	font-size: 120%;
	float: left;
	font-weight: bold;
	color: #003366;
}
/*Home page specific styles*/
.bottomcontent{
		float: left;
		width:400px;;
		background:#fff;
		margin-top: 15px;
		margin-left: 5px;
		padding-bottom:10px;
}	
.bottomcontent ul{
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
	list-style-type: none;
}
.bottomcontent ul ul{
	padding: 0px;
	margin-top: 5px;
	margin-left: 35px;
	list-style-image: url(/images/bluebullet.gif);
}
.bottomcontent li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%; 
	color: #000;
	background-color: #fff;
}
.calendarheader {/*Calendar header*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	background-color: #fff;
	margin-bottom: 0px;
}
#topbanner{/*top banner*/
	margin:5px 0 0 5px;
	padding: 0;
}

.calloutboxheader {/*header for home page callout box*/
	font-size: 90%;
	font-weight: bold;
	background: #cc6600 URL(/allweb/images/corporate/principaltrust/lefttab_terracotta.gif) left top no-repeat;
	color: #fff;
	padding: 3px 0 2px 10px;
	margin: 10px 0 0 5px;
	border-bottom: solid thin #663300;
	width: 585px;
}
.bannerleft {
	margin:0;
	padding: 0;
}
.bannercenter {
	margin: 0;
	padding: 0;
}
.bannerright {
	margin: 0;
	padding: 0;
}
.banners{
	/*text-align: center;*/
	margin: 0;
	padding: 0 0 0 6px;
	width: 595px;
}

/*Secure side - account identifier */
.identifier {
	font-size: 85%;
	margin-top: 15px;
	margin-left: 15px;
}

/*Footer and copyright styles */
#footercontent {
	margin-top: 30px;
}
.asscgraphic{
	position: absolute;
	margin-top: 50px;
}
.footertext {  
	color: #999999;
	font-size: 85%;
}
.footerlinks {  /*global nav links at bottom*/
	color: #999999;
	font-size: 85%;
}

