/* CSS for Page Layout */
body {
/*-- changed to center page and apply background shadow*/
padding: 0 auto;
margin: 0 auto;
float: inherit;
/*background: #f0f0f0 url(/images/bg_shadow2.png) repeat-y;*/
background-position: top center;
font-family:Arial, Helvetica, sans-serif;
font-size: .75em;
}
/* end changes */



#bodyWrapper {
/*  add to center page */
    margin: 0 auto;
	float: inherit;
	position: inherit;
	table-layout:inherit;
	padding: 0 auto;
/*end add*/
}

/* secondary page header classes added LE 3/1/12*/
#headerAreaSecondary{
padding: 0 auto;
margin: 0 auto; !important;
background-color: #f0f0f0 !important;
/*background: url(/images/bg_shadow.png) no-repeat;*/
background-position: center top; 
}


#logoAreaSecondary {
	background-image: url(/images/TopLogoNSecondary.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width:771px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
}



.mediaIconsSecondary  {
	padding: 8px 40px 0px 10px; 
	float: right;
	position: relative;
	letter-spacing: 2px;
}

/*   end of header classes    */






/*  Search styles for secondary pages */
.SearchWrapperSecondary	{            
	background-image: url(/images/SearchBackground.gif)  ;
	margin:0 auto;
	height: 32px;
	width: 771px;
	
	
}


#searchBoxContainer {
	float:right;
	position:relative; /*important*/
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0;
}
	
#searchBoxInput {
	width:171px; /*follow your image's size*/
	height:22px;/*follow your image's size*/
	background-image: url(../images/search/SearchBox.gif);
	background-repeat:no-repeat; /*important*/
	margin-top: 5px;
	position:relative; /*important*/
	
}


#searchBoxContainer form { display:inline; }

.searchbox {
	border:0px; /*important*/
	border: none; /*important*/
	background-color:transparent; /*important*/
	position:absolute;
	top:-5px;
	left:-4px;
	width:155px;
	height:22px;
	margin-top: 7px;
	margin-right: 100px;
	margin-left: 10px;
	padding: 2px;
	

}
textarea:focus, input:focus{ outline: none; } 

.searchbox_submit {
	/*important*/
	/*important*/
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color:transparent; /*important*/
	position: relative; /*important*/
	float:right;
	top:-2px;
	right: -84px;
    left: 84px;
}

.searchButton {
	float: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0;
}

/*  end of search styles   */ 

/*---- navigation styles for secondary pages ----*/

.navigation 
{
 background-image: url(../images/navigation_bg.png);
 background-repeat: repeat-x;
 background-position: -15px 0;
 font-size: 75%;
 width: 100%;
 float: left;
 position: relative;
 background-color: #fff;
 text-align: left
   
}


.navtext_secondary {
background-image: url(../images/navigation_header_bg.png);
width: 140px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #C33;
padding: 5px 30px 0 0px;
line-height: 1.2em;
margin: 6px 0px 5px 0px;
}



/*.navtext{
	font-family:verdana,arial;
	padding: 5px 30px 0 0px;
	font-size:10pt;
	color:#DE3131;
}*/

.navtable{
	line-height: .5em;
	margin: 5px 0 0 0;
	/*padding-top: 2px;*/
}
.navtable2{
	padding: 3px 0 4px 0px;
	}
	
/* added for hardcoded nav headers */

.navtextTRB {
background-image: url(../images/navigation_header_bg.png);
width: 140px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #C33;
padding: 6px 30px 3px 0px;
line-height: 2.1em;
margin: 8px 0px 1px 0px;
}

.navtableTRB{
	margin: 10px 0 0px 0px;

}

.navtablelinks
{
   /* line-height: 1em;*/
	padding: 2px 0 6px 0px;
	}
	
	

/*end hardcoded nav headers */

a.toppick {
	font-size:10pt;
	color:#333333;
	font-family:arial;
	text-decoration:none;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

a:hover.toppick {
	font-size:10pt;
	color:#de3131;
	font-family:arial;
	text-decoration:underline;
}

.bread {
    padding: 5px 0 5px 0;
}
a.bread {
	font-size:10pt;
	color:#333333;
	font-family:arial;
	text-decoration: none;
	
	

}

a:hover.bread
{
	color:#DE3131;
	text-decoration:underline;
}

a.breadl {
	font-size:10pt;
	color:#333333;
	font-family:arial;
	text-decoration:underline;
}

a:hover.breadl{
text-decoration:underline;
color:#DE3131;
}

a.help {
	font-size:8pt;
	color: #FFFFFF;
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
}

a:hover.help{
text-decoration:underline;
}

.bodytext {
font-size:.9em;
font-family:arial,helvetica,san-serif;
background-color: #FFF;


}

.table_left 
{
    text-align: left;
}

.breadtext {
font-size:9pt;
color:#333333;
font-family:arial,helvetica,san-serif;
font-weight:bold;
}

.formtext {
	font-size:9pt;
	color:#000000;
	font-family:verdana;
	font : bold;
}

a.footer{
	font-family : Verdana, Arial;
	font-size : 9pt;
	text-decoration: none;
	color : #FF3333;
}

a:hover.footer{
	text-decoration:underline;
}

a.footernav{
	font-family : Verdana, Arial;
	font-size : 7pt;
	text-decoration: none;
	color : #ffffff;
	font-weight:bold;
}

a:hover.footernav{
	text-decoration:underline;
}

.formtextwhite {
font-size:9pt;
color:#ffffff;
font-family:verdana;
}

.pageheader {
	font-size:14pt;
	color: #DE3131;
	font-weight:bold;
	font-family:verdana;
	background-color: #FFF;
	text-align:left;
}

.pageheaderwhite {
font-size:16pt;
color:#FFffff;
font-family:verdana;
}

.resultsheader {
font-size:9pt;
color:#ffffff;
font-weight:bold;
font-family:arial;
}

.resultsdata {
font-size:9pt;
color:#000000;
font-family:arial;
}

.stepheader {
font-size:12pt;
color:#FF3333;
font-weight:bold;
font-family:arial;
}

.warningtext {
font-size:10pt;
color:red;
font-family:arial,helvetica,san-serif;
}

.pageheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;

}
.pageheader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.pageheader4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.caption {
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	font-style:italic;
}

