@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body 	{ background-color: #FFFFFF; margin: 0px; padding: 0px;	border: #FFFFFF 0px solid; }
/* ^^^ SEE CLASS "outer-background" BELOW */

/* 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; }

/* Ad-center */
#my_centered_buttons { display: flex; justify-content: center; }

/* DEFAULTS - MISC */
.fullwidth	{ width: 100%; }
.halfwidth	{ width: 50%; }
.nobreak	{ white-space: nowrap; }
.just 		{ text-align: justify; }
img 		{ border: 0; }
.rimage		{ max-width: 100%; height: auto; }  /* MAKES IMAGES RESPONSIVE */
.blockimage	{ display: block; }
.formmargin	{ margin: 0px; }
.pad10		{ padding: 10px 0px 10px 0px; }

/* NON-MENU LINK COLORS */
a:link, 
a:visited, 
a:active 	{ color: #007AC8; text-decoration: none; }
a:hover 	{ color: #003366; text-decoration: underline; }

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 17px;
		font-weight: 500;
		line-height: 150%;
		}
.title 		{ color: #000000; font: 32px "Open Sans", arial, sans-serif; font-weight: 400; letter-spacing: -1px; line-height: normal; }
.subtitle 	{ color: #000000; font: 20px "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }
.smalltitle	{ color: #000000; font-size: 1.05em; font-weight: 600; }
.smalltext	{ color: #666666; font: 15px "Open Sans", arial, sans-serif; font-weight: 500; padding-bottom: 5px; line-height: normal; }
.hilite		{ color: #009966; font-weight: 700; }
.hilite2	{ color: #669900; font-weight: 700; }

/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */
h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }

/* LISTS & SERVICES PAGE */
.list		{
		color: #006699;
		font-weight: 600;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}
.floatlist	{ float: left; width: 50%; min-width: 200px; }
.list li	{ text-indent: 1px; padding-top: 6px; }
.box-section	{ margin: 0px auto 0px auto; }
.float-serv	{ float: left; margin-right: 30px; margin-bottom: 5px; }

/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */
/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 850px; }
.pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}
.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}
#contentbox-outer 
		{
		max-width: 1275px;
		margin: 50px auto 50px auto;
		}
#contentbox	{
		width: 100%;
		float: left;
		margin-right: -342px;
		}
#contentbox-nosb { width: 100%; }
#left-content 	{
		padding: 0px;
		margin-right: 342px;
		}
.SB-width	{ width: 340px; }
#sidebar-content {
		background-color: transparent;
		float: right;
		border-left: #333333 0px solid;
		}
.content-pad 	{ padding: 0px 20px 0px 30px; }
.content-pad-nosb 	{ padding: 0px 20px 0px 20px; }
.sidebar-pad	{ padding: 0px 0px 0px 0px; }

/* TEXT AND GRAPHIC HEADER CODE */
#headerdiv	{
		padding: 15px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}
.header-background { background-color: transparent; }
.headercolor	{ background-color: #024E75; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */
.logo-respond	{
		height: 100px;
		width: 600px;
		max-width: 600px;
		min-width: 280px;
		margin: 0 auto;
		display: block;
		}
#headerdiv img, #headerdiv a { outline: none; }

/* START TEXT HEADER CODE */
.textlogo	{ font: 400 36px "Open Sans", arial, sans-serif; padding: 15px 0px 10px 0px; display: block; }
a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #FFFFFF; text-decoration: none; }
a.textlogo:hover { color: #FFFFFF; text-decoration: none; }

/* INNER AND OUTER BACKGROUNDS */
.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}
.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}

/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */
div.gallery { border: 1px solid #024E75; }
div.gallery:hover { border: 1px solid #CC0000; }
div.gallery img { width: 100%; height: auto; }
div.desc { padding: 15px; text-align: center; }
* { box-sizing: border-box; }
.responsive { padding: 20px 20px 20px 20px; float: left; width: 24.99999%; }
.clearfix:after { content: ""; display: table; clear: both; }
.showmobile-2 { display: none; }

.viewer-border		{ border: #000000 0px solid; }
.viewer-height		{ height: auto; }
.viewer-respond		{ width: 100%; }

.img-borders	{
		border: #999999 1px solid;
		padding: 0px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}
.img-float	{ float: left; margin: 3px 15px 1px 0px; }
.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }
.text-nowrap	{ overflow: hidden; min-width: 250px; line-height: normal; }
.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }

/* PAGE LINES & BORDERS */
.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 16px;
		margin-bottom: 16px;
		padding: 0px;
		border-top: #CCCCFF 1px solid;
		}
.splits-xtramargin { margin-top: 36px; margin-bottom: 36px; }

/* Pagination */
.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 0px;
}

