/* ERIC MEYER'S RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Styling */

body {
	background: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
	border-bottom: 1px dotted #0072bc;
}

a:hover {
	color: #0054A5;
	border-bottom: none;
}

hr {
	margin: 10px;
	border:none;
	border-bottom: 1px solid #999;
}

h1 {
	padding-bottom: 10px;
	font: bold 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
	background: #fff;
}

h2 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

h3 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h4 {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #89c53f;
}

.clearer {
	clear: both;
}

/* Layout - Containers */

#wrapper {
	background: #fff url(../images/bg_main.png) repeat-y center top;
	margin: 0 auto;
	width: 980px;
	color: #333;
}	

#top_bar {
	padding: 0 30px;
	height: 95px;
	position: relative;
}

#logo {
	height: 95px;
	width: 275px;
}

#hotspot {
	background: url(../images/logo.jpg) no-repeat;
	height: 95px;
	width: 275px;
	position: absolute;
	top: 5px;
	left: 40px;
}


span.btn {
	position: absolute;
	top: 10px;
	right: 20px;
	height: 27px;
	width: 145px;
	text-align: center;
	text-decoration: none;
	z-index: 1297;
}

a .btn {
	background: url(../images/login_btn.png) 0 0;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	height: 27px;
	width: 145px;
	color: #fff;
	text-decoration: none;
	z-index: 1298;
}

a .btn:hover {
	background: url(../images/login_btn.png) 0 -27px;
	color: #fff;
}

span.btn_2 {
	position: absolute;
	top: 10px;
	right: 175px;
	height: 27px;
	width: 145px;
	text-align: center;
	text-decoration: none;
	z-index: 1297;
}

a .btn_2 {
	background: url(../images/login_btn.png) 0 0;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	height: 27px;
	width: 145px;
	color: #fff;
	text-decoration: none;
	z-index: 1299;
}

a .btn_2:hover {
	background: url(../images/login_btn.png) 0 -27px;
	color: #fff;
}

span.btn_logged {
	position: absolute;
	top: 60px;
	right: 20px;
	height: 27px;
	width: 205px;
	text-align: center;
	text-decoration: none;
}

a .btn_logged {
	background: url(../images/login_btn.png) 0 0;
	font: bold 12px/27px Arial, Helvetica, sans-serif;
	height: 27px;
	width: 205px;
	color: #fff;
	text-decoration: none;
}

a .btn_logged:hover {
	background: url(../images/login_btn.png) 0 -27px;
	color: #fff;
}

#search	{
	position: absolute;
	top: 50px;
	right: 20px;
	width: 155px;
	height: 20px;
}
 
#search input.text {
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ddd;
	width: 115px;
	height: 15px;
	float: left;
	color: #777;
	vertical-align: middle;
}
 
#search input.submit {
	background: url(../images/bg_search.png) no-repeat;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	border: none;
	float: right;
	padding: 0;
	width: 25px;
	height: 20px;
	color: #0072bc;
}

#nav {
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

#nav ul {
	padding: 0 10px 0 0;
	margin: 0;
	list-style-type: none;
	font-weight: normal;
	font: 1.2em Arial, Helvetica, sans-serif;
	text-align: center;
}

#nav li {
	display: inline;
	float: right;
	line-height: 30px;
	padding: 0 20px;
}

#nav li a, #nav li a:visited {
	color: #777;
	text-decoration: none;
	display: block;
	border-bottom: none;
	font-size: 12px;
}

#nav li a:hover {
	color: #0072bc;
}

#fa_nav {
	height: 30px;
	line-height: 30px;
	background: #8AC43F;
	margin: 0 10px;
}

#fa_nav ul {
	padding: 0 10px 0 0;
	margin: 0;
	list-style-type: none;
	font-weight: normal;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#fa_nav li {
	display: inline;
	float: right;
	line-height: 30px;
	padding: 0 20px;
}

#fa_nav li a, #fa_nav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: none;
}

#fa_nav li a:hover {
	color: #0072bc;
}

#sub_banner {
	background: #fff url(../images/sub_banner_1.jpg) no-repeat;
	height: 150px;
	width: 960px;
	margin: 0 10px;
}

#sub_banner a, #sub_banner a:visited {
	border: none;
	display: block;
	height: 150px;
	width: 960px;
	float: left;
	cursor: pointer;
}


#content {
	padding: 40px 20px 0 30px;
}

#left_content_sub {
	background: url(../images/bg_border.png) repeat-y top left;
	width: 630px;
	float: left;
	margin: 10px 0;
	padding: 0;
	position: relative;
}

