@charset "UTF-8";
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.redheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	padding-left: 10px;
	padding-right: 10px;
}

.right-bgd {
	background-image: url(images/beige-bgd2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
.fb {
	border: 1px solid #CCC;
}

 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1000px;
		background:#E6E6EA;		
		}	
				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:311px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:50px;
		height:47px;
		position:absolute;
		left:10px;
		top:130px;
		}	
	#nextBtn{ 
		left:940px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:50px;
		height:47px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


