/* default margins for basic elements */

img {
	border: 0;
}

p, dl, multicol {
  margin: 1em 0;
}


h1 {
  margin: .67em 0;
  border-bottom: 1px solid #666;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 4px;
  color: #341A50;
  line-height: 20px;
  font-size: 16px;
}

h2 {
  margin: .83em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #341B52;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0;
	line-height: 16px;
}

h2.br_locator {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

h2.page-title {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.sub_section_head {
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
}

h3 {
  margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #402B62;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4 {
  font-size: 11px;
  margin: 1.33em 0 0 0;
  padding-bottom: 0;
}

h5 {
  margin: 1.67em 0;
}

h6 {
  margin: 2.33em 0;
}

listing {
  margin: 1em 0;
}

xmp, pre, plaintext {
  margin: 1em 0;
}

ol, ul {
  margin-top: 1em;
  margin-left: 40px;
}

blockquote {
  margin: 1em 0;
  padding-left: 40px;
}
/* body content styles */

p, li, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.sctsmall, .small_copy, .legal{ font-size: 10px; line-height: 14px; }

/* general link styles */

a:link {
  
	color: #402B62;
}

a:visited {

	color: #402B62;
}

a:hover {
	text-decoration: underline;
	color: #402B62;
}

/* inter-copy link styles */

a.ul:link {
  text-decoration: underline;
  font-weight: bold;
	color: #402B62;
}

a.ul:visited {
  text-decoration: underline;
  font-weight: bold;
	color: #402B62;
}

a.ul:hover {
  text-decoration: underline;
  font-weight: bold;
	color: #905B92;
}

/* header styles */

h1.section_header {
	color: #3D2A64;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 20px;
	font-weight: bolder;
	white-space: nowrap;
}

h2.section_title {
	padding: 8px 0 6px 13px;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 900;
	margin: 0;
	border-bottom: 2px solid #F1CC35;
	background: #FDE87B;
}

h2.section_sub_title {
	padding: 8px 0 6px 13px;
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: 900;
	margin: 0;
	border-bottom: 2px solid #F1CC35;
	border-top: 2px solid #FFEEAA;
	background: #FDE87B;
}

div#attribution div#copyright {
	padding: 5px 15px 3px 15px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #776699;
}

div#footer div#copyright a:link,
div#footer div#copyright a:visited {
	color: #CCBBDF;
	text-decoration: none;
}

div#disclaimer p {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 9px;
  color: #666;
}

div#disclaimer a {
  font-size: 9px;
  color: #768;
}

.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330033;
	line-height: 18px;
}
.bodylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330033;
	line-height: 18px;
}
.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	background-color: #FFFFFF;
}
.navlink {
	color: #341B52;
	text-decoration: none;
}
.navlink:visited {
	color: #341B52;
	text-decoration: none;
}
.navlink:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #4A3574;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-align: left;
}

.homesubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #341B52;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin: 0;
}
.detail {
	font-size: 10px;
	line-height: 14px;
	display: block;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.bold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 12px;
}
.bold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 12px;
}
.bold:hover {
	color: #000000;
	text-decoration: underline;
}

h1.promo_header {
	margin: 0;
	padding: 0;
	margin-left: 260px;
	line-height: 35px;
	font-size: 24px;
	color: #FCF2C7;
	font-weight: bold;
}

div#main_promo p {
	margin-left: 260px;
	margin-right: 100px;
	line-height: 20px;
	color: #FFF;
	font-size: 12px;
}

h2.open_acct {
	color: #341A50;
	line-height: 26px;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

h2.main_phone {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1.big_header {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
	color: #341A50;
}

h2.big_subheader {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #7F7F7F;
}

div#rodger_quote h1 {
  font-size: 24px;
  color: #341A50;
  line-height: 30px;
}

div#reasons-home p {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-top: 8px;
}

span.reasons-head {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #341A50;
  font-size: 135%;
}

div#reasons-home a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
ul.article_list {
  text-align: left;
  display: block;
  clear: both;
  list-style: none;
  float: left;
	margin-left: 0;
}

ul.article_list li {
	font-size: 1em;
	line-height: 1.2em;
  margin: 15px 5px 8px 10px;
}

/* sidebar instructions/promotions */

div#leftnav ol {
	margin: 10px 5px 10px 25px;
}

div#leftnav ol li {
	margin-top: 10px;
}

/* home footer styles */
div#footer-home .content_33 h2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

div#footer-home .content_33 a {
  font-size: 10px;
  line-height: 12px;
}

div#footer-home .content_33 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#footer-home .content_33 ul li {
  margin-left: 15px;
}

span.prod_serv_head {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #341A50;
  font-size: 125%;
}

div.product_blurb p {
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  width: 210px;
}

div.picture-blurb p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #666;
}

div.col_left_50 ul {
  margin-left: 30px;
}

p#jd-award-quote {
  font-size: 11px;
  line-height: 14px;
  display: block;
  float: left;
  width: 110px;
  margin: 25px 0 0 10px;
}

div#footer a {
  display: block;
  float: left;
}

ul.features {
  margin:0 0 15px 15px !important;
  list-style: square;
  padding: 0;
}

ul.features li {
  margin-left: 0;
  font-size: 1.2em;
  font-weight: bold;
}

ul.features li p {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
}

span.question {
  font-weight: bold;
}

.blocky {
margin-left: 12px;
}

.style1 {
font-size: 9px;
}

.section1 {
  padding-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCCCCC;
  width: 98%;
}

/* security sub-site */
ul.no_bullets,
ul.no_bullets li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.brclear { /* Use a break with this class to clear float containers */
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
h2.icon {
	background: #8f86a3 url(/library/images/bg_border_top_white.gif) repeat-x top left;

}

/* sub div headings */
#sub h1,
#sub h2 {
	background: #8f86a3;
}

#sub h2 {
	margin-bottom: 10px;
}

#sub h3,
#sub h4,
#sub h5,
#sub h6 {
	color: #8f86a3;
}

h2.icon img {
	margin: -5px 0px;
}