h3, h4 {
	margin: 0 0 10px 0;
	font-size: 1.36em;
}

/*** scrolling ***/
.satellite-scrolling-header {
	float: left;
	margin: -8px 0 0 0;
}

#news_button {
	float: right;
}

.satellite-center {
	clear: both;
}

.satellite-misc {
	overflow: hidden;
}

#scrollingtopnews {
	display: none;
}

.satellite-scrollingtopnews {
	height: 121px;
}

/*** top news ***/
.satellite-topnews {
	overflow: auto;
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #efefef;
	border: 1px solid #bebebe;
}

.satellite-topnews h4 {
	float: left;
}

.satellite-topnews .satellite-date {
	float: right;
}

.satellite-readmore {
	float: left;
	margin: 10px 0 0 0;
}

.news-image {
	margin: 3px 20px 0 0;
	float: left;
}


/*** related news ***/
.satellite-relatednews {
	overflow: auto;
	margin: 10px 0 10px 0;
	padding: 10px;
	background: #efefef;
	border: 1px solid #bebebe;
}

.satellite-relatednews h4 {
	float: left;
}

.satellite-relatednews .satellite-date {
	float: right;
}


/*** faq ***/
.faq-accordion {
	padding: 10px 0 10px 0;
}

.faq-accordion .clear {
	margin: 0 0 5px 0;
}

.faq-container {
	margin: 0 0 5px 0;
}

.faq-trigger {
	float: left;
/*	width: 99%; */
	margin: 0;
}

.faq-trigger a {
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 6px 0 -3px 0 !important;
	color: #ac1035;
	font-family: "TradeGothic Bold", verdana;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	text-indent: 17px;
	background: url('/images/menu-bullet.gif') left center no-repeat;
}

.faq-container .active a {
	background: url('/images/menu-bullet-open.gif') left center no-repeat !important;
}

.faq-toggle-container {
	overflow: hidden;
	clear: both;
	padding: 6px;
}


/*** gallery ***/
.satellite-gallery-container {

}

.satellite-gallery {

}

ul.satellite-links {

}

li.satellite-links {

}

a.satellite-links {

}


/*** links ***/
.satellite-links-container {

}

.satellite-links {

}

ul.satellite-links {

}

li.satellite-links {

}

a.satellite-links {

}



/*** social media ***/
.social-media {
	float: right;
	margin-top: 10px;
}

.social-email {
	float: left;
	display: block;
	margin: 0;
	background: url('/images/icons/email.png') center no-repeat;
	height: 16px;
	width: 16px;
}

.social-twitter {
	float: left;
	display: block;
	margin: 0 5px 0 5px;
	background: url('/images/icons/twitter.png') center no-repeat;
	height: 16px;
	width: 16px;
}

.social-facebook {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	background: url('/images/icons/facebook.png') no-repeat;
	height: 16px;
	width: 16px;
}

.rss-button {
	float: left;
	display: block;
	background: url('/images/icons/feed.png') no-repeat;
	height: 16px;
	width: 16px;
}


