@charset "utf-8";
/* CSS Document */
		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: 15px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 15px;
			width:527px !important;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 0 0;
			padding:0 0 0 0;
			position: relative;
			z-index:0;
			float:left;
			width:527px !important;
			height:355px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 527px; height: 300px; background: #fff; overflow: hidden; background-image:url(../ajax.gif); background-repeat:no-repeat; background-position:250px 250px;}
		.csw .loading {margin: 200px 0 200px 0; text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #FFFFF; /* this is the border. should have the same value for the links */
			margin: auto;
			width:725px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 335px;
			clear: both;
			background: #fff;
		}
		a.cross-link {
			margin:0 0 0 5px;}
		.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; right:0; left: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;
			height: auto;
			width:735px; !important; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 5px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width:100%;
			margin:0;
			padding:0;
		}
		
		.stripNav ul li {
			text-align:left;
			float: left;
			margin-right: 2px;
			/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			line-height: 15px;
			background: #FFFFF;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
			color:#b9c3e3;
			font-family:Tahoma, Geneva, sans-serif;
			text-align:left;
		}
		
		.stripNav li.tab1 a { background: #FFFFF;width: 200px; font-size:12px; margin:0; padding-left:10px;text-align:center;}
		.stripNav li.tab2 a { background: #FFFFF;width: 125px; font-size:12px;margin:0; padding:0;text-align:center;}
		.stripNav li.tab3 a { background: #FFFFF;width: 95px; font-size:12px; margin:0; padding:0;text-align:center;}
		.stripNav li.tab4 a { background: #FFFFF;width: 175px; font-size:12px; margin:0; padding:0; text-align:center;}
		.stripNav li.tab5 a { background: #FFFFF;width: 110px; font-size:12px; margin:0; padding:0; text-align:right;}
		

		
		.stripNav li a:hover {
			font-family:Tahoma, Geneva, sans-serif;
			background: #FFFFF;
			color:#142e63;
			font-size:12px;
		}
		
		.stripNav li a.current {
			font-size:12px;
			font-family:Tahoma, Geneva, sans-serif;
			background: #FFFFF;
			color:#142e63;
		}	

