 @import url("font.css");
 
 div.HeroContent {
	position: absolute;	
}

div.HeroContent h1 {
	font-size: 63px;
}

div.HeroContent img {
	display: block;
	clear: both;
}

.HomepageContent .Constrained940, .HomepageContent .Constrained940 img {
	height: 100%;
	overflow: hidden;
}

footer {
	height: 57px;
	padding-top: 0;
	margin-top:0px;
}

footer .Constrained940 {
	overflow: auto;
}

footer .Copyright {
	color: #4b4b4b;
	float: right;
	clear: none;
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif
	
}

footer .Copyright a {
	margin-left: 15px;
	font-style: italic;
}

footer .DotNav {
	float: left;
	overflow: auto;
	margin-top: 20px;
}

footer .DotNavContainer {
	float: left;
	width: 368px;
}

footer .HeroDesc {
	float: right;
	overflow: hidden;
	height: 57px;
	width: 260px;
}

footer .HeroDesc ul,
footer .HeroDesc li {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .HeroDesc li {
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
	height: 57px;
	color: #ffffff;
	background-image: url(../img/bkgnd-arrow-cta.png);
	background-repeat: no-repeat;
	background-position: right center;
}

footer .HeroDesc a {
	padding-top: 21px;
	color: #ffffff;
	width: 100%;
	height: 36px;
	display: block;
	font-style: normal;
}

footer .HeroDesc a:hover {
	text-decoration: none;
}

footer .HeroDesc .Categories {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #4b4b4b;
}

footer .SeeLatest {
	float: left;
	width: 249px;
	font-size: 24px;
	font-weight: 500;
	font-style: italic;
	padding-top: 14px;
	padding-left: 10px;
	font-family:Georgia, "Times New Roman", Times, serif
}

footer .SeeLatest a {
	display: block;
	color: #ffffff;
	background-image: url(../img/bkgnd-arrow-cta.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif
	
}

footer .SeeLatest a:hover {
	text-decoration: none;
	color:#df3232
	
	
}

footer .SepLine {
	float: left;
	width: 1px;
	height: 38px;
	margin: 10px 18px 0 10px;
	background-color: #383838;
}

#MasterContent {
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -57px; /* the bottom margin is the negative value of the footer's height */
}

#MasterFooterPush {
	height: 57px;	
}

.HomepageContent {
	background:url(../img/bg.png);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.HomepageContent article {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	visibility: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.HomepageContent article:first-child {
	visibility: visible;
}

