/*
*	main.css
*	all styles for RP sites
*	1. Redefining universal tag elements
*			page, anchors/links, headings, block level, more
forms(/login/contact-us), lists(/DL/jumplinks/Q&A/footnotes), tables¬
*	2. Page layout and positioning
*	3. Global CLASSes for local re-use
			colors, utility styles, return to top, hedge,
			tooltips
*	4. Major page DIVs
*			masthead/logo/global, banner/photo/breadcrumb, main navigation,
*			sidebars, section navigation, right #sidebar,
*			bottom navigation, sign-off, footer(copyright)
*	5. Content-specific styles
			home page Part and Spon + login and promos, 
			overviews, rollover ov, enrollment tutorial, search results
			news, calculators/contact-us/popups, charts, 
			sitemap, site tour, glossary, fund lists, fund details
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #fff url(bg-pattern-dots-faint.gif) 83em 0 repeat-y;
}

#ruler {
	display: block;
	font-size: .5em;
	height: 2em;
	position: absolute;
	width: 100%;
	z-index: -1;
}

body,
div,
td,
p,
ul,
ol,
input {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* anchor styles */
a:link {
	color: #036;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active {
	color: #c60;
}

/* heading styles */
h1 {
	color: #c60; /* homepage heading */
	font: 2.03em/normal Minion, "Times New Roman", Times, Georgia, serif;
	letter-spacing: -.35px;
	margin: .18em 0 .68em 0;
}

h2,
h3,
h4,
h5,
h6 {
	color: #063;
	line-height: 1.1;
	margin-top: 1em;
}

h2 {
	color: #c60;
	font-size: 1.28em;
}

h3 {
	font-size: 1.21em;
	margin-bottom: .5em;
	margin-top: 0;
}

h4 {
	font-size: 1.1em;
}

h5,
h6 {
	font-size: 1.03em;
}

h6 {
	color: #000;
	margin-bottom: .35em;
}

/* block level elements have some common styles */
p,
ol,
ul,
dl,
table {
	margin-bottom: 1.22em;
}

p,
li,
dt,
dd {
	line-height: 1.3em;
}

abbr,
acronym {
	border: 0 none;
	cursor: help;
}

blockquote {
	border: 1px solid #ccc;
	color: #366;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 2.5em 1.5em 2.5em;
	padding: .5em;
}

blockquote cite {
	display: block;
}

blockquote cite span {
	display: block;
	font-style: normal;
}

img {
	border: 0px none;
	color: #c60;
	font-size: .88em; /* for ALT attrib */
}

img.icon {
	border: none;
	padding-right: 3px;
}

ilayer {
	display: none;
}

sup {
	font-size: .83em;
	line-height: 0em;
}

sup.small {
	font-size: .64em;
}

sup.headline {
	background-color: #c60;
	color: #fff;
	font-weight: bold;
	padding: .1em .2em;
	position: relative;
	top: .4em;
}

a sup {
	text-decoration: none;
}

iframe {
	border: 0 none;
	width: 100%;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #063;
	height: 0;
	margin: 1em 0;
}

/* forms styles */
form {
	margin: 0; /*	Form defaults to control space around forms	*/
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 1.5em 0; /* padding: .75em .625em; stolen from moz default stylesheet */
	position: relative;
}

fieldset div.container {
	background-color: #ebebd6;
	border: 1px solid #063;
	padding: 0;
	position: relative; /* roth calc etc */
}

legend {
	background-color: #f6f8f8;
	border: 1px solid #ccc;
	color: #0d5458;
	font-size: 1.213em;
	font-weight: bold;
	-moz-border-radius: .75em;
	padding: 0 .5em;
}

/*label {
	font-weight: bold;
}*/
input,
option,
select,
textarea {
	background-color: #f3f3f3;
	font: .9em Verdana, Arial, Helvetica, sans-serif; /* doesn't inherit font correctly */
	padding: 1px 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #fff url(button-bg.gif) repeat-x;
	border: 2px solid #c60;
	border-left-color: #fc6;
	border-top-color: #fc6;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	margin: .1em;
	padding: 1px 2px 1px 4px;
	width: 7.5em;
}

