@charset "utf-8";
/* CSS Document */

.social_media_bar {
	width: 845px;
	background-color: #fff;
	padding: 20px 0px;
	margin-top: 20px;
	border: 1px solid #e0e0e0;
	line-height: normal;
}

.social_media_divider {
	width: 845px;
	text-align: center;
	height: 20px;
	position: relative;
}

.social_media_divider img {
	position: absolute;
	top: -1px;
}

.social_media_bar td {
	padding: 0px 30px;
	border-right: 1px solid #f0ebe3;
	vertical-align: middle;
}

.social_media_main_headline {
	padding: 12px 20px;
	margin-bottom: 15px;
}

.social_media_main_headline h1 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

.social_media_footer {
	background-color: #ededed;
	color: #3c2015;
	margin-top: 40px;
	font-size: 11px;
	height: 25px;
}

.smHeadline {
	font-size: 12px;
	font-weight: bold;
}

.smLogo {
	text-align: center;
}

.smCopy {
	font-size: 10px;
}

.smButton {
	border: 0px;
}

.smButton a, .smButton a:hover, .smButton a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	background-image: url('sm_button_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0px 24px 0px 8px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background-color: #753d52;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	overflow: hidden;
}

.smFooterAddThis {
	padding: 5px;
}

.smFooterCopy {
	padding: 5px;
	line-height: 15px;
}

a.smFooterButton, a.smFooterButton:hover, a.smFooterButton:visited {
	background-color: #3c2015;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
	padding-right: 25px;
}

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	background-color: #fff;
	display: block;
	float: none;
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

.social_media_callout div {
	float: none;
}

.smCalloutText {
	color: #3c2015;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 30px;
}

.smCalloutText a, .smCalloutText a:visited {
	color: #3c2015;
	text-decoration: none;
}

.smCalloutText a:hover {
	text-decoration: hover;
}

.social_media_callout div.smIcon {
	float: left;
	margin-right: 4px;
	position: relative;
}

.smTooltip {
	position: absolute;
	top: -36px;
	left: 0px;
	z-index: 10000;
}

.smTooltipCloud {
	background-color: #3c2015;
	padding: 8px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.smTooltipArrow {
	margin-left: 10px;
}

.smAddThis {
	margin-top: 7px;
}

/* END SOCIAL MEDIA CALLOUT STYLE */