﻿.HomeFooter
{
	border-top: solid 9px #FA981D;
	padding: 20px;
	height:146px;
}

.HomeBody
{
    width:895px;
    height:413px;
    overflow:hidden;
}

.HomeBody li
{
    list-style:none;
    float:left;
    display:inline;
    position:relative;
}

.HomeContent
{
    width:307px;
    height:414px;
    position:relative;
    z-index:10;
    top:-427px;
    overflow:hidden;
}

#RightBluebar
{
    position:relative;
    float:right;
    z-index:10;
    top:-427px;
}

#LeftBluebar
{
    position:relative;
    float:left;
    z-index:10;
    top:-427px;
}

.NewsArticle
{
	margin: 0 20px 0 0;
	width: 250px;
	color: #0079c2;
}

.SMPContainer
{
	float: left;
	width: 240px;
	font-size: 12px;
	margin-left: 50px;
	color: #0079c2;
	padding: 1px;
}


#linknav
{
	color: #FA981D;
	text-align: right;
	font-size: .8em;
}

.SpecialLink
{
	display: block;
	background-color: #fff;
	text-align: right;
}

.CouchLink img
{
	margin: 15px 19px 31px 20px;
}
.UpturnLink img
{
	margin-right: 35px;
	margin-left: 36px;
}

#linknav
{
	margin-top: 5px;
}


.NewsArticle .NewsDate
{
	color: #618FAC;
}

.MoreLinkContainer
{
	padding-right: 15px;
	text-align: left;
}

.NewsText
{
	height: 35px;
}




.FeaturedContent
{
	width: 550px;
	margin: 0 20px 0 0;
	color: #0079c2;
	font-size: 10px;
	float: left;
}

.FeaturedContent h3
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

.FeaturedContentGlider
{
	position: relative; /* Do not change this value */
	height: 60px; 
	overflow: hidden;
	background: #fff;
	width: 550px;
	margin-bottom: 10px;
}

.GliderHover 
{
	border: solid 1px #ddd;
	height: 58px;
	cursor: pointer;
	background-color: #fff;
}

.GliderHover .glidecontent
{
	padding: 9px;
	background: transparent;
}

.GliderHover .glidecontent h2
{
	/*padding: 9px;*/
	background-color: #fff;
}

.GliderHover .glidecontent sup
{
	/*padding: 9px;*/
	background-color: #fff;
}

#SpecialContainer
{
	cursor: pointer;
	background-color: #fff;
}

.ClickToReadMore
{
	position: absolute;
	font-weight: bold;
	text-align: right;
	padding-top: 48px;
	width: 100%;
	color: #FA981D;
}

.FeaturedContentController a,
#linknav a
{
	display: block;
	border: solid 1px #0079c2;
	background-color: #eee;
	color: #0079c2;
	margin-bottom: 2px;
	height: 10px;
	width: 7px;
	margin-right: 10px;
	padding: 0px 0px 0px 3px;
	font-size: 8px;
	float: left;
}
#linknav a
{
	float: right;
	margin-left: 10px;
	margin-right: 0;
	text-align: left;
}
.ReadMoreContainer
{
	position: absolute;
	z-index: 10000;
	visibility: hidden;
}

.FeaturedContentController a.selected,
#linknav a.activeSlide
{
	background-color: #0079c2;
	color: #fff;
}
.FeaturedContentController a:hover
{
	text-decoration: none;
}

.FeaturedContentController a.rss
{
	background-color: #fff;
	color: #fff;
	border: none;
	margin-left: 3px;
	width: 17px;
	height: 17px;
	float: left;
	padding: 0;
}
.FeaturedContentController a.rss img
{
	border: none;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	width: 530px;
	padding: 10px;
	display: block;
	background-color: #fff;
}

.glidecontent h2
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: block;
}

.glidecontent a
{
	display: none;
}


