@import url("style-menu.css");

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: #006699; text-decoration: none; }

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




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #556C7A;
		/*font-family: "Open Sans", arial, helvetica, sans-serif;*/
        font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 160%;
		}

.title 		{ color: #345D86; font: 35px "Times New Roman", Times, serif; font-weight: 400; letter-spacing: -1px; line-height: normal; }

.subtitle 	{ color: #000000; font: 20px "Times New Roman", Times, serif; font-weight: 400; line-height: normal; }

.smalltext	{ color: #345D86; font: 13px "Times New Roman", Times, 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: 400;
		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: 1275px;
		margin: 50px auto 50px auto;
		}

#contentbox	{
		width: 100%;
		float: left;
		margin-right: -342px;
		}

#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; }

.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: #808496;
		background: rgba(96,101,124,0.50);  /* SEMI-TRANSPARENT */
		}

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

.logo-respond	{
		height: 100px;
		width: 750px;
		max-width: 750px;
		min-width: 280px;
		margin: 0 auto;
		display: block;
		}

#headerdiv img, #headerdiv a { outline: none; }

/* START TEXT HEADER CODE */

.textlogo	{
		font: 600 30px "Times New Roman", Times, serif;
		padding: 20px 0px 22px 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:url("picts/background-main.jpg");*/
			background-position: 0px 0px;
			background-repeat: no-repeat;
			background-attachment: scroll;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{
		border: #AAADB9 0px solid;
		padding: 0px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.img-bordersx	{
		border: #AAADB9 2px solid;
		padding: 0px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.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; }




/* TOP RESPONSIVE IMAGE */

.img-respond		{ max-width: 100%; height: auto; }

.img-respond-box	{ text-align: center; }

.top-image	{
		border: solid #AAADB9;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		padding: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




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




/* HOME PAGE */

.homelinks	{ color: #999999; }

.homelinks a	{ padding: 6px; }




/* RIGHT SIDEBAR (SEE GOOGLE ADS BELOW) */

.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: #3B425C;
		font: 14px "Times New Roman", Times, serif;
		text-align: left;
		font-weight: normal;
		line-height: 160%;
		}

.sidebar-title	{
		color: #FFFFFF;
		font: 18px "Times New Roman", Times, serif;
		font-weight: 400;
		line-height: normal;
		background-color: #9EA2B0;
	        background-image: none;
		background-repeat:repeat-x;
		padding: 8px 5px 12px 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: #AAADB9 0px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.side-links	{
		padding: 15px 0px 15px 0px;
		margin: 0px;
		}

.side-links a	{
		font: 16px "Times New Roman", Times, serif;
		font-weight: normal;
		line-height: 200%;
		display: block;
		padding: 4px 0px 4px 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: 250px;
			margin: 0px auto 25px auto;
			}

/* BLANK AD CODE */

.ad-blank-60		{ line-height: 60px; color: #FFFFFF; background-color: #9EA2B0; text-align: center; }

.ad-blank-250		{ line-height: 250px; color: #FFFFFF; background-color: #9EA2B0; text-align: center; }




/* FOOTER */

.footer-splits 	{
		color: #FFFFFF;
		height: 6px;
		line-height: normal;
		background-color: #DAE8F5;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #FFFFFF;
		border-width: 0px 0px 2px 0px;
		}

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

.footer-height	{ height: 210px; }

.footer-page	{
		background-color: #FFFFFF;
		background-image:url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #3B425C; }

.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: #00C3CC;
		font: 20px "Times New Roman", Times, serif;
		font-weight: 400;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #00C3CC 1px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #6F8B9B 0px solid;
			}

.footer-image		{
			margin: 40px 0px 3px 10px;
			padding: 3px;
			border: #FFFFFF 7px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ font-size: 17px; line-height: 40px; }

.footer-social	{ width: 210px; 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: 12px "Times New Roman", Times, serif;
		  font-weight: 400;
		  line-height: normal;
		  padding: 22px 5px 22px 5px;
		  margin: 0px 0px 0px 0px;
		  background-color: #9EA2B0;
		  border: solid #FFFFFF;
		  border-width: 2px 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: #1091FF; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #3399CC; text-decoration: underline; 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: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	{ padding-left: 1px; padding-right: 1px; }

.socialRspace	{ width: 0px; }

.socialicon	{
		border: #78D2FF 1px solid;
		padding: 3px;
		display: block;
		background-color: #78D2FF;
  	/* CORNER ROUNDING */
		   -moz-border-radius: 18px;
		   -webkit-border-radius: 18px;
		   -khtml-border-radius: 18px;
		   border-radius: 18px;
		}

.socialicon:hover  { border: #6CB6FF 1px solid; background-color: #6CB6FF; }

.mobile-social	   { 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 16px "Times New Roman", Times, serif;
		text-align: center;
		background-color: #004C76;
	        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: #004C76 1px 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: #5E7287;
        	border: #5E7287 1px solid;
		}

.shadeform	{
		font: 14px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 200px;
		border: #8DB1D3 1px solid;
		}

.textarea	{
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		background-image: url("picts/shadeform.png");
		text-align: left;
		width: 250px;
		height: 150px;
		border: #8DB1D3 1px solid;
		}

.dropdown 	{
		font: 14px arial, sans-serif;
		background-color: #FFFFFF;
		color: #000000;
		width: 225px;
		}

/* 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: #006699;
			background-image: url("picts/arrow-link-white.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;
  		/* CORNER ROUNDING */
			-moz-border-radius: 18px;
			-webkit-border-radius: 18px;
			-khtml-border-radius: 18px;
			border-radius: 18px;
			}


div.arrow-link		{
			color: #006699;
			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: #2299FF; text-decoration: underline; }

div.arrow-link:hover div.art-arrow { background-color: #2299FF; }




/* HIDE ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 60px;
	right: 10px;
	display:none;
	background: #78D2FF url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #96A6B2 url('picts/arrow-up-white.png') no-repeat 0px 0px;
	}



