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

#footer-info li{
	color:#eee;
}

h1{
	color:#79228E;
}

#footer-retainer{
	width: 100%;
	padding: 0px;
	border-bottom: #000 15px solid;
	margin: 0px;
	color: #FFF;
	float: left;
	background-color: #333333;	
}

#footer-retainer a{
	color:#FFFfff;
	text-decoration:none;
}

#footer-sitemap{
	width: 55%;
	max-width: 517px;
	min-width: 341px;
	float: left;
	text-align: left;
	border-right:#FFF 1px solid;

}

#footer-retainer ul{
	float:left;
	margin-right:15px;
	margin-left:0px;
}

#footer-spacer{
	width:5%;
	float:left;
	max-width: 47px;
	min-width: 31px;
}

#footer-retainer li {
	clear:both;
	color:#FFF;
}


#footer-contact{
	width:30%;
	max-width:282px;
	min-width:186px;
	height:100px;
	float:left;
	text-align:left;
}

#footer-top{
	width: 10%;
	max-width: 94px;
	min-width: 62px;
	height: 10px;
	float: right;
	text-align: right;
}

#footer-social img {
	float:left;
	margin-left:10px;
	text-decoration:none;
	height:35px;
	width:auto;
}

#footer-menu{
	width: 100%;
	max-width: 720px;
	min-width: 480px;
	height: 30px;
	float: right;
	text-align: right;
	clear: both;
	margin-top: 10px;
	font-size:14px;
}

#footer-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
	position: relative;
}

#footer-menu ul li{
	float:right;
	display:block;
	text-align:center;
	width:auto;	
	
}

#footer-menu ul li a{
	display:block;
	float:right;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	color:#FFF;
	width:auto;
}

#footer-menu ul li a:hover{
	background-color:#79228E;
}

#footer-menu ul ul{
	display:none;
	position: relative;
	list-style:none;
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:30px;


}

#footer-menu ul li:hover > ul {
	display: block;
	background-color:#79228E;

}

#footer-menu li ul li{
	width:100%;
	clear:both;
	background-color:#161925;
	font-size:12px;

}

#footer-menu li ul li a{
	clear:both;
	width:100%;
	background-color:#161925;
}
