﻿/* Two Columns */

.two-columns
{
	position: relative;
	top: -25px;
}
.two-columns .columnB .HeadlinesBanner
{
	position: relative;
	top: 25px;
	left: -7px;
	padding-bottom: 0px;
}
.two-columns .columnB .underscore
{
	position: relative;
	top: 35px;
	right: 9px;
	margin-bottom: 42px;
}
#NewsItem
{
	position: relative;
}

#NewsItem .HeadlineContent
{
	position: relative;
	text-align: left;
	width: 235px;
	left: 10px;
	top: 0px;
}
#NewsItem .newsUnderscore
{
	position: relative;
}

.two-columns .PictureViewer
{
	position: relative;
	left: 15px;
	top: 15px;
}

.two-columns .aLink, .two-columns .bLink
{
	position: relative;
	text-align: left;
	top: 18px;
	left: 10px;
	z-index: 1;
}

.two-columns .columnA
{
	z-index: 1;
	width: 445px;
	height: 330px;
	float: left;
	left: 2px;
}
.two-columns .storyA
{
	z-index: 1;
	width: 320px;
	height: 130px;
	background-image:url('/Content/Images/StoryA.png');
	background-repeat:no-repeat;
	background-position:left center;
	float: left;
	margin-top: 16px;
	margin-left:25px;
}
.two-columns .storyA .TitleA
{
    position: relative;
    left: 35px;
    z-index:2;
}
.two-columns .storyA .FeaturedText
{
    position: relative;
    text-align: left;
    left: 125px;
    height: 100px;
    width: 180px;
    z-index:2;
}
.two-columns .columnB
{
	z-index: 0;
	width: 255px;
	height: 330px;
	float: left;
}
.two-columns .storyB
{
	z-index: 1;
	width: 320px;
	height: 130px;
	background-image:url('/Content/Images/StoryA.png');
	background-repeat:no-repeat;
	background-position:left center;
	float: right;
	margin-top: 16px;
	margin-right:30px
}
.two-columns .storyB .TitleB
{
    position: relative;
    left: 50px;
    z-index:2;
}
.two-columns .storyB .FeaturedText
{
    position: relative;
    text-align: left;
    left: 125px;
    height: 100px;
    width: 180px;
    z-index:2;
}
.two-columns .columnB .HeadlineBanner
{
}

.two-columns .FeatureBack
{
    position: relative;
    z-index: 0;
}

.two-columns .btm
{
	clear: both;
	position: relative;
	top: 5px;
	background-color: #FFFFFF;
	height: 20px;
	display: none;
}
p.HeadlineTitle
{
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Georgia, serif;
	color: #FFFF00;
}

p.HeadlineText
{
	text-decoration: none;
	font: 10px Verdana, sans-serif;
	color: #FFFFFF;
}
#FeaturedStories
{
	width: 710px;
	margin: 0;
	text-align: left;
}
#FeaturedTitlePic
{
    padding-left: 25px;
}
#FeatureUnderscore
{
	padding: 5px 0 2px;
}
#FeaturedContent
{
	background-position: bottom;
	height: 195px;
}
#FeaturedContent ul
{
	list-style-type: none;
	padding: 0 25px;
	margin: 0;
	height: 170px;
}
.FeaturedStory
{
	float: left;
	width: 320px;
	margin-right: 10px;
}
.FeatureImage
{
	float: left;
	margin-right: 5px;
}