@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	max-width: 100%;
	width: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #333;
	height: 100%;
	margin: auto;
	display: block;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#imageContainer {
	clear: none;
	float: left;
	margin-left: auto;
	width: 480px;
	display: block;
	margin-right: auto;
	height: auto;
	max-width: 100%;
}

p.footnote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 18%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#countbox1 {
	font-family:'Share Tech Mono', Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 0 0 0.1em #b34700, 0 0 0.2em #b34700, 0 0 0.3em #b34700, 0 0 0.4em #ca2800, 0 0 0.6em #990, 0 0 0.1em #fff;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 7%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#footnote {
	clear: both;
	float: left;
	color: #e6b800;
	margin-left: 0;
	width: 100%;
	display: block;
}

a.none {
    text-decoration: none;
	outline: 0;  /* remove annoying dotted outline from visited links */
	color: #333;
	font-weight: bold;
}

/* End Mobile Layout media query

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #333;
	display: block;
	height: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#imageContainer {
	clear: none;
	float: left;
	width: 768px;
	display: block;
	margin: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	max-width: 100%;
}

p.footnote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 2%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#countbox1 {
	font-family:'Share Tech Mono', Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 0 0 0.1em #b34700, 0 0 0.2em #b34700, 0 0 0.3em #b34700, 0 0 0.4em #ca2800, 0 0 0.6em #990, 0 0 0.1em #fff;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 7%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#footnote {
	clear: both;
	float: left;
	color: #e6b800;
	margin-left: 0;
	width: 100%;
	display: block;
}

a.none {
    text-decoration: none;
	outline: 0;  /* remove annoying dotted outline from visited links */
	color: #333;
	font-weight: bold;
}

} /* end Tablet Layout media query */

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-color: #333;
	display: block;
	height: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#imageContainer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 1024px;
	display: block;
	height: auto;
	max-width: 100%;
}

p.footnote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	text-transform: uppercase;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 1%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#countbox1 {
	font-family:'Share Tech Mono', Tahoma, Geneva, sans-serif;
	font-size: 2.25em;
	text-transform: uppercase;
	text-shadow: 0 0 0.1em #b34700, 0 0 0.2em #b34700, 0 0 0.3em #b34700, 0 0 0.4em #ca2800, 0 0 0.6em #990, 0 0 0.1em #fff;
	position: absolute;
	display: block;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: 7%;
	height: auto;
	max-width: 100%;
	width: auto;
}

#footnote {
	clear: both;
	float: left;
	color: #e6b800;
	margin-left: 0;
	width: 100%;
	display: block;
}

a.none {
    text-decoration: none;
	outline: 0;  /* remove annoying dotted outline from visited links */
	color: #555;
	font-weight: bold;
}

a.none:hover {
  color: #fff;
  text-shadow: 0 0 0.1em #b34700, 0 0 0.2em #b34700, 0 0 0.3em #b34700, 0 0 0.4em #ca2800, 0 0 0.6em #990, 0 0 0.1em #fff;
}

} /* end Desktop Layout media query