		
   /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
		
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:982px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:relative;
		left:0px;
		top:-250px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:958px;
		top:-327px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		height:20px;
		position:relative;
		top: -40px;
		float: right;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:24px;
		line-height:15px;
		border:1px solid #EEE;
		background:#FAFAFA;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		height: 15px;
		width: 8px;
		}
	ol#controls li.current a{
		background:#888;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline: inset;}
	
/* // Easy Slider */

/* Homepage Banners */

.banner {
	background: white;
}

#banner-inner1 {
	float: right;
	width: 55%;
	padding-top: 15px;	
}

#banner-inner2 {
	float: right;
	width: 55%;	
	padding-top: 15px;
}

#banner-inner3, #banner-inner4, #banner-inner5 {
	float: right;
	width: 60%;	
}
	
#banner-inner1 h1, #banner-inner1 h2, #banner-inner2 h1, #banner-inner2 h2, #banner-inner3 h1, #banner-inner3 h2,
#banner-inner4 h1, #banner-inner4 h2, #banner-inner5 h1, #banner-inner5 h2{
	font-family: 'Open+Sans', Arial, Helvetica, sans-serif;
	line-height: 110%; 
	font-weight: bold;
}
#banner-inner1 h1, #banner-inner2 h1, #banner-inner3 h1, #banner-inner4 h1, #banner-inner5 h1 { 
	font-size: 36px, ;
	line-height: 110%; 
}
#banner-inner1 h2, #banner-inner2 h2, #banner-inner3 h2, #banner-inner4 h2, #banner-inner5 h2 { 
	font-size: 24px;
}

#banner-inner1 h3, #banner-inner2 h3, #banner-inner3 h3, #banner-inner4 h3, #banner-inner5 h3 {
	margin-top: 10px;
}

#banner-inner1 .tick, #banner-inner2 .tick, #banner-inner3 .tick, #banner-inner4 .tick, #banner-inner5 .tick { 
	background: url(../images/tick.png) no-repeat;
	padding-left: 25px;
}

.button-green {
	background: url(../images/btn-green.png) no-repeat;
	color: white;
	text-decoration: none;
	width: 250px;
	height: 50px;
	margin-top: 25px;
	padding-top: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	padding-right: 25px;
}
.button-green:hover {
	background: url(../images/btn-green-hover.png) no-repeat;
	color: white;
	text-decoration: none;
}

.button-gray {
	background: url(../images/btn-gray.png) no-repeat;
	color: white;
	text-decoration: none;
	width: 250px;
	height: 50px;
	margin-top: 25px;
	padding-top: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
}
.button-gray:hover {
	background: url(../images/btn-gray-hover.png) no-repeat;
	color: white;
	text-decoration: none;
}

.button-green a { 
	color: white; 
	font-size: 22px; 
	text-decoration: none; 
	padding-left: 40px;
}

.button-gray a {
	color: black; 
	font-size: 22px; 
	text-decoration: none; 
	padding-left: 40px;
}
.fright { float: right; }