body
{
	font: 80% Arial, Sans-Serif; 
	font-color:#FFF;
	background-image: url('images/bg1.jpg');
	background-color: #000000;
	background-repeat: repeat-x; 
	line-height: 1.4em; 
	margin:5px 0; 
	padding:0; 
}
	
h2 { 
	background-color: inherit; 
	color:#E68417; 
	font-size:140%; 
	font-weight:bold; 
	margin: 0px 0 0px 0; 
	padding: 0px 10px 0px 0px; 
}	

hr
{
   color: #555;
   margin: 10px 0 10px 0;
}
	
.ads
{
padding: 30px 0 30px 0px;
}
/*********DIV LAYOUTS***********/	
.container
{ 
color: #FFF;
margin: 0 auto; 
width: 778px; 
} 	

.left 
{  
	clear: both; 
	font-size: 95%; 
	float:left; 
	width: 180px; 
	margin: 10px 10px 0px 0px;
	border-bottom: 1px solid #555;
}

.center { 
	float:left; 
	width: 470px; 
	font-size: 95%; 
	margin: 30px 0px 25px 0px; 
	padding: 10px 5em 1em 10px; 	
	color: #FFFFFF;
	border-right: 1px solid #555;
}

.right
{
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 160px; 
/*	padding: 10px 1em 1em 0px; */
	margin: 58px 20px 0px 0px;

}
.right a 
{ 
color: #E68417;
font-weight:bold;

}

.ten
{
	text-align:left;
	color:#FFFFFF;	
	background-color:#000000;
	padding: 10px 10px 20px 10px;
	border: 1px solid #E68417;

}

.carBanner
{
	float: center;
	height: 235px;
	margin: 0px;
	padding: 0;
	width: 705px;
}

.title
{
float:left;
padding-bottom: 5px;

}
.date_
{
padding: 0px 0px 9px 0px;
float:right;
font-weight:bold;
color:#000000;
}

.google
{

padding: 0px 0px 0px 0px;
float:right;

}

.footer { 
	clear:both;
	color:#E68417; 
	font-size:85%;
	border-top: 1px solid #555; 
	text-align:center; 
	margin-top: 20px;
	padding: 5px;
}

.footer padding{
	text-align: center;
}

/*******LINKS*********/
a { 
	color: #888;
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	background: inherit;
	text-decoration: underline;
}

.mainLinks { 
	clear: both;
	text-align: left;
	color: 	#BC6247;
	padding: 0px 0px 0px 0px;
	margin-left: 10px; 		
}

ul { 
	margin: 1px 0 5px 0; 
	padding : 0; 
	list-style : none;

}
	
.links {

	float: left;  /*makes links in a horizontal line */
	font-weight: bold;
	padding: 7px;
}

li a { color: #000000; }
li a:hover {
	color: #FF871E; }

/***********lists************************/
.bullets
{ 
	margin: 15px 0 15px 0px; 
/*	font-wight: bold;*/
	font-size: 13px;
	padding : 0 0 0 0px; 
	list-style:none;
	float: none;
}
.bullets2
{ 
	color: #ffffff;
}
.about
{
/*	font-weight: bold;*/
	padding: 5px 0 5px 5px;
}	


/*****************Contact form Table**************/

table
{
	border: 1px solid #FFFFFF;	
}


td
{
border-right: 1px solid #FFFFFF;
color: #000000;

}
.border
{
border-top: 1px solid #FFFFFF;
background-color: ;
}


/**************gallery*******************/
/* The containing box for the gallery. */
#container {
    position:relative; 
    width:500px; 
    height:300px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
/* Remove the images and text from sight */
#container a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:-102px;
	left:4px;
	overflow:hidden;
	background:#fff;
    }
	
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/mini-bus-pic-002_thumb.jpg); 
    height:50px; 
    width:55px;
    }
#container a.slideb {
    background:url(images/mini-bus-pic-003_thumb.jpg); 
    height:50px; 
    width: 55px;
    }
#container a.slidec {
    background:url(images/merc_inside_1_thumb.jpg); 
    height:50px; 
    width:55px;
    }
#container a.slided {
    background:url(images/merc_inside_2_thumb.jpg); 
    height:50px; 
    width:55px;
    }