﻿* {
	margin: 0;
	padding: 0;
}

/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 00px;
	padding: 20px 0 00px 0;
	text-align: center;
	width: 100%;
}
p#cross-links {
	text-align: center;
	width: 480px;
}
p#cross-links {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}
noscript p {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
}
noscript a {
	color: #a00;
	text-decoration: underline;
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline: none;
}

.subject {
	color:#a6692a;
	text-align: left;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	float: left;
}
.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	float: left;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 480px;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer {
	/* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 480px; /* Also specified in  .stripViewer .panelContainer .panel  below */;
	background: #fff;
	float:left;
	clear:left;
}
.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: 100%;
	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;
	position: relative;
	width: 480px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper {
	/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px 10px 10px 0px;
}
.stripNav {
	/* This is the div to hold your nav (the UL generated at run time) */
	float: left;
	max-width:480px;
}
.stripNav ul {
	/* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	float:left;
}
.stripNav a {
	/* The nav links */
	display: block;
}

.stripNav li {
	text-align:center;
	background-color:#fff;
}

.stripNav li a {
	font-weight:bold;
	text-decoration:none;
	width:100px;
	padding:5px;
	border:1px #a6a6a6 solid;
	margin:0 5px 5px 0;
}

.stripNav li a:hover {
	background:#69311a;
	color: #e4a03b;
}

.stripNav li a.current {
	background-color:#a6692a;
	color:#fff;
}

div.wrapper {
	width:480px;
}

.stripNavR {
	display:none;
}

.stripNavL {
	display:none;
}

.wrapper p {
	line-height:1.5em;
	margin-bottom:1em;
}

.wrapper img {
	border:none;
}

/* Unit Lists */

p.units strong {
	color:#a6693a;
	font-family:Georgia;
	font-size:large;
	font-weight:normal;
}