#left_content_sub_half {
	background: url(../images/bg_half.png) repeat-y top left;
	width: 630px;
	float: left;
	margin: 10px 0;
	padding: 0;
	position: relative;
}

#left_content_sub h2, #left_content_sub_half h2 {
	color: #8AC43F;
	margin-top: 0;
}

#left_content_sub .column {
	float: left;
	width: 180px;
	margin: 0 13px 0 0;
	font-size: 11px;
	padding: 0 13px 0 0;
}

#left_content_sub_half .column_half {
	float: left;
	width: 288px;
	margin: 0 13px 0 0;
	font-size: 12px;
	padding: 0 13px 0 0;
}

#left_content_sub ul, #left_content_sub_half ul {
	margin: 5px 0 15px 0;
	padding-left: 16px;
	text-indent: -16px;
}

#left_content_sub ul li, #left_content_sub_half ul li {
	color: #0072bc;
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	margin: 5px 0;
}

#left_content_sub_nobg {
	font-size: 1.3em;
	line-height: 1.6em;
	position: relative;
}

#left_content_sub_nobg ul {
	margin: 5px 0 0 0;
}

#left_content_sub_nobg ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
}

#left_content_sub ul li a, #left_content_sub ul li a:visited, #left_content_sub_nobg ul li a, #left_content_sub_nobg ul li a:visited, #left_content_sub_half ul li a, #left_content_sub_half ul li a:visited {
	color: #777;
	border: none;
	text-decoration: none;
}

#left_content_sub ul li a:hover, #left_content_sub_nobg ul li a:hover, #left_content_sub_half ul li a:hover {
	color: #0072bc;
	text-decoration: underline;
}

#left_content_sub .column p, #left_content_sub_half .column_half p {
	padding: 5px 0 10px 0;
	line-height: 14px;
}

#left_content_sub .column h3, #left_content_sub_half .column_half h3 {
	margin: 15px 0 0 0;
}

#left_content_sub ul li a.arrows, #left_content_sub_nobg ul li a.arrows, #left_content_sub_half ul li a.arrows {
	padding-left: 16px;
	background: url(../images/blue_arrows.png) no-repeat left;
}

#left_content_sub ul li a.blue, #left_content_sub_half ul li a.blue, #left_content_sub_nobg ul li a.blue {
	padding-left: 16px;
	background: url(../images/blue_bullet.png) no-repeat left;
}

#cs_menu {
	width: 238px;
	padding: 5px;
	border: 1px solid #ebebeb;
	margin: 10px 15px 10px 15px;
}

#cs_menu h4 {
	color: #85cf27;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;	
}

#cs_menu ul {
	list-style: none;
	font: 11px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#cs_menu ul li a, #cs_menu ul li a:visited {
	line-height: 20px;
	border-bottom: 1px solid #eee;
	color: #0072bc;
	height: 20px;
	text-indent: 7px;
	text-decoration: none;
	display: block;
}

#cs_menu ul li a:hover {
	color: #fcfcfc;
	background: #999;
	text-decoration: none;
}

#cs_menu ul li.last a {
	border: none;
}

#cs_menu ul li.active a {
	background: #eee;
	font-weight: bold;
	color: #0072bc;
}

span.comp_ticker {
	color: #0072bc;
}

span.fund_name {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

#left_content_sub_nobg {
	background: #fff;
	width: 630px;
	float: left;
	margin: 10px 0;
}

#left_content_sub_nobg p {
	padding: 0 15px 0 0;
	margin-bottom: 10px;
}

/*
.rside {
	background: url(../images/sides.png) repeat-y top right;
}
*/

div.dotted {
	background: url(../images/dotted.png) repeat-x bottom;
	height: 1px;
	padding: 0;
	margin: 5px 0 15px;
}

#ul_bg {
	background:  url(../images/bg_ul.png);
	margin: 0 10px;
	width: 280px;
}

#ul_bottom {
	background: url(../images/ul_bottom.png) top;
	height: 15px;
	width: 280px;
	margin-left: 10px;
}

#right_content_sub {
	width: 300px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	float: right;
	background: #003370;
}

#right_content_sub p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 5px 10px;
}

#right_content_sub h2 {
	color:#fff;
	margin: 8px 0 5px 20px;
	padding: 0 10px 0 0;
}

#right_content_sub ul {
	padding: 0 20px 0 15px;
	margin-top: 5px;
	list-style-type: none;
	color: #666;
	font: 1.3em/1.9em Arial, Helvetica, sans-serif;
}

#right_content_sub ul li {
	padding: 6px 0 0 15px;
	background: url(../images/bullet.png) no-repeat top left;
}

#right_content_sub ul li a {
	color: #003370;
	border-bottom: 1px solid #003370;
}

