/***************************************************************
Style Sheet for SNCLoans.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



#footer {
	position:absolute;
	bottom:-80px;
	left:0;
	padding:0;
	
	width:960px;
	
	font-size:78%;
	color:#fff;
}
#footerWrapper {
	position:relative;
	padding:5px 0 0 0;
	width:960px;
	height:75px;
}


#footerLinks {
	position:absolute;
	left:0;
	margin:0;
	padding:0;

	text-align:right;
}
#footerLinks ul {
	margin:0;
	padding:0;
}
#footerLinks ul li{
	display:inline;
}
#footerLinks a:link, #footerLinks a:visited {
	padding:0 8px;
	text-decoration:none;
	
	color:#fff;
	border-right:1px solid #fff;
}
#footerLinks a:hover, #footerLinks a:active {
	text-decoration:underline;
	border-right:1px solid #fff;
}
#footerLinks .last a:link, #footerLinks .last a:visited,
#footerLinks .last a:hover, #footerLinks .last a:active {
	border-right:0;
	padding-right:0;
}

#footerPhone {
	position:absolute;
	right:5px;
	margin:0;
	padding:0;
}

#footerCopyRight {
	display:block;
	margin:0 auto;
	padding:0;

	text-align:center;
}



#footerParentSites {
	display:block;
	margin:4px auto 0 auto;
	padding:0;

	text-align:center;
}
#footerParentSites ul {
	margin:0;
	padding:0;
}
#footerParentSites ul li{
	display:inline;
}
#footerParentSites a:link, #footerParentSites a:visited {
	padding:0 8px;
	text-decoration:none;
	
	color:#fff;
	border-right:1px solid #fff;
}
#footerParentSites a:hover, #footerParentSites a:active {
	text-decoration:underline;
	border-right:1px solid #fff;
}
#footerParentSites .last a:link, #footerParentSites .last a:visited,
#footerParentSites .last a:hover, #footerParentSites .last a:active {
	border-right:0;
	padding-right:0;
}