@charset "UTF-8";
/* CSS Document */

/* HERO */

#hero {
	margin: 20px 0px;
}

.center {
	display: block;
	margin: 0 auto;
}

#fn_portfolios #hero h1 {
	background-image: url(../images/portfolios_fn_57.png);
}

#fn_stocks #hero h1 {
	background-image: url(../images/stocks_fn_57.png);
}

#fn_charts #hero h1 {
	background-image: url(../images/charts_fn_57.png);
}

#fn_markets #hero h1 {
	background-image: url(../images/markets_fn_57.png);
}

#fn_news #hero h1 {
	background-image: url(../images/news_fn_57.png);
}

#fn_quickquote #hero h1 {
	background-image: url(../images/quickquote_fn_57.png);
}

#hero h1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 77px;
	width: 494px;
	position: relative;
	margin: 10px 0 -15px 38px;
}

.replaced {
	display: block;
	text-align: left;
	overflow: hidden;
	text-indent: 70px;
}

/* GRID */

.grid2col {
	width: 100%;
	clear: both;
	float: left;
}

#feature .grid2col .column {
	width: 48%;
}

.column.first, 
.column.last {
	margin-left: 0 !important;
}

.column {
	float: left;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 0.3em;
}

#feature h3 {
	font-weight: normal;
}

.leftText {
	clear: left;
	margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}

.rightText {
	clear: right;
	margin-bottom: 20px;
	padding-top: 30px;
	position: relative;
}
