body{
	background-color: #ADAFB3;
	
}

.container{
	width:100%;
	min-width: 994px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	
}

/*------------------------Header--------------------------*/


.chrome{
	width: 100%;
	height: 15px;
	background-color: #ADAFB3;
}

.header {
	background-color: #454748;
	height: 50px;
	width:100%;
	position:relative;

	margin-left:0px;
}
	
	.headerContent {
		margin: 0 auto;
		position: relative;
		z-index: 1000;
		width: 994px;
		top: 11px;
}

		.headerContent img{
			position: absolute;
			width: 278px;
			height: 111px;
			visibility: visible;
			z-index: 10;
			top: -5px;
		}

/*-----------------------Primary Nav--------------------------*/
ul.nav {
	font-family:Helvetica;
	font-weight: bold;
	list-style: none;
	display: inline;
	position: relative;
	padding: 0;
	color: #fff;
	left: 290px;
}

	ul.nav li {
		margin-right: 25px;
		font-size: 13px;
		display:inline;
	}


.playNow {
	height: 50px;
	width: 190px;
	padding: 0px;
	margin: -10px 0 0px 0px;
	float: right;
	background-color: #175c9c;
	border: 10px solid #454748;
	position: absolute;
	top: 22px;
	right: 10px;
}

/*-----------------------Login Panel--------------------------*/

.loginPannel {
	float: right;
	position: absolute;
	float: right;
	clear: left;
	right: 26px;
	top: -15px;
}

	.playNow h1 {
		color: #fff;
		text-align: center;
		margin-top: 10px;
		font: bold 28px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
		letter-spacing: -1px;
	}

	.loginPannel h2{
		font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #fff;

	}


/*-----------------------entryArea--------------------------*/

.entryArea{
	width:100%;
	height: 380px;
	background-color:#FFFFFF;
	padding: 0px	;
	margin: 0px;

}

.entryContent{
	min-width: 994px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*--------------------Update Box----------------------------*/

.update {
	width: 175px;
	height: 75px;
	background:#FFF;
	border: 8px solid #454748;
	position: absolute;
	float: left;
	z-index: 0;
	bottom: 26px;
	left: 20px;
}

	/*--placeholder for real image--*/
	.update #image {
		width: 60px;
		height: 60px;
		background-color:#D3D5D6;
		position:absolute;
		left: 8px;
		top: 8px;

	}

	.update #text {
		margin-left: 76px;
		margin-top: -10px;
	}
		.update #text h1 {
			font: bold 21px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			color: #363a3b;

		}

		.update #text p {
			padding: 0;
			margin: 0;
			position: absolute;
			float: right;
			right: 4px;
			bottom: 5px;
			color: #374b8b;
			font-weight: bold;
			font-size: 9px;
		}



/*------------------Image Placeholder Text---------------------*/

.update p, .reNavImage p {
	font-family: Helvetica;
	font-size:10px;
	text-transform: uppercase;
	text-align:center;
	vertical-align:middle;
	padding:20px;
}

/*--------------------Redundant Nav Area----------------------*/

.reNav{
	/*background-color: #ADAFB3;*/
	height: 290px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	
	
}

	.reNav h1, p {
		font-family: Helvetica,Arial, "MS Trebuchet", sans-serif;
	}

	.reNav h1 {
		font-size: 18px;
	}

	.reNav ul{
		list-style: none;
		position: relative;
		float: left;
		margin: 0;
		left: 0;
		padding: 0;
	}

		.reNav li{
			display: inline;
			margin:10px;
			float:left;
			width: 174px;
			height:100%;
		}


	.reNavImage {
		height:100px;
		background-color: #FFF;
	
	}

	.reNavFooter {
		height:40px;
		background-color: #0C5B9C;
	
	}

		.reNavFooter p {
			padding:10px;
			color:#FFF;
			font-weight: bold;
			text-align: center;
			font-size:12px;
			text-transform: uppercase;
		}

/*------------------------ Awards -------------------------*/

.awardsArea{
	width: 350px;
	height:75px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

	.awardsArea ul{
		list-style: none;
		padding: 0;

	}

		.awardsArea li{
			display:inline;
			padding-left: 10px;
		}
/*------------------------footer--------------------------*/

.footer {
	background-color:#D3D5D6;
	height:75px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

	.footer img {
		margin: 10px;
		float: left;
	}

/*------------------------legal--------------------------*/

.legal {
	position: relative;
	float: left;
	
	}
	
	.legal ul {
		list-style: none;
		padding: 0;
	}
	
		.legal p{
			margin: 5px;
			font-size: 10px;
		}


