﻿/* this style sheet is for development use only
it will need to be cleaned up and split into 
individual style sheets at some point in the 
development cycle. PLEASE make sure that you comment
your style blocks so that this clean up will proceed
with a minimum of headaches */


/* begin TOOLS section styles */


/* end TOOLS section styles */


/* begin PARTS AND SERVICE styles*/
.whitetextbox{
    position:inherit;
    display:block;
    padding:10px;
    background-color:#ffffff;
    margin-top:10px;
}


#service #leftcolumn {
	background-color: #ffffff;
	float: left;
	width: 180px;
	margin-right:10px;
	padding:5px;
}

#service #centerandrightcolumns {
    float: right;
	width: 795px;
}

#service #centerandrightcolumns #centercolumn {
	background-color: #ffffff;
	float: left;
	width: 580px;
	margin-right:10px;	
	padding:5px;
}

#service #centerandrightcolumns #centercolumn p{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom:8px;	
	padding:5px;
}

#service #centerandrightcolumns #rightcolumn {
	float: right;
	width: 185px;
	padding:5px;
}




/* end PARTS AND SERVICE styles*/


