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




	.stripViewer .panelContainer a img { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
		border:0px;
}
.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
			padding:0;
			
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0px;
			position: relative;
			width: 600px;
			height:295px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 600px; height: 295px; background:#000000; overflow: hidden; color:#FFFFFF;}
		.csw .loading {margin: 400px 0 0 0; text-align: center; background:#000000; }

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 295px;
			clear: both;
			background:none;
		}
		
		.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%;
			height:295px;
			list-style-type: none;
			background:#000000;
			padding:0px;
			margin:0px;
			
			/* -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;
			margin:0px;
			padding:0px;
			height: 295px;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			margin:0px;
			background:#000000;
		}
		.stripViewer .panelContainer .panel .wrapper p{	
		margin:0px;
		padding:0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px;
			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 0px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			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;
		}
		
#cols ul{
	margin:0px;
	padding:0px;
}
#cols ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#cols ul li a{
	color:#666666;
	line-height:20px;
}
#cols ul li a:before {
	content: "\00BB \0020";
}
#cols ul li a:hover{
	color:#FF0000;
}

.panelContainer{
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
}
.article{
	width:600px;
	height:295px;
}

#text_panel{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='trans_bg.png');
	color:#FFFFFF;
	height:60px;
	width:580px;
	top:215px;
	position:absolute;
	padding:10px;
	z-index:5;
}
#text_panel[id] {
  background-image:url(trans_bg.png);
}

#text_panel h3{
	margin:0px;
	padding:0px;
}
.updatedate{
float:left;
clear:both;
padding:3px 0px 3px 0px;
}
#text_panel small{
	font-size:10px;
}
.csw #text_panel .readmore, .csw #text_panel h3, .csw #text_panel small, .csw #text_panel .readmore a{
	display:none!important;
}
#text_panel .readmore{
	clear:both;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#text_panel .readmore a{
	color:#FF0000;
}
#text_panel .readmore a:hover{
	color:#FFFFFF;
}
#updatetitle{
	font-size:34px;
	font-weight:bold;
	margin:0px;
	line-height:29px;
	letter-spacing:-1px;
	color:#CCCCCC;
	top:190px;
	position:absolute;
	z-index:15;

}
#nav_nums{
	font-family:Arial, Helvetica, sans-serif;
	z-index:12;

	position:absolute;
	top:275px;
	left:480px;
	width:100px;
	text-align:right;
}
#nav_nums ul{
	margin:0px;
	padding:0px;
}
#nav_nums ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#nav_nums ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

