html { height: 100%; }

body {
	background-color: #FFFFFF;
	font-family: "Gil Sans", Trebuchet, Verdana, sans-serif;
	height: 100%;
	width: 100%;
}

.clear {
	clear: both;
	height: 1px;
}

small {
	font-size: 60%;
	color: #AAA;
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}


#flashcontent, #autoviewer {
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
	height: 100%;
	overflow: hidden;
	min-height: 400px;
}

#autoviewer { margin: 0 auto; }

#flashcontent embed {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
div#body {
	background-color: #FFFFFF;
	color: #444;
	width: 960px;
	position: absolute;
	top: 40px;
	left: 40px;
	text-align: center;
	overflow: hidden;
}

#logo {
	margin: 30px 0 15px 0;
	float: left;
	height: 50px;
}

a {
	color: #3989D3;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p#navigation a {
	color: #999999;
	margin: 0 5px;
}

p#navigation {
	margin: 40px 0 20px 0;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	float: right;
}

div#header {
	height: 100px;
	width: 960px;
	margin: 0 auto; 
}


div#content {
	background-color: #FFFFFF;
	clear: both;
	top: 100px;
	height: 75%;
}

div#content p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	max-width: 300px;
	margin-bottom: 1em;

}

div#story { width: 750px; margin: 0 auto; }

#digits { width: 180px; height: 100px; position: absolute; top: 50%; left: 50%; margin-top: -50px; margin-left: -90px; z-index: 5; }

p#copyright {
	position: relative;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	color: #444;
	padding: 25px;
	clear: both;
}

iframe {
	width: 100%;
	height: 100%;
}

/* slider styles -------------- */


.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
	
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 515px; background: #FFF; overflow: scroll; z-index: 150; }
.csw .loading {margin: 0; text-align: center; z-index: 400; background: #FFF;}

p.loading { width: 100%; height: 100%; background: #FFF; z-index: 500; position: absolute; top: 0; left: 0; padding-top: 200px;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 90%; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	clear: both;
	background: #FFF;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 300%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 33.33%; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul {
	display: none;
}

.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9999px;
		}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 54px;
	width: 24px;
}

.stripNavL {
	left: 20px;
}

.stripNavR {
	right: 20px;
}

.stripNavL {
	background: url("/images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("/images/arrow-right.gif") no-repeat center;
}
