@media only screen and (min-width: 1201px){
	
}

@media only screen and (min-width: 1201px){
	.footer{
		width:875px;
		height: 200px;
		margin:auto;
	}
}
@media only screen and (min-width: 1201px){
	.footerNav, .footerLogo{
	display:block;
}
}
@media only screen and (min-width: 1201px){
	.footerNav {
		width:700px;
		float:right;
	}
}
@media only screen and (min-width: 1201px){
	.footerNav ul li{
		list-style-type:none;
		float:left;
		padding-right:2em;
	}
}
@media only screen and (min-width: 1201px){
	.footerNav ul li a{
		text-decoration:none;
		color:black;
	}
}
@media only screen and (min-width: 1201px){
	.footerLogo{
		width:125px;
		float:left;
	}
}
@media only screen and (min-width: 1201px){
	.footerAddressInfoSmall{
		display:none;
	}
}
@media only screen and (min-width: 1201px){
	.footerAddressContainer{
		clear:both;
		float:right;
		width:675px;
	}
}
@media only screen and (min-width: 1201px){
	.footerAddressInfoLarge{
		clear:both;
		display:block;
		font-size:.75em;
		
	}
}
@media only screen and (min-width: 1201px){
	.footerAddressInfoLarge address{
		text-align:left;
		margin:-2em 0 1em 3em;
		
	}
}

.footer{
	padding-top:2em;
}

.footerAddressInfo{
	font-size:.75em;
	text-align:center;
}
.copyright{
	font-size:.5em;
	text-align:center;
}