/* CSS for  */

.autoservice li	{
	
	list-style:url(images1/banner_lock_small.png);
	text-decoration:none;
	font-weight:bolder;
	color:#333333;
	padding:5px 10px 5px 10px;
	margin:0;
	
}
.residentialservice li	{
	
	list-style:url(images1/banner_lock_small.png);
	text-decoration:none;
	font-weight:bolder;
	color:#333333;
	padding:5px 10px 5px 10px;
	margin:0;
	
}
.buisinessservice li	{
	
	list-style:url(images1/banner_lock_small.png);
	text-decoration:none;
	font-weight:bolder;
	color:#333333;
	padding:5px 10px 5px 10px;
	margin:0;
	
}
.serviceheader	{
	color:#FF0000;
	margin:0 0 0 30px;
	font-size:110%;
	font-family:"Times New Roman", Times, serif;
}
.autoservice	{
	float:left;
	width:200px;
	margin:0 0 0 20px;
	padding:0 20px;
	
}
.residentialservice	{
	float:left;
	width:200px;
	
	padding:0 20px;
	
}
.buisinessservice	{
	float:left;
	width:200px;
	margin:0 0px;
	padding:0 20px;
	
}
/*service left and service right divs for service area page*/
.serviceleft	{
	width:380px;
	float:left;
	padding:10px 5px 10px 10px;
	
}
.serviceleft h3	{
	color:#FF0000;
	text-decoration:none;
}
.serviceleft ul	{
	width:140px;
	
}
.serviceleft li	{
	font-weight:bolder;
	font-size:110%;
	list-style:url(images1/banner_lock_small.png);
	margin:10px 20px;
	padding:4px;
}
.serviceleft_left	{
	float:left;
	
}
.serviceleft_right	{
	float:left;
	
}
.serviceright	{
	width:280px;
	float:right;
	padding:10px 120px 0 0;
	
}
.serviceright img	{
	margin:5px 20px 20px;
}
/*end of service left and service right divs*/
/*about divs*/
.aboutleft	{
	float:left;
	width:400px;
	padding:10px 10px 20px 30px;
}
.aboutservice	{
	float:left;
	width:120px;
	background:#333333;
}
.aboutservice img	{
	padding:10px;
}
/*end of about divs*/

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	color:#0000FF;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin:0 0 0 0;
  padding:0 0 10px 110px;
  max-width:620px;
 	
  width: 620px; 
}
form legend	{
	color:#000066;
}
form fieldset {
  /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#003399;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}



form br {
	clear:left;
}

form input, form textarea {
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.red {
	color:#FF0000;
	font-size:70%;
	background-color:#FFFFFF;
	background-image:url(images/background2.jpg);
}