input.button,
input.button-small,
input.button-long,
input.button-max {
	background: #fff url(button-bg.gif) repeat-x 0 -1px; /* seem to need to class it in IE without IE7 script */
	border: 2px solid #c60;
	border-left-color: #fc6;
	border-top-color: #fc6;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	margin: .1em;
	padding: 1px 2px 1px 4px;
	width: 7.5em;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 2px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

input.button:active,
input.button-small:active,
input.button-long:active,
input.button-max:active {
	border: 2px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

input.button:hover,
input.button-long:hover,
input.button-max:hover,
input.button-small:hover {
	background: none 0 -1px;
	background-color: #ebebd6;
}

/*input[type="text"]:focus,
textarea:focus {
}*/
input[type="hidden"] {
	background-color: #fff; /* NS 7.0 fix */
	border: none;
}

 
input.button-small {
	width: 2em;
}

input.button-long {
	width: 14em;
}

input.button-max {
	width: 24em;
}

/* optional form layout with .row class */
div.row.action,
p.row.action {
	clear: both;
	margin-bottom: 1.5em;
	text-align: right;
}

form .row {
	margin-bottom: .5em;
}

form .row label {
	float: left;
	width: 33%;
}

form .row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*	Forms - login, contact-us */
div.form {
	margin: 1em 0 1em 0;
}

div.form span.block {
	margin: .6em 0 .6em 0; /* NS7.0 fix */
}

div.form label {
	display: block;
	font-weight: normal;
	margin: .6em 0 .6em 0;
	padding-bottom: 1em;
	width: 40.5em;
}

div.form label input,
div.form label textarea {
	left: 17em;
	position: absolute;
}


/* lists styles */
ol {
	margin-left: 1.75em;
}

ul {
	margin-left: 1.25em;
}

ul ul, ol ol, ul ol, ol ul {
	margin-left: 2.5em;
}

li h6 {
	margin-bottom: 0;
	margin-top: 0;
}

li p,
ul.double li,
ol.double li {
	margin-bottom: .75em; /* double-spaced lists */
}

h4.jumplinks {
	color: #000;
	font-weight: normal;
	margin-bottom: .75em;
}

ul.jumplinks,
ol.jumplinks {
	border-bottom: 1em solid #fff; /*background-color: #f6f6f6;
	border-top: 1px solid #063;*/
	color: #063;
	margin-left: 0;
	padding: .4em;
}

ul.jumplinks li {
	color: #000;
	margin-left: 1.5em; /*list-style-type: none;
}
ul.jumplinks li a {
	padding-left: .75em;
	background: url(nav-arrow-down.gif) no-repeat 0 .35em;
}
ul.jumplinks li a:visited { color: #036; }
ul.jumplinks li a:hover { color: #c60; */
}

ol.jumplinks li {
	margin-left: 2em;
}

/* Q&A lists */
dl.qa dt {
	clear: left;
	display: inline;
	float: left;
	margin-bottom: 1.75em;
	width: 35px;
}

dl.qa dd {
	display: inline;
	float: left;
	margin-bottom: 1.75em;
	width: 90%;
}

dl.qa .q {
	color: #063;
	font-weight: bold;
	margin-bottom: .4em;
}

/* footnote lists */
.footnote {
	font-size: .9em; /* Legal/source footer declarations */
}

.footnote hr {
	border: 1px solid #c60;
	height: 0px;
	margin: 1.50em 1.5em -1.25em 0;
}

div.footnote {
	border-top: 1px solid #c60;
	font-size: .7em;
	padding-top: 1em;
}

div.chart div.footnote {
	border: none;
	font-size: .9em;
	padding-top: 0;
}

dl.footnote dt,
dl.footnote-full dt {
	clear: left;
	display: inline;
	float: left;
	width: 10px;
}

dl.footnote dd,
dl.footnote-full dd {
	display: inline;
	float: left;
	margin-bottom: .5em;
	width: 95%;
}

/* 2== Page layout */
#wrapper {
	max-width: 83em;
	min-width: 770px;
}

body#contactus-thanks div#wrapper {
	min-width: 0;
}

#outer {
	background-color: #fff; /* center (content) column color */
	width: auto;
}

body.article-leftnav #outer {
	border-left: 168px solid #ebebd6; /* left column border/color applies only under body class for pages with left nav column */
}

body.home-layout #outer {
	border-left: 168px solid #fff;
}

div#wrapper.sidebar #outer {
	border-right: 168px solid #fff; /* right sidebar column border(currently white) applies only under #wrapper class.sidebar */
}

