@import url(https://fonts.googleapis.com/css?family=Ubuntu:regular&subset=Latin);
/* standard styles for all pages */
html, body {
	height:100%;
 	margin:0;
	padding:0;
}
body {
	background-image: url(../images/Standard/BG-Tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	/* line-height:1.2em;   this is to generalized and makes a big mess  */
	font-weight: normal;
}
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	width: 770px;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
}
p {
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
table {
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
a {
    outline:none;
}
img {
	border: none;
	display: block;
}
ul {
    border: none;
	text-align: justify;
	margin-right: 40px;
	margin-top: 35px;
	margin-bottom: 35px;
	/*  other styles in not-ltIE8.css */
}
ul li ul {
	margin-top: 0px;
	margin-bottom: 20px;
	/*  other styles in not-ltIE8.css */
}
ol {
	border: none;
	text-align: justify;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: 40px;
}
/* standard links */
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1686e5;
}
a:hover {
	color: #1e487d;
	border-bottom: 1px dotted #f58207;
}
a:active {
	color: #f58207;
	border-bottom: 1px dotted #f58207;
}

/* page button styles 2011   */
#openaccountbutton {
	display: block;
	outline: none;
	border: none;
	width: 148px;
	height: 35px;
	text-indent:-9999px;
	text-decoration: none;
	background-image: url(images/buttons2011/orange-tall-Open-an-Account.png);
	background-position: 0px 0px;
	margin-left: 40px;
}
#openaccountbutton:hover {
	background-position: 0px -35px;
}
#openaccountbutton:active {
	background-position: left -70px;
}

/*** #contentRight COMMON Styles, 2011 ***/
#contentRight {
	width: 535px;
	padding: 34px;
}
#contentRight p {
	font-size: 14px;
	line-height:1.9em;
	color: #646464;
	margin-top:10px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}
#contentRight h1 {
   	font-family: 'Ubuntu', Arial, sans-serif;
	margin:0px;
	padding:0px;	
	font-size: 24px;
	line-height: 1.2em;
	color: #8a0000;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}
#contentRight h2 {	
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #097cdb;
	font-weight: normal;
	margin-top: 45px;
	margin-bottom: 25px;
}
#contentRight ol li {
    font-family: 'Ubuntu', Arial, sans-serif;
	display: list-item;
	height: auto;
	line-height: 1.7em;
	color: #8a0000;
	font-weight: bold;
	font-size: 16x;
}
#contentRight li p {
    font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.7em;
	color: #323232;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* document download links */
#contentRight #documents {
	list-style-type: none;
	padding: 0px;
	margin: 0px 8px 0px 0px;
}
#contentRight #documents li {
	height: 30px;
	text-align: left;	
}
#contentRight #documents img {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -1px;
}


/* CRUMBS 2010 */
#crumbs {
	position: relative;
	left: 0px;
	height: 20px;
	padding-left: 10px;
	margin: 0px;
	width:760px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
	background-color:#f6f6f6;
	font-size:11px;
	border-bottom: 1px dotted #8a0000;
	color: #1e487d;
}
#crumbs a {
	position: relative;
	top:2px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	background-image: none;
	color: #1e487d;
	text-decoration: none;
	font-weight:normal;
}
#crumbs a:hover {
	color: #1686e5;
	border-bottom: 1px dotted #f58207;
}
#crumbs a:active {
	color: #f58207;
	border-bottom: 1px dotted #f58207;
}
#crumbs span.next {
	position: relative;
	top:2px;
	font-size: 11px;
	float: left;
	color: #f57e00;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
}
#crumbs span.here {
	position: relative;
	top:2px;
	font-size: 11px;
	float: left;
	font-weight:bold;
}

