/* ID FOOTER WRAPPER  */
div#footerWrapper	{
	clear: both;
	width: 1080px;
	height: 200px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	background-image: url(/images/bump.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	position: relative;
}

/* ID FOOTER MENU */
div#footerMenu	{
	text-align: center;
	padding-top: 12px;
	position: relative;
}

.footer {
	text-align: center;
}

.footermenu {
	font-weight: normal;
}
/* ID FOOTER MENU LINKS */
a.footermenu:link 		{color: #848484; background: none; text-decoration: none}
a.footermenu:visited	{color: #848484; background: none; text-decoration: none}
a.footermenu:hover		{color: #aa0000; background: none; text-decoration: none}
a.footermenu:active 	{color: #848484; background: none; text-decoration: none}

.footerselected {
	font-weight: bold;
}
a.footerselected:link 		{color: #aa0000; background: none; text-decoration: none}
a.footerselected:visited	{color: #aa0000; background: none; text-decoration: none}
a.footerselected:hover		{color: #848484; background: none; text-decoration: none}
a.footerselected:active 	{color: #aa0000; background: none; text-decoration: none}

#footerpush{margin-bottom:10px;}

#fixedfooterouter { clear:all; background:#221814; width: 100%; height: 200px; margin-top:25px; }

#fixedfooter {position:fixed; bottom:0px; left:0px;	width:100%; display:block; float:none; background: /*url("/images/footer-bg.jpg")*/#C6C1BB center bottom repeat-x;height:50px; padding-bottom: 5px;}
#fixedfooterinner {margin:0px auto;}
#fixedfooterinner p {font-size:14px; font-family: 'PT Serif', serif; color: #646464;}
#fixedfooterinner a {color:#4E4341; font-size:14px; text-decoration: underline;}
#footer-list{padding:5px 5px 5px 5px; margin-left:25px;float:left;}
#footersocial{padding:20px 5px 5px 5px; margin-left:10px;float:right;}
#footersocial img {padding-left:5px;}
#footerlogo{padding:5px; float:right; margin-top:-20px;}
