	* { 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/ */
				
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; 
}		
a:focus { 
	outline:none; 
}		
img { 
	border: 0;
}		
h3 { 
	border-bottom: 1px solid silver; 
	margin-bottom: 5px; 
	padding-bottom: 3px; 
	text-align: left;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 15px;
}		
.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 */
.csw {
	width: 100%; 
	height: 510px;
	background: #fff; 
	overflow: hidden;
}
.csw .loading {
	margin: 0px 0 500px 0;
	padding: 200px 0 300px 0px;
	text-align: center;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid transparent; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 1000px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: transparent;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			margin: 0;
			position: relative;
			left: 0; top: 0;
			width: 1000px;
			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: 525px;
			position: relative;
			width: 1000px; /* 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;
			display: none;
		}
		
ul#cross-links{
	margin: 0;
	list-style: none;
	list-style-image: none;
	width: 100%;
	background: transparent url(/images/home/bkg/crossLinkCurrentGradientBg.png) repeat-x 0 0;
}
ul#cross-links li{
	margin: 0;
	border: 0;
	float: left;
	display: inline;
	width: 12.5%;
	height:75px;
	text-align: center;
	background: #1f4075 url(/images/home/bkg/crossLinkCurrentGradientBg.png) repeat-x 0 0;
}
ul#cross-links li a{
	padding-bottom: -10px;
	vertical-align: middle;
	font-size: 12px;
	color: #fff;
	display:block;
	height: 60px;
	font-weight: normal;
	text-decoration:none;
	border: 0;
	border-right: 1px solid #e1e1e1;
	background: transparent;
}
ul#cross-links li a.singleLine{
	padding-top: 25px;
	height: 50px;
}
ul#cross-links li a:hover{
	color: #333;
}
ul#cross-links.d a {
	background: url(../images/home/bkg/crossLinkBgLast.png) repeat-x 0 0;
}
ul#cross-links.d a.doubleLine {
	padding-top: 15px;
}
ul#cross-links.d a.current {
	padding-top: 15px;
    background: #fff;
    color: #1f4075;
    background-position: 0 -60px;
}
ul#cross-links.d li.last a {
	border-right: 0;
	padding-top: 15px;		
}


