@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans:bold|PT+Sans|PT+Sans:bold&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; }

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

/* NON-MENU LINK COLORS */
a:link, 
a:visited, 
a:active 	{ color: #3366FF; text-decoration: underline; }
a:hover 	{ color: #006699; text-decoration: underline; }

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
body, div, table {
		color: #2F5570;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
		}
.title 		{ color: #1F6BA4; font: 23px "PT Sans", arial, sans-serif; font-weight: normal; letter-spacing: -1px; line-height: normal; }
.subtitle 	{ color: #000000; font: 17px "PT Sans", arial, sans-serif; font-weight: bold; line-height: normal; }
.smalltext	{ color: #777777; font: 13px "PT Sans", arial, sans-serif; font-weight: normal; padding-bottom: 5px; line-height: normal; }
.testimonial	{ color: #990000; font-family: "PT Sans", arial, helvetica, sans-serif; font-weight: bold; }
.hilite		{ color: #FF0000; }

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

/* SERVICES LIST */
.list		{
		font-size: 14px;
		color: #7E5632;
		line-height: normal;
		text-align: left;
		margin-top: 1px;
		margin-bottom: 1px;
		}
.floatlist	{ float: left; width: 50%; min-width: 200px; }
.list li	{ text-indent: 1px; margin-top: 12px; margin-bottom: 12px;}

/* 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: 750px; }
.pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}
.pagebox	{
		padding: 0px 10px 0px 10px;
		margin: 0 auto;
		}
#contentbox	{
		max-width: 900px;
		margin: 0 auto;
		padding: 30px 0px 10px 0px;
		}
.content-pad 	{ padding: 0px 35px 10px 15px; }
#left-content 	{
		float: left;
		width: 100%;
		max-width: 555px;
		padding: 0px;
		}

/* HOME PAGE WIDTHS */
#contentbox-home  {
		  max-width: 912px;
		  margin: 0 auto;
		  padding: 30px 0px 15px 0px;
		  }
.content-pad-home { padding: 25px 15px 25px 15px; }

/* TEXT AND GRAPHIC HEADER CODE */
#headerdiv	{
		padding: 15px 0px 15px 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	{
		height: 70px;
		width: 600px;
		max-width: 600px;
		min-width: 280px;
		margin: 0 auto;
		display: block;
		}

/* START TEXT HEADER CODE */
.textlogo	{
		font: normal 30px "Open Sans", arial, sans-serif;
		width: 100%;
		padding: 4px 0px 6px 0px;
		display: block;
		}
a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #000000; text-decoration: none; }
a.textlogo:hover { color: #000000; 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 */
.img-borders	{ border: #000000 1px solid; }
.img-float	{ float: left; margin: 3px 8px 1px 0px; }
.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }
.text-nowrap	{ overflow: hidden; min-width: 175px; }
.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: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #CECECE 1px solid;
		}
.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

/* LARGE PAGE SPLITS */
.large-splits 	{
		width: 99%;
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #F1EEED;
		margin: 0 auto;
		padding: 0px;
		border: #CECECE 1px solid;
		}

/* HOME PAGE */
.homelinks	{ color: #73879C; }
.home-caption	{
		color: #5E7287;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		padding: 10px 0px 20px 0px;
		}

/* FOR OPTIONAL HOME PAGE IMAGE */
.homeimage	{ width: 100%; display: block; }
.homeimage-border	{
			max-width: 900px;
			min-width: 250px;
			margin: 0 auto;
			box-sizing: border-box;
			border: #5E7287 5px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}

/* RIGHT SIDEBAR */
#sidebar-content 	{
			float: left;
			width: 100%;
			max-width: 330px;
			padding: 0px;
			border-left: #C5CBD4 1px solid;
			}
.sidebar-pad 	  	{ padding: 0px 0px 10px 35px; }
.sidebar-textarea	{
			text-align: left;
			width: 285px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
		  	border: solid #CECECE;
		  	border-width: 0px 0px 1px 0px;
		  	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}
.sidebar-text 	{
		color: #72767F;
		font: 13px "PT Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		}
.sidebar-title	{
		color: #FFFFFF;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		background-color: #5E7287;
		padding: 5px 5px 6px 6px;
		margin: 0px auto 7px auto;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}
.sidebar-image	{
		display: block;
		margin: 0px auto 15px auto;
		border: #004C76 5px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}
.side-links	{
		padding: 10px 0px 10px 0px;
		margin: 0px;
		}
.side-links a	{
		font: 15px "PT Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		display: block;
		padding: 6px 0px 6px 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; }


/* FOOTER */
.footer-splits 	{
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #004C76;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #5D8AB1;
		border-width: 8px 0px 0px 0px;
		}
#FooterFRM	{ visibility: visible; }
.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}
.footer-height	{ height: 350px; }
.footer-page	{
		background-color: #004C76;
		margin: 0px;
		padding: 0px;
		background-image: none;
		}
.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: 18px "Open Sans", arial, sans-serif;
		font-weight: normal;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #FFDC97 1px solid;
		}
table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #286083 1px solid;
			}
.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #5D8AB1 2px solid;
			}
.footer-image-table	{ margin-left: 20px;}
.footer-links	{ font-size: 14px; line-height: 30px; }
.footer-social	{ width: 180px; padding-left: 10px; }
.footerlinks-1	{ width: 33%; }
.footerlinks-2	{ width: 33%; }
.footerlinks-3	{ width: 33%; }
.html5-icon	{ margin-top: 12px; margin-bottom: 8px; }
.footer-copyright {
		  color: #FFFFFF;
		  font: 11px "PT Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #004C76;
		  border: solid #5D8AB1;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }

/* FOOTER LINK COLORS */
.footer-page a:link,    { color: #FFFFFF; text-decoration: underline; white-space: nowrap; }
.footer-page a:visited, { color: #FFFFFF; text-decoration: none; white-space: nowrap; } 
.footer-page a:active 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }
.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }
.blue-bottom a:link,    { color: #FFFFFF; text-decoration: underline; white-space: nowrap; }
.blue-bottom a:visited, { color: #FFFFFF; text-decoration: underline; white-space: nowrap; }
.blue-bottom a:active 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }
.blue-bottom a:hover 	{ color: #B5D0E7; text-decoration: none; white-space: nowrap; }
A.blue-bottom:link   { color: #FFFFFF; text-decoration: underline; white-space: nowrap; } /*text body links */
A.blue-bottom:visited  { color: #FFFFFF; text-decoration: none; white-space: nowrap; }  
A.blue-bottom:active { color: #B5D0E7; text-decoration: none; white-space: nowrap; }  
A.blue-bottom:hover  { color: #B5D0E7; 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; }

/* PDF PAGE */
.pdf-icon	{ margin: 10px 0px 0px 15px; }

/* HIDE MENU AND ITEMS FOR PRINTING */
@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: initial; }
}
@media screen{
.printonly 	{ display:none; }
}

/* START THE CODE FOR THE MENU */
/* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */
#menudiv		{
			background-color: #004C76;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #000000 0px solid;
			border-width: 0px 0px 0px 0px;
			margin-bottom: 0px;
  		/* CORNER ROUNDING */
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			}
#menunav, #menunav ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

/* MENU WIDTH, PADDING, FONT FACE & COLOR */
#menunav a 		{
			color: #FFFFFF;
			font-family: "Open Sans", arial, helvetica, sans-serif;
			font-size: 13px;
			font-weight: normal;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 14px 15px 14px 15px;
			display: block;
			cursor: pointer;
			}

/* MENU BACKROUND, BORDER & MARGINS */
#menunav li 		{
			background-color: #004C76;
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
			padding: 0px;
			border: #000000 0px solid;
			border-width: 0px 0px 0px 0px;
		/* MENU FADE UP */
			transition: all 0.5s ease;
			-webkit-transition: all 0.5s;
			}

/* MENU HOVER FONT COLOR */
#menunav li a:hover 
			{
			color: #FFFFFF;
			text-decoration: none;
			cursor: pointer;
			}

/* MENU HOVER BACKGROUND AND BORDER */
#menunav li:hover	{ background-color: #0079C0; background-image: none; }
