footer{
	width: 100%;
	height: 25px;
	
	background-color: #142859;
	
	margin: 0 0 0 0;
	padding: 0;
	
	position: absolute;
}

footer a{
	text-decoration: none;
}

#footer_content{
	width: 1024px;
	height: auto;
	
	margin: 0 auto;
}

#footer-icon{
	font-family: 'stentiga', sans-serif;
	font-size: 9px;
	color: #de1f26;
	margin-left: 75px;
}

#footer-icon img{
	margin-top: -10px;
}

#footer{
	width: 100%;
	height: 0px;
	
	background-color: #e4e4e4;
	
	margin-top: 5px;
	
	text-align: center;
	
	overflow: hidden;
	
	position: absolute;
	z-index: 1000;
}

#footer_hidden{
	width: auto;
	min-width: 305px;
	max-width: 1024px;
	height: 200px;
	
	margin: 0 auto;
	
	position: relative;

	display: inline-block;
}

#social_media{
	width: 305px;
	height: 100%;
	background-color: #dcdcdc;
	
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	
	text-align: centre;
	
	float: left;
}

#facebook, #twitter, #cont_det{
	width: 85%;
	height: auto;
	
	margin: 0 auto;
	padding: 10px 0;
	
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	
	display: inline-table;
	
	text-align: left;
}

#facebook:hover #arrow{
	background-color: rgba(191, 129, 42, 1.0);
}

#facebook:hover img{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#twitter{
	border-bottom: none;
	border-top: 1px dashed rgba(255, 255, 255, 0.8);
}

#facebook img, #twitter img{
	width: 30px;
	
	margin: 0;
	padding: 0;
	
	float: left;
	
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#facebook h7, #twitter h7{
	margin: 35px 0 0 10px;
	padding: 0;
}

#arrow{
	width: 20px;
	height: 20px;
	
	border-radius: 10px 10px 10px 10px;
	
	background-color: rgba(191, 129, 42, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	
	float: right;
	
	margin: 3px 0 0 0;
	padding: 0;
}

#arrow h1{
	text-shadow:  1px 1px 3px rgba(0, 0, 0, 0.4);
	
	padding: 0;
	margin: -1px 0 0 7px;
}

#contact_details{
	width: 305px;
	height: 100%;
	background-color: #f5f5f5;
	
	border-left: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	
	text-align: center;
	
	float: left;
}