@import url("common.css");
@import url("nav.css");
@import url("other-rollovers.css");

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,verdana;
	font-size: 13px;
}

#site-template{
	width: 990px;
	margin: 0px auto;
	text-align: left;
}

#left-col {
	background: url(/images/left-col-tile.jpg) repeat-y;	
}

#main-content{
	background: url(/images/main-content-tile.gif) repeat-y;	
}

#main-content a, .sub1 {
	color: #00c;	
}
	#main-content a:hover {
		color: #444;	
	}

.main-content-padding {
	padding: 0 20px 0 14px;	
}

.sub1 {
	font-size: 16px;
	color: #008;
}

.sub2 {
	color: #14426a;	
}

#home-slideshows-holder {
	padding-bottom: 14px;	
	height: 288px;
}

#home-btns {
	padding-bottom: 14px;	
}

.iframe-holder {
	background: url(/images/feat-vehicle-bg.jpg) no-repeat;
	padding-bottom: 40px;
	width: 126px;
	height: 150px;
}
	.iframe-holder iframe {
		margin-top: 13px;
	}

.table1 {
	border-collapse: collapse;	
}	
	.table1 td {
		border: 1px solid #174c8f;
	}	

.tr1 {
	background: #eee;	
}

.tr2 {
	background: #deebfe;	
}
	
/* TIMES TABLE STARTS */
.times-table {
	background: #000;	
}

TR.main-title {
		background: #1d529a;
		font-weight: bold;
		color: #fff;
}

TD.timetitles {
		background: #ddd;
        color: #000;
        font-weight: bold;
        font-size: 12px;
}

TD.times {
		background: #eee;
        color: #000;
        font-size: 11px;
}
/* TIMES TABLE ENDS */

		
#footer {
	font-size: 11px;
	color: #555;
	padding-top: 10px;	
	float: left;
}
	#footer a {
		color: #555;
	}

#footer-left {
	float: left;
	padding: 13px 0px 0px 12px;
}

#footer-right {
	float: right;
	padding: 13px 12px 0px 0px;
}

#footer-bottom {
	float: left;
	text-align: center;
	padding-top: 20px;	
	width: 990px;
}
#footer-bottom a {
	text-decoration: none;
}