@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#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

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; }

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 255px; background: #fff; overflow: hidden}
.csw .loading { height: 185px; padding: 70px 0 0 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative; overflow: hidden; 
	width: 275px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 255px; 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 */
	height: 255px; position: relative; width: 275px; /* Also specified in  .stripViewer  above */  overflow:hidden;}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px 15px 0 15px; font-size:11px; line-height:14px; }
	
	
.stripViewer .panelContainer .panel .wrapper ul { text-indent:0; padding:0; margin:0;}
.stripViewer .panelContainer .panel .wrapper ul li { text-indent:0; padding:5px 0; margin:0; border-top:1px dashed #ddd; display:block; clear:both; }
.stripViewer .panelContainer .panel .wrapper ul li img { float:left; margin:0 8px 8px 0; padding:2px; outline:1px solid #ddd; }
.stripViewer .panelContainer .panel .wrapper ul li:first-child { padding-top:0; border-top:none; }
.stripViewer .panelContainer .panel .wrapper a { font-size:12px;}
.stripViewer .panelContainer .panel .wrapper a:hover { text-decoration:underline; }
.stripViewer .panelContainer .panel .wrapper object { padding-bottom:10px;}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	float:left; width:94px; }

.stripNav ul { /* The auto-generated set of links */
	list-style: none; }

.stripNav ul li {
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */ background:url(../img/hometab_bg.gif) right repeat-y; }

.stripNav a { /* The nav links */
text-align: center; display: block; padding: 0; width:94px; height:50px; }
.stripNav li.tab1 a { background: #000; background:url(../img/hometab_photos.gif) no-repeat; }
.stripNav li.tab2 a { background: #000; background:url(../img/hometab_news.gif) no-repeat; }
.stripNav li.tab3 a { background: #000; background:url(../img/hometab_events.gif) no-repeat; }
.stripNav li.tab4 a { background: #000; background:url(../img/hometab_videos.gif) no-repeat; }
.stripNav li.tab5 a { background: #000; background:url(../img/hometab_webcams.gif) no-repeat; }


.stripNav li a:hover {
	background-color: #fff; }

.stripNav li a.current {
	background-color: #fff; }
