﻿
        #boxes
        {
            width: 960px;
            margin: 0px auto 0px auto;
            height: 160px;
        }
        
        #boxesContent
        {
            background-color: #fafbef;
            width: 960px;
            margin: 0px auto 40px auto;
            position: relative;
        }
        
        .boxContent{
            width: 960px;
        }
        
        .box
        {
            width: 240px;
            height: 160px;
            float: left;
            overflow: hidden;
            background-image: url(/media/LayoutImages/1-15i_sprites.png);
            background-position: -27px -27px;
            color: #7b786d;
            position: relative;
        }
        
        .boxHover
        {
            background-position: -270px -27px;
        }
        #boxesHeader
        {
            color: #69685b;
            text-align: center;
            font-size: 13.5pt;
            padding-bottom: 18px;
            padding-top: 115px;
        }
        .boxTitle
        {
            color: #3a3931;
            font-size: 14pt;
            float: left;
            left: -50%;
            position: relative;
            margin-top: 8px;
            white-space: nowrap;
            padding-top: 3px;
        }
        .boxTitleCenter
        {
            position: relative;
            left: 50%;
            float: left;
        }
        .boxIcon
        {
            width: 27px;
            height: 27px;
            float: left;
            margin-right: 5px;
            position: relative;
            top: -3px;
        }

        #boxIcon1
        {
            background-image: url(/media/LayoutImages/icon-speaking.png);
        }

        #boxIcon2
        {
            background-image: url(/media/LayoutImages/icon-team.png);
        }

        #boxIcon3
        {
            background-image: url(/media/LayoutImages/icon-talent.png);
        }

        #boxIcon4
        {
            background-image: url(/media/LayoutImages/icon-mmp.png);
        }
        
        .boxSubTitle
        {
            font-size: 11pt;
            font-style: italic;
            text-align: center;
            padding-top: 10px;
        }
        
        .boxDesc 
        {
            font-size: 10pt;
            padding: 10px 20px;
        }
        
        .boxReadMore
        {
            position: absolute;
            top: 130px;
            text-align: right;
            left: 125px;
            font-size: 10pt;
            font-weight: bold;
        }
        
        .boxReadMore a
        {
            text-decoration: none;
            color: #37749d;
        }
		
		.boxCopy
		{
			float: left;
			position: relative;
			width: 425px;
			top: 0px;
			padding: 20px;
			margin: 10px 15px 10px 0px;
		}
		
		.boxCopy img{
			margin-right: 20px;
			margin-left: 10px;
		}
		
/* Line Spacer 4Boxes Homepage */
.hpspacer	{
	height: 1px;
	background-color: #dad9c4;
	margin: 15px 0px;
}

		.boxCopyColumn1
		{
			width: 550px;
		}
		
        .clear
        {
            clear: both;
        }
        
        #logoAni{
        	position: absolute;
        	top: 139px;
        	left:705px;
        	height: 163px;
        	width: 263px;
            background-color: #ffffff;
            border: 1px solid #69685b;
            cursor: pointer;
            
        }
        
        .logoQuote{
            position: absolute; 
            width: 245; 
            padding: 0px 20px 0px 20px;
            top: 80px;
            display: none;
            font-size: 11px;
            line-height: 15px;
            color: #747365;
            background-color: White;
        }
        
        .logoPerson{
            float: right;
            font-size: 9px;
            background-color: White;
        }

        #rotatePics{
        	position: absolute;
        	top: 314px;
        	left:705px;
        	height: 175px;
        	width: 265px;
            overflow: hidden;
        }
        
        #flash
        {
        	position: absolute;
        	top: 139px;
        	left: 26px;
        	height: 350px;
        	width: 670px;
        	background-color: #005f8d;
        }

        #fpTopContent
        {
            height: 410px;
        }
        
        #topMiddle
        {
            height: 530px !important;
            margin-bottom: -530px !important;
        }
        
        #topBack
        {
            overflow: hidden;
        }
