<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

body 	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	}

html, body { height: 100%; }





/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }





/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }





/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }

.image-fixspace	{ font-size: 1px; line-height: 1px; }





/* FLOATS */

.floatitem	{ float: left; }

.float-margin1	{ margin-right: 5px; margin-bottom: 2px; }

.float-margin2	{ margin-right: 12px; margin-bottom: 0px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 150px; }





/* NON-MENU LINK COLORS */

	a:link, a:visited, a:active 
	{ color: #3366FF; text-decoration: none; }

	a:hover 
	{ color: #006699; text-decoration: underline; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

div, table	{ color: #000000; font: normal 15px "Source Sans Pro", arial, sans-serif; line-height: 140%; }

.title		{ color: #000000; font: 600 20px "Source Sans Pro", arial, sans-serif; }

.subtitle	{ color: #000000; font: 600 18px "Source Sans Pro", arial, sans-serif; }

.smalltitle	{ color: #000000; font: 600 16px "Source Sans Pro", arial, sans-serif; }

.smalltext	{ font-size: 13px; }

.hilite		{ color: #996600; font-weight: bold; }

.lists		{
		color: #006666;
		line-height: 140%;
		margin-top: 10px;
		margin-bottom: 10px;
		}





/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }





/* PAGE WIDTHS HEIGHTS */

.pageheight-min { min-height: 675px; }

#pagewrapper	{
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -118px; /* -118 MARGIN FOR FOOTER */
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 510px;
		text-align: left;
		margin: 0px auto 40px auto;
		padding: 7px 7px 7px 7px;
		}





/* TEXT AND GRAPHIC LOGO */

#headerdiv	{
		padding: 25px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #FFFFFF; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		width: 600px;
		height: 70px;
		max-width: 600px;
		min-width: 300px;
		display: block;
		}

/* START TEXT HEADER CODE */

.textlogo	{
		font: 600 30px "Source Sans Pro", arial, sans-serif;
		padding: 6px 0px 6px 0px;
		display: block;
		}

a.textlogo:link, a.textlogo:visited, a.textlogo:active 
		{ color: #000000; text-decoration: none; }





/* FOOTER - IF YOU EDIT HEIGHT PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

.footerheight	{ min-height: 76px; }

.footerdiv	{
		color: #FFFFFF;
		font: 12px "Source Sans Pro", arial, sans-serif;
		text-align: center;
		background-color: #003875;
		padding: 15px 8px 15px 8px;
		border: solid #A7ADB3;
		border-width: 6px 0px 6px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 5px auto 0px auto;
		max-width: 400px;
		border-bottom: #4A80B6 1px solid;
		}

/* FOOTER LINK COLORS */

	a.footlink:link, a.footlink:visited, a.footlink:active 
	{ color: #CCFF99; text-decoration: none; }

	a.footlink:hover 
	{ color: #FFFFFF; text-decoration: underline; }

.footer-top	{ margin: 20px auto 0px auto; }





/* HOME PAGE */

.home-small-image {
		display: inline;
		margin: 4px 3px 0px 3px;
		border: #5E7287 3px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		} 

.bottom-links	{
		color: #CAB189;
		padding: 3px 0px 5px 0px;
		margin: 30px 0px 10px 0px;
		border: solid #CAB189;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }





/* TOP MAIN IMAGE */

.main-image	{
		max-width: 510px;
		min-width: 200px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 15px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #5E7287 5px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}





/* BORDERS AND BARS */

.img-borders	{ border: #5E7287 2px solid; }

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0px;
		border-bottom: #CAB189 1px solid;
		}

.HoverBorder	 	{ border: #5E7287 2px solid; }

a:hover .HoverBorder 	{ border: #FF0000 2px solid; }





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

.rslides_container	{
			background-color: #5E7287;
			max-width: 900px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #5E7287 5px solid;
		/* CORNER ROUNDING */
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-khtml-border-radius: 6px;
			border-radius: 6px;
			}

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

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

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

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

/* ACTIVE BUTTON STATE */

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





/* CONTACT PAGE GOOGLE MAP */

#map-canvas	{ width: 235px; height: 160px; margin-top: 6px; }





/* PDF PAGE */

.pdf-area	{ max-width: 430px; margin: 0 auto;}





/* RESOURCES SEARCH RESOURCES PAGE */

.searchmargin	{ margin: 2px 0px 8px 0px; }

.searchbox	{
		padding: 7px;
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

.searchbutton	{ margin: 2px 0px 0px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 140px;
		height: 18px;
		margin: 4px 3px 4px 0px;
		border: #999999 1px solid;
		}





/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.video-container {
		 min-width: 225px;
		 padding-top: 30px;
		 padding-bottom: 56.25%;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }





/* HIDE HEADER BAR AND OTHER ITEMS FOR PRINTING */

@media print {
.printhide 	{ display: none; }
.centered-btns_nav, .centered-btns_nav.next { display:none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* HEADER TOP BAR (ICONS &amp; SOCIAL ICONS) */

.headerbar	{
		min-height: 50px;
		min-width: 700px;  /* MAKE WIDER TO STOP WRAPPING */
		}

.headerbar-color {
		 background-color: #27569F;
		 display: table;
		 width: 100%;
		 margin-bottom: 0px;
		 border-bottom: #A7ADB3 3px solid;
		 }

.header-icon-box { background-color: #27569F; float: right; display: inline-block; }

.headericon	{
		float: left;
		text-align: center;
		width: 36px;
		height: 36px;
		background-color: #27569F;
		padding: 7px 7px 7px 7px;
		border-left: #4A80B6 1px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

.headericon img { display: block; margin: 0 auto; }


.headericon:hover	{ background-color: #2A7BCC; }





/* CLICK MENU CODE */

#menu-box 	{ position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon	{ display: block; float: right; }

#menu-top	{
		width: 50px;
		height: 50px;
		background-color: #27569F;
		border-right: #4A80B6 1px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#menu-top:hover	{ background-color: #2A7BCC; }

#menu-sub 	{
		background-color: transparent;
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
		z-index: 1001;
		width: 200px;
		border-top: #4A80B6 1px solid;
		}

.menu		{
		font: normal 15px "Source Sans Pro", arial, sans-serif;
		padding: 6px 6px 6px 10px;
		margin: 0px auto 0px auto;
		display: block;
		border-top: #4A80B6 0px solid;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #FFFFFF;
		background-color: #27569F;
		text-decoration: none;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a.menu:hover 	{
		color: #FFFFFF;
		background-color: #2A7BCC;
		text-decoration: none;
		}




</pre></body></html>