
/*  PRIMARY SITE FOOTER
-------------------------------- */

#footer {
	clear:both;
	margin: 0;
	padding: 20px 27px;
	overflow:auto;
	font:12px/16px Helvetica, Arial, sans-serif;
	background: #141414 url(/img/common/footer-bg.png) repeat-x left top;
}

#footerInner {
	width: 1000px;
	margin: 0 auto;
}

#footer .panel {
	float: left;
	width: 200px;
	margin-left: 10px;
	padding: 20px 10px 10px;
}

#footer h5 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 4px;
	color: #fff;
}

#footer a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #8cb5fc;
}

#footer ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0px 0px 15px;
}

#footer p {
	padding-bottom: 10px;
	padding-top: 1px;
	font-weight: bold;
	color: #999;
}

/*  OSO FOOTER
-------------------------------- */

#footer_iframe {
	width: 100%;
	height: 255px;
	background-color:transparent;
}

/*  BOTTOM SITE FOOTER
-------------------------------- */

#site_footer {
	line-height: 12px;
	font-size: 11px;
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
	
#site_footer hr.top {
	border: none;
	border-top: 1px solid #666;
	margin-bottom: 10px;
	visibility: visible;
}

#site_footer ul,
#site_footer p {
	clear: left;
	margin-top: 8px;
}

#site_footer p {
	padding-top: 10px;
	color: #666;
}

#site_footer p a {
	text-transform: none;
}

#site_footer ul,
#site_footer li {
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}

#site_footer li {
	float: left;
	border-right: 1px solid #666;
	padding-right: 5px;
	margin-right: 5px;
}

#site_footer li.last {
	float: left;
	border-right: none;
	padding-right: 5px;
	margin-right: 5px;
}

#site_footer a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

#site_footer a:hover {
	color: #8cb5fc;
	text-decoration: none;
}
	
#footerSocial {
	float: right;
}

#footerSocial img {
	margin-left: 5px;
}
