/* IE Fixes */
/* Column width */
.onecol {width: 4.7%;}
.twocol {width: 13.2%;}
.threecol {width: 22.05%;}
.fourcol {width: 30.6%;}
.fivecol {width: 39%;}
.sixcol {width: 48%;}
.sevencol {width: 56.75%;}
.eightcol {width: 61.6%;}
.ninecol {width: 74.05%;}
.tencol {width: 82%;}
.elevencol {width: 91.35%;}

img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */
@media \0screen {img { width: auto!important }} /* Prevent height distortion in IE8. */

/* IE 8 and below Target every third home services div to remove right padding - adjascent slibling selectors*/
	
 	
	/*target every 3r'd*/
	.Home div.columnlayout div + div + div + div,/*4*/
	.Home div.columnlayout div + div + div + div + div + div + div + div/*8*/
	{ margin-left: 0%; border-right:none;}
	
	/*target every other*/
	.Home div.columnlayout div + div + div + div + div,/*5*/
	.Home div.columnlayout div + div + div + div + div + div,/*7*/
	.Home div.columnlayout div + div + div + div + div + div + div/*7*/
	{ margin-left: 0%;}