﻿.siteFooterContainer a,.siteFooterContainer a:hover,.siteFooterContainer a:focus
{
    color: #9B9FA2;
}
.footerMenu
{
	margin-bottom:0;	
	padding-bottom:0;
	height:20px;
}
.siteFooterContainer .cornersContainer
{
	height:15px;
}
.siteFooterContainer .cornersContainer .cornerLeft
{
	float:left;
	width:15px;
	height:15px;
	background-image: url('/images/footer/cornerFooterLeft.gif');	
	background-repeat: no-repeat;
}

.siteFooterContainer .cornersContainer .cornerRight
{
	float:right;
	width:15px;
	height:15px;
	background-image: url('/images/footer/cornerFooterRight.gif');	
	background-repeat: no-repeat;
}

.copyrightHolderInvisible {
	height: 120px;
	clear: both; 
}
.copyrightHolder
{
    line-height: normal;
	padding-top: 10px;
    background: #000;
    font-size: 12px;
	width: auto;
    margin: auto;
	text-align:left;
	color: #9B9FA2;
	padding-bottom:10px;
	left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    clear: both; 
}
.copyrightInformation
{
    font-size: 12px;
	width: 1300px;
    margin: auto;
	text-align:left;
	color: #9B9FA2;
	font-family: 'Open Sans', 'sans-serif';
}

.copyrightInformationText {
	padding-top: 15px;
}

.copyrightInformation a {
	color:#fff;
}
.copyrightInformation a:hover {
	color:#fff;
	text-decoration:underline;
}