#inner {
	margin: 0;
	width: 100%;
}

#content {
	float: left;
	margin: 0 -8px 0 -2px;
	position: relative;
	width: 100%;
	z-index: 12;
}

#content-inner {
	padding: 1.25em 0 0 1.5em;
}

#content-inner {
	width: 92%; /* change to expression? */
}

body.framed-layout #outer {
	display: none;
}

#nav-main h2,
#home-login h2,
#nav-section h2,
#sidebar h2 {
	display: none; /* don't display for visual browsers */
}

#outer > #inner {
	border-bottom: 1px solid transparent; /* Mozilla code fix */
}

#inner {
	border-bottom: 1px solid #fff;
}

#nav-section {
	margin-right: 1px;
}

/* tables styles */
table {
	font-size: 1.03em; /* doesn't inherit font-size correctly */
	width: 100%;
}

caption {
	font-weight: bold;
	padding: 4px;
}

td,
th {
	padding: .25em .75em;
}

#content th {
	background-color: #063;
	color: #fff;
}

#content th a {
	color: #fff;
}

tr.subhead th {
	background-color: #cc9;
	text-align: left;
}

table.text tbody td,
table.text tbody th {
	text-align: left; /* text table should be top and left aligned */
	vertical-align: top;
}

#content table th,
.table TH {
	background-color: #063;
	color: #fff;
}

.total td {
	background-color: #cc9;
	font-weight: bold;
}

/* 3== --- Global utility CLASSes --- */
.color0,
table.calc-definitions td.color0 {
	background-color: #fff; /* Background/page color */
}

.color1 {
	background-color: #063; /* Primary site color */
}

.color2 {
	background-color: #cc9; /* Secondary site color */
}

.color3,
table.color3 td {
	background-color: #ebebd6; /* Tertiary site color */
}

.odd TD,
li.odd,
dt.odd,
dd.odd {
	background-color: #ebebd6;
}

.even TD,
.odd TD.color0 {
	background-color: #fff;
}

.clear {
	clear: both; /* clearing element */
	height: 1%;
	overflow: hidden;
}

.hide {
	visibility: hidden;
}

.kill,
.disappear {
	display: none; /* Definition to remove elements that are used to compensate for NS4 */
}

.nowrap {
	white-space: nowrap;
}

.indent {
	padding-left: 2em; /* good for lists? */
}

.outdent {
	margin-left: 0;
	padding-left: 0;
}

.pullup {
	margin-top: -1em;
}

/* p.close {
	margin-bottom: 0;
} */
.double {
	margin-bottom: 1.25em;
}

.close {
	margin-top: -1em; /* tight to preceding P, indented, good for lists */
	padding-left: 1em;
	padding-top: 0;
}

div.padded,
p.padded {
	padding: 1em; /* used on all pop-ups */
}

div.padsmall,
p.padsmall {
	padding: .3em;
}

.nomargin {
	margin: 0;
}

.tight {
	margin: .1em 0 .1em 0;
}

.break {
	margin-bottom: .5em;
}

.auto {
	width: auto; /* Definition for tables/HRs that should expand normally -- overrides NS4 constraints */
}

.full {
	width: 100%; /* Definition for tables/HRs that should fill the window -- overrides NS4 constraints */
}

.inline {
	display: inline;
}

.block {
	display: block;
}

/* we should distinguish when we want an error "box" vs. just text in an existing block element.
	on forms, no way to test if html:errors is empty or not, so if we have box, empty border and padding shows. */
.error {
	color: #f00; /* color: #930; ?*/
}

div.error {
	border: 1px solid #930;
	padding: .5em 1em;
}

.legal {
	color: #444;
	font-size: .9em;
}

div.legal p {
	color: #444;
}

.legal sup.small {
	font-size: .9em;
}

div.two-col {
	background-color: #ebebd6;
	float: left;
	margin-right: 1em;
	padding: .3em;
	width: 45%;
}

.float-left {
	float: left; /* float styles for image thumbnails */
	margin: 0 .5em .5em 0;
}

