/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	color: #444;
	font: 80%/1.4 Arial, Helvetica, Verdana, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}
.typeface-js {	
	font-family: helvetiker;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	color: #333399;
	font-size: 1.9em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h2 {
	color: #ff9400;
	font-size: 1.7em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h3 {
	color: #333399;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h4 {
	color: #444;
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.marker { background-color: #ff0; }  

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
	width: 100%;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #efefef;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 2em;
	text-align: left;
}
td img {
	padding: 10px;
}


/* -- 6.LINKS -- */
a {
	color: #333399;
	text-decoration: underline;
}

a:hover, a:focus {		
	color: #FF9400;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */
p.typeface-js {
	color: #000;
	font-family: helvetiker;
	font-size: 2.4em;
	line-height: 1.5;
	font-weight: bold;
}
p.page-title {
	color: #444;
	background: transparent url(/images/layout/main-content-title-bg-fade.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 40px 0;

}
/* 7.1.HEADER */
p.breadcrumb {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .9em;
}
span#account-access {
	background: transparent url(/images/buttons/account-access.png) center top no-repeat;
	display: block;
	float: left;
	height: 38px;
	width: 131px;
}
span#account-access a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	width: 100%;
}

ul#masthead-contact {
	clear: both;
	color: #333;
	font-size: 1.5em;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#masthead-contact li {
	margin: 0 10px .25em 0;
	padding: 0;
	text-align: right;
}
ul#masthead-contact span {
	font-weight: bold;
	font-size: 1.1em;
}
ul#masthead-contact li a {
	background-image: url(/images/buttons/contact-us.png);
	background-position: right top;
	background-repeat: no-repeat;
	outline: none;
	display: block;
	float: right;	
	height: 28px;
	text-align: left;
	text-indent: -9999em;
	width: 133px;
}
ul#masthead-contact li a:hover,
ul#masthead-contact li a:focus {
	background-position: left top;
}

/* 7.2.SIDEBAR MODULES */
.sidebar-module-header h3 {
	color: #000;
	letter-spacing: -.8px;
	margin: 0 0 .25em 0;
	padding-left: 25px;
}

.sidebar-module#sidebar-module-blog .sidebar-module-header h3,
.sidebar-module#sidebar-module-live-chat .sidebar-module-header h3 {
	background-position: 20px 2px;
	background-repeat: no-repeat;
	margin: 0 0 -50px 0;
	padding-bottom: 40px;
	padding-left: 80px;
}
.sidebar-module#sidebar-module-live-chat .sidebar-module-header h3 {
	background-image: url(/images/icons/chat.png);
}
.sidebar-module#sidebar-module-blog .sidebar-module-header h3 {
	background-image: url(/images/icons/blog.png);
}
.sidebar-module#sidebar-module-blog a,
.sidebar-module#sidebar-module-live-chat a {
	color: #616161;
	line-height: 1.2;
	text-decoration: none;
}
.sidebar-module.over#sidebar-module-blog a,
.sidebar-module.over#sidebar-module-live-chat a {
	color: #111;
}
.sidebar-module#sidebar-module-blog p,
.sidebar-module#sidebar-module-live-chat p {
	margin-bottom: 0;
}

.sidebar-module ul {
	list-style: none;
}
.sidebar-module ul li {
	border-bottom: solid 1px #cecece;
	margin: 0;
	padding: 2px 5px 7px 0;
	width: 200px;
}
.sidebar-module ul li a {
	font-weight: bold;
	text-decoration: none;
}
.sidebar-module-content a {
	text-decoration: none;
}
/* 7.3 GET STARTED - OPEN A NEW ACCOUNT */
div#open-a-new-account h1 strong {
	color: #333;
	font-size: .7em;
	margin-bottom: .25em;
}
div#open-a-new-account div.get-started-content-blocks {
	border-bottom: dashed 1px #ccc;
	margin: 1em 0;
	padding: 1em 0;
}
div#open-a-new-account h2.get-started-steps {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#open-a-new-account h2.get-started-steps span {
	color: #333;	
}
div#open-a-new-account ul.wire-instructions {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em 0;
}
div#open-a-new-account ul.get-started-doc-download {
	background: transparent url(/images/icons/get-started-doc-download.png) top left no-repeat;
	list-style: none;
	margin: 1em 0;
	height: 130px;
	width: 420px;
	padding: 0;
	position: relative;
}
div#open-a-new-account ul.get-started-doc-download li {
	height: 130px;
	margin: 0 0 0 40px;
	padding: 0;
	width: 105px;
	float: left;
	text-indent: -9999em;
}
div#open-a-new-account ul.get-started-doc-download li:first-child {
	margin: 0;
}
div#open-a-new-account ul.get-started-doc-download li a {
	display: block;
	height: 100%;
	width: 100%;
}
div#open-a-new-account ul.wire-instructions li {
	margin: 0;
}
div#open-a-new-account ul.get-started {
	list-style: none;
	margin: .5em 0 1em 0;
	padding: 0;
}
div#open-a-new-account ul.get-started li {
	font-size: 1.2em;
	margin-left: 1em;
	padding: 10px 0 10px 50px;
}
div#open-a-new-account ul.get-started.checklist li {
	background: transparent url(/images/icons/get-started.png) -10px -395px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#open-a-new-account ul.get-started.contacts li.phone {
	background: transparent url(/images/icons/get-started.png) -15px 0 no-repeat;
}
div#open-a-new-account ul.get-started.contacts li.email {
	background: transparent url(/images/icons/get-started.png) -15px -90px no-repeat;
}
div#open-a-new-account ul.get-started.contacts li.mail {
	background: transparent url(/images/icons/get-started.png) -15px -190px no-repeat;
}
div#open-a-new-account ul.get-started.contacts li.fax {
	background: transparent url(/images/icons/get-started.png) -15px -300px no-repeat;
}
div#open-a-new-account p.adobe-reader-download a {
	line-height: 1;
}
div#open-a-new-account p..adobe-reader-download a img {
	vertical-align: bottom;
}