#right_content_sub ul li a:hover {
	color: #0072bc;
	border-bottom: none;
}

#right_content_blog {
	width: 300px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	float: right;
	background: #003370;
}

#right_content_blog p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 5px 10px;
}

#right_content_blog h2 {
	color:#fff;
	margin: 8px 0 5px 20px;
}

#newsletter {
	margin: 10px 0;
	position: relative;
	padding: 0 10px;
}

#newsletter p {
	padding: 10px 0 0 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #666;
}

#nl_btn {
	margin: 10px 0 0 0;
	background: url(../images/newsletter_btn.png) no-repeat;
	text-align: center;
	height: 65px;
	width: 280px;
	font: bold 2.8em/65px Arial, Helvetica, sans-serif;
	
}

#nl_btn a, .nl_btn a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	display: block;
	height: 65px;
	width: 280px;
}

#nl_btn a:hover {
	color: #003370;
}

/* ROTATOR */

#spacer {
	width: 960px;
	height: 200px;
}

#rotator {
	position: relative;
	width: 960px;
	height: 100px;
}

#profile {
	position: absolute;
	width: 3900px;
}

#profile div {
	width: 650px;
	height: 100px;
	float: left;
}

#profile h3 {
	color: #99cc00;
	padding: 10px 0 0 0;
	font-size: 1.5em;
	text-indent: 20px;
}

#profile p {
	padding: 8px 20px;
	color: #eee;
}

#info {
	color: #FF9900;
	cursor: default;
}

.mask {
	position: relative;
	width: 650px;
	height: 100px;
	overflow: hidden;
}

.aboutus {
	height: 88px;
	width: 310px;
	position: absolute;
	top: 6px;
	right: 0;
}

.aboutus span {
	color: #fff;
	width: 90px;
	height: 44px;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 44px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 13px;
	text-align: center;
}

.aboutus span.active {
	color: #99cc00;
}

p.quote {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

h4#about {
	font-weight: bold;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ddd;
	padding: 20px 0 0 0;
	margin: 0;
}

#link_cloud {
	background: url(../images/bg_link_cloud.png) repeat-y;
	color: #bbb;
	padding: 15px 25px;
	height: 65px;
	margin: 0 auto;
	width: 930px;
	text-align: center;
	line-height: 1.35em;
}

#link_cloud a, #link_cloud a:visited {
	color: #bbb;
	text-decoration: none;
	border: none;
		white-space: nowrap;
}

#link_cloud a:hover {
	color: #fff;
}

/* FOOTER */

#footer {
	background: url(../images/bg_footer_white.png) no-repeat;
	height: 45px;
	margin: 0 auto;
	width: 980px;
	color: #777;	
}

#copyright {
	padding: 10px 0 0 40px;
	float: left;
	line-height: 35px;
}

#footer_menu {
	padding: 10px 30px 0 0;
	float: right;
	line-height: 35px;
}
	
#footer_menu a, #footer_menu a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: none;
	border-right: 1px solid #999;
	padding: 0 7px;
	text-align: center;
}

#footer_menu a.last {
	border-right: none;
}

#footer_menu a:hover {
	color: #0072bc;
	text-decoration: underline;
}

#keyinfo {
	line-height: 30px;
}

#keyinfo li {
	height: 30px;
	margin: 8px 0;
	line-height: 30px;
	text-indent: 40px;
}

#keyinfo li a {
	display: block;
	line-height: 30px;
	height: 30px;
}

#keyinfo li.icon_f {
	background: url(../images/facts.png) no-repeat left;
}

#keyinfo li.icon_i {
	background: url(../images/index.png) no-repeat left;
}

#keyinfo li.icon_p {
	background: url(../images/prospectus.png) no-repeat left;
}

#keyinfo li.icon_w {
	background: url(../images/whitepaper.png) no-repeat left;
}


.a_text a, p.a_text a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0072bc;
	border-bottom: none;
	text-decoration: underline;
}

.a_text a:hover {
	color: #666;
	text-decoration: none;
}

.small {
	font: 10px Arial, Helvetica, sans-serif;
}

div#breadcrumbs {
	padding: 4px 25px;
}

/*	
.nl_label {
	display:block;
	padding-top:2px;
	float:left;
	width:85px;
	height:18px;
	color: #333;
	position:relative;
	top:0px;
	text-align:right;
	margin-right:15px;
}

.nl_form {
	margin:10px;
	padding:2px;
}

.nl_form_right {
	padding-left:185px;
	float: right;
}

.nl_form_item {
	padding:1px;
	margin:2px;
}

.nl_form_item TEXTAREA {
	vertical-align:middle;
	border:1px solid #bbb;
	font-size:11px;
	color: #333;
}

.nl_form_item INPUT {
	height:20px;
	vertical-align:middle;
	border:1px solid #bbb;
	font-size:11px;
	color: #333;
	width: 200px;
}

INPUT.nl_form_noborder {
	border:0;
}

.nl_form_noborder {
	border:0;
}

.nl_form_inputErr {
	border:1px solid #ff0000;
}

.nl_form_labelErr {
	color:#ff0000;
}*/