.float-right {
	float: right;
	margin: 0 0 .5em .5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.center {
	text-align: center;
}

div.center,
div.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.border {
	border: 1px solid #063;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

.underscore,
.underscore td,
.underscore th {
	border-bottom: 1px solid #666;
}

.underdash,
.underdash td,
.underdash th {
	border-bottom: 1px dashed #666;
}

.overscore,
.overscore td,
.overscore th {
	border-top: 1px solid #666;
	clear: both;
	margin-top: .25em;
}

.overdash,
.overdash td,
.overdash th {
	border-top: 1px dashed #666;
	clear: both;
	margin-top: .25em;
}

.back,
.next {	/* for split back and next btns, calcs, Enr.Tut., site tour, etc. */
	float: left;
	width: 49.5%;
}
.next { text-align: right; }

.returnToTop {
	font-size: .9em;
	margin: 1.25em;
	text-align: right; /* Links for "Return to Top" */
}

.returnToTop a,
.returnToTop a:visited {
	color: #000;
	text-decoration: none;
}

.returnToTop a:hover {
	color: #c60;
}

.site-hedge {
	clear: both; /* BLUE Legal/source hedge declarations */
	color: #369;
	font-size: 1.02em; /* this hedge is no longer allowed to be smaller */
	margin-top: .5em;
	padding: 1em 0 1em 0;
}

.site-hedge strong {
	color: #036;
}

/* begin tooltip and new (Roth and RP) calculator styles */
/*.tmp-roth a.tooltip {
	text-decoration: none;
	border-bottom: 3px double #036;
	border-bottom: 1px dashed #036;
}*/
.tmp-roth a:visited {
	color: #036;
}

.tmp-roth .field input {
	text-align: right;
}

.tmp-roth .field input.left {
	text-align: left;
}

.tmp-roth dl {
	display: block;
	height: 1%; /*hack*/
	margin: 0;
	padding: .25em 0;
	padding-top: 0;
}

.tmp-roth dl + dl {
	border-top: 1px dashed #666;
	padding-top: .25em;
}

.tmp-roth dl:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.tmp-roth dt {
	margin-right: 20em;
	padding: 0 .25em 0 .25em;
}

.tmp-roth dd {
	display: block;
	padding: 0 .25em 0 .25em;
}

.tmp-roth dd p,
.tmp-roth dd h6 {
	font-size: .9em;
	margin: 0;
}

.tmp-roth .help {
	background: #f3f3f3;
	border: 1px solid #ccc;
	float: right;
	margin-left: .5em;
	margin-top: -1.2em;
	padding: .35em;
	width: 19em;
}

.tmp-roth .help h6,
.tmp-roth .help p,
.menu-div h6,
.menu-div p {
	margin: 0;
}

.tmp-roth .field {
	margin-left: 7.5em; /* positioning of fields */
	padding-left: 1.2em;
	padding-top: .25em;
}

.tmp-roth .field .symbol {
	left: 7.9em; /* positioning of symbols for fields */
	position: absolute;
}

.menu-div {
	background: #fff;
	border: .1em solid #c60;
	display: none;
	font-size: .9em;
	padding: .25em;
	width: 465px;
}

.menu-div table {
	border: 0 none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}

.menu-div th,
.menu-div th.colgroup,
.menu-div th.col {
	padding: 0 .25em;
	text-align: left;
}

.menu-div th[scope="colgroup"],
.menu-div th[scope="col"] {
	background: #DEDE9C;
}

.menu-div th.colgroup,
.menu-div th.col {
	background: #DEDE9C;
}

.menu-div td {
	padding: 0 1em;
}

.menu-div .alt {
	background: #f3f3f3;
}

.menu-div .footnote {
	font-size: .93em !important;
}

/* results page */
.roth-results {
	border-bottom: 1px solid #666;
	height: 1%; /*hack*/
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.roth-results:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.graph {
	background: #fff;
	border: 1px solid #666;
	float: right;
	margin-left: 1em;
	padding: .5em;
	width: 280px;
}

.graph img {
	display: block;
	margin: 0 auto;
}

#roth-401k-process .action p {
	float: left;
	text-align: left;
	width: 71%;
}

/* end tooltip styles */
/* 4== Major page DIVs
--- Masthead --- */
#masthead {
	height: 80px;
	position: relative; /* hook for positioned child elements */
	z-index: 1; /* for ie, so dropdowns will overlay lower elements */
}

#masthead a {
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: underline;
}

#logo {
	padding: 1em;
}

#global {
	color: #c60;
	position: absolute;
	right: 12px;
	text-align: right;
	top: 12px;
}

