.column
{
	float: left;
	margin-left: 20px;
	padding: 0;
	width: 210px;
	height: 690px;
}

.mainColumn
{
	float: left;
	padding: 0;
	width: 440px;
	height: 690px;
}

.section
{
	background-color: #f1f1f1;
	padding: 0;
	display: block;
	float: left;
}

.column .section
{
	width: 210px;
}

.mainColumn .section
{
	width: 440px;
}

.column .section ul
{
	padding: 0 20px;
}
.column .section li
{
	margin-bottom: 10px;
	line-height: 18px;
}

.column .section li a
{
	text-decoration: none;
}
.column .section li a:hover
{
	text-decoration: underline;
}

a.viewAll { color: #006633; }

#rotatingAd { height: 350px; margin-bottom: 20px; position: relative; overflow: hidden; cursor: pointer;}
#rotatingAd #ad_carousel, #rotatingAd #ad_carousel2 { height: 350px; width: 1320px; position: relative;}
#rotatingAd #ad_carousel2 { top: -350px; left: 1320px; }
#rotatingAd #ad_carousel div.ad, #rotatingAd #ad_carousel2 div.ad { height: 350px; position: relative; width: 440px; float: left; background: url(/image/ads/default_ad.jpg) no-repeat top left;}
#rotatingAd img { position: absolute; top: 0; left: 0; }
#rotatingAd div.copy { position: absolute; bottom: 25px; left: 0; background-color: black; color: white; opacity: .5; filter:alpha(opacity=50); padding: 20px; width: 400px;}
#rotatingAd div.overlay { position: absolute; bottom: 25px; left: 0; color: white; padding: 20px; width: 400px;}
#rotatingAd div.copy h1, #rotatingAd div.overlay h1 { background-color: transparent; color: white; font-size: 14px; padding: 0; margin: 0;}
#rotatingAd div.copy p, #rotatingAd div.overlay p { margin: 10px 0 0 0; padding: 0; text-align: justify;}
#rotatingAd div.copy h1, #rotatingAd div.copy p { visibility: hidden;}
#rotatingAd div.adImg {color: white; font-size: 14px; font-weight: bold;}
#rotatingAd #previousAd { position: absolute; left: 5px; top: 4px; opacity: .4; filter:alpha(opacity=40); height: 17px;}
#rotatingAd #nextAd { position: absolute; left: auto; right: 5px; top: 4px; opacity: .4; filter:alpha(opacity=40); height: 17px;}
#rotatingAd #previousAd:hover, #rotatingAd #nextAd:hover {opacity: .75; filter:alpha(opacity=75);}
#rotatingAd li {margin-left: 15px; list-style-type: disc; line-height: 18px;}
#rotatingAd li li {margin-left: 30px;}
#rotatingAd #ad_carousel .ad a, #rotatingAd #ad_carousel2 .ad a {text-decoration: none;}
#rotatingAd .navigation
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 100%;
	background: #333 url(/image/ui/ad_carousel/nav_bg.jpg) repeat-x top left;
}

#latestResearch { height: 350px; margin-bottom: 20px;}
#recentlyQuoted { height: 320px; color: #666;}
#miscSection { height: 690px;}
#researchAndQuotes { height: 690px;}

#miscSection p
{
	color: #666;
	font-size: 10px;
	margin: 0;
}

#mainBody .section h1
{
	background-color: #fbfbfb;
	padding: 15px 5px 15px 20px;
	color: #283f6e;
	font-size: 12px;
	border: none;
	margin: 20px 0;
}

#featuredInsights
{
	height: 320px;
	position:relative;
	overflow: hidden;
}

#insightCarousel, #insightCarousel2
{
	position: relative;
	width: 1320px;
}

#insightCarousel2
{
	top: -145px;
	left: 1320px;
}
#insightCarousel div, #insightCarousel2 div
{
	width: 400px;
	height: 135px;
	padding: 0 20px 10px 20px;
	float: left;
}
#insightCarousel div p, #insightCarousel2 div p
{
	margin-top: 5px;
	font-size: 11px;
	line-height: 18px;
}
#insightCarousel div a, #insightCarousel2 div a
{
	text-decoration: none;
	color: #283f6e;
}
#insightCarousel div a:hover, #insightCarousel2 div a:hover
{
	text-decoration: underline;
}

#insightCarousel div h2, #insightCarousel2 div h2
{
	font-size: 13px;
	line-height: 120%;
	background-color: transparent;
	text-align: left;
}

#insightCarousel div h2 a:hover, #insightCarousel2 div h2 a:hover
{
	color: #3b629b;
}

#insightCarousel div img, #insightCarousel2 div img
{
	float: left;
	margin: 0 10px 0 0;
	height: 105px;
}

#insightNav
{
	background-color: #fbfbfb;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 440px;
}

#insightNav div.advanceRight, #insightNav div.advanceLeft
{
	height: 21px;
	width: 21px;
	position: absolute;
	top: 2px;
	cursor: pointer;
}

#insightNav div.advanceRight { background: url(/image/ui/insight_carousel/right.gif) no-repeat top left; right: 5px;}
#insightNav div.advanceLeft { background: url(/image/ui/insight_carousel/left.gif) no-repeat top left; left: 5px;}

#insightNav div.advanceRight:hover, #insightNav div.advanceLeft:hover
{
	background-position: bottom left;
}

.badges
{
	float: right;
	text-align: right;
	margin-top: 35px;
	padding-right: 7px;
}
.badges img
{
	margin-left: 3px;
	position: relative;
	top: -2px;
}