/*html, body, input, textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.0em;
}

body {
	display: block;
}

*{
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.clear {
    clear: both;
    height: 1px;
}

#outer-wrap {
    background: #fff;
    width: 1000px;
    margin: 50px auto 10px auto;
    display: block;
    border: 1px solid #339;
}

#inner-wrap {
    width: 965px;
    margin: 25px auto;
}

#top {
    width: 965px;
    margin: 0 auto;
    height: 65px;
}

#top .right {
    width: 420px;
    float: right;
}

h1 {
    color: #339;
    text-align: right;
    font-size: 1.3em;
    margin: 10px 0 3px 0;
}

h1 span {
    color: #f60;
}

#top p {
	margin: 0;
    text-align: right;
    font-size: 0.9em;
}

.right p img {
    vertical-align: middle;
    line-height: 20px;
}

.right p a {
    font-weight: 700;
}

div#logo {
    width: 313px;
    height: 168px;
    position: relative;
    z-index: 100;
    bottom: 50px;
    left: -10px;
}

#mid {
    width: 965px;
    height: 255px;
}

#contact-box {
    width: 317px;
    height: 259px;
    float: right;
    background: url('../images/contact-bg.jpg') top left no-repeat;
    margin: 0;
}

#contact-box h1 {
    color: #f60;
    font-size: 1.3em;
    text-align: left;
    margin: 8px 0 0 15px;
}

#contact-box label {
    display: block;
    color: #339;
    margin: 0 0 2px 0;
}

#contact-box form {
    margin: 10px 0 0 15px;
    font-size: 0.8em;
}

#contact-box input {
    border: 1px solid #f60;
    width: 270px;
    padding: 5px 5px;
}

#contact-box textarea {
    border: 1px solid #f60;
    width: 270px;
    padding: 5px 5px;
    height: 50px;
}

#contact-box input#btnSend {
    height: 36px;
    width: 70px;
    background: url('../images/btnSend.jpg') top left no-repeat;
    border: none;
    position: relative;
    float: right;
    right: 20px;
    bottom: 5px;
}

.clear-form {
    clear: both;
    height: 7px;
}

.clear-larger {
    clear: both;
    height: 12px;
}

.box {
    width: 313px;
    height: 272px;
    float: left;
    margin: 10px 11px 0 0;
}

.box h1 {
    text-align: left;
    font-size: 1.0em;
    color: #fff;
    margin: 15px 0 0 10px;
    padding: 0 0 0 25px;
    background: url('../images/arrow.png') center left no-repeat;
    line-height: 20px;
}

.box p, .box ul li {
    color: #fff;
    padding: 10px 10px 0 10px;
    font-size: 0.9em;
    line-height: 1.25em;
}

.last-box {
    margin: 10px 0 0 0;
}

.orange {
    background: url(https://web.archive.org/web/20190215221638im_/http://avanteselfdrive.com/img/box-orange.jpg) top left no-repeat;
}

.grey {
    background: url(https://web.archive.org/web/20190208211530im_/http://avanteselfdrive.com/img/box-grey.jpg) top left no-repeat;
}

.blue {
    background: url(https://web.archive.org/web/20190205003257im_/http://avanteselfdrive.com/img/box-blue.jpg) top left no-repeat;
}

#contact-info {
    width: 340px;
    float: right;
    margin: 20px 8px 0 0;
}

#contact-info p {
    font-size: 0.7em;
    text-align: right;
    line-height: 1.3em;
    color: #666;
}

#contact-info strong {
    color: #00006c;
}*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none
}

p {
	margin: 0
}

html,
body,
input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em
}

a {
	color: #339
}

#contact-info p a:hover,
a:hover {
	color: #f60
}

#outer-wrap {
	background: #fff;
	width: 1000px;
	margin: 50px auto 10px auto;
	display: block;
	border: 1px solid #339;
}

#inner-wrap {
	width: 965px;
	margin: 25px auto
}

#top {
	width: 965px;
	margin: 0 auto;
	height: 65px
}

div#logo {
	width: 313px;
	height: 168px;
	position: relative;
	z-index: 100;
	bottom: 50px;
	left: -10px
}

#top .right {
	width: 420px;
	float: right
}

#top p {
	text-align: right;
	font-size: 0.9em
}

.right p img {
	vertical-align: middle;
	line-height: 20px
}

.right p a {
	font-weight: 700
}

h1 {
	color: #339;
	text-align: right;
	font-size: 1.3em;
	margin: 10px 0 3px 0
}

h1 span {
	color: #f60
}

#mid {
	width: 965px;
	height: 255px
}

#contact-box {
	width: 317px;
	height: 259px;
	float: right;
	background: url('../images/contact-bg.jpg') top left no-repeat;
	margin: 0
}

#contact-box h1 {
	color: #f60;
	text-align: left;
	margin: 8px 0 0 15px
}

#contact-box form {
	margin: 10px 0 0 15px;
	font-size: 0.8em
}

#contact-box label {
	display: block;
	color: #339;
	margin: 0 0 2px 0
}

#contact-box input {
	border: 1px solid #f60;
	width: 270px;
	padding: 5px 5px
}

#contact-box input#btnSend {
	height: 36px;
	width: 70px;
	background: url('../images/btnSend.jpg') top left no-repeat;
	border: none;
	position: relative;
	float: right;
	right: 20px;
	bottom: 5px
}

#contact-box input#btnSend:hover {
	cursor: pointer
}

#contact-box textarea {
	border: 1px solid #f60;
	width: 270px;
	padding: 5px 5px;
	height: 50px
}

.box {
	width: 313px;
	height: 272px;
	float: left;
	margin: 10px 11px 0 0
}

.grey {
	background: url('../images/box-grey.jpg') top left no-repeat
}

.orange {
	background: url('../images/box-orange.jpg') top left no-repeat
}

.blue {
	background: url('../images/box-blue.jpg') top left no-repeat
}

.last-box {
	margin: 10px 0 0 0
}

.box h1 {
	text-align: left;
	font-size: 1.0em;
	color: #fff;
	margin: 15px 0 0 10px;
	padding: 0 0 0 25px;
	background: url('../images/arrow.png') center left no-repeat;
	line-height: 20px
}

.box p,
.box ul li {
	color: #fff;
	padding: 10px 10px 0 10px;
	font-size: 0.9em;
	line-height: 1.25em
}

.box ul li {
	list-style: disc;
	list-style-position: inside
}

#contact-info {
	width: 340px;
	float: right;
	margin: 20px 8px 0 0
}

#contact-info p {
	font-size: 0.7em;
	text-align: right;
	line-height: 1.3em;
	color: #666
}

#contact-info p a {
	color: #666
}

#contact-info strong {
	color: #00006c
}

p#footer {
	text-align: right;
	font-size: 0.66em;
	width: 995px;
	margin: 0 auto;
	display: block
}

p#footer a {
	border-bottom: 1px dotted #339
}

p#footer a:hover {
	border-bottom: 1px solid #f60
}

.clear {
	clear: both;
	height: 1px
}

.clear-form {
	clear: both;
	height: 7px
}

.clear-larger {
	clear: both;
	height: 12px
}

.success {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 0.7em;
	font-weight: bold;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
	width: 230px;
	margin: 25px auto
}


/*
     FILE ARCHIVED ON 13:00:19 Jan 27, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:51:17 Feb 22, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  exclusion.robots: 0.346
  captures_list: 499.752
  esindex: 0.014
  CDXLines.iter: 23.235 (3)
  PetaboxLoader3.resolve: 79.848 (2)
  LoadShardBlock: 471.258 (3)
  load_resource: 279.02 (2)
  exclusion.robots.policy: 0.329
  PetaboxLoader3.datanode: 270.534 (5)
  RedisCDXSource: 0.782
*/