#global-links {
	font-size: .9em; /* (was .833em, then .916em) bigger for RP */
	margin-bottom: 4px;
}

#global-links strong a {
	color: #c60;
}

#global-links strong a:hover {
	color: #036;
}

#banner {
	background-color: #063;
	height: 90px;
	position: relative;
}

#banner h2 {
	color: #fff;
	font: 2.03em/normal Minion, "Times New Roman", Times, Georgia, serif;
	left: 186px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
}

#breadcrumb {
	background-color: #cc9;
	bottom: 0;
	height: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
}

#breadcrumb div {
	background-color: #cc9;
	font-size: .88em;
	line-height: 20px;
	padding-left: 186px;
}

#breadcrumb a:visited {
	color: #036;
}

#breadcrumb a:hover {
	color: #c60;
}

#photo {
	display: none; /* default display none for home page and other non-left-nav pages; adjusted on body class	*/
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 168px;
}

body#right-frame {
	background: #fff url(bg-pattern-dots-faint.gif) 0 0 repeat-y !important;
}



/* --- Left section navigation and right sidebar common styles --- */
#nav-section ul a,
#sidebar ul a {
	display: block;
	line-height: 1.2em;
	padding: .25em;
}

#nav-section div,
#sidebar div {
	font-size: .88em !important;
	padding-left: 4px;
}

#nav-section ul,
#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 .25em;
	padding: 0;
}

#sidebar h5,
#nav-section h5 {
	border-bottom: 1px solid #c60; /* orange rule as in HELP */
	margin-right: .75em;
}

#sidebar h4,
#nav-section h4 {
	margin-top: .5em;
}

#nav-section hr,
#sidebar hr {
	display: none; /* don't display for visual browsers */
}


/* --- Right-hand content sidebar --- */
#sidebar {
	float: right;
	font-size: 1.08em !important; /* not sure why it needs the boost */
	margin-left: 4px;
	margin-right: -160px; /* _negative_ right column width */
	margin-top: .65em;
	position: relative;
	width: 155px; /* right column width */
	z-index: 11;
}

#sidebar h4 {
	font-size: .98em;
	margin-bottom: .2em;
}

#sidebar p {
	padding-left: 8px;
}

#allocation-questionnaire-results #sidebar {margin-right: 0px}

#allocation-questionnaire-results #sidebar p {
	padding-left: 0; /* override for asset allocation questionnaire results page */
}

#sidebar div.promo,
#sidebar div.promobox {
	background-color: #ebebd6; /*	Promotional panel declarations	*/
	padding: 2px 4px 2px 4px;
	width: 146px;
}

#sidebar div.promobox {
	border: 1px solid #063;
}

#allocation-questionnaire-results #sidebar div.promo {
	background-color: #fff;
	border-top: 1px solid #c60;
	margin-top: 3px; /* override for asset allocation questionnaire results page */
	padding-top: 1px;
}

#sidebar div.promo a img {
	border: none;
	display: inline;
	margin: 0 3px 1px 0; /* promo linked img */
}

#sidebar div.interact {
	border: 1px solid #063;
	font-size: .86em;
	margin-bottom: 16px;
	padding: 3px 4px 4px 4px; /*	Polls and quizzes declaration	*/
}

#sidebar div.interact td {
	font-size: .86em;
}

/* --- Signoff --- */
#signoff {
	background-color: #063;
	clear: both;
	color: #FFF !important;
	font-size: .833em;
	margin: 0 0 2em;
	padding: 1em;
}

#signoff div {
	display: table;
	margin: 0 auto;
	text-align: left;
}

#signoff hr {
	display: none;
}

#signoff h2 {
	font: bold 1em Verdana, sans-serif;
	margin: 0;
}

#signoff h2 a {
	color: #FFF;
}

#signoff ul {
	list-style: none;
	margin: 0;
}

#signoff li {
	color: #FFF !important;
	display: inline;
	margin-right: 1.5em;
}

/* --- Footer --- */
#footer {
	font-size: .833em;
	line-height: normal;
	margin: 2em 0;
	text-align: center;
}

/* --- Footer  and bottom navigation--- */
#nav-bottom {
	font-size: .9em;
	margin: 1em 0 1em 0;
	text-align: center;
}

#nav-bottom a {
	white-space: nowrap;
}

#footer a:visited,
#nav-bottom a:visited {
	color: #036;
}

