
/* IMPORT GOOGLE FONTS */

/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700); */




/* NEWS FRAME AREA TOP LEVEL PAGE - WIDTH ADDS BORDER */


#news_iframe_scroll	{
		width: 100%;
		max-width: 800px;
		min-width: 200px;
		margin: 0px auto 10px auto;
		border: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;


		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 280px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color: #FFFFFF;
		font: normal 20px "Droid Sans", arial, sans-serif;
		text-align: left;
		background-color: #478806;
		padding: 5px 5px 5px 5px;

		}




/* EMBEDDED NEWS PAGE BODY */

#NewsDiv	{ position: absolute; left: 0px; top: 0px; width: 100%; }

body.news-scroll {
		
		margin: 0;
		padding: 0px;
		border: none;
		overflow: hidden;
		background: #d1ebfc;

		}

/* FONTS & PADDING */

.scroll-text-if	{
		color: #f2fbef;
		font: bold 15px "Droid Sans", arial, sans-serif;
		text-align: left;
		}

.scroll-title-if {
		color: #461e07;
		font: 14px "Droid Sans", arial, sans-serif;
		text-align: left;
		border-bottom: none;
		padding:0px;
		}

/* EMBEDDED NEWS PAGE LINK COLORS */

.news-scroll a:link	{color: #286137;text-decoration: none;}

.news-scroll a:visited	{color: #3c7b27;text-decoration: none;}

.news-scroll a:active	{ color: #4866af; text-decoration: none; }

.news-scroll a:hover	{ color: #4866af; text-decoration: underline; }