/* FOOTER FRAME 2010 */
#footerFrame {
	position:relative;
	clear:both;
	width:770px;
	border-top: 1px dotted #d1d1d1;
	color:#646464;
	font-size: 11px;
	line-height:1.1em;
}
[IF SafariMob] #footerFrame {
	font-size:8px;
}
#footerFrame p {
	font-size:10px;
	line-height: 1.4em;
	margin: 3px 0px 10px;
}
#footerFrame p a{
	border-bottom: 1px dotted #f58207;
}
#footerFrame a {
	color: #1e487d;
	text-decoration: none;
}
#footerFrame a:hover {
	color: #1686e5;
	border-bottom: 1px dotted #f58207;
}
#footerFrame a:active {
	color: #f58207;
	border-bottom: 1px dotted #f58207;
}

/* standard pageframe this is getting moved to pages themselves for custom widths */
table.pageframe {
	width: 770px;
	vertical-align: top;
}
table.pageframe tr {
	vertical-align: top;
}


/* specific styles UPDATE AND CLEAN OUT OLD!!!  */
p.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1e487d;
	padding-top: 5px;
	text-align: left;
}
p.answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 8px;
	color: black;
}
table.grid {
	text-align: left;
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin: 4px 4px 4px 4px;
    width: 535px;
}
table.grid th {
	border: solid 1px #cccccc;
	padding: 5px;
	color: #1e487d;
	font-size: 16px;
}
table.grid td {
	border: solid 1px #cccccc;
	padding: 5px;
}
div.yellowbox {
	background: #FCF4B5;
	border: solid 1px #DEB031;
	padding: 5px;
}
.disclosure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
table.disclosure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-color: #333333;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-collapse: collapse;
}
table.disclosure td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-color: #333333;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
}
body.disclosure {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
/* even older styles */
.header {
	font-size: 14px;
	font-weight: bold;
	color: #1e487d;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #1e487d;
}
.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #1e487d;
}
.btext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #880000;
}
.sectitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #1e487d;
}
.sectitle_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #880000;
}
.bheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.itext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	font-style: italic;
}
.gtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #1e487d;
}
.blockquote {
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: .1em;
}
.warningblock {
	border-width: thin;
	border-style: solid;
	border-color: red;
	padding: .0em;
}

/*  */
.pagetitle {
	font-size: 16px;
	font-weight: bolder;
	color: #1e487d;
}
.sectiontitle {
    /* this style is  !important for now... to make it work inside #contentRight */
	font-size: 15px !important;
	font-weight: bolder !important;
	color: #880000 !important;
}
#redlink a:link {
	font-weight: bold;
	color: #1e487d;
	text-decoration: none;
}
#redlink a:visited {
	font-weight: bold;
	color: #1e487d;
	text-decoration: none;
}
#redlink a:hover {
	font-weight: bold;
	color: #1e487d;
	text-decoration: none;
}
#redlink a:active {
	font-weight: bold;
	color: #1e487d;
	text-decoration: none;
}

/* New styles 09  */
.pagetitle_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #f57e00;
}
.sectiontitle_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #f57e00;
}

#notebanner {
    padding-top:3px;
    padding-left:4px;
}
/* New styles 10  */
.super {
	vertical-align: super;
	font-size: 0.8em;
}
.boldUL {
	font-weight: bold;
	color: #1E487D;
	list-style: url(images/Square-Bullet.gif) none;
}
.plainUL {
	color: #1E487D;
	list-style: url(images/Square-Bullet.gif) none;
}

/* New 2010 stock Ticker */
#stockTick {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	right: 22px;
	top: 51px;
}
#stockTick .market {
	font-weight: normal;
	color: #888a8c;
}
#stockTick .symbol {
	color: #1686e5;
}
#stockTick .small{
	font-size: 8px;
	font-weight: normal;
}
#stockTick .changeUp {
	color: green;
}
#stockTick .changeDown {
	color: red;
}
#stockTick .changeNill {
	color: green; /* Phil wants green I think black is better... */
}

/* EI6 warn message */
#warnOldIE {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 5px;
	color: #F00;
	text-align: center;
	background-color: #FF9;
	border: 1px solid #EC7A14;
	margin-top: 5px;
	margin-bottom: 5px;
}
#warnOldIE a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #F87D15;
	font-weight: normal;
}
#warnOldIE a:hover {
	text-decoration: none;
	color: #003b79;
	border-bottom: 1px solid #f58207;
}
/* END EI6 warn message */
