	
	#slider-bg p,
	#slider-bg ul,
	#slider-bg ol,
	#slider-bg dl {
		font-size: 1.2em;
		font-weight: bolder;
		line-height: 1.8;
	}
	#slider-bg ul li {
		line-height: 1.6em;
		list-style: disc;
		margin-left: 15px;
	}
	#slider-bg p a,
	#slider-bg li a {
		color: #118cca;
	}
	#slider-bg p a:hover,
	#slider-bg li a:hover {
		color: #000;
	}
	#slider-bg ul ul {
		font-size: 1em;
		margin-bottom: 0;
		margin-left: 20px;
	}
	
	
	
#slider-bg h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	letter-spacing: -1px;
	color: #14a1b7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#slider-bg h2 a, #middle h2 a:visited {
	color: #14a1b7;
}

#slider-bg h2 a:hover {
	color: #14a1b7;
}

#slider-bg li a {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 0 5px 5px;
	color: #282828;
	display: block;
	width: 195px;
	border-bottom: 1px dotted #ccc;
}
#slider-bg li a:hover {
	color: #118cca;
}


/*   Slider -->
<!-- ========================================================================== -->
<!-- ========================================================================== -->
<!-- ========================================================================== --> */


	p#cross-links { 
			position: relative;
			top: -110px;
			height: 10px;
			padding: 0;
			text-align: center; 
			font-size: 1.1em;
			}
		
		p#cross-links { 
			}
			
			p#cross-links a { 
				color: #fff;
				}
		
			p#cross-links a:hover { 
				color: #dfaa48;
				border-bottom: 2px solid #dfaa48;
				}
		
		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; }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		#slider-bg {
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 1000px; 
			height: 500px;
			clear: both;
			background-image: url(../images/slider/slider-bg.png);
		}
		
			#slider-bg p {
				color: #061f33;
				padding: 0 20px 0 20px;
				font-size: 1.4em;
			}
		
			#slider-bg ul li {
				color: #061f33;
			}
				
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 75px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 50px; background-color: transparent; margin-top: 200px; overflow: hidden}
		.csw .loading {margin-top: 100px; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			margin: auto;
			width: 640px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 338px;
			overflow: hidden; 
			/* border: 5px solid #000; /* this is the border. should have the same value for the links */ 
			clear: both;
		}
		
		.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;
			height: 100%;
			position: relative;
			width: 640px; /* 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 {
			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: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 180px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 100px;
		}
		
		.stripNavR {
			right: 100px;
		}
		
		.stripNavL {
			background: url(../images/slider/arrow-left.gif) no-repeat;
			width: 35px;
			height: 35px;
		}
			.stripNavL:hover {
				background: url(../images/slider/arrow-left.gif) no-repeat 0 -35px;
			}
		
		.stripNavR {
			background: url(../images/slider/arrow-right.gif) no-repeat;
			width: 35px;
			height: 35px;
		}
			.stripNavR:hover {
				background: url(../images/slider/arrow-right.gif) no-repeat 0 -35px;
			}


/*   ========================================================================== -->
<!-- ========================================================================== -->
<!-- ========================================================================== -->
<!-- ========================================================================== --> */

