@charset "UTF-8";
/* CSS Document 
	Copyright 2008 AMAC - Ace Motor Acceptance Corporation
	http://www.acemotoracceptance.com
	created by: Ron Ferrell		-		ron@acemotoracceptance.com
*/
Body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration:none;
}

/* REMOVES outline of FireFox when link in clicked 	*/
a:active, a:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.outerOverflow {
	/* This keeps divs floated inside divs from breaking below the out div - http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ */
	overflow:auto;
}

.container {
	width:960px;
	margin:0 auto;
	padding:0;
}

/* BEGIN @group LOGO	*/
#logoContainer {
	background-color:#FFFFFF;
}

#logo {
	text-align:left;
}

#logo img {
	padding:10px 0;
}

#logo span {
	float:right;
	clear: left;
	text-align:right;
	padding-right: 10px;
}

#logo span h2 {
	margin-bottom:0;
	padding-bottom:0;
}

/* END @group LOGO	*/

#navContainer {
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
}

#content.container {
	border-left: 2px solid #333333;
	border-right: 2px solid #333333;
}

/* BEGIN @group NAVIGATION	*/
#nav #ace a{
	float:right;
	clear:left;
	margin-right: 5px;
	background-image:url(../images/btn_amacexpress.gif);
}
#nav #ace a:hover {
	background:url(../images/btn_amacexpress_hover.gif) no-repeat;
}

#nav ul li.active {
	color: #CCCCCC;
	padding: 10px 20px 11px 20px;
	text-decoration:none;
	background-color:#333333;
	/*background:url(../images/bg_nav_active.gif) center bottom no-repeat;*/
}
#nav ul li {
	display:inline;
	list-style:none;
	padding: 0;
	border-left: 1px solid #790404;
	border-right: 1px solid #790404;
}

#nav ul {
	padding: 10px 0;
	margin:0 0 10px 0;
	background:url(../images/bg_nav.gif) repeat-x center;
}
#nav ul li a {
	color: #FFFFFF;
	font-weight:bold;
	padding: 10px 20px;
	text-decoration:none;
}
#nav ul li a:hover {
	background:url(../images/bg_nav_hover.gif) repeat-x bottom;
	padding:10px 20px;
}
/* BEGIN @group NAVIGATION	*/
/* BEGIN @group SUB NAVIGATION	*/
#subNav {
	margin-bottom:10px;
	background-color:#333333;
	color:#CCCCCC;
	padding: 0;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNav ul li {
	display: inline;
	padding-right: 25px;
	padding-left: 0;
}

#subNav ul li a {
	color:#FFFFFF;
}

#subNav a.subActive {
	color: #999999;
	text-decoration:none;
}

/* BEGIN @group SUB NAVIGATION	*/

#contentContainer {
	/*
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	*/
}

#content {
	background:url(../images/bg_content.gif) #FFFFFF repeat-y right;
}

#mainContent {	
	font-size: 12px;
	margin: 0 210px 50px 0;
}

#mainContent h1 {
	margin: 0px auto 7px auto;
}
/*	BEGIN @group RIGHT SIDE	*/
#rightSide {
	background: url(../images/bg_rightside.gif) no-repeat #CCCCCC top;
	text-align:left;
	width: 210px;
	float:right;
	clear:left;
}

.partnerLogo {
	text-align:center;
	margin: 30px 0 20px 0;
}

/*	BEGIN @group RIGHT SIDE	*/

/* BEGIN	@group HOMEPAGE Dealer/Consumer	*/
#consumer {
	background:url(../images/bg_consumer.gif) repeat-x #333333;
	padding: 30px;
	text-align: left;
}

#consumer div {
	float:right;
	clear: left;
	width: 350px;
	color:#FFFFFF;
}

#consumer img {
	border: 1px solid #999999;
}

#dealer {
	background-color: #FFFFFF;
	padding: 30px;
	text-align: right;
}

#dealer img {
	float:right;
	clear: left;
	border: 1px solid #333333;
}

#dealer div {
	width: 350px;
}
/* BEGIN	@group HOMEPAGE Dealer/Consumer	*/

/* BEGIN @group SubPage Layout	*/
#mainContentSub {	
	font-size: 12px;
	margin: 0 210px 0 0;
	background:url(../images/bg_sub_content.gif) top repeat-x #FFFFFF;
	/* position: relative; REMOVED 7/20 IE6 will not display nested floats with this here */
}

#mainContentSub h1 {
	padding-top: 10px;
}

#mainContentSub h1, #mainContentSub h2, #mainContentSub h3 {
	margin:0;
} 
/* END @group SubPage Layout	*/

/*	BEGIN @group FOOTER	*/
#footer {
	background-color: #333333;
	color:#FFFFFF;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size:10px;
	border-top: 5px solid #CC0000;
}

#footer a {
	background-color: #333333;
	color:#FFFFFF;
}

#footer ul li a {
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin: 0;
	padding:0 10px;
}

#footer ul li.active {
	color:#CCCCCC;
}

#footer ul li.border {
	border-left: 1px solid #CCCCCC;
}
/*	END @group FOOTER	*/

/*	BEGIN @group FORM ELEMENTS	*/
input, select {
	border: 1px solid #333333;
	padding: 2px;
	color: #666666;
}

input.submit {
	border: 0;
}
/*	END @group FORM ELEMENTS	*/

/*	################	END LAYOUT ITEMS	################	*/


/*	################	BEGIN STYLES	################	*/
.padding {
	padding:9px;
}

.paddingContent {
	padding: 10px 20px 20px 20px;
}

/*	BEGIN @group BUTTONS - not form buttons	*/

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.buttonMargin {
	margin-bottom:15px;
	margin-top:15px;
}

