/*
FEATURED CONTENT ROTATOR STYLES
*/

#featured {
	height: 375px;
	position: relative;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
	border-bottom: 1px dashed #999999;
}
#featured-content {
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#featured-content > ul > li img {
	width: 350px;
	height: 375px;
}
#featured-tabs {
	width: 280px;
	position: absolute;
	top: 0;
	left: 360px;
	z-index: 2;
}
#featured-tabs > ul > li {
	position: relative;
	padding: 11px;
	height: 93px;
	margin-bottom: 12px;
	background-color: #E8E8E8;
	border: 1px solid #999999;
	border-left: 5px solid #999999;
}
#featured-tabs > ul > li a {
	color: #000000;
	text-decoration: none;
}
#featured-tabs > ul > li a:hover strong {
	text-decoration: underline;
}
#featured-tabs > ul > li strong {
	display: block;
	margin-bottom: 0.7em;
}
#featured-tabs > ul > li .tease p {
	font-size: 85%;
}
#featured-tabs > ul > li .arrow {
	position: absolute;
	top: 20.5px;
	left: -72px;
	height: 0;
	width: 0;
	border: 38px solid transparent;
	border-right-color: #999999;
	border-right-width: 34px;
}

/*
NEWS SECTION STYLES
*/

#main .section h2 {
	text-transform: uppercase;
	background-color: #000000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 100%;
}
#main .section h2 a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: 0em;
	padding: 0 0.5em 0 0;
	height: .81em;
	display: inline-block;
}
#main .section {
	margin-bottom: 2em;
}
#main .section ul.stories-list li a {
	color: #000000;
	text-decoration: none;
}
#main .section ul.stories-list li a:hover {
	text-decoration: underline;
}
#main .section ul.stories-list li.featured {
	float: left;
	width: 400px;
	margin-right: 1em;
}
#main .section ul.stories-list li.featured img {
	float: left;
	margin-right: 0.5em;
	border: 1px solid #666;
	width: 200px;
	height: 150px;
}
#main .section ul.stories-list li.featured h3 {
	margin-bottom: 0.5em;
	font-size: 108%;
}
#main .section ul.stories-list li.featured .tease {
	margin-bottom: 0.3em;
}
#main .section ul.stories-list li.featured a.read-more {
	font-size: 85%;
	color: #666;
}
#main .section ul.stories-list li h3 {
	font-size: 85%;
	margin-bottom: 0.8em;
	line-height: 1.1;
}

/*
BOTTOM CONTENT STYLES
*/

#bottom-content {
	border-top: 1px dashed #999999;
	padding-top: 1.3em;
}
#bottom-content .bottom-box {
	width: 31.5%;
	float: left;
}
#bottom-content .bottom-box.left {
	margin-right: 0.8em;
}
#bottom-content .bottom-box.right {
	margin-left: 0.8em;
}
#bottom-content .bottom-box h2 {
	color: #FF0002;
	text-transform: uppercase;
	font-size: 108%;
	margin-bottom: 0.2em;
}
#bottom-content .bottom-box > div > div {
	border: 1px solid #999999;
	height: 10em;
	padding: 0.8em;
	overflow: hidden;
}
#bottom-content .bottom-box.connect p {
	margin-bottom: 0.5em;
}
#bottom-content .bottom-box.connect p a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#bottom-content .bottom-box.connect p span {
	position: relative;
	top: -0.4em;
}
#bottom-content .bottom-box.connect p img {
	margin-right: 0.5em;
}
#bottom-content .bottom-box.connect p.explainer {
	color: #999999;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#bottom-content .bottom-box.advertise p {
	color: #999999;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#bottom-content .bottom-box.advertise p a {
	color: #000000;
	text-decoration: none;
}
#bottom-content .bottom-box.advertise p a:hover {
	text-decoration: underline;
}

