@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
h1, h2 {
	font-weight:normal;
}
body {
	background:#161616;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#d4d4d4;
}
h1 {
	color:#fff;
	font-size:20px;
}
a img {
	outline:none;
	border:none;
}
a {
	outline:none;
}
a:link, a:active, a:visited {
	color:#900;
	text-decoration:underline;
}
a:hover {
	color:#FF0;
	text-decoration:none;
}
.headerS {
	background:url(../images/header.jpg) repeat-x;
	width:100%;
	height:334px;
}
.header {
	width:900px;
	margin:0 auto;
	height:334px;
	position:relative;
}
.headerCar {
	position:absolute;
	bottom:0;
	right:0;
}
.headerCall {
	position:absolute;
	top:40px;
	right:0;
}
.logo {
	position:absolute;
	top:40px;
	left:0;
}
.logo h1 {
	display:none;
}
.logo a.logoclick {
	background:url(../images/access_logo.jpg) no-repeat;
	width:410px;
	height:208px;
	display:block;
}
.logo a.logoclick span {
	display:none;
}
.nav {
	height:29px;
	line-height:29px;
	position:absolute;
	bottom:9px;
	left:0;
	width:225px;
}
.content {
	width:900px;
	margin:0 auto;
	background:#212121;
	padding:20px 10px;
}
.main {
	background:#151515;
	padding:15px;
}
.rightC {
	float:right;
	background:#000 url(../images/rightsidebarbg.jpg) repeat-y;
	width:206px;
	padding:15px 0 15px 15px;
}
.rightC ul {
	list-style:none;
}
.rightC li {
	background:url(../images/arrow.jpg) no-repeat left;
	padding:0 0 0 10px;
	line-height:24px;
}
.welcomepic {
	float:left;
	padding:0 20px 20px 0;
}
.leftC {
	margin:0 245px 0 0;
	overflow:visible;
}
.bottomContent {
	overflow:hidden;
}
h2 {
	font-size:16px;
	color:#dbc63c;
}
.desc {
	background:#2c2c2c;
	padding:5px;
	text-align:center;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:20px 0 0;
}
.desc2 {
	background:#2c2c2c;
	padding:15px;
	text-align:center;
	font-size:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:20px 0 0;
}
.button {
	padding:20px;
	text-align:center;
}
.large {
	font-size:36px;
	color:#dbc63c;
}
.contact1 {
	float:left;
}
.contact2 {
	float:left;
	padding:0 0 0 20px;
}
.carPic {
	float:right;
}
.clAll {
	clear:both;
}
.clLft {
	clear:left;
}
.clRt {
	clear:right;
}
.clearFloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFloat {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearFloat {
	display:block;
}
/* End hide from IE Mac */

.copyright {
	text-align:center;
	font-size:11px;
}
