/* -------------------------------------------------------------- 
   LAYOUT
   
-------------------------------------------------------------- */



body {

	background-position:center top;
	background-color:#CCCCCC;
}
* {
	outline:none;
}


#specialnote {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	background-color: rgba( 255, 255, 255, .9 );
	z-index: 2000;
	color: #000;
	font-family: arial;
	line-height: 22px;
	font-size: 18px;
}

#specialnote h1 {
	background-color: #ccc;
}

#specialnote p {
	margin: 100px;
	font-weight: 100;
	font-size: 18px;
	line-height: 22px;
}

#specialnote .email {
	xtext-decoration: none;
	color: #33f;
	font-weight: bold;
}

#specialnote .close {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#specialnote a:hover {
	color: #00f;
}


#page {
	background:#FFF;
	margin:0 auto;
	width:960px;
}

/* Header */
#header {
	overflow:hidden;
	position:relative;
}
#header p {
	margin:0;
}
#header a {
	text-decoration:none;
}


/* Navigation */
#nav {
	background:url(images/nav-bg.png) repeat-x bottom;
	overflow:hidden;
}
#nav ul {
	margin:0 20px;
	padding:0;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav ul li a {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	line-height:40px;
	padding:0 15px;
	text-decoration:none;
}
#nav ul li a.selected, #nav ul li a:hover {
	background:url(images/nav-hover-bg.png) repeat;
	color:#000;
}

/* Content */
#wrapper {
	overflow:hidden;
	padding:20px 20px 40px;
}
#content {
	width:670px;
	float:left;
	position:relative;
}
#content ul, #content ol {
	font-size:1.25em;
}
.full #content {
	width:100%;
	float:none;
}

/* FreeForm */
#free-form {
	position:relative;
	margin-bottom:50px;
}

/* Sidebar */
#sidebar {
	padding:20px;
	width:190px;
	float:right;
	overflow:hidden;
	position:relative;
}

/* Gallery Template */
.gallery-container {
	word-spacing: -1em;
}
.gallery-container div {
	vertical-align:top;
	width:33%;
	display:inline-block;
	text-align:center;
	word-spacing: 0;
	zoom: 1;
	*display:inline;
}
.gallery-container img {
	width:100%;
	height:auto;
	-ms-interpolation-mode: bicubic;
}
.gallery-container span {
	height:200px;
	overflow:hidden;
	display:block;
	margin-bottom:0.5em;
	padding:15px;
}
.gallery-container p {
	margin: 0 15px;
}
.GB_header td {
	padding:0;
}
#GB_middle img.left, #GB_middle img.right {
	float:none;
	margin:0;
}

/* Footer */
#footer {
	background:#D5D5D5;
	margin:0 auto;
	width:920px;
	padding:15px 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#222!important;
}
#footer .copyright {
	text-decoration:none;
	color:#222;
}
#footer .privacy {
	font-size:0.9em;
	font-weight:bold;
}
#footer p {
	margin:0;
}
#footer a {
	color:#003399;
}
#footer a:hover {
	color:#001745;
}

#subfooter {
	background: #FFFFFF;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
}

h2.companyName {
background: #fff; position: absolute; top: 40px; left: 0; font-size: 36px;
}

a.companyName {
color: #000; text-decoration: none; padding: 15px 30px; display: block;
}




/* Mobile */

@media handheld, only screen and (max-width: 800px) {

	body {
		margin:5px!important;
	}
	#page {
		width:100%!important;
		line-height:2em!important;
		padding:0!important;
		margin:0 auto!important;
	}

	#banner img {
		width:100%;
	}
	
	#banner{
		width:100%;
		height:auto;
		padding-bottom:10px;
	}
	
	#subfooter{
		width:100%;
		margin:0;
		padding:0;
	}
	
	#header {
		overflow:visible!important;
		position:inherit!important;
	}
	#header img {
		width:100%!important;
		height:auto!important;
	}
	#nav {
		width:100%!important;
		background-image:none;
		background-color:white!important;
	}
	#nav ul {
		margin:10px!important;
	}
	
	#nav ul li {
		float:none!important;
		border-radius:10px;
		margin:5px;
		background:url("images/nav-bg.png") repeat-x scroll center bottom transparent;
	}
	
	#nav ul li a {
		font-size:15px!important;
		line-height:30px!important;
		overflow:hidden!important;
		padding:0 8px!important;
		text-align:center;
		border-radius:10px;
	}
	#wrapper {
		background-image:none!important;
		width:auto!important;
		padding:15px!important;
	}
	#content {
		width:auto!important;
		float:none!important;
		overflow:visible!important;
	}
	#content img {
		width:100%!important;
		height:auto!important;
		text-align:center!important;
	}
	#sidebar {
		width:auto!important;
		float:none!important;
	}
	.gallery-container div {
		width:100%!important;
		height:auto!important;
	}
	.gallery-container {
		padding:0!important;
	}
	.gallery-container div span {
		height:auto!important;
	}
	#footer {
		width:100%!important;
		padding:0!important;
	}
	#footer p {
		padding:15px!important;
	}
	h1 { font-size:2.4em!important;}
	h2 { font-size:1.8em!important;}
	h3 { font-size:1.6em!important;}
	h4 { font-size:1.4em!important;}
	h5 { font-size:1.2em!important;}
	h6 { font-size:1em!important;}
}
/*
     FILE ARCHIVED ON 12:22:53 Mar 31, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:05:18 Apr 21, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 36.597 (3)
  esindex: 0.009
  captures_list: 59.443
  CDXLines.iter: 13.176 (3)
  PetaboxLoader3.datanode: 83.899 (5)
  exclusion.robots: 0.197
  exclusion.robots.policy: 0.184
  RedisCDXSource: 6.511
  PetaboxLoader3.resolve: 104.135 (2)
  load_resource: 169.523
*/