/* @override http://172.26.215.163/FTS/Style/screen.css */
/* Default Browser Styles from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* DO NOT MODIFY*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
}

/* elements */
a:link { color: #007ead; }
a:visited { color: #336699; }
a:hover, a:active, a:focus { color: #EB7E35; }

p, ul, ol, dl { line-height: 18px; margin: 12px 0; }
ul, ol { padding-left: 20px;  }
ul { list-style: disc; }
ol { list-style: decimal; }
em { font-style: italic; }
strong { font-weight: bold; }
sup { font-size: 10px; position: relative; vertical-align: top; }
label { font-weight: bold; }

h1 {
  color: #007ead;
  font-size: 24px;
  font-weight: bold;
}
h2, h3 {
  color: #007ead;
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
}

/*the "content" class is used to enable styling of tables within the main content without blowing out all of the layout tables*/
table.content {
  margin-left: -6px;
}
table.content td {
 padding: 6px;
 text-align: left;
}
table.content th {
 font-weight: bold;
 padding: 6px 16px 6px 6px;
 text-align: left;
}

/* helper styles */
/* http://www.positioniseverything.net/easyclearing.html, also see ie6.css and ie7.css */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.skiplink, .structureLabel {
	position: absolute;
	left: -999em;
	overflow: hidden;
}
.subhead {
  font-weight: bold;
}
.toplink {
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}
.print {
  background: url("/FTS/Images/Layout/EN/icon_print.png") no-repeat 0 60%;
  padding-left: 22px; 
}
.more {
  text-align: right;
  margin-top: 12px;
}
.important strong {
  color: #b92c3d;
  text-transform: uppercase;
}
.box {
  float: left;
}
li.vcard {
  margin: 15px 0;  
}
.img_left {
  float: left;
  margin: 0 15px 10px 0;
}
.disclaimer p {
  color: #636363;
  font-size: 10px;
	line-height: 14px;
}

/* =forms*/
div.form div { margin:12px 0; }
div.form input { display:block; }
span.Error { background-color: #FCF1B8; color: #FF0000; display: block; padding: 6px; }
span.Error ul { margin-top: 0; margin-bottom: 0; }
div.form span.EmailUpdateSuccess, 
span.ContactUsSuccessLabel { color:#F00; }



/* page structure */
#wrapper {
  margin: 0 auto;
  width: 919px;
}

#header {
  background: #fff url("/FTS/Images/Layout/EN/header_bg.jpg") no-repeat 0 100%;
  margin-top: 14px;
  min-height: 115px; /*see ie6.css for height fix*/
  position: relative; /*to position elements absolutely*/
}
body.index #header, 
body.login #header {
  background: none; 
  min-height: 1px; /*overriding #header, see ie6.css for height fix */
}

/*prelogin 3 column layout -- DO NOT MESS WITH ANY NUMBERS*/
/*issue with dissapearing column fixed at http://www.infocraft.com/articles/the_case_of_the_disappearing_column/ */
/*also, see ie6.css. Applied display:inline to #content_wrap or else #sidebar did not position correctly */
.prelogin #content_wrap {
  padding-left: 286px;  /* LC fullwidth */
  padding-right: 215px; /* RC fullwidth + CC padding */
}
.prelogin #content_wrap .column {
  position: relative;
  float: left;
}
.prelogin #main {
  width: 100%;
}
.prelogin #sidebar { 
  left: 215px;          /* RC fullwidth for IE6 */
  margin-left: -100%;
  padding-right: 22px;  /* LC padding */
  text-align: center;
  width: 264px;         /* LC width */
}
.prelogin #offer {
  width: 185px;         /* RC width */
  margin-right: -215px; /* RC fullwidth + CC padding */
  padding-left: 30px;   /* RC padding */
}
.prelogin #content_wrap > #sidebar {
  left: -286px;         /* -(LC fullwidth + CC padding) */
}

/* inner page structure */
#main_wrap td {
 vertical-align: top;
}
td#main,
/*#main*/.sitemap_page {
 padding: 0 25px 0 35px;  
}
/*#main_wrap*/.resourcecenter td#main {
  padding: 0;
  width: 600px;
}
td#sidebar {
  text-align: center;
  width: 200px;
}
td#sidenav {
  width: 200px;
}
td#sidenav_right {
  width: 237px;
}

#footer {
  border-top: 1px solid #ccc;
  clear: both;
  font-size: 10px;
  margin-top: 35px;
  padding: 0 17px;
}
#footer p {line-height: normal;}

/* components */
#logo {  
  display: block;
  height: 46px;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 197px;
}

