            .tick
            {
                clear:both;
                float: left;
                width: 20px;
                /*height: 48px;*/
                height:80px;
                padding-right: 10px;
                background-image: url( 'images/mike----tick.png' );
                background-repeat: no-repeat;
            }
            .heroBox
            {
                background-image: url( 'images/mike----hero-panel.png' );
                background-repeat: no-repeat;
                width: 621px;
                height: 240px;
                margin-left: 2px;
                padding: 0px;
                margin-top:0px;
            }
            
            .heroBoxContent
            {
                float: right;
                color: white;
                font-family: Gill Sans MT, Arial, Helvetica;
                font-size: large;
                height: 131px;
                width: 353px;
                padding-top:30px;
                text-decoration:none;
            }
            
            .heroLink
            {
            	text-decoration:none;
            }
            
            .rightBenefits, .leftBenefits
            {
                padding-left: 47px;
                float: left;
                font-family: Gill Sans MT, Arial, Helvetica;
                /*font-size:11pt;*/
            }
            .leftBenefits
            {
                width: 240px;
            }
            .rightBenefits
            {
            	width: 250px;
            }
            .benefit
            {
                padding-top: 20px;
            }
            .leftLittleHero, .rightLittleHero
            {
                width: 186px;
                height: 170px;
                margin-top: 30px;
                background-repeat: no-repeat;
            }
            .leftLittleHero
            {
                background-image: url( 'images/mike----small-hero---builds.png' );
                margin-left:27px;
            }
            .rightLittleHero
            {
                background-image: url( 'images/mike----small-hero---tests.png' );
                margin-left:27px;
            }
            
