/* Keynote Stylesheet - Home Page */

#banner-home {
	width: 1000px;	
	border-bottom:1px solid white;
	margin-bottom:-3px;
	}

#content{
	width: 1000px;
	background-image:url(../../_media/images/home/content_area_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin-top: 0px;
	clear:both;
}

#content .columLeft{
	float: left;
	width: 373px;
	/*height: 490px*/
}

#content .columRight{
	float: right;
	width: 240px;
}

#content .columCenter{
	float: left;
	width: 383px;
	margin-left: 2px;
}

#content .columLeft .blue{
	
	background-color: #D5F5FF;
	border-top:6px solid #B6ECFF;
	color: inherit;
	height: 362px;
}



#content .columCenter .white{
	border-top:6px solid #D0D4CC;
}

#content .columRight .yellow{
	border-top:6px solid #F8EE73;
}


#content .columRight .white{
	border-top:6px solid #D0D4CC;
	background-color: #FFFFFF;
}

#content .columRight .white1{
	background-color: #FFFFFF;
	height:170px;
}


#sectionBrakeOrange {
	width: 358px;
	height: 6px;
	background-image:url(../../_media/images/home/section_brake_orange.png);
	background-repeat:no-repeat;
	padding-bottom: 6px;
}

#sectionBrakePurple {
	width: 358px;
	height: 6px;
	background-image:url(../../_media/images/home/section_brake_purple.png);
	background-repeat:no-repeat;
	padding-bottom: 6px;
}

#sectionBrakeBlue {
	width: 358px;
	height: 6px;
	background-image:url(../../_media/images/home/section_brake_navy_blue.png);
	background-repeat:no-repeat;
	padding-bottom: 6px;
}

#sectionBrakeGreen {
	width: 358px;
	height: 6px;
	background-image:url(../../_media/images/home/section_brake_green.png);
	background-repeat:no-repeat;
	padding-bottom: 6px;
}

.productServicesBoxes {
	width: 358px;
	float:left;
	padding-bottom: 12px;
}

img.floatLeft { 
    float: left;
}


.setLeft {
	float: left;
	width:55px;
}
.setRight {
	float: right;
	width: 298px;
}

.productServicesBoxesGrey {
	width: 358px;
	float:left;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}


.SuccessStoryLogo {
	margin-top:10px;
}

#content .columLeft .grey{
	border-top:1px solid #FFFFFF;
}

#sectionBrakeGrey {
	width: 358px;
	height: 1px;
	background-image:url(../../_media/images/home/section_brake_gray.gif);
	background-repeat:no-repeat;
}



#content .columRight .blueFont{
	color: #47738C;
	background-color: inherit;
}

#script {
	margin-bottom:0px;
}
 
