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


.footerline {
	background-color:#000;
	height: 500px;
	float: left;
	width: 100%;
}

#footerinside {
	height:300px;
	background-color:#000;
	width: 960px;
	margin: 0 auto;
}




.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: normal;
	color:#777;
	text-decoration: none;
}

.footerText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}

.calloutFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: 100;
	color: #EF70A1;
	text-decoration: none;
	width: 192px;
	height: auto;
	position: relative;
	left: auto;
	float: left;
	top: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.bottomModuleContainer {
	width: 960px;
	height: auto;
	position: relative;
	left: auto;
	float: left;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:inline;
}


