h3, h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #000;
}

h4 a {
	color: #000;
}

.satellite-topnews h4 {
	margin: 0 0 3px 0;
}

.sid1 .satellite-topnews .satellite-story {*margin-top: -11px !important;}

.satellite-story p {
	margin: 0;
}

/*** 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;
	padding: 11px 0 14px 0;
}

.satellite-topnews h4 {
	float: left;
}

.satellite-topnews .satellite-date {
	float: left;
	padding: 0;
	display: none;
}

.satellite-readmore {
	float: left;
	margin: 3px 0 0 0;
	color: #009DDF;
}

.satellite-readmore a {
	display: block;
	margin: 1px 0 0 0;
	height: 9px;
	width: 72px;
	background: url('/images/readmore.gif') center no-repeat;
}

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


/*** related news ***/
.satellite-relatednews {
	overflow: hidden;
	margin: 0 0 20px 0;
}

.satellite-relatednews h2 {
	float: left;
	color: #333333 !important;
	margin: 0 0 5px 0;
}

.satellite-relatednews h2 a {
	color: #333;
}

.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;
	background: #efefef;
	border: 1px solid #bebebe;
}

.faq-trigger a {
	text-decoration: none;
	display: block;
	padding: 5px;
}

.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;
}


