div#futureVehicleLanding div#content {
	height: 400px;
	margin-top: 5px;
	border: 1px dashed #66FF00;
}

div#futureVehicleLanding div#title {
	font-size: 14px;
	color: black;
	font-weight: bold;
	margin-bottom: 14px;
}
h2{
	font-size: 16px;
	margin: 0 0 12px 0;
}
#gAbout{
	 height: 15px !important;
}

#pWell {
	width:960px;
	margin: 5px;
}

#pWell #tileHelpMeChoose, #pWell #tileCompetitveComparison{
	background: #ccc;
	width: 210px;
	height: 90px;
	display: block;
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

#pWell #tileOthers{
	float: left;
	padding: 5px;
	width: 465px;
	height: 95px;
	border: 1px dashed rgb(255, 204, 0);
}

#pWell #tileOthers div{
	float: left;
	display: block;
	width: 225px;
	height: 90px;
	margin-right: 3px;
	text-align: center;
	text-transform: uppercase;
	line-height: 100px;
}	

/* clearfix after brand list */
#pWell:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.vehicleBox{
	float:left;
	margin-left:20px;
	width:200px;
	height:250px;
	border:1px solid black;
}

.boxTitle{
	padding-left:10px;
	font-weight: bold;
}

.boxContent{
	padding-left:10px;
	float:left;
}

#learnMoreButton{
	padding-left:10px;
	float:left;
	padding-top:10px;
}
