@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
}
#wrapper1 {
	background-color: #FFF;
	height: auto;
	width: 100%;
	min-height: 640px;
	min-width: 860px;
}
#banner {
	background-color: #66CCFF;
	height: 120px;
	width: 100%;
}
#wrapper2 {
	background-color: #FF9900;
	float: left;
	height: auto;
	width: auto;
	min-width: 860px;
	min-height: 480px;
}
#navmenu {
	background-color: #FF9900;
	height: 480px;
	width: 150px;
	float: left;
}
#content {
	background-color: #FFF;
	padding: 20px;
	float: left;
	height: auto;
	width: 670px;
	min-height: 500px;
}
#footer {
	font-size: 12px;
	background-color: #66CCFF;
	text-align: center;
	clear: both;
	height: 30px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.banner-image {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.banner-text {
	font-weight: bold;
	float: right;
	margin-top: 55px;
	margin-right: 25px;
}
#navmenu ul {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navmenu li {
	border: 1px solid #FFF;
}
#navmenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#navmenu a:hover {
	color: #FFF;
	background-color: #00A8F9;
}
#image-header {
	background-image: url(images/car.gif);
	background-repeat: repeat-x;
	background-position: left;
	text-align: center;
	vertical-align: bottom;
	height: 80px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #000;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.selectedmenu {
	color: #FFF;
	background-color: #00A8F9;
	display: block;
	padding: 10px;
}
#googlemap {
	height: 310px;
	width: 450px;
	margin-left: auto;
	border: 1px solid #000;
	margin-right: auto;
}
.centerimage {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/* Created by Joenil Mistal for Demo Purposes Only */
