<!DOCTYPE html>
<html>

	<head>
		
		<!-- Document Type -->
		<meta http-equiv="Content-Language" content="en-us" />
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		
		<!-- Page Info -->
		<title>Team Associated</title>
		<meta name="Copyright" content="<?=date('Y',time())?> LiveRC" /> 
		<meta name="Description" content="The Team Associated network is currently undergoing scheduled maintenance." />
		<meta name="robots" content="index,follow" />
		<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1" />
		
		<!-- Thumbnails and Icons -->
		<link rel="icon" type="image/x-ico" href="https://img.associatedelectrics.com/images/static/favicon.png" />
		<link rel="shortcut icon" type="image/x-icon" href="https://img.associatedelectrics.com/images/static/favicon.png" />
		
		<style>
			html, body
			{
				font-family: 'Open Sans', Helvetica;
				height: 100%;
				padding: 0;
				margin: 0;
				
				/* set the BG here too for real-time rendering when scrolling on some devices */
				background: #08517d;
			}
			
			img
			{
				margin-bottom: 10px;
			}
			
			h1, p
			{
				margin: 0px 10px;
			}
			
			#container
			{
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: #137ec5;
				background: linear-gradient(to bottom,  #08517d 0%, #137ec5 50%, #08517d 100%);
			}
			
			#content
			{
				position: absolute;
				top: 0;
				left: 0;
				display: table;
				width: 100%;
				height: 100%;
				z-index: 1;
			}
			#content > div
			{
				display: table-cell;
				white-space: normal;
				text-align: center;
				vertical-align: middle;
			}
		</style>
	</head>
	
	<body>
		
		<!-- Google Analytics -->
		<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-NLQTJS" height="0" width="0" style="display:none; visibility:hidden;"></iframe></noscript>
		<script>
			(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
			new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
			j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
			'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
			})(window,document,'script','dataLayer','GTM-NLQTJS');
		</script>
		
		<div id="container"></div>
		<div id="content"><div>
			<img src="https://img.associatedelectrics.com/images/static/maintenance_splash.png" width="500" height="100" />
			<h1>SITE UNDER MAINTENANCE</h1>
			<p>Hang tight...we are revving up for some website updates. This process may take upwards of 2 hours. Please check back soon.</p>
		</div></div>
		
	</body>
	
</html>
