/* CONTENT SLIDER ELEMENTS*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 741px; /*width of featured content slider*/
	height: 190px;
	background-repeat:no-repeat;
	margin-top: 1;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	}


.sliderwrapper li {
	padding-left:10px;
	line-height:1.25;
	list-style-image: url(url(http://www.tasc.com/Intranet-Shared-Images/Images-trans/greybull.gif));
	background-image: url(http://www.tasc.com/Intranet-Shared-Images/Images-trans/greybull.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-bottom: 10px;
	font-size:12px;
	}
	
.sliderwrapper li a:link { 
	color:#003366; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px
	}

.sliderwrapper li a.text { 
	color:#003366;
	text-decoration:none; 
	font-weight:bold;
	font-size:12px 
	}

.sliderwrapper li a:visited {
	color:#003366;
	text-decoration:none; 
	font-weight:bold;
	font-size:12px 
	}

.sliderwrapper li a:hover { 
	color:#b91111; 
	text-decoration:underline; 
	font-weight:bold;
	font-size:12px 
	}
	
.sliderwrapper ul { 
	list-style:none; 
	margin:0px 10px; 
	padding:0px 0px 0px 10px; 
	}	


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (741) */
	height: 100%;








filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); 													-moz-opacity: 1;
	opacity: 1;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 6;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.5;
	}
	
#flip_pad {
	padding-top: 12px;/*pushes text down from top of page */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-image: url(http://www.tasc.com/Intranet-Shared-Images/Images-trans/Top_stripe.jpg);/*adds red stripe behind photo flipper photo */
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 12px;
	}



#flip_pad-left {
	background-image: url(http://www.tasc.com/Intranet-Shared-Images/Images-trans/Top_stripe.jpg);/*adds red stripe behind photo flipper photo */
	background-repeat: repeat-x;
	padding-left: 0px;
	}

.contentdiv a:link {
	color:#006;
	text-decoration:none;
	font-size:11px;
	}
	
.contentdiv a.text { 
	color:#fff;
	text-decoration:none;
	font-size:11px;
	}
	
.contentdiv a:visited {
	color:#006;
	text-decoration:none;
	font-size:11px;
	}
	
.contentdiv a:hover { 
	color:#ff0000; 
	text-decoration:underline;
	font-size:11px;
	}

.pagination{
	width: 741px;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 12px;
	}