UL.squareBullet LI {
	MARGIN: 0 ;
	padding: 0 0 0 0;
	list-style: none;
}

UL.squareBullet LI img {
  margin: 0 0 0 -2em;
  vertical-align: top;
}

UL.squareBullet LI A {
	font-size:10pt;
	color:#333333;
	font-family:arial;
	text-decoration:none;
	margin-left: -1.5em;
}

UL.squareBullet LI A span {
  width: 100%;
}

UL.squareBullet LI A:hover{
	text-decoration:underline;
	color:#DE3131;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.table1 {
	font-size:7.5pt;
	font-family:arial,helvetica,san-serif;
}

/*Pension Issues*/
.rightcol {
	border-left: 1px dotted #CCC;
}

.rightcoltop {
	font-size: 12px;
	padding: 0px 0px 12px 10px;
	width:150px;
}

.rightcolbottom {
	font-size: 12px;
	border-top: 1px dotted #CCC;
	padding: 6px 0px 6px 2px;
}

a.pensionbread {
	font-size: 8.5pt;
	color:#333333;
	font-family:arial;
	text-decoration:none;
}

a:hover.pensionbread{
text-decoration:underline;
color:#DE3131;
}

/*FAQs*/
.faqsli{
margin-bottom: 5px;
margin-top: 10px;
}

.ulspacing{
line-height:2;
}

/* ../Forms/index.aspx */
/* investments/SECletters.aspx */
/* help/Forms_Publications/Employer_Circulars.aspx */
.bullet {
list-style-type: none;
}
.bullet li{
background-image: url(../images/pdficonsmall.gif);
background-repeat: no-repeat;
margin-left: -3em; 
padding-left: 2em;
padding-bottom: .8em;
padding-top: .2em;
}

/*online forms request*/
.dottedline {

height: .8em; /* needed by NN6*/
line-height: 1em;
border-bottom: 1px dotted #ccc;
vertical-align: bottom;
margin-top: .9em;
}
.itemname	{
	top: 3px;
	background-color: white;
	margin-bottom: -.3em;
		
	position: relative;

}



/*used in ...Help/forms_publications/pastpubs.aspx*/
.formsli {
margin-bottom: 5px;
list-style-image: url(../images/bullet.gif);
}

.lispace{
line-spacing: 2;
}

.subli{
margin-bottom: 3px;
list-style-image: url(../images/arr.gif);
}

.legbullet {
list-style-image: url(../images/pdficonsmall.gif);
left-margin: 50px;
}

h2 {
  padding: 2px 0 2px 0;
  font-size: 15px;
  margin: .7em 0 -.8em 0;
}

h3 {
  font-size: 14px;
  padding: 1em 0 0 0;
  margin: 0 0 0 0;
}

h4 {
  font-size: 12px;
  padding: 1em 0 0 0;
  margin: 0 0 0 0;
}


/*                        New styles for information tables   (Rick 1/4/2006)   */
.infTable th {                     /* table-heading */
		 height:           25px;
		 background-color: #ccc;  
		 text-align:     center;
		 letter-spacing:  1.5px;
}
.infTable td {                     /* table detail */
		 background-color: #fff;  
		 text-align:       left;
		 height:           20px;
		 padding-left:      3px;
		 font-size:     smaller;
}
.infTableSH td {                   /* table sub-heading */
		 background-color: #eee;
		 text-align:     center;
		 font-weight:      bold;
		 padding-left:      3px;
		 font-style:     normal;
		 letter-spacing:    1px;
}
/*                        New style for 'Service Mark'  (Rick M. 9/28/2007)   */
.servicemark {
         font-size: 60%;  
	     font-family: Verdana, Arial, sans-serif; 
		 vertical-align: text-top;
}
/*                        New style for 'Last Updated'  (Rick M. 10/18/2007)   */
.changedDate {
		padding:   20px 0 0 0;
		font-size: 10px;
}

/*                        New styles for multimedia tables   (Chris 10/4/2010)   */
.multimedia_table {                     /* table */
		border-width: 1px;
		border-spacing: ;
		border-style: solid;
		border-color: #C0C0C0;
		border-collapse: collapse;
		background-color: white;
}



.multimedia_table td {                     /* table detail (Chris 10/4/2010) */
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 15px;
		padding-bottom: 25px;
		border-width: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		background-color: white;
		

}
