﻿

#banner
{
	position: relative;
	margin-bottom: 30px;
	width: 850px;
	height: 300px;
	overflow: hidden;
	background-color: Black;
}

#banner a.item
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

#banner a.item img
{
	display: block;
	width: 100%;
	height: 100%;
}

#banner a.up-button,
#banner a.down-button
{
	position: absolute;
	display: block;
	background-position: center center;
	bottom: 10px;
	width: 23px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
}

#banner a.up-button
{
	right: 33px;
	background-image: url(/media/images/common/MSRRotateUp.png);
}

#banner a.down-button
{
	right: 10px;
	background-image: url(/media/images/common/MSRRotateDown.png);
}

#stories
{
	float: left;
	width: 450px
}

#features
{
	float: right;
	width: 180px;
	font-size: 12px;
	
	font-family: "Helvetica Neue", Helvetica, Alial, Sans-Serif;
}

#features .section
{
	padding-bottom: 1.5em;
}

#features .section a.more
{
	font-style: normal;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#stories span.featureName
{
	font-weight: bold;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	color: #808080;
}

#stories h3
{
	font-size: 1.6em;
	font-weight: normal;
}

#stories h3 a
{
	color: #333333;
}

#stories h3 a:hover
{
	color: #46b7bb;
}

#stories .body
{
	font-size: 1.3em;
}

#stories .byline
{
	font-size: 0.85em;
}

#stories img
{
	padding: 0.8em 1.0em 0.2em 0;
	clear: both;
	float: left;
}

#content #stories .body a.all
{
	font-family: "Helvetica Neue", Helvetica, Ariel, Sans-Serif;
	font-style: normal;
	margin-left: 0;
	font-size: 16px;
}



