noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }
				
#midarea #content #contentbox h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #01447C;
}
		
#midarea #content #contentbox .stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
		
#midarea #content #contentbox .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
#midarea #content #contentbox .csw {
	width: 100%;
	background: #fff;
	overflow: auto
}
#midarea #content #contentbox .csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}

#midarea #content #contentbox .stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #00447C; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 810px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: #fff;
}
		
#midarea #content #contentbox .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. */
}
		
#midarea #content #contentbox .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 810px; /* Also specified in  .stripViewer  above */
}
		
#midarea #content #contentbox .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
		
#midarea #content #contentbox .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	width: 810px;
}
		
#midarea #content #contentbox .stripNav ul { /* The auto-generated set of links */
	list-style-type: none;
	width: 810px;
}
		
#midarea #content #contentbox .stripNav ul li {
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	float: left;
}
		
#midarea #content #contentbox .stripNav ul a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #66BEE7;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
				
#midarea #content #contentbox .stripNav ul a:hover {
	background: #00447C;
}
		
#midarea #content #contentbox .stripNav ul a.current {
	background: #00447C;
}

