
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
/* // Global */

/* page setup */

	#slider_container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:980px;		
		margin-top:30px;
		margin-bottom:2em;
		}	

/* //page setup */

	

/* content */
				
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:350px;
			width:920px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:25px;
			height:33px;
			position:absolute;
			top:71px;
			}	
		#nextBtn{ 
			left:965px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:25px;
			height:33px;
			background:url(../images/slider/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/slider/btn_next.gif) no-repeat 0 0;	
			}								
	

/**** Features Block *****/

.feature{
	width:400px;
	height:90px;
	float:left;
	margin:0 0 10px 40px;
	cursor:pointer;
}

.feature_hover{
	width:400px;
	height:90px;
	float:left;
	margin:0 0 10px 40px;
	cursor:pointer;
	background-color:#F2F2F2;
}

.feature h3{
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	color:#016893;
}

.feature p{
	font-size:0.7em;
	font-weight:normal;
	text-align:left;
	color:#016893;
	padding:0;
	margin:0;
}

.feature_icon{
width:85px;
height:75px;
border-right:1px solid #1e6da8;
float:left;
margin:10px;
}

