#mainContainer
{
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#topContainer
{
	height: 150px; /*68px;*/
	position: relative;
}

#logo
{
	position: absolute;
	top: 0px;
	left: -22px;
	height: 68px;
	width: 770px;
}

#logo2
{
	position: absolute;
	top: 0px;
	left: -15px;
	height: 121px;
	width: 915px;
}

#topSignUp
{
	position: absolute;
	top: 11px;
	right: 1px;
	height: 44px;
	width: 134px;
}

#topBorder
{
	height: 5px;
	width: 900px;
	border-bottom: 1px solid black;
}

#topMenu
{
	position: relative;
	background-image: url(../../media/design/img/topMenuBg.gif);
	background-repeat: repeat-x;
	height: 42px;
	border-bottom: 1px solid black;
}

#topMenuLeftOuterBg
{
	position: absolute;
	top: 0px;
	left: -22px;
	height: 42px;
	width: 22px;
}

#topMenuRightOuterBg
{
	position: absolute;
	top: 0px;
	left: 900px;
	height: 42px;
	width: 22px;
}

#loginContainer
{
	position: absolute;
	top: 9px;
	right: 10px;
}

#main
{
	background-color: #b5c5b6;
	background-image: url(../../media/design/img/mainBg.png);
	background-repeat: repeat-x;
	color: black;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#main a
{
	color: #2a2a2a;
}

#mainBottomBorderContainer
{
	height: 3px;
	border-top: 1px solid black;
	position: relative;
}

#mainBottomBorder
{
	position: absolute;
	height: 3px;
	width: 944px;
	left: -22px;
}

#footerContainer
{
	text-align: center;
	color: #5aa33a;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 20px;
}

#spotOuterBorder
{
	position: relative; 
	left: -22px; 
	width: 944px; 
	background-image: url(../../media/design/img/spotOuterBg.gif); 
	background-repeat: repeat-y;
}

#spotContainer
{
	background-color: #596459; 
	background-image: url(../../media/design/img/spotInnerBg.gif); 
	background-repeat: repeat-x; 
	width: 900px; 
	margin-left: 22px; 
	margin-right: 22px;
	overflow: hidden;
}

.clear {clear: both;}

.spotDivider
{
	float: left;
	width: 2px;
	overflow: hidden;
	background-image: url(../../media/design/img/spotDivider.gif);
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

#leftSpot, #midSpot, #rightSpot
{
	float: left;
	width: 299px;
	position: relative;
}

#midSpot
{
	width: 298px;
}

#rightSpot
{
	width: 599px;
}

#leftSpot
{
	text-align: center;
}

#tellAFriend
{
	margin: 0 auto 0 auto;
	margin-top: 23px;
	display: block;
	width: 259px;
	height: 44px;
}

#getNewsletter
{
	margin: 0 auto 0 auto;
	margin-top: 16px;
	margin-bottom: 35px;
	display: block;
	width: 259px;
	height: 44px;
}

.padding
{
	padding: 12px;
	position: relative;
}

.loginTextbox
{
	background-image: url(../../media/design/img/loginTextboxBg.gif);
	border: 1px solid #323731;
	height: 17px;
	line-height: 17px;
	width: 120px;
	font-size: 12px;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

.textbox
{
	border: 1px solid #728c70;
	background-color: #d2dcd2;
	overflow-y: auto;
	width: 200px;
}

.button, .nextbutton
{
	border: 1px solid #050605;
	background-image: url(../../media/design/img/buttonBg.gif);
	background-repeat: repeat-x;
	background-color: #343e34;
	text-transform: uppercase;	
	font-weight: bold;
	color: white;
	font-size: 11px;
	line-height: 16px;
	height: 23px;
}

.nextbutton
{
	background-image: url(../../media/design/img/nextbuttonGreenBg.gif);
	font-size: 13px;
	line-height: 16px;
}

.signupH1
{
	margin-bottom: 30px;
}

.signupSteps
{
	position: absolute;
	top: 37px;
	left: 0px;
}

.popup
{
	background-color: #b5c5b6;
	background-image: url(../../media/design/img/mainBg.png);
	background-repeat: repeat-x;
	color: black;
	text-align: left;
	margin: 0px;
	padding: 20px;
	border: 2px solid black;
}

.border
{
	border: 3px solid #2a2a2a;
}

.bigbold
{
	font-size: 14px;
	font-weight: bold;
}

.noMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}