.pagination a.active {
  background-color: #336D90;
  color: white;
  border: 1px solid #336D90;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


/* HOME PAGE */
.homelinks	{ color: #013C5A; }
.homelinks a	{ padding: 6px; }

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;   
}

/* RIGHT SIDEBAR */
.sidebar-area	{
		max-width: 300px;
		margin: 0 auto;
		text-align: center;
		}
.sidebar-textarea {
		text-align: left;
		margin: 0 auto;
		padding: 0px 0px 15px 0px;
		border: solid #CECECE;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
.sidebar-text 	{
		color: #000000;
		font: 15px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: 160%;
		}
.sidebar-title	{
		color: #FFFFFF;
		font: 19px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		background-color: #013C5A;
		padding: 10px 5px 10px 8px;
		margin: 25px auto 7px auto;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}
.sidebar-image	{
		width: 100%;
		height: auto;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: #999999 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}
.side-links	{
		padding: 20px 0px 20px 0px;
		margin: 0px;
		}
.side-links a	{
		font: 20px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: 200%;
		display: block;
		padding: 10px 0px 10px 10px;
		border: dashed #38A2C9;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
.side-links a:first-child { border-width: 1px 0px 1px 0px; }

/* GOOGLE ADSENSE */
.google-ad-sidebar	{
			width: 300px;
			margin: 0px auto 25px auto;
			}
/* BLANK AD CODE */
.ad-blank-60		{ line-height: 60px; color: #FFFFFF; background-color: #8A98A8; text-align: center; }
.ad-blank-300		{ line-height: 250px; color: #FFFFFF; background-color: #8A98A8; text-align: center; }

/* FOOTER */
.footer-splits 	{
		color: #FFFFFF;
		height: 10px;
		line-height: normal;
		background-color: #024E75;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #CC0000;
		border-width: 3px 0px 0px 0px;
		}
#FooterFRM	{ visibility: visible; }
.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}
.footer-height	{ height: 420px; }
.footer-page	{
		background-color: #024E75;
		margin: 0px;
		padding: 0px;
		}
.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }
.footer-pad	{ padding: 50px 10px 10px 10px; }
.footer-border	{
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
div.footer-title {
		color: #FFFFFF;
		font: 21px "Open Sans", arial, sans-serif;
		font-weight: 500;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #FFDC97 1px solid;
		}
table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #6F8B9B 0px solid;
			}
.footer-image		{
			width: 100px;
			height: auto;
			margin: 40px 8px 10px 8px;
			padding: 0px;
			border: #FFFFFF 3px solid;
			}
.footer-links	{
		font-size: 17px;
		font-weight: 400;
		line-height: 50px;
		margin: 0 auto;
		}
.footerlinks-1	{ width: 33%; }
.footerlinks-2	{ width: 33%; }
.footerlinks-3	{ width: 33%; }
.footer-copyright {
		  color: #FFFFFF;
		  font: 13px "Open Sans", arial, sans-serif;
		  font-weight: 500;
		  line-height: normal;
		  padding: 22px 5px 22px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #024E75;
		  border: solid #5D8AB1;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* FOOTER LINK COLORS */
div.footer-page a:link, 
div.footer-page a:visited, 
div.footer-page a:active 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }
div.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }

/* COPYRIGHT LINK COLORS */
div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #B5D0E7; text-decoration: none; }
div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }

/* OPTIONAL No-Form-contact.htm PAGE */
.no-formmargin	{ margin: 25px 0px 25px 0px; }

/* ARTICLES HOME PAGE */
.article-canvas		{
			max-width: 600px;
			margin: 10px auto 10px auto;
			}
.art-arrow		{
			background-color: #FFFFFF;
			background-image: url("picts/icons/arrow-link-black.png");
			background-repeat: no-repeat;
			height: 37px;
			width: 37px;
			padding: 0px 0px 0px 0px;
			margin: 0px 6px 0px 0px;
			background-position: 6px 6px;
			display: inline-block;
			vertical-align: middle;
			border: #000000 1px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}
div.arrow-link		{
			color: #007AC8;
			text-decoration: none;
			line-height: 3px;
			vertical-align: top;
			background-color: transparent;
			padding: 0px 5px 0px 0px;
			margin: 15px 0px 15px 0px;
			height: 37px;
			display: inline-block;
			}

/* ARROW LINK HOVER COLORS */
div.arrow-link:hover	{ color: #003366; text-decoration: underline; }
div.arrow-link:hover div.art-arrow {
				background-color: #0098B1;
				background-image: url("picts/icons/arrow-link-white.png");
				border: #0098B1 1px solid;
				}

/* HIDE ITEMS FOR PRINTING */
@media print {
.printhide 	{ display:none; }
.print-image { height: 820px; width: 670px; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}

/* START THE CODE FOR THE MENU */
/* MOBILE MENU COLORS ARE IN THE "media-queries.css"!!! */
/* MENU BACKGROUND COLOR IS THE CLASS ABOVE .header-background */
#menudiv a		{ outline: none; }
#menudiv		{
			background-color: #024E75;
			position: relative;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #CC0000 solid;
			border-width: 0px 0px 3px 0px;
			}
			
/* MENU OUTER RADIUS */
#menudiv, #menusub	{
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}
			
/* MENU WIDTH, PADDING, FONT FACE & COLOR */
#menusub a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 17px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 20px 20px 20px 20px;
			margin: 0px 0px 0px 0px;
			cursor: pointer;
			background-color: transparent;
			display: inline-block;
			border: #999999 solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
    			*display:inline;	/* For IE */
    			*zoom:1;		/* For IE */
			}

/* BORDERS FIRST MENU LINK */
#menusub a:first-child	{ border-width: 0px 0px 0px 0px; }

/* MENU HOVER COLORS */
#menusub a:hover 
			{
			color: #FFFFFF;
			background-color: #387192;
			text-decoration: none;
			}

/* MOBILE MENU ICON - SEE ALSO media-queries.css FOR MORE MOBILE COLORS AND FONTS!! */
#mobile-menu-icon	{ cursor: pointer; display: none; text-align: center; padding: 5px 0px 5px 5px; }
.menu-icon-img		{ display: block; margin: 0px auto 0px 0px; }

/* RIGHT SCROLL TO TOP ARROW */
.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 50px;
	right: 10px;
	display:none;
	border: #336D90 1px solid;
	background: #336D90 url('picts/icons/arrow-up-white.png') no-repeat 0px 0px;
	}
.scrollToTop:hover{
	text-decoration:none;
	border: #999999 1px solid;
	background: #999999 url('picts/icons/arrow-up-white.png') no-repeat 0px 0px;
	}