/* 7.4. HOMEPAGE */
#homepage p.typeface-js {
	font-size: 1em;
	margin: 0;
}

body#homepage #promo-teaser h2 {
	color: #fff;
	font-family: sans-serif;
/*	font-family: helvetiker;
*/	font-size: 2.6em;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 1.1;
	font-weight: normal;
}
body#homepage #main-content h3 {
	color: #444;
	font-size: 1.5em;
}

body#homepage #promo-teaser p {
	margin: 0;
}
body#homepage #promo-teaser p strong {
	font-weight: normal;
}
body#homepage #promo-teaser a {
	color: #ff9400;
}
body#homepage #homepage-promo ul#promo-more-info {
	position: absolute;
	bottom: 5px;
	left: 420px;
}
body#homepage #homepage-promo ul#promo-more-info,
body#homepage #homepage-promo ul#promo-more-info li {
	height: 39px;
	margin: 0;
	padding: 0;
}
body#homepage #homepage-promo ul#promo-more-info li {
	float: left;
	list-style: none;
	width: 252px;
	margin-left: 30px; /* TAKE OUT WHEN SALES CHAT IS ACTIVE */
}
body#homepage #homepage-promo ul#promo-more-info li#promo-more-info-chat {
	margin-left: 13px;
}
/*body#homepage #homepage-promo ul#promo-more-info li a {
	background-image: url(/images/buttons/request-info-chat-now.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 39px;
	text-indent: -9999em;
	width: 252px
}
body#homepage #homepage-promo ul#promo-more-info li a:hover,
body#homepage #homepage-promo ul#promo-more-info li a:focus {
	background-position: left -73px;
}

body#homepage #homepage-promo ul#promo-more-info li#promo-more-info-chat a {
	background-position: right top;
}
body#homepage #homepage-promo ul#promo-more-info li#promo-more-info-chat a:hover,
body#homepage #homepage-promo ul#promo-more-info li#promo-more-info-chat a:focus {
	background-position: right -73px;
}
*/


body#homepage .homepage-modules p.more-info a {
	background-image: url(/images/buttons/homepage-module-buttons.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: .9em;
	line-height: 1;
	font-weight: bold;
	height: 18px;
	padding: 6px 0 2px 0;
	text-align: center;
	text-decoration: none;
	width: 154px;
}
body#homepage .homepage-modules p.more-info a span {
}
body#homepage .homepage-modules p.more-info a:hover,
body#homepage .homepage-modules p.more-info a:focus {
	background-position: left center;
}

/* Tabbed Content */
ul#tabbed-content {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#tabbed-content li {
	background: transparent url(/images/layout/tab-bg.png) bottom center repeat-x;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	float: left;
	height: auto;
	margin: 0 1px;
	padding: 0;
}
ul#tabbed-content li:first-child {
	float: left;
	margin-left: 0;
	padding: 0;
}
ul#tabbed-content li a {
	background: transparent url(/images/layout/module-header-bg.jpg) no-repeat top center;
	color: #626262;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1;
	max-height: 60px;
	min-height: 45px;
	outline: none;
	overflow: hidden;
	padding: 10px 14px 0 14px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 118px;
	display: table-cell;
	vertical-align: middle;
}
ul#tabbed-content li:first-child a {
}
ul#tabbed-content li a:hover,
ul#tabbed-content li a:focus {
	background-color: #fff;
	color: #333;
}

ul#tabbed-content li.active a {
	background: #262B6B url(/images/navigation/main-nav-bg.jpg) top left no-repeat;
	color: #fff;
}
div.tab-content {
	background: #fbfbfb url(/images/layout/tab-bottom-divider.png) top center repeat-x;
	border: solid 1px #D5D5D5;
	border-bottom: none;
	border-top: none;
	padding-top: 20px;
	width: 596px;
}
div.tab-content div {
	background: #fbfbfb url(/images/layout/tab-bottom-bg.png) bottom center repeat-x;
	padding: 20px;
}
/* IRA Resource Center */
p.agree-buttons {
	text-align: center;
}

/* Contact Form CAPTCHA */
div.form-container .captcha-fields {
	margin: 1.5em 0;
	border: 1px solid #999;
	padding: 10px 10px 20px 10px;
}
div.form-container .captcha-fields label {
	width: 305px;
	text-align: left;
}
div.form-container .captcha-fields,
div.form-container .captcha-fields input, 
div.form-container .captcha-fields img, 
div.form-container .captcha-fields label {
	display: block;
	float: none;
}
div.form-container .captcha-fields input {
	padding: .25em;
}
div.form-container .captcha-fields img {
	margin: .5em 0;
}

/* Search Results */
div.search-result {
	margin-bottom: 35px;
}

/* Report a Problem modal */
.modal {
	display: none;
}
