/* 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;
}

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;
}

div.column h2 a, div.column h2 a:visited {
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8AC43F;
	text-decoration: none;
	border-bottom: none;
}

div.column h2 a:hover {
	color: #0072bc;
	text-decoration: none;
	border-bottom: none;
}

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

h4 {
}

.clearer {
	clear: both;
}

/* Layout - Containers */

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

#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: 0;
	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: 47px;
	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: 12px 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;
}

#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;
}

#banner {
	background: url(../images/new_home_banner.jpg) no-repeat;
	height: 100px;
	width: 960px;
	margin: 0 10px;
}

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

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

#left_content {
	background: url(../images/bg_border.png) repeat-y top left;
	width: 630px;
	float: left;
	margin: 10px 0;
	padding: 10px 0 0 0;
	font-size: 11px;
}

#left_content .column {
	float: left;
	width: 180px;
	margin: 0 13px 0 0;
	padding: 0 13px 0 0;
}

#left_content .column p {
	padding: 5px 0 10px 0;
	line-height: 14px;
}

#left_content .column h3 {
	margin: 15px 0 0 0;
}

#left_content .column p img {
	float: left;
	margin: 0 8px 6px 0;
	padding: 2px;
	border: 1px solid #eee;
}

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

.chart {
	margin-top: 10px;
}

#right_content {
	width: 300px;
	margin: 10px 0;
	float: right;
	background: #ddd;
}

#right_content h2 {
	color:#ee6600;
	margin: 8px 0 0 20px;
}

#right_content ul {
	padding: 0 20px 0 15px;
	margin-top: 5px;
	list-style-type: none;
	color: #003370;
	font: 13px/19px Arial, Helvetica, sans-serif;
}

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

#right_content ul li a {
	color: #003370;
	border-bottom: 1px dotted #003370;
}

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

#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 #rss_feeds {
	padding: 0;
	margin: 10px 0;
}

#right_content #rss_feeds ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#right_content #rss_feeds ul li {
	background: none;
}

#right_content #rss_feeds a.feeds {
	background: url(../images/rss_icon.png) no-repeat top left;
	padding-left: 26px;
	color: #666;
	display: block;
	border: none;
	text-decoration: none;
	margin-left: -5px;
}

#right_content #rss_feeds a.new {
	background: url(../images/new_icon_1.png) no-repeat top left;
	padding-left: 26px;
	color: #666;
	display: block;
	border: none;
	text-decoration: none;
	margin-left: -5px;
}

#right_content #rss_feeds a, #right_content #rss_feeds a:visited {
	color: #666;
	border: none;
	text-decoration: none;
}

#right_content #rss_feeds a:hover {
	color: #003370;
	border: none;
	text-decoration: none;
}

#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;
}

#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;
}

/* ROTATOR */

#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: 15px;
	text-indent: 20px;
}

#profile p {
	padding: 4px 20px;
	color: #eee;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

.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: 141px;
	height: 44px;
	cursor: pointer;
	font-size: 13px;
	line-height: 44px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 12px;
	text-align: center;
}

/*
.aboutus span:hover {
 	color: #222;
}
*/

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

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

h4#about {
	font-weight: bold;
	font-size: 18px;
	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;
	margin: 0 auto;
	width: 930px;
	text-align: center;
	line-height: 13.5px;
}

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

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

.right {
	float: right;
}

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

.column h3 a, .column h3 a:visited {
	color: #333;
	text-decoration: none;
	border: none;
}

.column h3 a:hover {
	color: #0072bc;
}
	

/* FOOTER */

#footer {
	background: url(../images/bg_footer.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;
}

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

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


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

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;
}


a .nl_btn {
	background: url(../images/nl_btn.png) 0 0;
	font: bold 12px/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;
}
	
/* Ajaxsearch */

#ajaxSearch_resultListContainer {
	color: #666;
}

.ajaxSearch_resultsInfo {
	color: #003370;
	font: 13px Arial, Helvetica, sans-serif;
}
    .ajaxSearch_paging - class for span of result pages listing
    .ajaxSearch_pagination - class for pagination paragraph
	
.ajaxSearch_result {
	border: 1px solid #eee;
	padding: 10px 15px;
}

.ajaxSearch_resultLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0066FF;
}
    .ajaxSearch_resultDescription - class for result description span

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

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

.ajaxSearch_extract {
	color: #cc0000;
}


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

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

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

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

.wlpeMessageText{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;	
}

#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#debug {
    width: 800px;
    margin: 0 auto;
    padding: 25px;
    border: 3px solid #eee;
    }
	
#freetrial {
	position: relative;
	width: 260px;
	height: 280px;
	margin: 10px;
	background: url(../images/bg_free_trial.gif) no-repeat;
	padding: 0 10px;
}

#freetrial h2 {
	color: #003370;
	text-indent: 0px;
	margin: 4px 0 5px 0;
	padding-top: 5px;
}

#freetrial p {
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
}

#freetrial img {
	float: left;
	margin: 0 8px 4px 0;
}

#freetrial a {
	color: #003370;
	text-decoration: none;
	background: url(../images/free_trial_btn.gif) no-repeat;
	width: 260px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	border: none;
	padding: 3px 0;
}

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

#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 #ddd;
}

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


/* CHANGES */

	#leaderboard {
		width: 728px;
		height: 90px;
		padding: 10px 116px;
	}
	#lb_ad {
		width: 728px;
		height: 90px;
		float: left;
		display: block;
	}	
	
	#mr_ad {
		width: 300px;
		height: 250px;
		padding: 0;
		margin: 0;
	}
	
	#nav {
		background: #eee;
		margin: 0 10px;
	}
	
	#right_content_sub_new {
		width: 160px;
		margin: 10px 0;
		float: right;
		background: #fff url(skyscraper.png) top no-repeat;
	}
	
	#left_content_sub_nobg_new {
		background: #fff;
		width: 770px;
		float: left;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 11px;
	}
	
	#left_content_sub_nobg_new h1 a {
		font: 14px/25px Arial, Helvetica, sans-serif;
	}
	
	table#etf_dir {
		width: 750px;
	}
	
	#hotspot {
		top: 0;
	}
