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

.footer {
	width: 100%;
	padding: 50px 0;
	background: #4C115E;
	float: left;
}

.footer dl {
	float: left;
	width: 260px;
}
.footer dl dt {
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
}
.footer dl dd a {
	width: 100%;
	float: left;
	color: #929498;
	line-height: 25px;
	padding: 5px 0;
}
.footer dl dd a:hover {
	color: #fff;
	text-decoration: none;
}

.copyright {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
	margin: 50px 0 0 0;
	border-top: 1px solid #555559;
}
.copyright .socials {
	margin: 0px;
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.copyright .left {
	float: left;
	color: #929498;
}

.socials {
	float: right;
	width: 103px;
	margin: 15px 47px 0 0;
}
.socials a {
	text-indent: -999px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	background-image: url(../img/social_icon.png);
}
.twitter {
	width: 17px;
	height: 15px;
	background-position: left -39px;
}
.twitter:hover {
	background-position: -20px -39px;
}
.facebook {
	width: 8px;
	height: 15px;
	background-position: left top;
}
.facebook:hover {
	background-position: -22px top;
}
.google {
	width: 15px;
	height: 14px;
	background-position: left -20px;
}
.google:hover {
	background-position: -22px -20px;
}
.descon {
	margin: 0 0 0 0;
	text-align: center;
	font-style: italic;
	color: #c7c7c7;
	font-size: 16px;
	line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.maintext {
	line-height: 32px;
	font-size: 18px;
	padding: 70px 0;
	float: left;
}
.maintext p {
	padding: 15px 0;
}
.maintext h2 {
	font-size: 50px;
	color: #c0262c;
	line-height: 57px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	font-family: "HelveticaNeueLTStdRoman"
}
.maintext h3 {
	font-size: 18px;
}
.copyright {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
	margin: 50px 0 0 0;
	border-top: 1px solid #555559;
}
.copyright .socials {
	margin: 0px;
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