/* =nav */
/* on prelogin pages, the nav is an unordered list. On inner pages, it's a div with a table in it */
#nav {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
} 
#nav li {
  display: inline;
  padding: 0;
}
#nav a:link, #nav a:visited {
  color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus { color: #EB7E35; text-decoration: none; }

#nav img {
  vertical-align: middle;
}

/* =subnav */
ul.subnav {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
}
.subnav a {
  /*see ie6.css for fix for extra spacing underneath anchors*/
  background: url("/FTS/Images/Layout/EN/bullets.gif") no-repeat 4px 9px;
  color: #007ead;
  display: block;
  font-weight: bold;
  padding: 4px;
  padding-left: 16px;
  text-decoration: none;
}
.subnav a:hover, .a1 #a1 a, .a2 #a2 a, .a3 #a3 a, .a4 #a4 a, .a5 #a5 a {  
  background-color: #5c95dd;
  background-position: 4px -50px;
  color: #fff;
}

/* subnav: prelogin article page subnav */
#article_nav {
  background: url("/FTS/Images/Layout/EN/prelogin_subnav_bg.png") no-repeat 0 0;
  min-height: 251px; /*see ie6.css for height fix */
  padding: 25px 10px 0 18px;
  width: 236px; /*264*/
}

/* subnav: article page subnav */
#related_articles_nav {
  background: url("/FTS/Images/Layout/EN/related_articles_bg.png") no-repeat 0 0;
  min-height: 278px; /*see ie6.css for height fix */
  padding: 25px 10px 0 18px;
  width: 209px; /*237*/ 
}
#related_articles_nav h2 {
  border-bottom: 1px solid #979797;
  color: #244e76;
  font-size: 10px;
  margin-right: 8px;
  margin-top: 0;
  padding-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
}

/* benefit details box */
#benefit_details {
  background: url("/FTS/Images/Layout/EN/related_articles_bg.png") no-repeat 0 0;
  min-height: 233px; /*279*/
  padding: 23px 30px;
  width: 177px; /*237*/
}
#benefit_details p {
  font-size: 16px;
  font-weight: bold;
}
#benefit_details p span {
  color: #007ead;
  display: block;
}
#benefit_details p span.note {
  font-size: 12px;
	font-weight: normal;
}

/* left nav */
#sidenav td.LeftMenuHeader {      
 font-weight: bold;
 padding: 3px 6px 9px; 
}
.LeftMenuNotSelected {}
.LeftMenuSelected {}    
#sidenav a {
 display: block;
 padding: 6px;
 text-decoration: none;
}
#sidenav a:hover, 
#sidenav .LeftMenuSelected {
 color: #fff;
 background-color: #007ead;
}

/* =footer components */
p#copyright { 
  float: left;
}
ul#siteinfo {
  color: #666;
  float: right;  
}
#siteinfo li {
  display: inline;
  padding-left: 0;
}
#siteinfo a {
  color: #666;
}
#siteinfo a:hover, #siteinfo a:active, #siteinfo a:focus { color: #EB7E35; }

/* =common prelogin components */
p#tagline {
  color: #565656;
  font-size: 33px;
}
#tagline em {
  color: #a43341;
  font-style: normal;
}
#tagline strong {
  color: #a43341;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-style: italic;
	line-height: 19px;
  text-transform: uppercase;
}
#tagline span {
  color: #000;
  display: block;
  font-size: 13px;
  line-height: normal;
}
#tagline span em {
  color: #000;
  font-style: italic;
}

/* =homepage components */
#hero {
  background: #a7e3f6 url("/FTS/Images/Layout/EN/hero_bg.jpg") no-repeat 0 0;
  border: 1px solid #089dcb;
  font-weight: bold;
  min-height: 217px; /*see ie6.css for height fix*/
  padding: 12px 18px 16px 240px;
}
#hero p {
  line-height: normal;
  margin: 0;
}
p#hline1 {
  color: #223f92;
  font-size: 16px;
  text-align:center;
  padding-top: 8px;
}
p#hline3 {
  color: #223f92;
  font-size: 18px;
}
p#hline4 {
  margin: 40px 0 0 auto;
  display: block;
  width: 360px;
}
a#hline4 {
  color: #223f92;
  font-size: 13px;
  vertical-align:top;
  line-height: 18px;
}
#hero_btn {
  display: block;
  margin: -48px 0 0 auto;
  width: 252px;
}

#exclusive {
  color: #336699;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#exclusive strong {
  color: #b92c3d;
  text-transform: uppercase;
}

