﻿/* Big footer styles */
#BIG_FOOTER 
{
	position: relative;
	padding: 0px 5px;
	font-size: 75%;
	text-align:left;
	height:200px;
	border-bottom:solid 1px #ddd;	
}

#BIG_FOOTER div 
{
	float: left;
	width: 20%;
	position: relative;
	text-align:left;
	z-index: 100;
}

#BIG_FOOTER ul 
{
	margin-bottom: 10px;
	list-style: none;
}

#BIG_FOOTER ul li 
{
    line-height: 1.5em;
}

#BIG_FOOTER h4 
{
	font-size: 1.3em;
	color: #333333;
}

#small_footer
{
	text-align:left;
	border-top: solid 1px #ddd;
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	font-size: .9em;
	line-height: 1.5em;
}

#small_footer p 
{
	clear: left;
	color: black;
}

#small_footer h4.makers 
{
	font-weight: normal;
	margin: 8px 0 0 0;
	text-transform: uppercase;
	height: 24px;
}

#small_footer p.copyright 
{
	padding-left: 50px;
	background: url(Images/footer_logos.png) -625px -10px no-repeat;
	width: 600px;
	height: 50px;
	line-height: 15px;
	color: #808080;
	font-size: 70%;
}

#small_footer p.copyright a 
{
	color: #808080;
	font-weight: normal;
	
	
}	

#small_footer p.future_info 
{
	padding: 5px 0 10px 0;
}
	
#small_footer ul.future_links 
{
	position: absolute;
	right: 0;
	top: 11px
}
	
#small_footer ul#weblinks 
{
	width: 634px;
	position: absolute;
	top: 10px;
	right: -2px;
	height: 25px;
}
		
#small_footer ul#weblinks li 
{
	overflow: hidden;
	text-indent: -9999px;
}
			
#small_footer ul#weblinks li a 
{
	display: block;
	float: left;
	width: 40px;
	height: 28px;
	background: url(Images/footer_logos_gray.png) no-repeat;
	margin-left: 15px;
}

#small_footer ul#weblinks li a:hover
{
	background: url(Images/footer_logos.png) no-repeat;
}

#small_footer ul li 
{
	display: inline;
	padding: 0;
}

