﻿body 
{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #131313;
	background-image: url(images/msp_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.clear
{
	float: none;
	clear: both;
}

.first
{
	margin-top: 10px;
}

.wrapper 
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
/*--ALT HEADER WHEN LOGGED IN--*/
.MembersHeader
{
	width: 960px;
	height: 102px;
	background-image: url(images/ChargeMemberHeader.png);
	background-repeat: no-repeat;
}

.MembersHeader marquee
{
	width: 457px;
	height: 24px;
	position: relative;
	left: 309px;
	top: 75px;
}

/*--HEADER WHEN NOT LOGGED IN--*/
.header {
	width: 960px;
	height: 173px;
	background-image: url(images/Chargehomebanner.png);
	background-repeat: no-repeat;
}

.header h1 {
	width: 180px;
	position: absolute;
	top: -10px;
}

.header h1 span {
	width: 397px;
	height: 147px;
	position: absolute;
	top: 36px;
	left: 20px;
	background-image: url(images/Sweep_Logo-trans.png);
	background-repeat: no-repeat;
}
.content {
	width: 960px;
	min-height: 550px;
	background-image: url(images/msp_content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}

.ContentArea 
{
	width: 640px;
	float: left;
}


.main_content {
	width: 620px;
	min-height: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.2em;
}

.SideContentArea 
{
	width: 301px;
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
}
.sub_content {
	width: 310px;
	min-height: 300px;
	float: right;
	margin-top: 10px;
}

.AdPlaceHolder1 
{
	width: 300px;
	height: 250px;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-bottom: 10px;
}

.TempAdPlaceHolderAll
{
	width: 300px;
	height: 900px;
	background-color: #FFFFFF;
	background-image: url(images/logo_ad_all.jpg);
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-bottom: 10px;
}

.login_head {
	width: 280px;
	height: 40px;
	position: relative;
	top: -35px;
	float: right;
	background-image: url(images/msp_login_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.footer {
	float: none;
	clear: both;
	width: 960px;
	height: 220px;
	background-color: #000000;
	background-image: url(images/msp_footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}


	.footer ul {
		padding-top: 50px;
	}
	
	.footer li {
		font-size: 1.1em;
		display: inline;
		color: #FFFFFF;
		padding-left: 8px;
		padding-right: 13px;
		padding-top: 1px;
	}
	
	.footer li a 
	{
		color: #FFFFFF;
		
	}
	
		.footer li a:hover
	{
		color: #CC0000;
		
	}
	

	.footer p {
		color: #FFFFFF;
		margin-top: 20px;
		padding-left: 100px;
		padding-right: 100px;
	}
#logos
{
	width: 600px;
	margin: 0 auto;
	padding-top: 0px;
}
	
#Speed 
{
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	background-image: url(images/SPEED_FooterLogo.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#MSP 
{
	float: left;
	display: block;
	width: 240px;
	height: 60px;
	background-image: url(images/msp_logo_footer-trans.png);
	background-repeat: no-repeat;
	position: relative;
}
	
#FMFL 
{
	float: left;
	display: block;
	width: 140px;
	height: 60px;
	background-image: url(images/fmfl_logo_footer-trans.png);
	background-repeat: no-repeat;
	position: relative;
}