@charset "utf-8";

#footer{
	height: 208px;
	background-color: #4d4d4d;
}

#footer .content{
	position: relative;
	height: 183px;
	width: 960px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	font-family: Gotham-Book;
	padding-top: 25px;
}

#footer .content a{
	font-family: Gotham-Light;
	font-size: 12px;
	color: #c2c2c2;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .content a:hover{
	text-decoration: underline;
}

#footer .content .col1{
	width: 33px;
}

#footer .content .col2{
	width: 300px;
}

#footer .content .col3{
	width: 110px;
}

#footer .content .col3Ex{
	width: 80px;
}

#footer .content .col3Ex2{
	width: 140px;
}

#footer .content .hSep{
	height: 15px;
}

#footer .content .title{
	font-family: Gotham-Book;
	font-size: 18px;
	color: #f08002;
	text-transform: uppercase;
}

#footer .content .letter{
	font-family: Gotham-Book;
	font-size: 13px;
	color: #f08002;
	text-transform: uppercase;
	line-height: 20px;
}

#footer .content .whiteText{
	font-family: Gotham-Light;
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
}

#footer .content .whiteText a{
	font-family: Gotham-Light;
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
#footer .content .whiteText a:hover{
	text-decoration: underline;
}