@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #F5F5F5;
	background-image: url(body.jpg);
	background-repeat: repeat-x;
	height: auto;
}

#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height: auto;
	background-color: #CCCCCC;
}
#top_menu {
	height: 50px;
	width: 960px;
	z-index: 1;
	visibility: visible;
}

#mainContent {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
}
#side_menu {
	height: 780px;
	width: 176px;
	float: left;
	background-image: url(layout/sideMenu.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-color: #8A8A8A;
	margin-left: 5px;
	z-index: 2;
}

#side_menu h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	text-transform:capitalize;
	color:#E8EEF4;
	font-weight:normal;
	margin: 0px;
	line-height: 20px;
}

#side_menu h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	color:#FFFFFF;
	font-weight:normal;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: 40%;
	background-position: 40px;
	line-height: 40px;
}
.services_box {
	height: 420px;
	width: 150px;
	padding-top: 20px;
	margin-left: 15px;
	float: left;
	margin-top: 50px;
}

#text_content {
	width: 599px;
	float: left;
}

#flash_banner {
	width: 594px;
	height: 343px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	z-index: 5;
	visibility: inherit;
	overflow: hidden;
}
#text_box {
	width: 590px;
	float: left;
	padding-left: 10px;
}
#text_box h1 {
	font-family:Perpetua;
	font-size:24px;
	text-transform:uppercase;
	color:#666666;
	font-weight:normal;
	margin: 0px;
}

#text_box h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#6C6C6C;
	font-weight:400;
	margin: 0px;
	line-height: 20px;
}
#text_box h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;

	color:#5884AF;
	font-weight:400;
	margin: 0px;
	line-height: 20px;
}
#text_box p {
	margin: 0px;
	padding-bottom: 8px;
	color:#666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	list-style-position: outside;
	line-height: 18px;
	}
	
	#site_map{
	height: 20px;
	width:750px;
	float: left;
	background-color: #8A8A8A;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 200px;
	margin-left: 5px;
	margin-right: 5px;
}
#copyright_box{
	height: 20px;
	width:750px;
	float: left;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	padding-left: 200px;
	
}

#carLogos_box{
	height: 54px;
	width:589px;
	float: left;
	left: 847px;
	top: 129px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/logos.png);
	
}
#right_box{
	height: 800px;
	width:175px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #7B7B7B;
	z-index: 3;
	
}

a:link {
	border: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
img { border:none }
a:hover {
	text-decoration: none;
	border: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