#nav-bottom strong a,
#nav-bottom strong a:visited,
#footer strong a:visited {
	color: #c60;
	font-weight: normal;
	text-decoration: underline;
}

#nav-bottom a:visited:hover,
#footer a:visited:hover {
	color: #c60;
}

#nav-bottom strong a:hover,
#nav-bottom strong a:visited:hover {
	color: #036;
}

/*	5== Content-specific sytles */

span.new {
	background: #c60;
	color: #fff;
	font-size: .73em;
	font-weight: bold;
	margin-left: .7em;
	padding: 0 .4em .1em;
	position: relative;
	top: -0.1em;
}

/* old promo */
#promos2 {
	margin-bottom: 8em; /* was 6.75em for <=FF1.0.7 */
}

#promos2 div.promo-wide,
#promos div.promo {
	float: left;
	margin-right: 20px;
	width: 60%;
}

#promos div.promo {
	width: 29%; /* or 16.5 */
}

#promos div div,
#promos2 div div {
	background-color: #ebebd6;
	margin: 0;
	width: 100%;
}

#promos2 div.promo-wide div {
	width: 100%;
}

#promos div.promo div {
	height: 7.5em; /* <100px */
}

div#promos h5,
div#promos2 h5 {
	border: none;
	height: 2.5em;
	margin: 4px 0 0 0;
	position: relative;
}

div#promos h5 a,
div#promos2 h5 a {
	bottom: 0px;
	line-height: 1.2em;
	position: absolute;
}

div#promos p,
div#promos2 p {
	margin: .25em;
}

.promotion div.placeholder {
	background-color: #ddd;
	border: 2px solid #063;
	font-size: 83%;
	padding: .4em;
	width: 20em;
}


.feature {
	background-color: #ebebd6;
	padding-bottom: .1em; /* helps clear ul */
	padding-top: .1em;
}

body.home-layout #sidebar {
	float: right; /* a la Sponsor */
	margin: 0;
	width: 168px;
}

body.home-layout #sidebar .promo {
	background-color: #fff;
	border: 1px solid #063; /* clear box on right */
	margin-bottom: 1em;
}


#content h5 {
	border-bottom: 1px solid #063;
	color: #063;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .5em; /* Topic headers in Section overviews -- also homepage billboards	*/
	margin-top: .5em;
}

#content h5 a {
	color: #063;
	display: block;
	text-decoration: none;
}

h5 a:link,
h5 a:visited {
	color: #063;
	font-size: 1.03em;
	font-weight: bold;
	text-decoration: none;
}

#content h5 a:hover,
h5 a:active {
	color: #c60;
}

ul.list-plain {
	list-style-type: none;
	margin: 0;
}

div#overview-section li {
	line-height: 1.1em;
	margin-bottom: .35em;
}

ul.list-plain li {
	line-height: 1.1em;
	margin-bottom: 1em;
}

ul.list-plain li ul {
	list-style-type: disc;
	margin: 1em 1em 1em 2em;
}

ul.list-plain li li {
	margin: 0;
}


/* Calculators, Comments, pop-ups */
body.base-layout div#wrapper,
body.base-layout-padded div#wrapper,
body.fascorp-layout div#wrapper {
	min-width: 0;
}

body.base-layout div#content {
	float: none;
	margin: 0;
}

body.base-layout div#content-inner {
	padding: 0;
	width: 100%;
}

body.popup-layout div#content-inner {
	width: 96%;
}

div#popup-header {
	background-color: #063;
	padding: .5em;
	position: relative; /* peekaboo */
}

div#popup-header a {
	color: #fff;
	padding: 0 .5em;
	position: absolute;
	right: 0;
}

div#popup-header h3 {
	color: #fff;
	font-size: 1.3em;
}

body#fund-quotes div#popup-header {
	border-bottom: 1px solid #fff;
}

body#fund-quotes,
body#fund-quotes div#inner {
	background-color: #cc9;
	border-bottom: none;
}

dl.calculator {
	border-bottom: 1px solid #063;
	padding-bottom: 1em;
}

dl.calculator dt {
	font-weight: bold;
}

dl.calculator dd {
	margin-bottom: .5em;
	margin-left: 1.5em;
}

.base-layout div.center, 
.base-layout table.center {
	margin-left: -260px;
	padding-left: 50%;
	width: 520px; /* revisit this badness */
}

