@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#060d19;
}
	#site_container {
		height:auto;
		width:884px;
		margin:0 auto;
	}
		.header {
			background-image:url('../images/header.jpg');
			height:289px;
			width:884px;
		}
		
		.content_container {
			background-image:url('../images/bottom.jpg');
			background-position:bottom;
			background-repeat:no-repeat;
			border-right:solid 1px #000;
			border-left:solid 1px #000;
			background-color:#FFF;
			height:auto;
			width:882px;
			padding:0 0 80px 0;
			float:left;
		}
			.menu {
				height:351px;
				width:178px;
				float:left;
			}
				.menu a {
					width:178px;
					background-position:right;
					clear:left;
					float:left;
				}
				
				.menu a h5 {
					display:none;
				}
				
				.menu a:hover {
					background-position:left;
				}
				
				.home {
					background-image:url('../images/home.jpg');
					height:31px;
				}
				
				.about {
					background-image:url('../images/about.jpg');
					height:35px;
				}
				
				.inventory {
					background-image:url('../images/inventory.jpg');
					height:35px;
				}
				
				.financing {
					background-image:url('../images/financing.jpg');
					height:35px;
				}
				
				.parts {
					background-image:url('../images/parts.jpg');
					height:36px;
				}
				
				.contact {
					background-image:url('../images/contact.jpg');
					height:35px;
				}
				
				.map {
					background-image:url('../images/map.jpg');
					height:35px;
				}
				
				.specials {
					background-image:url('../images/specials.jpg');
					height:37px;
				}
				
				.servicesurvey {
					background-image:url('../images/servicesurvey.jpg');
					height:35px;
				}
				
				.salessurvey {
					background-image:url('../images/salessurvey.jpg');
					height:37px;
				}
				
			.featured {
				background-color:#284f9e;
				height:347px;
				width:451px;
				margin:4px 0 0 4px;
				float:left;
			}
			
			.page_head {
				margin:4px 0 0 4px;
				float:left;
			}
			
			.page_content {
				height:auto;
				width:695px;
				margin:4px 0 70px 4px;
				float:left;
			}
			
			.links {
				background-color:#284f9e;
				margin:4px 0 0 0;
				height:347px;
				width:246px;
				float:left;
			}
				.links img {
				}
			
			.employee {
				height:auto;
				width:287px;
				margin:17px 0 0 30px;
				position:relative; 
				float:left; 
				display:inline;
			}
				.emp_container {
					background-color:#FFF;
					height:163px;
					width:287px;
					border:solid 3px #ffdb00;
					float:left; 
					display:inline;
				}
				
				.emp_container a {
					font-family:Georgia, "Times New Roman", Times, serif;
					font-weight:bold;
					font-size:12px;
					color:#284f9f;
					float:right;
					margin:10px 15px 0 0;
				}
				
			.employee_small {
				border:4px solid #2d4e9d; 
				margin:-35px 7px 7px;
				position:relative;
				z-index:5;
				float:left;
			}
			
			.home_verbage {
				height:auto;
				width:350px;
				float:left;
				margin:17px 0 0 30px;
			}

.special_box {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:;
	height:auto;
	width:451px;
	color:#000;
	background-color:#ffdb00;
	padding-top:13px;
	position:relative;
	margin:0;
}

.spot {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#284f9f;
	float:right;
}

.emp_title {
	background-color:#ffef91;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	float:left;
	height:auto;
	width:192px;
	padding:0 0 0 95px;
}

.emp_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	float:left;
	height:auto;
	width:272px;
}

.black_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
}

.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	line-height:18px;
}.photo {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 0px;
}