/************* FORM *************/

div.form-container {
	margin: 0;
	padding: 7px;
	width: 600px;
}

p.legend { margin-bottom: 1em; }

p.legend em {
	color: #0099FF;
	font-style: normal;
}

div.form-container h3 {
	color: #66CC33;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	margin-top: 15px;
}

div.form-container form p { margin: 0; }

div.form-container form p.note {
	padding-left: 120px;
	font-size: 10px;
	color: #ccc;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #ddd 1px solid;
}

div.form-container form legend {
	font-weight: bold;
	color: #003370;
}

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div.form-container label.error, 
div.form-container span.error { color: #C00; }

div.form-container label em, 
div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 100%;
	font-style: normal;
	color: #0099ff;
}

div.form-container input.error {
	border-color: #0099ff;
	background-color: #f5f5f5;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {
	background-color: #f5f5f5;
	border-color: #ccc;
}

div.form-container div.controlset label, 
div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container input {
	width: 220px;
}

div.form-container div#checkboxes input {
	width: auto;
}

div.form-container select {
	margin: 4px 0;
}

div.form-container div.controlset div { margin-left: 65px; }

div.form-container div.buttonrow input {
	margin: 0 0 0 120px;
	width: auto;
}

.code-image {
	margin-left: 93px;
}

div.code-input {
	margin-left: 46px;
}


/* Post Information */

div.etf_post h2 {
	font: bold 18px/28px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

div.etf_post h2 a, div.etf_post h2 a:visited {
	border-bottom: none;
	text-decoration: none;
}

div.etf_post h2 a:hover {
	color: #66CC33;
}

div.etf_post_info {
	line-height: 30px;
	padding: 0 15px;
	margin: 0 15px 0 0;
	background: url(../images/post_info_bg.png) no-repeat;
}

div.etf_post_info_bottom {
	height: 5px;
	margin: 0 15px 25px 0;
	background: url(../images/post_info_bot_bg.png) no-repeat top;
}

div.etf_post p {
	padding: 3px 20px;
}

/* ETF Directory Table */

table#etf_dir {
  clear: both;
	padding: 0;
	margin: 0;
	width: 610px;
	border: 1px dotted #ddd;
	border-right: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

table#etf_dir th {
	cursor: pointer;
	vertical-align: middle;
}

table#etf_dir th, table#etf_dir td {
	padding: 4px 5px;
}

table#etf_dir tr th {
	background: #8BC53F url(../images/etf_dir_bg.jpg) repeat-x bottom;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-right: 1px dotted #ddd;
}

table#etf_dir tr td {
	border-top: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	color: #000;
}

table#etf_dir tr.alt td,
table#etf_dir tr.even td {
	background: #eee;
}

table#etf_dir tr td {
	background: #fff;
}

table#etf_dir .left {
	text-align: left;
}

/* ETF Themes Table */

table.etf_theme {
	padding: 0;
	margin: 0;
	width: 610px;
	border: 1px dotted #ddd;
	border-right: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

table#etf_theme th {
	cursor: pointer;
}

table#etf_theme th, table#etf_theme td {
	padding: 4px 6px;
}

table#etf_theme tr th {
	background: #00acee url(../images/etf_themes_bg.jpg) repeat-x bottom;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-right: 1px dotted #ddd;
}

table#etf_theme td {
	border-top: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
}

table#etf_theme tr.odd td {
	background: #eee;
}

table#etf_theme tr td {
	background: #fff;
}

table#etf_theme.left {
	text-align: left;
}

/***** Advisor Directory Code *****/


#advisor-lookup {
	border: 1px solid #eee;
	background: #f7f7f7;
	padding: 10px;
	margin: 10px 15px 0 0;
}

table#advisors {
	padding: 0;
	margin: 0;
	width: 610px;
	border: 1px dotted #ddd;
	border-right: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

table#advisors th {
	cursor: pointer;
	vertical-align: middle;
}

table#advisors th, table#advisors td {
	padding: 4px 5px;
}

table#advisors tr th {
	background: #66c6ee url(../images/advisors_bg.jpg) repeat-x bottom;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-right: 1px dotted #ddd;
}

table#advisors td {
	border-top: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
}