#roth-401k-calculator div.center {
	margin-left: auto;
	padding-left: 0;
	width: 530px; /* undoing above for Roth calc */
}

table.calc-definitions th {
	background-color: #063;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1px;
	text-align: center;
}

table.calc-definitions td {
	background-color: #ebebd6;
	padding: 1px;
}

table.calc-report {
	margin: .5em;
}

table.calc-report td,
table.calc-report th {
	background-color: #ebebd6;
	margin: .5em;
}

/* styles embedded in KJE DT calcs java: */
table.CalculatorTable {
	border-bottom: 1px solid #063;
}

.TableTopRow td {
	background-color: #063;
	color: #fff;
}

.TableOddRow {
	background-color: #ebebd6;
}

/* end KJE */
tr.color0 td,
table.calc-report td.color0 {
	background-color: #fff;
}

table.calc-report th {
	color: #000;
}

/* Charts */
div.chart {
	margin-bottom: 1em;
	width: 400px;
}

div.chart-right {
	width: 385px; /* smaller for now when there's a right-hand column */
}

.chart,
.chartKL {
	margin-right: 1.5em; /* Charts with keylines and Tables */
}

.keyline {
	border: 1px solid #063; /*	Generic info for KeyLine asset-colored sections */
	margin: .75em 0 .75em 0;
}

.chart TABLE CAPTION,
.chartKL TABLE CAPTION {
	color: #000;
	font-size: .98em;
	font-weight: bold;
	text-align: left;
}

/* Sitemap */
div.column {
	float: left; /* three columns */
	margin-right: 1em;
	width: 30%;
}



/* pullquote boxes */
div.pullQuoteLeft,
div.pullQuoteRight {
	border: solid 1px #cc9;
	color: #063;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.18em;
	line-height: 1.65em;
	margin: .25em .5em 0 0;
	padding: .5em;
	width: 190px;
}

div.imageRight{
	border: solid 1px #cc9;
	float: right;
	margin-left: 1em;
	padding: .5em;
	width: 19.5em;
}

div.imageRight div{
	font-size: .9em;
	margin-top: 1em;
}

div.pullQuoteRight {
	float: right;
	margin: .25em 0 0 .5em;
}

/*	Rollover Comparison Chart  */
.comp-table p {
	line-height: 1.1em;
	margin-bottom: 1em;
}

.comp-table th {
	background-color: #063;
	padding: .4em;
	text-align: left;
}

/*		following content styles are still in-progress		*/
/* Callout box */
.callout {
	background-color: #D8EDF2;
	color: #000;
	float: right;
	margin: 1em 0 1em 1em;
	padding: .75em;
	width: 38%;
}

.callout h2 {
	font: bold 1.36em Arial, Helvetica, sans-serif;
}

.callout img {
	float: right;
	margin: 0 0 .5em .5em;
}

.callout > *:first-child {
	margin-top: 0;
}

.callout *:last-child {
	margin-bottom: 0;
}

.aaq li {
	list-style-type: none;
	margin: .75em;
}

/* deemphasis (often used with the "small" tag) */
.deemphasis {
	font-weight: lighter;
}

/* thumbnail border style */
img.thumb,
.thumb img {
	border: 1px solid #fc840c;
}

/*Comparison Chart Styles and Calculators	*/
#compChart {
	height: 100%;
}

#compChart h5 {
	color: #fff;
	font-size: 1.03em;
	font-weight: bold;
	margin: -2px 20px 2px;
	text-align: left;
}

#compChart TD.content {
	padding-top: 15px;
}

#compChart TD.content TH {
	font-size: .83em;
}

#compChart TD.content {
	padding-top: 15px;
}

/* Used for PopUps*/
#popUpChart H5 {
	color: #FFF;
	font-size: 108%;
	font-weight: bold;
	margin: -2px 10px 2px;
	text-align: left;
}

#popUpChart TD.content {
	padding-top: 15px;
}

#popUpChart H5 {
	color: #FFF;
	font-size: .93em;
	font-weight: bold;
	margin: -2px 10px 2px;
	text-align: left;
}

#popUpChart TD.content TH {
	font-size: .78em;
}

#popUpChart TD.content {
	padding-top: 15px;
}


/* cleanup styles leaving at end of file for now */
h3 a,
h4 a,
h5 a {
	display: block;
}


