h1 {
	border-bottom: solid 1px #bcbeb0;
}

.driveInterior {
	float:left;
	margin:15px 0 45px -15px;
	padding: 5px 20px 0 22px;
}
.driver {
	width: 168px;
	float: left;
	padding: 10px 0 25px 23px;
	font-size: .95em;
	line-height: 1.2em;
}
.driver p {
	padding: 10px 0 15px 0;
}
.driver:first-child {
	width: 168px;
	float: left;
	padding: 10px 0 25px 0;
}
.driveOrangeBG {
	background-color: #FF5A00;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 1em;
	font-weight:bold;
	display: block;
/*	height: 2.5em;*/
	
}
.driver a:link {
	color: #FFFFFF;
	background-color:#008CD2;
	padding: 2px 0 3px 10px;
	display: block;
	margin: 5px 5px 10px 0;
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;-moz-border-radius: 0 15px 15px 0;
	background-image:url(../Assets/index/goBtn-link.png);
	background-position: right;
	background-repeat: no-repeat;
}
.driver a:visited {
	color: #FFFFFF;
	background-color:#008CD2;
	padding: 2px 0 3px 10px;
	display: block;
	margin: 5px 5px 10px 0;
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;-moz-border-radius: 0 15px 15px 0;
	background-image:url(../Assets/index/goBtn-link.png);
	background-position: right;
	background-repeat: no-repeat;
}

.driver a:hover {
	color: #FF5A00;
	background-color:#94BAE3;
	background-image:url(../Assets/index/goBtn-hover.png);
	background-position:  right;
	background-repeat: no-repeat;
}


.justCol1 {
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(../Assets/JustForOwners.png)
}
.justCol2 {
	background-image:url(../Assets/justForTechnicians.png);
	background-repeat:no-repeat;
	background-position:left;
}
.justCol3 {
	background-image:url(../Assets/JustForFrontDesk.png);
	background-repeat:no-repeat;
	background-position:left;
}
.justCol1, .justCol2, .justCol3 {
	width: 148px;
	float:left;
	margin-bottom:45px;
	padding: 5px 20px 0 22px;
	height: 101px;
}


.TopBusinessSol {
	margin-bottom: 40px;	
}
.topBusinessLft {
	width:181px;
	float:left;
	margin-bottom: 35px;
}
.topBusinessRt {
	width:362px;
	float:left;
	padding: 12px 0 25px 12px;
	margin: 0 0 55px 0;
/*	border-right: solid 1px #bcbeb0;*/
	border-left: solid 1px #bcbeb0;
}
.topBusinessRt p{
	padding-top:10px;
	padding-right:10px;
}
.row1, .row2, .row3 {
	width: 158px;
	float:left;
	padding: 5px 20px 5px 2px;
	font-size:.8em;
}
.row2 {
	border-top: solid 1px #bcbeb0;
	border-bottom: solid 1px #bcbeb0;
}
.podcast{
	width: 181px;
	float: right;
	margin-right: 4px;
	margin-top: -3px;
}
.podcast .head{
	background-image:url(../Assets/index/rightColumn/indexRTCol_podcastHead.png);
	background-repeat:no-repeat;
	height:58px;
	padding:9px 15px 0 65px;
	font-size:.85em;
	text-align:right;	
}
.podcast .body{
	background-image:url(../Assets/index/rightColumn/indexRTCol_podcastContent.png);
	background-repeat:repeat-y;
	padding: 0 15px;
	font-size:.9em;
	margin-top:-2px;
}

.formContainer{
	margin-top:15px;
	padding-bottom: 10px;
	font-size:.8em;
}
.clearSubmit {
	clear:both;
	height:2px;
	margin-bottom:5px;
	margin-top:10px;
}
.podFollow {
	margin-top: 10px;
}
.podFollow h5{
	border-bottom: solid 1px #bcbeb0;
}
.podFollowIcons {
	padding-left:15px;	
}
.podcast img {
	float:left;	
	padding: 7px;
	height: 25px;
}
.podcast .base{
	background-image:url(../Assets/index/rightColumn/indexRTCol_podcastBase.png);
	background-repeat:no-repeat;
	height: 53px;
	margin-bottom: 15px;
	margin-top: -15px;
}
.labelRadio {
	padding-left:10px;	
	font-size: .8em;
}

.rightSidebar {
	width: 161px; 
	float: left;
	padding: 5px 10px 15px 15px;
	}
.rightSidebar h1 {
	font-size: 1.7em;	
}
.rightSidebar p {
	font-size: .7em;	
}
.required { 
	color: #C9282D;
	font-weight: bold;
	font-size: 2em;
}
.formLable p {
	text-align: left;
	padding-bottom: 3px;
	float: left;
	font-size: .75em;
	color: #008CD2;
}
.formField {
	padding-bottom: 8px;
	float: left;
	margin-left: 5px;
}
.formIntro {
	padding: 10px 15px;	
}
.detail {  /*  apply to form lable instructions */
	font-size: .75em;
	color:#F0F0F0; 
}
.check {
	margin-bottom:-2px;
}
.rightSidebar .submit {
	float:left;
}	
.submit p {
	font-size: .65em;
	font-style: italic;
}
.italicLink p {
	text-align:right;	
}
.italicLink a {
	color: #6D6F71;
	font-style:italic;
}
.italicLink a:hover {
	color: #008CD2;
}
