@charset "utf-8";

#footerTagline {
	background-color: rgba(37,27,21,1);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: none;
}
#tagline {
	padding-top: 15px;
}
#tagline h3 {
	font-family: PapyrusCom;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#tagline h4 {
	font-size: 20px;
	color: #999966;
	font-family: PapyrusCom;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
	display: block;
}
#footer {
	background-color: #999966;
	height: 150px;
}
#footerTextWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
#contact {
	width: 380px;
	float: left;
	height: 150px;
	position: relative;
}
.contact-logo  {
	float: left;
	padding-top: 12px;
	padding-right: 15px;
}
.contact-info {
	float: left;
	margin-top: 15px;
}
.contact-info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	margin-top: 4px;
}
#contactlink {
	position: absolute;
	bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#contactlink a  {
	color: #000000;
}
#contactlink a:hover {
	color: #FFFFFF;
}
#socialmedia {
	margin-top: 15px;
	height: 135px;
	width: 200px;
	position: relative;
	float: left;
}
#socialicons {
	height: 35px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
}
.email-icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/entypo_2709_32.png);
}
.email-icon:hover {
	background-image:url(../images/entypo_2709white_32.png)
}
.facebook-icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/entypo_f30c2_32.png);
}
.facebook-icon:hover {
	background-image: url(../images/entypo_f30cwhite_32.png);
}
.twitter-icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/entypo_f309_32.png);
}
.twitter-icon:hover {
	background-image: url(../images/entypo_f309white_32.png)
}
.linkedin-icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/entypo_f3180_32.png);
}
.linkedin-icon:hover {
	background-image: url(../images/entypo_f318white_32.png)
}
#socialmedia-more   {
	position: absolute;
	bottom: 18px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#socialmedia-more a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#socialmedia-more a:hover {
	color: #FFFFFF;
}
#socialicons a {
	float:left;
}
.interests {
	font-size: 12px;
	width: 260px;
	float: left;
	height: 150px;
	position: relative;
}
#interest-inner {
	float: right;
	margin-top: 15px;
}
.cliffnotes {
	border-radius: 15px;
	border: 1px solid #666666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	background-color: #FFFFFF;
	height: 73px;
	width: 260px;
	background-image: url(../images/cliffnotes-button-link.png);
}
.cliffnotes:hover {
	display:block;
	border-radius: 15px;
	border: 1px solid #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	background-color: #ffffff;
	height: 73px;
	width: 260px;
	background-image: url(../images/cliffnotes-button-link.png);
}
#retaillink {
	font-size: 15px;
	width: 260px;
	position: absolute;
	bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#retaillink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#retaillink a:hover{
	color: #FFFFFF;
}
.centered {
	width: auto;
	margin-right: 100%;
	margin-left: 100%;
}
