/* CSS Document */

body 
{
    font: small "Lucida Grande" , Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-color:#000000;
    background-image:url('images/bg.jpg');
    background-repeat:repeat-x;
    text-align: center;
    min-width: 745px;
}

#mainContent 
{
	margin:1em auto;
	width:745px;
	text-align: left;
	background:#FFFFFF;
    border:2px solid black;
}

#contentBody {
	padding:0.5em;
}

#contentBody H1, #contentBody H2 {
	font-family:Tahoma, Arial;
	background-color:#FFCCFF;
	margin-top:0;
	color:#001062;
	text-align:center;
}

#telNo {
	font-size:1.5em;
	border-top:2px solid #960919;
	border-bottom:2px solid #960919;
	font-weight:bold;
	}
	
#telNo strong {
	color:#960919;
}

.imgFloatRight {
	float:right;
	border-left:1em;
	}
	
#contentFooter {
	clear:both;
	font-size:0.7em;
	color:#FFFFFF;
}

#contentFooter a {
	color:#FFFFFF;
}

#bodyText {
	border-top:2px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.noLink a {
	color:#000000;
	text-decoration:none;
	}

#bodyImg {
	border:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
}

	
#bodyImg img {
	border:none;
}
.imgFleet {
	border:0px solid #000;
	}
	
.centerMe {
	text-align:center;
	}

.standOutText {
	font-size:2em;
	}
.listCars {
	text-align:center;
}
.listCars li {
	list-style-type:none;
	display:list-item;
}

.listCars td{
	vertical-align:top;
	padding:0.5em;
	font-size:1.5em;
}
.limoView{
	background:#CCCCFF;
	
	}
.limoView td {
	border-top:3px solid #FFF;
	text-align:center;
}

.limoView .txtLink {padding-top:47px;}
.limoView .txtLink a {font-weight:bold; padding:3px; background-color:#000; color:#fff;}
.limoView .txtLink a:hover {text-decoration:none; background-color:#fff; color:#000;}

#articles {font-size:11px;}
#articles .article {width:140px; padding:4px; text-align:justify; float:left; margin:3px 3px;}
#articles .article a {display:block; text-decoration:underline; color:#00F;}

.chromestyle li a {background-color:#fff;}
.chromestyle li a:hover {background-color:#000; color:#fff;}