/* THIS STYLESHEET IS UNDER CORPORATE-WIDE GOVERNANCE.  STYLES MAY NOT BE ADDED, DELETED OR CHANGED. */
/* Styles are for www.hrgi-online.com non-secure content */
/* Contact: Melody Brownell, Corporate Systems Support*/

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*/
	margin-right: 0;
}
#logocell {/*cell that holds Principal Trust logo*/
	width: 150px;
}
#login { /*can remove once all domains have been updated with new login button*/
	float: left; 
	margin-top: 5px;
}
.search{
	float: right;
	margin:0;
}
/* Login code*/
.logintop {
	float: left;
	width: 135px;
	margin: 0;
	padding: 3px 0px 3px 5px;
	color: #FFFFFF;
	background: #cc6600 url(/allweb/images/corporate/hrgi/lefttab_terracotta.gif) top left no-repeat;
}
.logintoptext{
	font-weight: bold;
	margin-bottom: 1px;
}
.loginbottom{
	width: 138px;
	margin: 0;
	padding: 1px 0 5px 0;
	background-color: #eeeedd;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.logintext{
	font-size: 80%;
	margin: 3px 0 0 5px;
	padding: 0;
}
.loginbutton{
	float:right;
	margin: 0 3px 0 0;
}
/*Tier 1/2 navigation styles*/
#tier1nav{	
	background: #003366 url(/allweb/images/corporate/hrgi/bar_blue.gif) repeat;
}
#tier1nav{
	margin: 0;
	padding: 0;
	width: 100%;
	float:right;
}
#tier1 {
	margin-left: 150px;
	height: 23px;
	background-color: #003366;
}
#tier1nav li {
	margin: 0;
	list-style: none;
	float: left;
	font-size:11px;
	border-right: 1px solid #fff;	
	line-height: 23px;	
	font-weight: bold;
	white-space: nowrap;
	}
#tier1nav a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	}
#tier1nav li.selected, #tier1nav li.lefttabselected {	/*Used to show selected Tier 1 tab*/
	padding: 0px 5px 0px 5px;
	background-color: #a0c0df;
	color: #003366;
	}
#tier1nav li.lefttabselected { /*Used to show selected Tier 1 Home Page tab*/
	background: #a0c0df url(/allweb/images/corporate/hrgi/lefttab_lightblue.gif) left top no-repeat;
	}
#tier1nav li.lefttab a{ /*Used to show unselected Tier 1 Home Page tab*/
	background: #003366 url(/allweb/images/corporate/hrgi/lefttab_blue.gif) top left no-repeat;
	color: #ffffff;
}
#tier1nav li.lefttab a:hover{
	background: #a0c0df url(/allweb/images/corporate/hrgi/lefttab_lightblue.gif) left top no-repeat;
	color: #ffffff;
	}
/*Generic template - top blue bar*/
#topbar{
	background: #003366 url(/allweb/images/corporate/hrgi/lefttab_blue.gif) left top no-repeat;
	padding: 0;
	margin: 15px 0 15px 165px;
	line-height: 23px;
}
#topbarnotab {
	background-color: #003366;
	padding: 0;
	margin: 0;
	line-height: 23px;
	}
#topbar_100{
	background: #003366 url(/allweb/images/corporate/hrgi/lefttab_blue.gif) left top no-repeat;
	padding: 0;
	margin: 15px 0 15px 0;
	line-height: 23px;
}
/*Layout positioning styles*/
.leftcolumn{
	width: 150px;
	vertical-align: top;
}
.centercolumn{
	vertical-align: top;
}
.rightcolumn{
	width: 185px;
	vertical-align: top;
}
#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{
	float: right;
	width: 185px;
}
/*Style for "skip navigation" hidden link for accessibility*/
.skipnav a {
	display: none;
}
#optionalitems {
	text-align: right;
	font-size: 85%;
}
#printpagelinks {
	display: none;
}
/*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 {
	font-weight: bold;
	color: #ffffff;
	background: #003366 url(/allweb/images/corporate/hrgi/lefttab_blue.gif) top left no-repeat;
	font-size: 11px;
	padding: 4px 0 3px 10px;
	margin: 10px 4px 0 0;
}
.leftnavcontent {
	background: #A0C0DF url(/allweb/images/corporate/hrgi/brcorner_lightblue.gif) 100% 100% no-repeat;
	margin: 0 4px 0 0;
	padding: 0 0 0 3px;
	font-size: 85%;
}
.leftnavcontent a:link{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #6b8dbc;
}
.leftnavcontent a:active{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #6b8dbc;
}
.leftnavcontent a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}
.leftnavcontent ul{
	list-style-type: disc;
	margin: 0;
	padding: 5px 5px 10px 20px;
}
.leftnavcontent ul ul {
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	margin: 0;
	padding: 1px 5px 1px 15px;
}
.leftnavcontent li{
	margin: 0;	
	padding: 5px 0 0 0;
}
.activenav {
	list-style-image: url(/allweb/images/corporate/hrgi/doublearrow.gif);
	font-weight: bold;
	margin-top: 3px;
}

/*Right content box styles*/
.rightboxheader {			/*header style*/
	font-weight: bold;
	color: #FFFFFF;
	background: #CC6600 url(/allweb/images/corporate/hrgi/lefttab_terracotta.gif) no-repeat left top;
	line-height: 23px;
	padding-left: 10px;
	margin: 5px 0 0 10px;
	font-size: 11px;
	border-bottom: 1px solid #666666;
}
.rightboxcontent {				/*box style for arrow bottom corner */
	background-color: #F1D4B8;
	margin: 2px 0 0 10px;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #F1D4B8;
}
.rightboxcontent p {			/*text style */
	margin: 5px 0 0 0;
	font-size: 85%;	
}
.orangearrow {
}
/*Upper right image style*/
.rightimage {
	margin: 0px;
	padding: 5px 0 0 10px;
}

/*Home page specific styles*/

#topbanner{/*top banner*/
	margin:5px 0 0 5px;
	padding: 0;
}
.adheader {/*header for home page callout box*/
	font-size: 90%;
	font-weight: bold;
	background: #cc6600 URL(/allweb/images/corporate/hrgi/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;
}
#contentwidth{
	width: 750px;
}

.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;
}

/*Footer and copyright styles */
#footercontent {
	margin-top: 30px;
}
.footertext {  
	color: #999999;
	font-size: 85%;
}
.footerlinks {  /*global nav links at bottom*/
	color: #999999;
	font-size: 85%;
}