a.button1 {
	background: transparent url('../images/bg_button1_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: right;
	font: bold 12px arial, sans-serif;
	height: 30px;
	margin-right: 0;
	padding-right: 38px; /* sliding doors padding */
	text-decoration: none;
}

a.button1 span {
	background: transparent url('../images/bg_button1_span.gif') no-repeat;
	display: block;
	line-height: 20px;	/* The line height and padding below (top and bottom) should equal the height of the button image	*/
	padding: 5px 10px 5px 18px;
} 

a.button1:hover {
	background-position: bottom right;
	color: #999999;
}

a.button1:hover span {
	background-position: bottom left;
	padding: 6px 10px 4px 18px; /* push text down 1px */
} 

a.button2 {
	background: transparent url('../images/bg_button2_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 38px; /* sliding doors padding */
	text-decoration: none;
}

a.button2 span {
	background: transparent url('../images/bg_button2_span.gif') no-repeat;
	display: block;
	line-height: 20px;	/* The line height and padding below (top and bottom) should equal the height of the button image	*/
	padding: 5px 10px 5px 18px;
} 

a.button2:hover {
	background-position: bottom right;
	color: #999999;
	text-decoration: none;
}

a.button2:hover span {
	background-position: bottom left;
	padding: 6px 10px 4px 18px; /* push text down 1px */
} 


a.button3 {
	background: transparent url('../images/bg_button1_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 38px; /* sliding doors padding */
	text-decoration: none;
}

a.button3 span {
	background: transparent url('../images/bg_button1_span.gif') no-repeat;
	display: block;
	line-height: 20px;	/* The line height and padding below (top and bottom) should equal the height of the button image	*/
	padding: 5px 10px 5px 18px;
} 

a.button3:hover {
	background-position: bottom right;
	color: #999999;
	text-decoration: none;
}

a.button3:hover span {
	background-position: bottom left;
	padding: 6px 10px 4px 18px; /* push text down 1px */
} 
/*	END @group BUTTONS - not form buttons	*/

td {
	vertical-align:top;
	text-align:left;
}

.subPic {
	float:right;
	width:225px;
	clear:left;
	border: 1px solid #333333;
	margin: 0 0 15px 25px;
}

.subPicNoBorder {
	float:right;
	width:225px;
	clear:left;
	margin: 0 0 15px 25px;
}


/*	BEGIN @group  HOW IT WORKS	*/
.step {
	float: left;
	width: 210px;
	padding:140px 10px 10px 10px;
	/*	background:url(../images/bg_steps.jpg) no-repeat;	*/
}

.step h2 {
	color: #CC0000;
}

#step1 {
	margin-right: 10px;
	background:url(../images/bg_step1.jpg) top center no-repeat #FFFFFF;
}

#step2 {
	margin-right: 10px;
	background:url(../images/bg_step2.jpg) top center no-repeat #FFFFFF;
}

#step3 {
	float:right;
	background:url(../images/bg_step3.jpg) top center no-repeat #FFFFFF;
}

#steps {	
/* Container for steps	*/
	margin-left:auto;
	margin-right:auto;
	height:150px;
}

#step1 h3, #step2 h3, #step3 h3 {
	margin: 0;
}

#payments td{
	border: 1px solid #CCCCCC;
}

#payments thead td {
	font-weight:bold;
	background-color: #999999;
}

#payments tr.tableRow {
	background-color: #EEEEEE;
}

.firstParagraph {
	margin-top: 0;
	padding-top: 0;
}

/*	END @group  HOW IT WORKS	*/

.contentLeftHalf {
	width: 48%;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 15px solid #333333;
	border-left: 1px solid #CCCCCC;	
	background: url(../images/bg_content_half.gif) repeat-y #FFFFFF;
}

.contentRightHalf {
	width: 48%;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 15px solid #333333;
	border-left: 1px solid #CCCCCC;	
	background: url(../images/bg_content_half.gif) repeat-y #FFFFFF;
}

.contentBox {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 5px solid #333333;
	border-left: 1px solid #CCCCCC;	
	background: url(../images/bg_content_half.gif) repeat-y #F9F9F9;
}

.h2Red {
	background-image: url(../images/bg_nav.gif);
	padding: 3px 0 3px 10px;
	color: #FFFFFF;
}

.gapTable {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-top: 10px;
}

.gapTable td {
	border-bottom: 1px solid #999999;
}

div.faq {
	margin-bottom: 25px;
	padding: 5px;
}

ul.faq {
	padding-left: 15px;
	margin-bottom: 25px;
}

.faq li {
	margin: 7px 0 0 0;
}

.faq li a {
	font-weight: bold;
	color: #CC0000;
}

.faq span, .faq a {
	font-weight: bold;
}

.faq li a:visited {
	color: #666666;
}

.topOfPage {
	font-size: 10px; 
	margin-bottom: 10px;
}

.boldItalic {
	font-weight: bold;
	font-style: italic;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

#contactPic {
	border: 1px solid #333333;
	margin: 0 0 20px 0;
}

.contact, .contact a {
	font-size:16px;
}

.altQuestion {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}

.top {
	float:right; 
	width: 100px; 
	clear:left; 
	text-align: right;
}

.top a{
	font-size:9px; 
	font-weight:normal;
	text-decoration: none;
}

a.language {
	font-size:10px;
	text-decoration: none;
	padding-top: 5px;
}

/* THIS IS FOR THE DEALER LOCATOR PAGE */
#title {
	font-size: 18px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px;
}

div#map {
	border: 1px solid #CC0000;
}

.disclaimer 
	{
		font-size: 15px;
	}