@charset "utf-8";

.top_links{
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 13px;
	font-weight: bold;
	font-size: small;
}
.top_links a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.top_links a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.top_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
.header_links {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
}
.dealer {
	font-weight: bold;
	color: #0B2971;
	clear: none;
	margin-left: 5px;
	top: 3px;
	position: absolute;
	width: 400px;
}

.header_links a:visited {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.header_links a:link {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
}
.header_links a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
	font-style: normal;
	text-decoration: underline;
}
.top_logo {}
.top_back {}
.top_veh {
	background-image: url(images/vehicles.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
.nav_links {
	padding-left: 20px;
	color: #FFFFFF;
	font-size: small;
}
.nav_links a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: small;
}
.nav_links a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
.nav_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
.nav_splitter {
	background-image: url(images/nav_splitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.nav_bottom {
	height: 5px;
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.column_header {
	font-size: small;
	color: #FFFFFF;
	background-color: #0B2971;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: -5px;
}
.column_left {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}.column_center {
	padding: 5px;
	border: 1px solid #666666;
	font-size: small;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.column_right {
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.bold_blue {
	font-weight: bold;
	color: #0b2891;
}
.bold_black {
	font-weight: bold;
	color: #000000;
}
.black {
	color: #000000;
}
.bold_white {
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	font-weight: normal;
	color: #FFFFFF;
}
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:600px;
	height:300px;
	text-align:center;
	z-index: 1000;
//	background-image:url(images/overlay.png);
//	background-repeat: repeat;
	margin: 5px;
	border: 1px solid #000000;
	background-color: #E4E4E4;
}
.table_overlay {
//	font-weight: bold;
	color: #000000;
	margin: 5px;
}