table#advisors tr.alt td {
	background: #eee;
}

table#advisors tr td {
	background: #fff;
}

table#advisors .left {
	text-align: left;
}

#paid_listing {
	padding: 5px;
	width: 605px;
	height: 70px;
	background: url(../images/listing.png) no-repeat;
	margin-bottom: 10px;
	position: relative;
}

#paid_listing img {
	background: #fff;
}

.pl_name {
	height: 70px;
	width: 325px;
	float: left;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

.pl_name h2 a, .pl_name h2 a:visited {
	color: #003370;
	text-decoration: none;
	border: none;
}

.pl_name h2 a:hover {
	color: #0072bc;
}

.pl_address {
	font: 11px/13px Arial, Helvetica, sans-serif;
	float: right;
	width: 160px;
	height: 70px;
	padding-left: 10px;
	border-left: 1px dotted #bbb;
}

.pl_address h3 {
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	margin: 3px 0 4px 0;
}

.moreinfo {
	width: 70px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 180px;
}

.moreinfo a, .moreinfo a:visited {
	display: block;
	float: left;
	color: #0072bc;
	text-decoration: none;
	border: none;
	font: 12px/12px Arial, Helvetica, sans-serif;
}

.moreinfo a:hover {
	color: #0099FF;
}

.adv_box_top {
	background: url(../images/adv_box_top.png) no-repeat;
	width: 600px;
	height: 10px;
	margin-top: 10px;
}

.adv_box_mid {
	background: url(../images/adv_box_mid.png) repeat-y;
	width: 600px;
}

.adv_box_bot {
	background: url(../images/adv_box_bot.png) no-repeat;
	width: 600px;
	height: 10px;
	line-height: 10px;
}

.adv_contact {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
}

#left_content_sub_nobg .adv_contact .advLogo {
	width: 250px;
	border: none;
	border-right: 1px solid #ddd;
	margin: 0 15px 0 0;
	padding: 3px 10px 3px 0;
}

.adv_contact h2 {
	color: #333;
}

.blue {
	color: #333;
	font-weight: bold;
}

.adv_inner {
	padding: 0 10px;
}

.adv_inner p {
	padding: 0 0 3px 0;
	margin: 0;
}

.adv_inner h3, .adv_sbox_cont_l h3, .adv_sbox_cont_r h3 {
	color: #003370;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0;
}

#wrapper #left_content_sub_nobg .adv_inner ul li {
	margin-left: 8px;
	padding-left: 15px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: url(../images/adv_bullet.png) no-repeat left top;
}

.adv_sbox_cont_l {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

.adv_sbox_cont_r {
	float: left;
	margin-top: 15px;
}

.adv_sbox_top {
	background: url(../images/adv_sbox_top.png) no-repeat;
	width: 290px;
	height: 10px;
	margin-top: 10px;
}

.adv_sbox_mid {
	background: url(../images/adv_sbox_mid.png) repeat-y;
	width: 290px;
}

.adv_sbox_bot {
	background: url(../images/adv_sbox_bot.png) no-repeat;
	width: 290px;
	height: 10px;
}

#left_content_sub_nobg img.advisor_logo {
	width: 84px;
	height: auto;
}

/* Other */

.whitebg {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	padding: 25px 10px 20px 0;
	background: #fff;
}

.whitebg_theme {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	padding:4px;
	background: #fff;
}

.dir_btn {
	background: url(../images/dir_btn.png);
	position: absolute;
	top: 0;
	right: 20px;
	height: 20px;
	width: 100px;
}

.rss_btn {
	background: url(../images/rss_icon.jpg) no-repeat top left;
	position: absolute;
	top: 0;
	right: 20px;
	height: 20px;
	width: 100px;
	text-indent: 25px;
}

.whitebg h3 {
	font: bold 1.3em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

div.asterisk {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 4px;
	width: 400px;
}

#left_content_sub_nobg img {
	border: 1px solid #eee;
	padding: 3px;
	float: left;
	margin: 0 10px 8px 0;
}

.continue a, .continue a:visited {
	font-weight: bold;
	color: #66cc33;
	float: right;
	margin: 0 20px 15px 0;
	padding: 1px 5px;
	border-bottom: none;
	text-decoration: none;
}

.continue a:hover {
	background: none;
	color: #0066ff;
	border-bottom: none;
	text-decoration: none;
}

/*** ARCHIVE STYLES ***/

#right_content_blog h3 {
	padding: 10px 0;
	text-indent: 20px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

div.archive ul {
	margin: 0 0 0 20px;
}

div.archive ul li a {
	text-decoration: none;
	border-bottom: none;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
}

div.archive ul li ul.archive_year_inner {
	padding: 0 15px 0 0;
	margin: 0;
}