.article_box {
  background: url("/FTS/Images/Layout/EN/article_box_bg.png") no-repeat 0 0;
  float: left;
  margin-right: -12px;
  padding: 23px 23px 0 23px;
  width: 148px; /*194*/
}
.article_box h2 {  
  font-size: 16px;
  line-height: normal;
}
.article_box p {
  line-height: normal;
}
.article_box h2 a:link, .article_box h2 a:visited {
  color: #007ead;
  text-decoration: none;
}
.article_box h2 a:hover, .article_box h2 a:active, .article_box h2 a:focus { 
	text-decoration: underline; 
}
.article_box img {
  float: left;
  margin-left: -7px;
  margin-right: 9px;
}

/* prelogin article page components */
#offer_box_wrap {
  background: #81d7f2 url("/FTS/Images/Layout/EN/offer_box_bg.gif") repeat-x 0 0;
  margin-left: auto; /*right-aligns the div*/
  padding-top: 7px;
  width: 172px;
}
#offer_box {
  background: url("/FTS/Images/Layout/EN/offer_box_bg.gif") repeat-x 0 100%;
  font-weight: bold;
  padding: 17px 12px 12px 12px;
  text-align: center;
}
#offer_box a {
  /*see ie6.css for fix where it appeared that more right padding was being applied*/
  display: block;
  margin-left: -27px; 
  margin-top: 12px;
}

ul#page_actions {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  text-align: right;
  /*dsfdsfdsfds;fnkldsafkldsjalf;kjadslfk;jdsalk;fjlkadsjflkdsajfl;ds*/
}
#page_actions li {
  display: inline;
  font-size: 10px;
  margin-left: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
#page_actions img { 
	vertical-align: middle; 
}

#footnotes {
  font-size: 10px;
}
#footnotes h2 {
  color: #000;
  font-size: 12px;
  margin-top: 36px;
  margin-bottom: -6px;
}
#footnotes li {
  line-height: 14px;
}

/*welcome page components*/
/*#main*/.welcome h1 {
  margin-left: 30px;
  margin-bottom: 12px;
}
.welcome ul {
list-style: none;
padding-left:0;
}
#cr_product li, 
#id_product li {
  background: url("/FTS/Images/Layout/EN/bullets.gif") no-repeat 0 0;
  line-height: normal;
  padding: 6px 0 6px 16px;
}
#cr_product li {
  background-position: 0px -114px;
}
#id_product li {
  background-position: 0px -183px;
}
.product_btn { 
  margin: 24px 0 0;
	text-align: center;
	width: 100%;
}
#id_product .product_btn { 
	width:233px; 
}

#cr_product {
  background: transparent url("/FTS/Images/Layout/EN/cr_product_bg.png") no-repeat 0 0;
  padding: 24px 28px 0 28px;
  margin-right: -5px; /*to create an overlap effect*/
  width: 386px; /*442*/
}
#cr_product h2 {
  color: #b92c3d;
  font-size: 17px;
  margin-bottom: 12px;
  text-align: center;
}
#cr_product h3 {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

#cr_product_start { 
  float: left;
  width: 192px;
}
#cr_product_login { 
  float: right;
  width: 164px;
}
#cr_product p.important {
  text-align: center;
}

#id_product { 
  background: transparent url("/FTS/Images/Layout/EN/id_product_bg.png") no-repeat 0 0;
  padding: 24px 28px 0 28px;
  width: 233px; /*289*/
}

#resources { 
  margin-left: 8px;
  width: 185px;
}
#resources h2 {
  font-size: 16px;
  margin-top: 24px; 
  margin-bottom: -6px;
  padding: 5px 0 5px 40px;
}
#resources a:link, #resources a:visited { 
  text-decoration:none;
}
#resources a:hover, #resources a:active, #resources a:focus { 
  text-decoration: underline; 
}

#resources h2.fp {
  background: #fff url("/FTS/Images/Layout/EN/icon_financialplanner.png") no-repeat 0 0;
}
#resources h2.rc {
  background: #fff url("/FTS/Images/Layout/EN/icon_resourcecenter.png") no-repeat 5px 0;
}

