/* call it */

var joshhand = {
  src: '/includes/fonts/joshhand.swf'
};

sIFR.activate(joshhand);

sIFR.replace(joshhand, {selector: '.print-solutions>p.green'
			 ,css: [
					  '.sIFR-root {color: #00704a; font-size: 14px;text-align:left;}'
					]
			 ,tuneHeight: '2'
			 ,wmode: 'transparent'
			 });



sIFR.replace(joshhand, {selector: '.print-solutions>p'
			 ,css: [
					  '.sIFR-root {color:#3ea738; font-size: 14px; text-align:left;}'
					  ,'a { color: #3ea738;  text-decoration: underline; }'
					  ,'a:hover { color: #3ea738;    text-decoration:none; }'
					]
			,tuneHeight: '2'
			,wmode: 'transparent'
			
			 });

sIFR.replace(joshhand, {selector: '.recycle-policy>p'
			 ,css: [
					  '.sIFR-root {color: #3ea738; font-size: 14px; text-align:left;}'
					  ,'a { color: #3ea738;   text-decoration: underline; }'
					  ,'a:hover { color: #3ea738;    text-decoration:none; }'
					]
			 ,tuneHeight: '4'
			 });



sIFR.replace(joshhand, {selector: '.recycle-policy>p'
			 ,css: [
					  '.sIFR-root {color: #152e75; font-size: 16px; background-color: #ffffff; margin:0px; padding:10px 0px 0px 0px;}'
					 ,'.center {width:200px; color: #152E75; text-align:center; font-weight:bold; margin:0px auto;}'
					]
			 });




sIFR.replace(joshhand, {selector: '.home-text>h3'
			 ,css: [
					  '.sIFR-root {color: #333333; font-size: 20px; font-weight: normal;}'
					  ,'.blue {color: #152E75; }'
					  ,'.black {color: #000000; }'
					]
			 ,wmode: 'transparent'
			 });

/*sIFR.replace(joshhand, {selector: '#nav>ul>li'
			 ,css: [
					  '.sIFR-root {color: #333333; font-size: 10px; font-weight: bold; text-align:right; margin: 0px 0px 0px 10px;}'
					,'.selected {color: #767BAB;}'
					  ,'a { text-decoration: none;}'
					  ,'a:link.selected { color: #767BAB; }'
					  ,'a:hover.selected { color: #333333; }'
					  ,'a:link { color: #333333; }'
					  ,'a:hover { color: #767BAB; }'
					  ,'#business { width:100px; }'
					  ,'#help { width:auto; }'
					  ,'#why-us { width:auto; }'
					  ,'#testimonials { width:auto; }'
					]
			 ,wmode: 'transparent'
						 
			 });*/


