.footer
{
	clear:both;
	margin: 0px auto;
	background: #1c1c1c url('../resources/black-fade.jpg') no-repeat top center;
	height: 200px;
	padding: 20px 30px 0px 30px;
}

* html #footer
{
	height: 1px;
}

ul.footer-nav
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	overflow: auto;
}

.footer-nav a
{
	color:#919191;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	display:block;
}

.footer-nav a:hover
{
	color:#ffffff;
	border:0px;
}

ul.footer-nav li
{
	background: none;
	display: block;
	float: left;
	width: 160px;
	line-height: 24px;
	padding:0;
}

ul.footer-nav li p
{
	display:inline;
	font-size: 11px;
	color: #696969;
}

ul.footer-nav li.two-column
{
	width: 320px;
}

ul.footer-subnav
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.footer-subnav.two-column li
{
	float:left;
	width:150px;
}

.footer-subnav a
{
	color:#696969;
	font-weight:normal;
}

div.footer-contact
{
	font-size: 11px;
	color: #696969;
	width: 160px;
}

div.footer-contact strong
{
	font-size: 11px;
	color: #919191;
	font-weight:bold;
}

.bottom-line
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

div.bottom-line
{
	width:100%;
	text-align:center;
	padding:10px 10px 10px 10px;
	font-size: 11px;
	color: #444444;
	clear: both;
}

a.social 
{
	width: 130px;
	height: 35px;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 35px;
	border:0px;
}

a:hover.social
{
	background-position: 0px 35px;
	border:0px;
}

.bottom-line img
{
	border: 0px;
}

.bottom-line a
{
	color: #919191;
}

.bottom-line a:hover
{
	color: #ffffff;
	border: 0px;
}