﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Questrial&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; }

.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: #0084A0; text-decoration: none; }

a:hover 	{ color: #006699; 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: 18px;
		font-weight: 400;
		line-height: 160%;
		}

.title 		{ color: #000000; font: 29px "Questrial", "Open Sans", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; margin-bottom: 5px; }

.subtitle 	{ color: #5C6A78; font: 18px "Questrial", "Open Sans", arial, sans-serif; font-weight: 600; line-height: normal; }

.smalltext	{ color: #5C6A78; font: 14px "Open Sans", arial, sans-serif; font-weight: 400; padding-bottom: 5px; line-height: normal; }

.hilite		{ color: #FF0000; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		color: #000000;
		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; }




/* 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: 1295px;
		margin: 0 auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -322px;
		}

#left-content 	{
		padding: 0px;
		margin-right: 322px;
		}

.SB-width	{ width: 320px; }

.outer-pad	{ padding: 35px 0px 35px 0px; }

.outer-pad-home	{ padding: 25px 0px 35px 0px; }

.content-pad 	{ padding: 0px 34px 0px 34px; }

.sidebar-pad	{ padding: 0px 0px 0px 0px; }




/* 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;
			}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 15px 0px 15px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		}

.headercolor	{ background-color: #0000ff; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

.logo-respond	{
		height: 100px;
		width: 600px;
		max-width: 600px;
		min-width: 280px;
		margin: 0 auto 0 auto;   /* THIS ALIGNS THE LOGO */
		display: block;
		}

#headerdiv img, #headerdiv a { outline: none; }


/* START TEXT HEADER CODE */

.textlogo	{
		font: 400 32px "Questrial", "Open Sans", arial, sans-serif;
		padding: 16px 0px 18px 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; }




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #000000 0px solid;
  	/* 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: 200px; line-height: normal; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }

.HoverBorder	{
		border: #FFFFFF 2px solid;
		vertical-align: bottom;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* ZOOM */
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #FF0000 2px solid;
	/* ZOOM */
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
		}




/* TOP RESPONSIVE IMAGE */

.img-respond-box	{ text-align: center; }

.img-respond-home	{ text-align: center; padding-top: 10px; }

.top-image	{
		width: 100%;
		height: auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 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: #CECECE 1px solid;
		}

.splits-xtramargin { margin-top: 36px; margin-bottom: 36px; }

.top-split	{ margin-top: 0px; }




/* HOME PAGE */

.homelinks	{ color: #999999; }

.homelinks a	{ padding: 6px; }




/* RIGHT SIDEBAR */

#sidebar-content {
		background-color: transparent;
		float: right;
		border-left: #CECECE 1px solid;
		}

.sidebar-area	{
		max-width: 250px;
		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 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.sidebar-text 	{
		color: #000000;
		font: 14px "Open Sans", arial, sans-serif;
		text-align: left;
		font-weight: normal;
		line-height: 160%;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 20px "Questrial", "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		background-color: #5C6A78;
	        background-image: none;
		background-repeat:repeat-x;
		padding: 10px 5px 12px 10px;
		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;
		border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		}

.side-links	{
		padding: 15px 0px 15px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: 200%;
		display: block;
		padding: 4px 0px 4px 10px;
		border: dashed #C0C0C0;
		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: 10px;
		line-height: normal;
		background-color: #CBD1D8;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 370px; }

.footer-page	{
		background-color: #5C6A78;
		background-image: none;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

.footer-pad	{ padding: 90px 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: 20px "Questrial", "Open Sans", arial, sans-serif;
		font-weight: 400;
		display: block;
		padding: 0px 0px 10px 0px;
		margin-bottom: 3px;
		border-bottom: #9BA8B8 1px solid;
		}

.footer-box	{
		width: 90%;
		max-width: 1050px;
		margin: 0 auto;
		}

.footer-links	{
		font-size: 16px;
		line-height: 220%;
		width: 100%;
		}

table.footer-links td 	{
			min-width: 10px;
			padding: 5px 30px 5px 30px;
			border-right: #6F8B9B 0px solid;
			}

.footer-social	{ padding-left: 10px; }

.footerlinks-1	{ width: auto; }

.footerlinks-2	{ width: auto; }

.footerlinks-3	{ width: auto; }

.footer-image	{
		display: block;
		max-width: 150px;
		height: auto;
		margin: 20px auto 3px auto;
		border: #8393A4 5px solid;
		}

.footer-copyright {
		  color: #FFFFFF;
		  font: 12px "Open Sans", arial, sans-serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 22px 5px 22px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #727E8D;
		  border: solid #FFFFFF;
		  border-width: 0px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link, 
body.footer-page a:visited, 
body.footer-page a:active 	{ color: #D7DCDF; text-decoration: none; white-space: nowrap; }

body.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: #FFFFFF; text-decoration: underline; }

div.footer-copyright a:hover 	{ color: #9AF0FF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	{ padding-left: 2px; padding-right: 2px; }

.socialicon	{
		background-color: #5C6A78;
		border: #9BA8B8 1px solid;
		display: block;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.socialicon:hover  { background-color: #CC0000; border: #CC0000 1px solid; }

.mobile-social	{ display: none; }

.header-notes	{ display: none; }




/* CONTACT PAGE CODE */

.form-box		{ margin: 20px 0px 10px 125px; }

.contact-select		{ color: #006699; font-weight: 400; }

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #FFFFFF;
	       	font: 400 18px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #5C6A78;
	        background-image: none;
		background-repeat: repeat-x;
		-webkit-appearance: none;
		padding: 15px 8px 15px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #000000 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #CC0000;
        	border: #000000 0px solid;
		}

.shadeform	{
		font: 16px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #5C6A78 1px solid;
		}

.textarea	{
		font: 16px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 100%;
		max-width: 340px;
		height: 150px;
		padding: 3px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #5C6A78 1px solid;
		}

.dropdown 	{
		font: 15px arial, sans-serif;
		background-color: #FFFFFF;
		color: #5C6A78;
		width: 100%;
		max-width: 300px;
		padding: 3px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

/* 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/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: #000000;
			font-weight: 600;
			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: #CC0000; text-decoration: none; }

div.arrow-link:hover div.art-arrow {
		background-color: #CC0000;
		background-image: url("picts/arrow-link-white.png");
		border: #CC0000 1px solid;
		}




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENU */

/* MOBILE MENU COLORS ARE IN THE "media-queries.css"!!! */

#menudiv a		{ outline: none; }

#menudiv		{
			background-color: #5C6A78;
			position: relative;
			padding: 0px 0px 0px 0px;
			margin: 0px auto 0px auto;
			border: #000000 solid;
			border-width: 0px 0px 0px 0px;
  		/* 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: 16px;
			font-weight: 600;
			line-height: normal;
			text-decoration: none;
			text-align: center;
			padding: 20px 25px 20px 25px;
			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: #CC0000;
			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;
	background: #000000 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #CC0000 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}