/* =login page components */
/*#main*/.login_page {
  background: url("/FTS/Images/Layout/EN/login_bg.jpg") no-repeat 0 0;
  margin-top: 75px;
  margin-bottom: 40px;
  position: relative;
}
#login_notes {
  background-color: #fff;
  color: #007ead;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 0;
  width: 200px;
}
#login_form {
  margin: 0 auto;
  min-height: 277px; /*see ie6.css for height fix*/  
  padding-top: 1px; /*prevent margin collapsing*/
  width: 425px;
}
#login_form h1 {
  font-style: italic;
  margin: 31px 0 28px 0;
  text-align: center;
}
#login_form div {
  width: 160px;
}
.c1, 
.c2 {
  /*see ie6.css for float fix*/
  float: left;
  margin: 2px 0;
}
.c1 {
  clear: left;
  margin-left: 50px;
}
.c2 {
  margin-left: 32px;
}
#memberid input, 
#zipcode input {
  width: 130px;
}
#memberid label, 
#zipcode label {
  display: block;
  font-size: 11px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
#privacy a {
  left: -10px;
  position: relative;
}
#rememberme {
  min-height: 21px;
}
#rememberme input {
  line-height: 21px;
  vertical-align: middle;
}
#forgotpw {
  min-height: 21px;
}
#forgotpw a {
  display: block;
  vertical-align: middle;
  line-height: 21px;
}
#privacy, 
#submit {
  margin-top: 15px;
}
#signup {
  margin-left: 0;
  margin-top: 31px;
  text-align: center;
  width: 100%;
}
#login_form .LoginError {
  background-color: transparent;
  color: #D60000;
  display: block;
  margin-left: 50px;
  margin-bottom: 15px;
  padding: 0;
}

/* =inner pages / modsite stuff */

/* =membership pages */

/* cancel form */
.cancel_form {
 margin: 25px 0 10px 0;
 width: 585px; /*the width of the "make your selection below" image*/
}
.cancel_form p {
 text-align: center;
}
.cancel_form img,
.cancel_form input {
 display: block;
 margin: 0 auto;
}
.cancel_form table {
 width: 585px; /*the width of the "make your selection below" image*/
}
.cancel_form td {
 width: 50%;
}
.cancel_form td p {
 min-height: 97px; /*see ie6.css for min-height fix*/
 padding: 0 35px;
}
.cancel_form td img {
 margin-top: 12px;
 margin-bottom: 12px;
}

/* =faq page */
.faq_page h2 + p {
 margin-top: 2px;
}
.faq_page .top {
 font-size: 90%;
}
#faq_list {
  list-style: none;
  padding-left: 0;
}
#faq_list li {
  padding-bottom: 12px;
}

/* =contact us page */
table.contact_us_form th {
 text-align: right;
}
table.contact_us_form .note {
 display: block;
 font-size: 90%;
}
.callWrite {
 margin-top: 25px;
 width: 100%;
}

/* =learning center */
/*#main_wrap*/.resourcecenter p.subhead + p { 
  margin-top: -12px; 
}
/*#main_wrap*/.resourcecenter h2 { 
  color: #000; 
}

/* =sitemap */
/*#main*/.sitemap_page ul.column {
  float:left;
  width: 45%;
}
/*#main*/.sitemap_page li ul {
  margin-top: 0;
}

/* =benefit page */
#cartcontent {
  border: 1px solid #990000;
  padding: 5px;
}
.benefit_page .BenefitLogo {
 float: left;
}
.benefit_page .content_column {
 min-height: 243px;
 padding-left: 136px;  
}

/* logged out page */
/*#main*/.logged_out {
  text-align: center;
  padding-bottom: 200px;
}

/* article page */
/*#main_wrap*/.article_page {
  margin-top: -20px;
  position: relative; /*this makes this div appear above #header*/
}
.article_page #sidebar {
  padding-top: 33px;
}
.article_page #sidenav_right {
  padding-top: 28px;
}

/* overrides */
#hero #tagline {
  color: #000000;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 33px;
  margin-top: 20px;
}

#hero #tagline span {
  color: #747e81;
  font-size: 16px;
}

#hero #tagline span em {
  color: #747e81;
}

#offer #tagline {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
#offer #tagline span {
  font-size: 11px;
}
.article_box h2,
#main.welcome h2, 
#main.welcome h3 {
  margin-top: 0;
}
#footer .disclaimer { 
	clear:both; 
}
#footer .disclaimer p { 
	margin:6px 0; 
}

.clear_floats {
 clear:both;
}

#securelogos {
margin-left:155px;
}

#securelogo_verisign,
#securelogo_mcafee,
#securelogo_trustwave,
#securelogo_truste {
float:left;
display:inline;
margin-right:45px;
}

#securelogo_verisign {}

#securelogo_mcafee {
margin-top:17px;
}

#securelogo_trustwave {
margin-top:14px;
}

#securelogo_truste {
margin-top:20px;
}




