body	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
	background-color: #000000;
	background-image: url(images/tech_3.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	}



/* 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%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.img-left	{ float:left; margin-right: 6px; margin-bottom: 1px; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK CODE */
/*
a:link		{ color: #3366FF; text-decoration: none; }
a:visited	{ color: #3366FF; text-decoration: none; }
a:active	{ color: #3366FF; text-decoration: none; }
a:hover		{ color: #0033FF; text-decoration: underline; }
*/

@media (min-width: 1200px) {
	.screen-small {display:none;}
}

@media (max-width: 1200px) {
	.screen-small {display:block;}
	.screen-large {display:none;}
}

.graph-image {
	width:100%;
	height:350px;
	background-color:#CCC;
}

.bubble-image {
	width:600px;
	height:600px;
	background-color:#CCC;
}

.header-image {
	width:40px;
	height:40px;
	background-color:#CCC;
}

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

div, table	{ color: #000000; font: 10pt verdana, arial, sans-serif; line-height: 19px; }

.title		{ color: #00078c; font: 14pt verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ color: #00078c; font: 12pt verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ color: #000000; font: 13px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle	{ color: #000000; font: 12pt verdana, arial, sans-serif; font-weight: bold; }

.testimonial	{ color: #009900; font-weight: bold; font-style: italic; }

.hilite		{ color: #FF0000; }




/* WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			min-width: 760px;
			max-width: 1060px;
			margin-left: auto;
			margin-right: auto;
			border: solid #000000;
			border-width: 0px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}


.content-background	{
	background-color: rgba(255,255,255, .90);
	background-image: none;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.pageheight		{ height: 250px; }

.contentwidth		{ width: 94%; }

.contentpad		{ padding: 5px 14px 5px 5px; }

.content-minwidth	{ width: 250px; }




/* LOGO HEADER */

.header		{
		width: 100%;
		background-color: #000000;
		border-bottom: #000000 0px solid;
		}

.header-image	{ margin: 0px 10px 0px 0px; }

/* PLAIN TEXT HEADER OPTIONS */

.PlainTextTitle		{
			color: #FFFFFF;
			font: normal 20px arial, sans-serif;
			white-space: nowrap;
			line-height: 70px;
			}

.TextHeaderHeight	{ height: 70px; text-indent: 12px; }

.TextHeaderHeight-Video	{ height: 35px; text-indent: 8px; }

.PlainTextTitle-Video	{
			color: #000000;
			font: normal 20px arial, sans-serif;
			white-space: nowrap;
			line-height: 35px;
			}




/* HOME PAGE */

.JQslideshow	{ background-color: #000000; }




/* SOCIAL ICONS */



/* FOOTER OPTIONS */

#FooterFRM		{ visibility: visible; }

.footer-frame		{
			width: 100%;
			height: 250px;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.footer-page	{
		background-image: none;
		background-color: #FFFFFF;
		}

.footer-outer 	{
		width: 100%;
		background-color: #F0F0F0;
		background-image: none;
        	border-top: #A6A6A6 1px solid;
        	border-bottom: #A6A6A6 0px solid;
		}

.footer-inner 	{
		margin: 15px 15px 15px 15px;
		padding: 20px 14px 0px 14px;
		font: 9px verdana, arial, sans-serif;
		background-color: #FFFFFF;
        	border: #A6A6A6 1px solid;
		}

.footer-title 	{
		color: #000000;
		font: 14px arial, sans-serif;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #BFD5FF 1px solid;
		}

.footer-copyright {
		 padding: 10px 14px 10px 14px;
		 }

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #BFD5FF 1px solid;
			}

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #1691FF 1px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ line-height: 30px; }

.footer-social	{ width: 106px; padding-left: 10px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

#html5-icon	{ margin-top: 2px; margin-bottom: 2px; }

.toparrow	{ margin: 15px 2px 15px 82px; }




/* PAGE BARS AND BORDERS */

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		border: #C0C0C0 1px solid;
		width: 99%;
		margin: 6px 0px 5px 0px;
		padding: 0;
		}

.map-splits	{ margin: 15px 0px 15px 0px; }

.imageend	{
		background-color: #000000;
		background-image: url(images/top-picture-end.jpg);
		}

.pagebar	{
		background-color: #000000;
	        background-image: url(images/bar.jpg);
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.pagebar-height	{ height: 18px; font-size: 1px; line-height: 1px; }




/* IMAGE SPACING ALIGNMENT & BORDERS */

.iborders		{ border: #1691FF 1px solid; }

.imagerightborder	{ border-right: #000000 1px solid; }

.menu-image1		{ border: #1691FF 1px solid; margin: 35px 0px 0px 10px; }

.menu-image2		{ border: #1691FF 1px solid; margin: 18px 0px 0px 35px; }




/* ARROW CODE FOR ITEM LISTS */

.list-black
	{
	color: #000000;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	height: 18px;
	background-image: url(images/arrow-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 22px;
	margin: 7px 0px 0px 10px;
	}

.list-blue
	{
	color: #0066FF;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	height: 18px;
	background-image: url(images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 22px;
	margin: 7px 0px 0px 10px;
	}

.list-orange
	{
	color: #FF6600;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	height: 18px;
	background-image: url(images/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 22px;
	margin: 7px 0px 0px 10px;
	}

.list-green
	{
	color: #339900;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	height: 18px;
	background-image: url(images/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 22px;
	margin: 7px 0px 0px 10px;
	}

.list-small	{
		color: #000000;
		line-height: 20px;
		list-style-image: url(images/arrow-small.gif);
		}




/* ARROWS AND ARROW LINKS */

.arrow-align	{
		vertical-align: middle;
		margin: 0px 4px 0px 0px;
		}

.arrowdivL	{ margin: 7px 0px 0px 10px; }

a.orangelink:link	{ color: #FF6600; text-decoration: none; }

a.orangelink:visited	{ color: #FF6600; text-decoration: none; }

a.orangelink:active	{ color: #FF6600; text-decoration: none; }

a.orangelink:hover	{ color: #0033FF; text-decoration: underline; }




/* VIDEO PAGE CODE */

.video-page-table	   { width: 450px; }

table.video-page-table td  { padding: 4px 4px 4px 4px; }

.video-image		   { width: 125px; }

.video-link-button	   { width: 34px; }




/* VIDEO POPUP PAGES CODE */

/* SEE ALSO "video.css" IN THE "videos-HTML5" FOLDER */

.header-video		{
			width: 100%;
			background-color: #000000;
			border-bottom: #F97E05 3px solid;
			}

.videoborder		{ border: #3399FF 1px solid; }

.videoborderTOP		{ border-bottom: #000000 0px solid; }

.videobox		{ border: #000000 1px solid; background-color: #000000; }

.videotitle		{ color: #6F7793; font: 17px arial, sans-serif; font-weight: normal; }

.videotext	{ color: #666666; }

.Vborder	{ border: #FFFFFF 1px solid; }

.Vborderon	{ border: #FF0000 1px solid; }

table.videobox td {
		color: #FFFFFF;
		background-color:#000000;
		text-align: center;
		vertical-align: middle;
		border-collapse:collapse;
		padding: 0px;
		border: #000000 1px solid;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* GALLERY / CART FONTS, BORDERS AND CODE */

.picturetitle 		{ color: #000000; font: 14px verdana, arial, sans-serif; font-weight: bold; font-variant: small-caps; }

.price	 		{ color: #FF6600; font: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.image-border		{ border: #1691FF 1px solid; margin-bottom: 4px; }

.image-borderon		{ position: relative; left: 3px; top: 3px; border: #339900 1px solid; margin-bottom: 4px; }

table.close-button td 	{ padding: 6px 6px 6px 6px; }

table.plainGalTable td	{ padding: 3px 3px 3px 3px; }

.viewer-header		{ border-bottom: #1691FF 1px solid; }

.viewerwrapper		{ margin: 0 auto; }

.viewer-border		{ border: #1691FF 0px solid; }

.products-table 	{ width: 100%; }

table.products-table td	{ padding: 3px 3px 3px 3px; }

.products-imagecell	{ width: 150px; }

.formmargin-cart	{ margin: 0px; margin-top: 5px; }

.cart-minwidth	{ width: 350px; }

.carttable	{
		width: 100%;
		border: #1691FF 1px solid;
		background-color: #FFFFFF;
		background-image: url(images/cart-background.jpg);
		}

table.carttable td	{ padding: 6px 9px 6px 9px; }

.carttable-left	{ width: 140px; }


.cartdrop	{
		color: #3333FF;
		font: 11px arial, sans-serif;
		width: 132px;
		margin-bottom: 5px;
		}

.cart-button	{ margin: 5px 0px 0px 0px; }




/* RIGHT SIDEBAR */

.R-sidebarwidth		{ width: 100px; }

.R-sidebarpad		{ padding: 10px 10px 10px 10px; }

.sidebarBG	{
		background-color: #F1F5FE;
		background-image: url(images/background-sidebar.gif);
		background-repeat: repeat;
		border-left: #A6A6A6 1px solid;
		}




/* CONTACT PAGE CODE */

.form-align		{ margin-left: 60px; }

table.formalign td	{ padding: 1px 0px 1px 0px; }

.shadeform	{
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url(images/shadeform.gif);
		width: 175px;
		border: #7F9DB9 1px solid;
		}

.dropdown 	{
		color: #7F9DB9;
		font: 11px arial, sans-serif;
		background-color: #FFFFFF;
		width: 175px;
		}

.textarea	{
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url(images/shadeform.gif);
		width: 235px;
		height: 145px;
		border: #7F9DB9 1px solid;
		}

.submitbutton 	{ font-size: 12px; width: 110px; }





/* LINKS PAGE CODE */

table.searcharea td	{ padding: 6px 3px 6px 3px; }

.searcharea		{ margin: 5px 0px 2px 0px; }

.linksmargin	{ margin: 0px; }

.searchterms 	{
		font: 12px arial, sans-serif;
		background-image: url(images/shadeform.gif);
		background-color: #FFFFFF;
		color: #000000;
		width: 100PX;
		border: #D7D4C5 1px solid;
		}

.searchbutton 	{
		background-color:#DDEDE7;
		font: 11px arial, sans-serif;
		font-weight: bold;
		color: #336666;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		border: #336699 1px solid;
		}




/* NEWS PAGE */

.news-table	   { width: 100%; }

table.news-table td { padding: 6px 6px 6px 6px; }

.news-image	   { width: 80px; }




/* STAFF PAGE */

.staff-table	   { width: 100%; }

table.staff-table td { padding: 6px 6px 6px 6px; }

.staff-image	   { width: 80px; }




/* PDF PAGE */

.pdf-table	{ width: 100%; }

.pdf-icons	{ width: 90px; }




/* SITE MAP PAGE */

.map-align	{ width: 225px; margin-left: 60px; }
