@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/* HOME SLIDESHOW */

/* HOME JQUERY SLIDESHOW (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: transparent;
			max-width: 1202px;  /* INCLUDES BORDER BELOW */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: block; }  /* HOME ARROWS */

/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			font-size: 30px;
			width: 100%;
			position: absolute;
			bottom: 30px;
			left: 0px;
			right: 0px;
			margin: 0 auto;
			padding-right: 50px;
			text-align: right;
			z-index: 1000;
			background-color: transparent;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a { color: rgba(0, 0, 0, 0.0); color: transparent; }

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 18px;
			height: 10px;
			background-color: transparent;
			background:rgba(255,255,255,0.25); /* 25% TRANSPARENT BACKGROUND */
			border: #999999 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 3px 0px 3px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #990000; border: #990000 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #FF273A; border: #FF273A 2px solid; cursor: default; }

/* BACKGROUND FOR HOME JQUERY & IMAGE */

.homeimage-bg {
		padding-top: 0px;
		background-color: transparent;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERS ABOVE ARE | top | right | bottom | left */
		}




/* HOME JQUERY LAYERED TEXT */

.rslides_container li div.jq-tbox {
	background: #FFFFFF;  /* BACKGROUND FOR NON-CSS3 */
	background: rgba(255,255,255,0.85);  /* BACKGROUND 50% OPACITY */
	width: 33%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.rslides_container li div.jq-ibox {
	color: #000000;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 15px 25px 15px 15px;
	vertical-align: middle;
	position: absolute;
	top: 35%;
	-ms-transform: translateY(-35%);
	transform: translateY(-35%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

.rslides_container li section, .homeimage-box section { display: inline; }

.rslides-title	{
		color: #000000;
		font: 25px "Open Sans", arial, sans-serif;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: normal;
		display: block;
		padding-bottom: 15px;
		}

/* LAYERED TEXT LINK COLORS */

.rslides_container li div a, .homeimage-box a 
		{  color: #006699; text-decoration: none; font-weight: 700; }

.rslides_container li div a:hover, .homeimage-box a:hover 
		{  color: #009999; text-decoration: none; }




/* NEWS FRAME AREA TOP LEVEL PAGE - WIDTH ADDS BORDER */

#news_iframe_scroll	{
		max-width: 100%;
		margin: 0px auto 10px auto;
		border: #142B3D 2px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#news_iframe_scroll iframe 
		{
		width: 100%;
		height: 230px; /* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.news_scroll-title 
		{
		color: #FFFFFF;
		font-size: 20px;
		text-align: left;
		background-color: #142B3D;
		padding: 5px 5px 5px 5px;
		border-bottom: #C0C0C0 3px solid;
		}




/* EMBEDDED NEWS PAGE BODY */

#NewsDiv	{ position: absolute; left: 0; top: 0px; width: 100%; }

body.news-scroll {
		color: #000000;
		font-family: "PT Sans", arial, helvetica, sans-serif;
		font-weight: normal;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		border: 0;
		}

/* FONTS & PADDING */

.scroll-text-if	{
		color: #666666;
		font-size: 13px;
		text-align: left;
		padding: 8px 7px 0px 7px;
		}

.scroll-title-if {
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		border-bottom: #666666 0px solid;
		}

/* EMBEDDED NEWS PAGE LINK COLORS */

.news-scroll a:link	{ color: #0033FF; text-decoration: none; }

.news-scroll a:visited	{ color: #6633FF; text-decoration: none; }

.news-scroll a:active	{ color: #0033FF; text-decoration: none; }

.news-scroll a:hover	{ color: #6699FF; text-decoration: underline; }




/***************
START Media Queries #1
***************/
@media handheld and (max-width: 890px),
   screen and (max-device-width: 890px),
   screen and (max-width: 890px) 
	{

.rslides_container li div.jq-ibox {
		font-size: 14px;
		top: 0;
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		padding: 10px 25px 10px 10px;
		}

.rslides-title	{ font-size: 20px; }


	}
/***************
END Media Queries #1
***************/




/***************
START Media Queries #2
***************/
@media handheld and (max-width: 740px),
   screen and (max-device-width: 740px),
   screen and (max-width: 740px) 
	{

.rslides_container li div.jq-tbox {
	background: transparent;
	width: auto;
	position: static;
	height: auto;
	}

.rslides_container li div.jq-ibox {
		font-size: 14px;
		position: static;
		display: block;
		text-align: center;
		padding: 10px 25px 10px 10px;
		}

.rslides-title	{ font-size: 20px; padding-bottom: 5px; }

#homeJQ > .centered-btns_nav	{ display: none; }

.centered-btns_tabs	{ display: block; }

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			top: 4px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}


.centered-btns_tabs a 	{ background-color: transparent; background:rgba(255,255,255,0.25); border: #FFFFFF 2px solid; }


.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #FF273A; border: #FF273A 2px solid; cursor: default; }


	}
/***************
END Media Queries #2
***************/