﻿s<style type="text/css">
		
		* { margin: 0; padding: 0 }
		
		p {
	text-align: left;
	margin: 15px 0;
}
		
		ul { font-size: 13px; line-height: 1.4em } 
		
		p { font-size: 13px; line-height: 1.4em } 
		
		li a {
	color: #575757;
	text-decoration: none
}
		
		p a {
	color: #0669fc;
	text-decoration: none
}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align:center; color:#ccc;}
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		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 }
		
		.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
		}
		
		.slider-wrap {
	position: relative;
	width: 500px;
	height: auto;

}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 500px;
	height: auto;
	background: #fff;
	overflow: scroll
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	

		}
		
		.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: auto;
	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: 500px; /* 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;
		}

		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.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;
		}
		
		.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 150px;
		}
		
		.stripNav li.tab1 a {
	background-color: #004B82;
}
		.stripNav li.tab2 a {
	background-color: #004B82;
}
		.stripNav li.tab3 a {
	background-color: #004B82;
	display: block;
}
		
		.stripNav li a:hover {
	background-color: #575757;
		}
		
		.stripNav li a.current {
	color: #fff;
	background-color: #575757;
		}
		
		.stripNavR { /* The left and right arrows */
	position: absolute;
	top: 100px;
	text-indent: -9000em;
		}
		
		.stripNavL { /* The left and right arrows */
	position: absolute;
	top: 100px;
	text-indent: -9000em;
		}
		
		.stripNavR a {
	height: 40px;
	width: 40px;
		}
		
		.stripNavL a {
	height: 40px;
	width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		
	</style>
#tabsSlider {
}
#tabsSlider  {
	background-color: #FFFFFF;
	width: auto;
	height: 120px;
	text-align: left;
}
#tabsSlider a {
	color: #000000;
	text-decoration: none;
	font-size: 80%;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
}

#tabsSlider   ul li  {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px;
}
