.badges
{
	float: right;
	text-align: right;
	margin-top: 35px;
	padding-right: 7px;
}

section .badges
{
	margin-top: 5px;
	margin-left: 5px;
}

.badges img
{
	margin-left: 3px;
	position: relative;
	top: -2px;
}

.column
{
	float: left;
	margin-right: 20px;
	width: 325px;
	height: 690px;
}

#mainBody .column h2
{
	color: #283f6e;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid #ccc;
	clear: left;
	padding: 20px 0 3px 0;
}

#mainBody .column h2 a
{
	text-decoration: none;
}

.last
{
	margin-right: 0;
	width: 210px;
	height: 690px;
}

#mainBody .last nav
{
	float: left;
	width: 100%;
}

#mainBody .last nav ul
{
	margin-left: 10px;
	border-bottom: 1px solid #999;
	float: left;
	width: 198px;
	margin-bottom: 10px;
	padding-left: 2px;
}

#mainBody .last nav li
{
	float: left;
	background-color: #b5b5b5;
	margin-right: 2px;
	padding-top: 0;
	border-width: 1px 1px 0 1px;
	border-color: #999;
	border-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	position: relative;
	top: 1px;
}

#mainBody .last nav li:hover
{
	background-color: #959595;
}

#mainBody .last nav li a
{
	display: block;
	padding: 3px 14px;
	text-decoration: none;
	color: white;
}

#mainBody .last nav li a:hover
{
	text-decoration: none;
}

#mainBody .last nav li.active
{
	background-color: white;
	border-bottom: 1px solid white;
}

#mainBody .last nav li.active a
{
	color: #283f6e;
}

#mainBody .last section
{
	display: none;
}

#mainBody .last section ul
{
	overflow-x: hidden;
	overflow-y: auto;
	height: 626px;
	width: 190px;
	padding-right: 10px;
}

#mainBody .last .viewAll
{
	padding: 10px 0 10px 10px;
	position: relative;
	text-align: right;
	right: -20px;
}

#mainBody .column li
{
	color: #666;
	line-height: 1.3em;
	padding-top: 10px;
}

#mainBody .column p
{
	line-height: 1.3em;
}

#mainBody .column li a
{
	display: block;
	text-decoration: none;
}

#mainBody .column li a:hover
{
	text-decoration: underline;
}

#mainBody #newsPanel
{
	display: block;
}

#mainBody .last #panelWrapper
{
	clear: both;
	padding: 0 20px 10px 10px;
	height: 653px;
}

.adSpace
{
	background-color: #283f6e;
	height: 200px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 50px;
}

.insight
{
	clear: left;	
}

.insight img
{
	float: left;
	margin: 0 10px 0 0;
	height: 60px;
}

#adSpinner
{
	width: 325px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

#adSpinner .carousel
{
	height: 250px;
	position: absolute;
}

#adSpinner ul, #adSpinner li
{
	margin: 0; padding: 0;
	float: left;
	list-style-type: none;
}

#adSpinner .thumbnails
{
	height: 50px;
	position: absolute;
	bottom: 0;
}

#adSpinner .thumbnails img
{
	height: 50px;
	cursor: pointer;
}

#adSpinner img::selection
{
	background: transparent;
}
