/* CSS Document */

*{
margin: 0;
padding: 0;
}

img {
	display:block;
	border:none;
	}
	
body {

	text-align: center;
	background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif
	}
	
#homeWrapper {
	
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
	
#wrapper {
	
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}

#homeHeader {
	width:960px;
	height: 92px;
	background-image:url(images/navBG_home.jpg);
	background-repeat:no-repeat;
	}
	
#header {
	width:960px;
	height: 215px;
	background-image:url(images/navBG_scdry.gif);
	background-repeat:no-repeat;
	}
	
#topNav {
	padding: 15px 20px 0 0;
	text-align:right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
	height:30px;
	}
	
#topNav a:link {
	color: #000;
	text-decoration:none;
	} 
	    
#topNav	a:visited {
	color: #330066;
	text-decoration:none;
	
	} 

#topNav a:hover {
	color: #0033cc;
	text-decoration:underline;
	}
	   
#topNav	a:active {
	color: #000;
	text-decoration:none;
	} 

#phone {
	padding: 15px 20px 0 0;
	text-align:right;
	font-size: 1.35em;
	font-weight:bold;
	height:30px;
	} 
#title {
	font-size: 37px;
	font-weight:bold;
	padding: 35px 20px;
	text-align:right;
	} 
	
#homeContentBox {
	width:960px;
	height:530px;
	background-color:#FFFFFF;
	background-image:url(images/bg_homeContent.gif);
	background-repeat:no-repeat;
	}
	
#contentBox {
	width:960px; 
	background-color:#FFFFFF;
	}
#leftContent {
width: 175px;
height:auto;
float:left;
padding-top: 85px;
}
.leftImg {
margin-bottom:20px;
}

#rightContent {
	width:785px;
	height:auto;
	padding: 35px 0 25px 0;
	float:right;
	}
#rightContent2 {
	width:785px;
	height:auto;
	margin-top:85px;
	float:right;
	background-image:url(images/bg_car.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
	}
.inlineDot {
	display:inline-block; 
	vertical-align:text-bottom;
	padding-right:5px;
	}	
p.caption {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	}
p.subCaption {
	font-size:13px;
	line-height:18px;
	margin:0 25px 8px 25px;
	}

p.secCaption {
	font-size:13px;
	font-weight:bold;
	}
p.secSubCaption {
	font-size:13px;
	line-height:18px;
	margin:0 25px 8px 25px;
	}

	
.dot {
	margin:3px 5px 0 0;
	}	
	
.secdot {
	margin:0 5px 0 0;
	}	
	
#blackBar {
	width:960px;
	height:35px;
	background-color:#000000;
	}
	
#homeCopy {
	width:495px;
	height:340px;
	float:left;
	padding-top:145px;
	
	}
	
#homeCopy p {
	font-size:13px;
	line-height:18px;
	text-indent:18px;
	margin-top: 5px;
	padding: 0 15px 10px 25px;
	}
#homeTechImage {
	width:465px;
	height:530px;
	float:left;
	}
	
#footer {
	width: 960px;
	height:45px;
	font-size:12px;
	text-align:center;
	padding-top:8px;
	}
	
#footer a:link {
	color: #0033CC;
	text-decoration:none;
	font-weight:bold;
	} 
	    
#footer	a:visited {
	color: #330066;
	text-decoration:none;
	
	} 

#footer a:hover {
	color: #0033CC;
	text-decoration:underline;
	}
	   
#footer	a:active {
	color: #0033CC;
	text-decoration:none;
	} 
	

	


