#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
	z-index:9999;
}
#footerSlideButton {
	background: url(../images/sliderButton.png) top left no-repeat transparent;
	position: absolute;
	top: -55px;
	right: 20px;
	width:200px;
	height:50px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background: #333;
	color: #CCCCCC;
	font-size: 1.2em;
	border: none;
	font-family: DejaVuSansBook, Sans-Serif;
	overflow:auto;
}

#footerSlideContent a{color:#027AC6;text-decoration:underline;}
#footerSlideContent a:visited{color:#027AC6;}
#footerSlideContent a:hover,a:focus,a:active{color:#027AC6; text-decoration: none;}


#footerSlideContent h3 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px 0 10px 0;
}
#footerSlideContent h4 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 15px 0 10px 0;
}
#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
#footerSlideText {
	padding: 15px 10px 25px 25px;
}