
/* 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: 255px;
		margin: 0px auto 15px auto;
		border: #303f9f 2px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 198px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color:#fbc02d;
		background-color:#2c4167;
		border-bottom: #64b8ff 6px solid;
		text-transform: uppercase;
		font-weight:600;
		border-radius: 5px 5px 0px 0px;
		font: normal 20px "Montserrat", "Droid Sans", arial;
		text-align: center;
		padding: 3px 5px 3px 5px;
		margin: 0 !IMPORTANT;
		}




/* EMBEDDED NEWS PAGE BODY */

#NewsDiv	{ position: absolute; left: 0; top: 0px; width: 100%; }


body.news-scroll {
		background-color: #FFFFFF;
		background-image: url("https://www.johnstonnc.com/em2/images/Shield-Patch-Transparent.png");
        background-size:105px;
		background-repeat: no-repeat;
		background-position: center 35px;
		margin: 0;
		padding: 0;
		border: 0;
		}

/* FONTS & PADDING */

.scroll-text-if	{
		color: #666666;
		font: normal 13px "Droid Sans", arial, sans-serif;
		text-align: left;
		padding: 8px 7px 0px 7px;
		}

.scroll-title-if {
		color: #000000;
		font: bold 15px "Droid Sans", arial, sans-serif;
		text-align: left;
		
		border-bottom: #666666 0px solid;
		}

/* EMBEDDED NEWS PAGE LINK COLORS */

.news-scroll a:link	{ color: #03a9f4; text-decoration: none; }

.news-scroll a:visited	{ color: #03a9f4; text-decoration: none; }

.news-scroll a:active	{ color: #fbc02d; text-decoration: none; }

.news-scroll a:hover	{ color: #fbc02d; text-decoration: underline;}