div.archive ul li ul.archive_year_inner li a, div.archive ul li ul.archive_year_inner a:visited {
	display: block;
	border-bottom: 1px solid #eee;
	color: #666;
	text-indent: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0 0 0 5px;
}

div.archive ul li ul.archive_year_inner li a:hover {
	color: #0066ff;
	background: #fbfbfb;
}
	

#left_content_sub div.column ul {
	list-style: square;
}

#left_content_sub div.column ul.theme_list li a, #left_content_sub div.column ul.theme_list li a:visited {
	color: #0099ff;
	text-decoration: none;
	border-bottom: 1px dotted #0099ff;
}

#left_content_sub div.column ul.theme_list li a:hover {
	color: #66cc33;
	text-decoration: none;
	border-bottom: none;
}

/****Pagination*****/

#ditto_pages {
	margin: 5px 0;
	padding: 3px 5px;
	width: 600px;
	

}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 10px;
    color: #666;
}

#ditto_pages .ditto_currentpage {
    border: 1px solid #0066ff;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background: #eee;
    color: #003370;
}

#ditto_pages .ditto_off {
    border: 1px solid #999;
    padding: 1px 3px 2px;
    margin-right: 1px;
    color: #ccc;
}

#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #999;
    padding: 1px 3px 2px;
    margin: 2px 1px 2px 0;
    text-decoration: none !important;
    color: #0066ff;
}

#ditto_pages a:hover {
    background: #eee;
    color: #666;
}

.ditto_documentInfo {
	color: #666;
}

/* Ajaxsearch */

#ajaxSearch_resultListContainer {
	color: #666;
}

ajaxSearch_output {
	background: #fff;
	padding: 10px;
}

.ajaxSearch_resultsInfo {
	color: #003370;
	font: 13px Arial, Helvetica, sans-serif;
}

.ajaxSearch_paging {
}

.ajaxSearch_pagination {
}
	
.ajaxSearch_result {
	padding: 4px 10px;
}

.ajaxSearch_resultLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0066FF;
}

.ajaxSearch_resultDescription {
}

.ajaxSearch_resultsIntroFailure {
	font: 10px Arial, Helvetica, sans-serif;
	color: #66CC00;
}

.ajaxSearch_intro {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

.ajaxSearch_extract {
	color: #666;
}

.ajaxSearch_highlight1 {
	color: #cc0000;
}

.ajaxSearch_highlight2 {
	color: #cc9900;
}

.ajaxSearch_highlight3 {
	color: #33cc00;
}

/* SIDE MENU BUTTONS */

div.nlaf_buttons {
	height: 72px;
	padding: 15px 0 0 9px;
}

span.fa_btn {
	width: 126px;
	height: 24px;
	line-height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 12px 10px 0 0;
	float: left;
}


a .fa_btn {
	background: url(../images/fa_btn.png) 0 0;
	font: bold 1.2em/24px Arial, Helvetica, sans-serif;
	height: 24px;
	width: 126px;
	color: #fff;
	text-decoration: none;
	display: block;
}

a .fa_btn:hover {
	background: url(../images/fa_btn.png) 0 -24px;
	color: #fff;
}

span.nl_btn {
	width: 126px;
	height: 24px;
	line-height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	margin-right: 25px;
}


a .nl_btn {
	background: url(../images/nl_btn.png) 0 0;
	font: bold 1.2em/24px Arial, Helvetica, sans-serif;
	height: 24px;
	width: 126px;
	color: #fff;
	text-decoration: none;
}

a .nl_btn:hover {
	background: url(../images/nl_btn.png) 0 -24px;
	color: #fff;
}

/* ETF Master Page QuickFacts Table */

table#master_dir {
	padding: 0;
	margin: 10px 0 0 0;
	width: 180px;
	border: 1px solid #bbb;
	border-right: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

table#master_dir th {
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
	text-align: left;
}

table#master_dir th, table#master_dir td {
	padding: 4px 5px;
}

table#master_dir tr th {
	background: #eeeded url(../images/etf_mstr_bg.jpg) repeat-x bottom;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #bbb;
}

table#master_dir td {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	text-align: center;
	color: #0072bc;
}

table#master_dir tr.alt td {
	background: #eee;
}

table#master_dir tr td {
	background: #fff;
}

table#master_dir .left {
	text-align: left;
}

/* SITEMAP */

#content div.sitemap {
	float: left;
}

#content div.twofourty {
	width: 240px;
	padding-right: 20px;
}

#content div.threesixty {
	width: 360px;
	padding-right: 5px;
}

#content div.sitemap ul {
	padding: 5px 0 0 0;
}

