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

.bottomBanner {
	display:block;
}
	
#bottomMenu {
	background-color:white;
	position:relative;
	text-align:left;
	z-index:99;
	top:-10px;
}

#bottomTanBackground {
	background:url(../images/bottomTanGradient.png) repeat-x;
	position: relative;	
}

.bottomShadow {
	background:url("../images/rulebottomshadow.png") left top repeat-x;
	height:10px;
	position: relative;
	width:100%;
	z-index:100;
	margin:0 auto;
}

.footerBannerText {
	float:left;
	position: relative;
	margin-top:6px;
}

.footerBannerButton {
	float:left;
	position: relative;
	margin-left:10px;
	margin-top:7px;
}

.footerPurpleGradient {
	background:#C39D44;
	height:52px;
}

.footerPurpleGradient2 {
	background:#C39D44;
	height:52px;
	color: white;
	font:22px arial narrow, sans-serif;
	margin:0px 0px 0px 3px;
	width:935px;
}

/* 
	footerTextWrappers are for centering 
	footerBannerText and footerBannerButton
*/
.footerTextWrapper {
	float:right;
	position:relative;
	left:-50%;
}
.footerTextWrapper2 {
	float:left;
	position:relative;
	left:50%;
}

