﻿.thirdBox
{
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    float:left;
    padding-left:123px;
    width:118px; /* 240- 140px padding */
}
	.thirdBox h2 {
		display:none;
	}
	.thirdBox .thirdBoxCopy
	{
		height: 36px;
	    width:100px;
	}
	.thirdBox a
	{
        background-position:left top;
        background-repeat:no-repeat;
        display:block;
        height:32px;
        margin-left:0px;
        margin-top:45px;
        width:99px;	    
	}
	    .thirdBox a strong
	    {
	        display:none;
	    }