/* text.css */

body {
	
    font-size:100%;  /* 16px */
    line-height:1.2em; /* 16 x 1.125=18 */
}


.sidenote {
    font-size:0.75em;
}


h2, h3, h4, p {
	padding-bottom: 8px;
}

h2, h3, h4 {
	font-weight: bold;
	color: rgb(0,97,176);
	
}

h2 {
	font-size: 1.4em; /* 1.35em;	*/ 	/* 22px; */
	line-height:1.1em;
	text-transform: uppercase;
}

h3 {
	font-size: 1em; /* 1.35em;	*/ 	/* 22px; */
	/* font-size: 16px; */ /* default is 16 */
	text-transform: uppercase;
	padding-top: 16px;
}

.disclosureSubhead h3 {
	padding-top:8px;
}

h3.extraPad {
	padding-top: 14px;
	padding-bottom: 24px;
}

h3.black, h3.upperLower {
	color:  rgb(0,97,176); /* black; */
	text-transform: none;
}

h4 {
	font-size: 0.875em; /* 14px; */
	line-height:1.1em;
	padding-bottom:10px;
}

h4.padTop {
	padding-top:12px;
}

form h4 {
	padding-top:8px;
	padding-bottom:2px;
}

p, #text ul li, #sidebarRight ul li {
	color: rgb(70,71,73); /* gray */
}

p, #text ul li {
	font-size:1em;
	/* font-size: 16px; */ /* default */
	text-align: left; /* justify */
}


p.highlight {
	background-color: yellow;
}



/* WAS
div.boardPerson {
	text-align: left;
	line-height: 3.75em;
	padding-top:10px;
	padding-bottom:10px;
}

div.boardPerson p.nameAndCompany, div.boardPerson p.companyName {
	float: right;
	width:340px;
	text-align: right;
}

div.boardPerson img {
	display: inline;
	float: left;
	margin-right: 14px;
}
*/

/* NEW BOARD STYLES */

div.boardPerson {
	padding-bottom:35px;
}

div.boardPerson p {
	line-height: 1em;
}

div.boardPerson p.role {
	font-weight: bold;
}

div#boardText {
	width:250px;
}

div.boardPerson img {
	display: inline;
	float: right;
	clear: both;
}

/* END BOARD STYLES */

#sidebarRight p, #sidebarRight ul li {
	font-size: 0.875em; /* 14px; */
	text-align: left;
	line-height:1.15em;
}

#footer p {
	font-size: 0.5625em; /* 9px; */
}

p.smallQuote {
	color: rgb(0,97,176);
	padding-bottom:0;
}

p.smallAttribution {
	color: rgb(0,97,176);
	text-align: right;
}

p.bottomPadded {
	padding-bottom:18px;
}

/* LINKS WITHIN TEXT */

#text a, .disclosureItemText a, #callToAction a, a.link {
	color: rgb(33,115,187);  /* 80% of  rgb(0,97,176) in INDD */
	text-decoration: none;
}

#text a:link {

}


#text a:visited {

}

#text a:hover, .disclosureItemText a:hover, #callToAction a:hover, a.link:hover  {
	color: rgb(27,47,132);
}

#text a:active {
	color: black;
}


/* ### LISTINGS ### */

#text ul, #sidebarRight ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.375em;
	padding-bottom: 8px;	
}

#text ul li {
	background-image: url("../images/blueBullet10px.png");
	background-repeat: no-repeat;
	background-position: 0 4px; 
	padding-left: 20px; 
	padding-bottom: 2px;	
}

#sidebarRight ul li {
	background-image: url("../images/blueBullet8px.png");
	background-repeat: no-repeat;
	background-position: 0 3px; 
	padding-left: 14px; 
	letter-spacing:0.5px; 
}

ul#nonBulletedSection, #text ul.nonBulletedSection {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#nonBulletedSection li, #text ul.nonBulletedSection li {
	background-image: none;
	padding-left: 0; 
}

#text ul.nonBulletedSection li {
	padding:0;
	margin:0; 
	/* line-height:16px; */	
}

#text ul.nonBulletedSection li.padded {
	padding-bottom:8px; 
	/* line-height:16px; */	
}

#text p.runaround {
	padding-right:150px;
}

p.disclaimer {
	font-size: 0.6875em; /* 11px; */
}


div#blueForm {
	background-color: rgb(218,226,243);
	padding:20px;
}

.rightAlign {
	text-align: right;
}

.bold {
	font-weight:bold;
}


