@charset "UTF-8";
/* CSS Document */

.centerContainer {
	width: 800px;
	margin: 0 auto;
}
.topContainer{
	width: 800px;
	position: relative;
	height: 485px;
	float:left;
	z-index: 1;
}
.headerBox {
	position: relative;
	width: 800px;
	height: 100px;
	float: left;
	background-image: url(../Images/HeaderInside.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
.explorerBox {
	position: relative;
	float: left;
	width: 150px;
	padding-left: 15px;
	height: 80px;
	top: 5px;
}
.headerNavBox {
	position: relative;
	width: 225px;
	float: right;
	right: 10px;
	height: 95px;
	top: 0px;
	z-index: 3;
}
.flashBox {
	position: absolute;
	width: 800px;
	height: 195px;
	top: 95px;
	z-index: -1;
	*left: 0px;
}
.navBox {
	position: absolute;
	z-index: 1000;
	width: 175px;
	top: 102px;
	*left: 0px;
}
.relativeBox {
	position: relative;
	width: 800px;
	height: 400px;
	background-image: url(../Images/RelativeBkgd.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	float: left;
	top: -193px;
}
.vertLineBox {
	position: relative;
	width: 8px;
	float: left;
	top: 10px;
}
.newsBox {
	position: relative;
	width: 175px;
	padding-left: 10px;
	padding-right:3px;
	float: left;
	top: 10px;
}
.billingBox {
	position: relative;
	width: 185px;
	padding-left: 5px;
	padding-right:3px;
	float: left;
	top: 10px;
}
.vertLineBox2 {
	position: relative;
	width: 8px;
	float: left;
	left: -7px;
	top: 10px;
}
.promotionsBox {
	position: relative;
	width: 400px;
	float: left;
	top: 10px;
}
.bottomNavBox {
	position: relative;
	width: 800px;
	height: 50px;
	float: left;
	top: 80px;
}