#content div.sitemap li a, #content div.sitemap li a:visited {
	color: #666;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}

#content div.sitemap ul ul {
	padding: 0 0 8px 10px;
	list-style: circle;
}

#content div.sitemap ul ul li a, #content div.sitemap ul ul li a:visited {
	color: #003370;
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(../images/bullet_gray.png) no-repeat top left;
}

#content div.sitemap ul ul ul li a, #content div.sitemap ul ul ul li a:visited {
	color: #0066FF;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(../images/bullet_gray.png) no-repeat top left;
}

/* Glossary Styles */	

#accordion {
	width: 610px;
}

#accordion h2 {
	background: #eee;
	padding: 4px 6px;
	margin-bottom: 6px;
}

.toggler {
	color: #555;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px dotted #eee;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
 
.element {
	margin: 0 0 15px 0;
	padding: 5px 5px 15px 5px;
	font-size: 12px;
	color: #0072bc;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
	
ul#index_list {
	font: 12px Arial, Helvetica, sans-serif;
}
	
ul#index_list li a, ul#index_list li a:visited {	
	color: #0072bc;
	text-decoration: none;
	border-bottom: 1px dotted #0072bc;
	margin: 4px 0;
	font: 12px/20px Arial, Helvetica, sans-serif;	
}

ul#index_list li a:hover {
	color: #888;
}
	
#left_content_sub_nobg div.form-container .profile_pic {
	border: 1px solid #eee;
	padding: 4px;
	float: none;
}

#left_content_sub_nobg div.form-container p.info {
	padding-left: 140px;
}

#left_content_sub_nobg div.form-container .tos_style ul li {
	color: #333;
	font: 10px/17px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background: url(../images/bullet_gray.png) no-repeat top left;
}

#left_content_sub_nobg div.form-container .tos_style {
	font: 10px Arial, Helvetica, sans-serif;
	height: 180px;
	overflow: scroll;
}

#welcome {
	position: absolute;
	top: 12px;
	right: 20px;
	height: 40px;
	width: 150px;
	text-align: right;
}

#welcome span {
	color: #003370;
	font-weight: bold;
}

/* Investor Side Menu */

div#moo h3.toggle {
	background:url(../images/right_arrow.png) no-repeat center left;
	cursor: pointer;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border-bottom: none;
	text-decoration: none;
	text-indent: 27px;
}

div#moo ul {
	margin: 0 0 0 20px;
}

div#moo ul li ul.investor_side_menu_inner {
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
}

div#moo ul.investor_side_menu_inner li a, div#moo ul.investor_side_menu_inner a:visited {
	display: block;
	border-bottom: 1px solid #eee;
	color: #666;
	text-indent: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 15px;
	margin: 0 0 0 5px;
}

div#moo ul.investor_side_menu_inner li a:hover {
	color: #0066ff;
	background: #fbfbfb;
}

/* Subpage signup form */

#newsletter {
	width: 258px;
	background: #0072bc;
	border: 1px solid #0099ff;
	padding: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 10px;
	position: relative;
}

#newsletter p {
	color: #ccc;
	padding: 10px 0;
	font-size: 10px;
}

#newsletter a, #newsletter a:visited {
	color: #eee;
}

#newsletter a:hover {
	color: #66CC00;
}

.nl_label {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 6px 0;
	float: left;
}

input#Email {
	width: 157px;
}

.nl_form_right input {
	background: url(../images/subscribe_btn.png) no-repeat;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	border: none;
	padding: 0;
	width: 80px;
	height: 20px;
	color: #0072bc;
	cursor: pointer;
}

.nl_input {
	margin: 0 0 0 10px;
}

.nl_right {
	float: right;
	padding: 0 10px;
	line-height: 15px;
}

.nl_form_right {
	position: absolute;
	top: 44px;
	left: 180px;
}

.nl_left {
}

.nl_left a, .nl_left a:visited {
	background: url(../images/zoom.png) no-repeat bottom left;
	text-indent: 10px;
	padding: 0 10px;
	line-height: 15px;
	text-indent: 15px;
	display: block;
	float: left;
	border: none;
	text-decoration: none;
}
	
.wlpeMessageText{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;	
}

#left_content_sub_nobg ul.normal {
	padding: 0 0 0 15px;
}

#left_content_sub_nobg ul.normal li {
	font: 12px Arial, Helvetica, sans-serif;
}

.nl_month_title {
	color: #8AC43F;
}

.author_pic {
	float: left;
	margin: 10px 8px 6px 0;
}

#search_container {
	position: absolute;
	top: 45px;
	right: 20px;
	background: #fff url(../images/searchbox.png) no-repeat;
	height: 40px;
	width: 300px;
}

