/* Style 1 */
.headline1 {
}
	.headline1 h1 {
		font-size: 36px;
		color: #004794;
	}
	.content1 {
		font-size: 12px;
		color: #383c3e;
		padding: 10px 0px;
	}
		.content1 h1 {
			font-size: 14px;
			color: #383c3e;
			margin: 10px 0px;
		}
		.content1 h2 {
			font-size: 13px;
			color: #383c3e;
			margin: 10px 0px;
		}
		.content1 p {
			margin: 5px 0px;
		}
		.content1 .date {
			font-size: 10px;
			color: #000000;
		}

/* Style 2 */
.headline2 {
	background-color: #bcc6ca;
	padding: 20px 20px 0px 20px;
}
	.headline2 h1, .headline2 h1 a {
		font-size: 22px;
		color: #ffffff;
		text-decoration: none;
	}
	.headline2 h1 a:hover {
		text-decoration: underline;
	}
.content2 {
	background-color: #bcc6ca;
	padding: 10px 20px 20px 20px;
	color: #454b4e;
	
}
	.content2 a, .content2 a:hover {
		font-size: 16px;
		font-weight: normal;
		color: #004794;
		text-decoration: none;
	}
	.content2 a:hover {
		text-decoration: underline;
	}

/* Style 3 */
.content3 {
	background: url(../img/featured-bottom.jpg) bottom left no-repeat #004794;
	padding: 10px 10px 93px 10px;
	margin-top: 10px;
	color: #ffffff;
}
	.content3 h1 {
		color: #ffffff;
		font-size: 26px;
		margin: 0px 0px 10px 0px;
	}
	.content3 h2 {
		background-color: #aeaeae;
		padding: 7px 10px;
		color: #ffffff;
		font-size: 13px;
		margin: 10px 0px 10px 0px;
	}
	.content3 h3 {
		color: #484747;
		font-size: 12px;
		margin: 5px 0px 5px 0px;
	}
	.content3 .headline {
		background-color: #80a3ca;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
	}
		.content3 .headline .OrdLink, .content3 .headline .ord-links {
			color: #1f436a;
			text-decoration: none;
		}
		.content3 .headline .OrdLinkSelected, .content3 .headline .OrdLink:hover {
			color: #daebff;
			text-decoration: none;
		}
	.featured-item {
		background: url(../img/background-featured-item.gif) repeat-x #d1dde1;
		float: left;
		padding: 10px;
		margin: 0px 10px 10px 0px;
		min-height: 198px;
	}
	.featured-item a, .featured-item a:hover {
		color: #004794;
		font-weight: bold;
		text-decoration: none;
	}
	.featured-item a:hover {
		text-decoration: underline;
	}
		.featured-item .text {
			text-align: center; 
			padding-top: 10px;
		}
	.vehicle {
		background: url(../img/background-vehicle-item.gif) repeat-x #d7e1e5;
		padding: 10px;
		margin-bottom: 4px;
		color: #5e5e5e;
		font-weight: bold;
	}
		.vehicle h2, .vehicle h2 a, .vehicle h2 a:hover {
			background: none;
			color: #0f64c1;
			font-size: 18px;
			margin: 0px 0px 10px 0px;
			padding: 0px;
			text-decoration: none;
		}
		.vehicle h2 a:hover {
			text-decoration: underline;
		}
		.info {
			color: #004794;
			font-weight: normal;
		}
		a.detail, a.detail:hover {
			background: url(../img/background-btn-detail.gif) repeat-x #ededed;
			border: 1px solid #b1b9c0;
			padding: 4px 7px;
			color: #004794;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.vehicle a.detail:hover {
			text-decoration: underline;
		}
	.pagination {
		margin: 10px 0px;
	}
		.pagination .pages, .pagination .pages:hover {
			background: url(../img/background-pagination-normal.gif) repeat-x;
			border: 1px solid #b1b9c0;
			padding: 3px 8px;
			font-weight: bold;
			color: #004794;
			margin-right: 2px;
			text-decoration: none;
		}
		.pagination .pages:hover {
			background: url(../img/background-pagination-hover.gif) repeat-x;
			border: 1px solid #b3c8df;
			color: #ffffff;
			margin-right: 2px;
			text-decoration: none;
		}
		.pagination .disabled {
			background: url(../img/background-pagination-disabled.gif) repeat-x;
			padding: 3px 8px;
			border: 1px solid #5980aa;
			font-weight: bold;
			color: #004794;
			margin-right: 2px;
			text-decoration: none;
		}
	.vehicle-item {
		background: url(../img/background-vehicle-detail.gif) repeat-x bottom left #ffffff;
		padding: 10px;
		color: #5e5e5e;
		font-weight: bold;
	}
	.vehicle-item p {
		margin-bottom: 5px;
	}
	.vehicle-item .thumb {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	.vehicle-item .option {
		color: #909090;
		font-weight: normal;
	}
	.gallery-title {
		color: #CCCCCC;
		font-weight: bold;
	}
	.name {
		font-weight: bold;
	}	
	.date {
		font-size: 10px;
		color: #000000;
	}
	.text {
		font-size: 11px;
		font-weight: normal;
	}