﻿	/*#container{	
		margin:0px;
		position:relative;
		text-align:left;
		width:772px;*/
		/*background:#fff;*/		
		/*margin-bottom:2em;*/
		/*}	*/
	#header{
		height:80px;
		background:#540901;
		color:#FFFFFF;
		}				
	#container{
		position:relative;
		background-image:url('/js/easySlider/images/ntbg.gif');
		background:#002020;
		/*background:#AAAAAA;
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EEEEEE',endColorstr='#AAAAAA');*/
		width:772px;
		height:180px;
		overflow:hidden;
		margin: 1px 0px 1px 0px;
		}	
/* replaces links with images */
 	.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }
        
    .FeatureTitle{
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#FFFFFF;
	}	

	#slider{
		margin: 1px 0px 1px 0px;
		padding: 10px 28px 10px 28px;
	}	
	#slider ul, #slider li{
		margin:0px;
		padding:0px;
		list-style:none;
		display:inline-block;
		}
	#slider li{ /* define width and height of list item. entire slider area will adjust according to the parameters provided here */ 
		width:772px;
		height:180px;
		overflow:hidden; 
		color:#DEDEDE !important;
		font-size:14px !important;
		}	
	#slider li p, #slider li td, #slider li div {  
		color:#DEDEDE !important;
		}
	#slider li a {  
		color:#FFD666 !important;
		/*font-weight:bold;*/
		}
	#slider li a:hover {  
		color:#FFFFFF !important;
		text-decoration:none;
		}

	#slider li table {  
		height:160px;
		}
			
	#slider li table td {  
		font-size:14px !important;
		}
	
	#slider li table td div {  
		font-size:14px !important;
		}
		
	#slider li table td p {  
		font-size:14px !important;
		}

	#slider li .image {  
		float:left;
		margin-right:10px;
		}
	#prevBtn, #nextBtn{ 
		display:block;
		width:28px;
		height:28px;
		position:absolute;
		left:0px; /* horiz. position*/
		top:152px;
		}	
	#nextBtn{ 
		left:744px; /* horiz. position - width of image*/
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:28px;
		height:28px;
		background:url(images/btn_prev_4.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next_4.png) no-repeat 0 0;	
		}	
	#prevBtn a:hover, #nextBtn a:hover{  
		display:block;
		width:28px;
		height:28px;
		background:url(images/btn_prev_3.png) no-repeat 0 0;	
		}	
	#nextBtn a:hover{ 
		background:url(images/btn_next_3.png) no-repeat 0 0;	
		}				
		
	#progress {
		/*display:block;*/
		bottom:1px;
		position:absolute;
		width:716px;
		color:#999999;
		text-align:right;
		padding:5px;
		font-size:11px;
		font-family:Verdana;	
		}		
	#progressNumbers {
		color:#CCCCCC;
		font-size:14px;
		}	
	#progress .type {
		padding:5px;
		margin-left:1px;
		background-color:#003366;
		}								
		
	#kca {
		/*display:block;*/
		bottom:10px;
		position:absolute;
		width:716px;
		text-align:left;
		padding:5px;	
		z-index:2;
		}	
	#highlight {
		/*display:block;*/
		top:0px;
		left:0px;
		position:absolute;
		width:772px;
		height:93px;
		background-image:url('images/ntbg_highlight.png');
		z-index:-1;
		}	