#search	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 135px;
	height: 20px;
}

#search_right	{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 110px;
	height: 20px;
	z-index: 12001;
}
 
#search input.text {
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ddd;
	width: 105px;
	height: 17px;
	float: left;
	color: #0072bc;
	vertical-align: middle;
}
 
#search input.submit {
	background: url(../images/bg_search.png) no-repeat;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	border: none;
	float: right;
	padding: 0;
	width: 25px;
	height: 20px;
	color: #0072bc;
}

#search_right input.text {
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ddd;
	width: 80px;
	height: 17px;
	float: left;
	color: #333;
	vertical-align: middle;
}
 
#search_right input.submit {
	background: url(../images/bg_search.png) no-repeat;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	border: none;
	float: right;
	padding: 0;
	width: 25px;
	height: 20px;
	color: #333;
}

#indicator {
	position: absolute;
	top: 2px;
	right: 46px;
	width: 16px;
	height: 16px;
}

#searchClose {
	position: absolute;
	top: 2px;
	right: 30px;
	width: 16px;
	height: 16px;
}


div #ajaxSearch_output {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #0072bc;
	z-index: 12000;
	top: 26px;
	left: -50px;
	position: absolute;
	width: 140px;
	font-weight: bold;
}

#ajaxSearch_input {
	width: 80px;
	color: #0072bc;
}

a.noborder, a.noborder:visited {
	border: none;
	text-decoration: none;
	margin-left: 10px;
}

div#debug {
    width: 800px;
    margin: 0 auto;
    padding: 25px;
    border: 3px solid #eee;
    }

table#etf_dir th a {
    color: #fff;
    text-decoration: none;
    border: none;
    }

    table#etf_dir tr#no-results {
        background: #fff;
        }

        table#etf_dir tr#no-results td {
            padding: 25px;
            background: #fff;
            }        

#pagination {
	margin: 5px 0;
	padding: 3px 5px;
	width: 600px;
}
    #pagination li {
        display: inline;
        }
    
    #pagination li a {
        float: left;
        }

#pagination a, #pagination a:link, #pagination a:visited {
    border: 1px solid #999;
    padding: 2px 7px 1px;
    margin: 2px 3px 2px 0;
    text-decoration: none !important;
    color: #0066ff;
    font-size: 14px;
}

    #pagination a.currentPage {
        border: 2px solid #003370;
        margin: 2px 3px 0 0;
        background: #eee;
        color: #003370;
        }
        
#pagination a:hover {
    background: #eee;
    color: #666;
}

#pager {
    position: relative;
    }
    
    #pager img {
        border: none;
        }

#pager input.pagedisplay {
    border: 2px solid #fff;
    display: inline;
    color: #000;
    background: #fff;
    width: auto;
    padding: 3px 0 0 0;
    width: 80px;
    }

#pager .first,
#pager .prev {
    margin-top: 1px;
    cursor: hand;
    cursor: pointer;
    }
    
#pager img.next {
    position: absolute;
    top: 0;
    left: 170px;
    cursor: hand;
    cursor: pointer;
    }

#pager img.last {
    position: absolute;
    top: 0;
    left: 195px;
    cursor: hand;
    cursor: pointer;
    }

#pager .results-to-show {
    position: absolute;
    right: 35px;
    top: 0;
    }
    
#pager select.pagesize {
    display: inline;
    }
	
#individual-subscriptions {
	border:1px solid #ededed;
	padding: 20px;
	background: #f6f6f6;
	margin-right: 20px;
}

#professional-subscriptions {
	border:1px solid #dcdcdc;
	padding: 20px;
	background: #e7e7e7;
	margin-right: 20px;
}

#individual-subscriptions h3.title, #professional-subscriptions h3.title {
	font: 18px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

#individual-subscriptions span, #professional-subscriptions span {
	font-size: 13px;
	color: #339933;
}

#individual-subscriptions p, #professional-subscriptions p {
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #555;
}

table.no-border {
	border: none;
}

table.no-border tr, table.no-border td {
	border: none;
}

#ajaxSearch_output,
#searchClose,
#indicator {
  display: none;
}

#current-search-results {
	border-top: 1px solid #eee;
}

div.AS_ajax_result {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}


a.AS_ajax_resultLink {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	border: none;
	text-decoration:none;
}

p.advisor_forms a {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}



/* MARTINI ADS STYLES */

	#leaderboard { width: 728px;height: 90px;padding: 10px 116px;}
	#lb_ad { width: 728px; height: 90px; float: left; margin-left: 20px; display: block; }		
	#mr_ad { width: 300px; height: 250px; padding: 0; margin: 0; }
