@charset "utf-8";
/* CSS Document */

* { 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/ */

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 }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol {padding-left: 10px;  }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

.panel ul, .panel ol, .panel p {padding-left: 10px; margin-bottom: 10px; }

a:focus { outline:none }

img { border: 0 }

.panel h3 {
	font-size: 26px;
	border-bottom: 2px solid #30404C;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	background-color:#769BB7;
	color: #FFF;
	padding-left: 10px;
	background-image: url(../images/gradient-h3.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.imageBG p {padding-left: 0px; }

body .stripViewer .panelContainer .imageBG ul {margin-top: 0px; }

.panel h4 { 
font-size: 26px; 
margin-bottom: 5px; 
padding-bottom: 10px; 
padding-top: 10px; 
text-align: left; 
color: #990000; 
}

body {

}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 0px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px 0;
	position: relative;
	width: 100%;
}

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border:1px solid #769BB7; 
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-left-bottom-radius: 6px; 
	border-right-bottom-radius: 6px; 
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-left-top-radius: 0px; 
	border-right-top-radius: 0px;
	/* this is the border. should have the same value for the links */
	margin: 0PX;
	width: 677px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 410px;
	clear: both;
	background: #fff;
}

.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: 680px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .codaWrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.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:680px; margin: 0px; 
}

.stripNav ul li {
	float: left;
	margin: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	background-image:none;
	padding:0px;
	border-right: solid 1px #FFF; 
}

.stripNav a { /* The nav links */
	font-weight: bold;
	text-align: center;
	height: 49px;
	width: 123px; 
	background: #D4DAF0;
	text-decoration: none;
	display: block;
	padding: 0px;
	padding: 6px; 
	font-weight:normal;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 1px;
}

.stripNav li a {

	background-position: center top; 
	background-image:url(../images/curren.jpg); 
}

.stripNav li a:hover {
	background-position: left top; 
	background-image:url(../images/curren.jpg); 
}

.stripNav li a:active {
	background: #E6EEFF;
}


.stripNav li a.current {
	background: #769BB7;
	color: #fff;
	background-image:url(../images/curren.jpg); 
	background-position: right top; 

	
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 120px;  
	width: 10px; 
}

.stripNavL {
	left:-11px;
	display:none; 
}

.stripNavR {
	right:-13px;	display:none; 
}

.stripNavL {
	background: url("../images/arrow-left.png") no-repeat center; 
	height: 120px;  
	width: 10px; 
	background-color:#fff; 
	z-index: 1000; 
	border: solid 1px #769BB7; 
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topleft: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-webkit-border-top-left-radius: 17px;
	border-left-bottom-radius: 17px; 
	border-left-top-radius: 17px; 
}

.stripNavR {
	background: url("../images/arrow-right.png") no-repeat center; 
	height: 120px;  
	width: 10px; 
	background-color:#fff; 
	border: solid 1px #769BB7; 
	-moz-border-radius-bottomright: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-bottom-right-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	border-right-bottom-radius: 17px; 
	border-right-top-radius: 17px; 

}


.stripNavL:hover {
	background-color:#CFDEFF; 
}

.stripNavR:hover {
	background-color:#CFDEFF; 
}
