/* Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, em, font, images, small, strike, strong, sub tt, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
}
/* General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body
{
	text-align: center;
	color: #FFF;
	background: #1e1e1e url(images/bg.jpg) no-repeat center top;
	font: 0.8em Helvetica, "Helvetica Neue", Arial, sans-serif;
}
hr
{
	display: none;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
address
{
	font-style: normal;
}
input, textarea, select
{
	font: 1em Arial, Helvetica, sans-serif;
}
a
{
	color: #ccc;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #bf0000;
	text-decoration: none;
}
a:visited
{
}
a:active
{
}
/* LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container
{
	width: 906px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
	background:#2d2d2d;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top-style: solid;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom: 1px solid #000;
}
#innerContainer
{
	background:#131313;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: auto;
}
.clearer
{
	clear:both;
}
/* HEADER
------------------------------------------------------------------------------------------------ */

#header
{
	background: #131313 url(images/header-bg.jpg) no-repeat center top;
	position:relative;
	overflow:hidden;
	height: 116px;
	width: auto;
	border-top: 1px solid #000;
}
h1#logo
{
	position:absolute;
	width:295px;
	height:58px;
	top:36px;
	left:21px;
	text-indent:-9999em;
	background:url(images/milner_oquinn-logo.png) no-repeat left top;
}
h1#logo a
{
	display: block;
	width:283px;
	height:52px;
}
h2#ford
{
	position:absolute;
	width:166px;
	height:84px;
	top:25px;
	left:440px;
	text-indent:-9999em;
}
h2#ford a
{
	display: block;
	width:166px;
	height:84px;
	background:url(images/ford-sprites.png) no-repeat 0px 0px;
}
h2#ford a:hover
{
	background:url(images/ford-sprites.png) no-repeat 0px -84px;
}
h2#lincoln
{
	position:absolute;
	width:135px;
	height:84px;
	top:25px;
	left:605px;
	text-indent:-9999em;
}
h2#lincoln a
{
	display: block;
	width:135px;
	height:84px;
	background:url(images/lincoln-sprites.png) no-repeat 0px 0px;
}
h2#lincoln a:hover
{
	background:url(images/lincoln-sprites.png) no-repeat 0px -84px;
}
h2#mercury
{
	position:absolute;
	width:150px;
	height:84px;
	top:25px;
	left:740px;
	text-indent:-9999em;
}
h2#mercury a
{
	display: block;
	width:150px;
	height:84px;
	background:url(images/mercury-sprites.png) no-repeat 0px 0px;
}
h2#mercury a:hover
{
	background:url(images/mercury-sprites.png) no-repeat 0px -84px;
}
/* NAV
------------------------------------------------------------------------------------------------ */

#nav
{
	height: 39px;
	width: auto;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	background: url(images/nav-container-bg.gif) repeat-x top;
	position: relative;
	clear:both;
	padding-left: 2px;
}
#nav h5
{
	background: url(images/left-nav-bg.gif) no-repeat left center;
	height: 33px;
	width: 6px;
	display: block;
	position: absolute;
	left: 2px;
	top: 3px;
	font-size: 1px;
}
#nav h6
{
	background: url(images/right-nav-bg.gif) no-repeat right center;
	height: 33px;
	width: 6px;
	display: block;
	position: absolute;
	right: 2px;
	top: 3px;
	font-size: 1px;
}
#nav ul
{
	margin: 3px 0 0 5px;
	padding: 0;
	list-style: none;
	color: #FFF;	/*background: url(images/nav-bg.gif) repeat-x;*/
}
#nav li
{
	display: inline;
	padding: 0;
	text-transform: uppercase;
}
#nav a
{
	float: left;
	color: #fff;
	padding: 0 0 0 6px;
	text-decoration: none;
	background: url(images/nav-button-l.gif) no-repeat left top;
	height: 33px;
	font: normal .7em Arial, Helvetica, sans-serif;
}
#nav a span
{
	display: block;
	padding: 10px 25px 10px 13px;
	cursor: pointer;
	cursor: hand;
	cursor: pointer;
	background: url(images/nav-button-r.gif) no-repeat right top;
	float: none;
}
#nav a:hover
{
	background: url(images/nav-button-over-l.gif) no-repeat left top;
	padding: 0 0 0 6px;
	text-decoration: none;
}
#nav a:hover span
{
	background: url(images/nav-button-over-r.gif) no-repeat right top; /*right corner image*/
}
#nav a:hover span
{
	background-color: transparent;
}
/* Banner
------------------------------------------------------------------------------------------------ */

#mainBanner
{
	background: #070707;
	padding: 4px 2px;
}
/* Page Info
------------------------------------------------------------------------------------------------ */

#info
{
	width:auto;
	display:block;
	padding:10px 0 0px;
}
#leftNav
{
	float: left;
	width: 221px;
}
.moduleLG
{
	float: left;
	margin-left:10px;
	font-size:12px;
	width:662px;
}
.moduleLG a.appLink
{
	width:658px;
	height:122px;
	background:url(images/credit_app.jpg) no-repeat;
	text-decoration:none;
	display:inline-block;
	text-indent:-9999em;
}
.moduleLG a.appLink:hover
{
	background:url(images/credit_app_over.jpg) no-repeat;
	text-decoration:none;
}
.moduleLG a.calcLink
{
	width:658px;
	height:110px;
	background:url(images/payment_calc.jpg) no-repeat;
	text-decoration:none;
	display:inline-block;
	text-indent:-9999em;
}
.moduleLG a.calcLink:hover
{
	background:url(images/payment_calc_over.jpg) no-repeat;
	text-decoration:none;
}
.moduleLG a.serviceLink
{
	width:658px;
	height:123px;
	background:url(images/service_btn.jpg) no-repeat;
	text-decoration:none;
	display:inline-block;
	text-indent:-9999em;
}
.moduleLG a.serviceLink:hover
{
	background:url(images/service_btn_over.jpg) no-repeat;
	text-decoration:none;
}
.moduleLG h1
{
	font-size: 2em;
	color: #fff;
	margin:7px 0 15px 0;
}
.module .modHeader
{
	background: #232524 url(images/module-header-bg.gif) repeat-x;
	height: 39px;
	border-top: 1px solid #333;
	border-right: 1px solid #343434;
	border-bottom: 1px solid #464646;
	border-left: 1px solid #343434;
}
.module .modHeader h2
{
	font-size: 1.2em;
	text-transform: capitalize;
	color: #fff;
	margin-left: 10px;
	line-height: 39px;
}
.features
{
	border: 1px solid #000;
	margin-left: 3px;
	float: left;
}
.featuresEnd
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 4px;
}
a.financing:link, a.financing:visited, a.financing:active
{
	height: 164px;
	width: 218px;
	border: 1px solid #070707;
	display: block;
	background: url(images/financing-feature.jpg) no-repeat;
}
a.financing:hover
{
	border: 1px solid #af0000;
}
a.service:link, a.service:visited, a.service:active
{
	height: 164px;
	width: 218px;
	border: 1px solid #070707;
	display: block;
	background: url(images/service-feature.jpg) no-repeat;
}
a.service:hover
{
	border: 1px solid #af0000;
}
a.specials:link, a.specials:visited, a.specials:active
{
	height: 164px;
	width: 218px;
	border: 1px solid #070707;
	display: block;
	background: url(images/specials-feature.jpg) no-repeat;
}
a.specials:hover
{
	border: 1px solid #af0000;
}
.contactModule
{
	background: url(images/contact_Bg.gif) repeat-x left top;
	float: left;
	width: 325px;
	color: #FFFFFF;
	height:165px;
	text-align:left;
	margin:10px 0;
}
.contactModule h1
{
	padding:8px;
	font-weight:bold;
	font-size:12px;
	margin:0;
	border-bottom: 1px solid #242424;
}
.cellWrapper
{
	width: 315px;
	border-bottom: 1px solid #242424;
	height: 20px;
	margin: 0px 0px 0px 5px;
	line-height: 20px;
}
.label
{
	margin-left: 5px;
	float: left;
	width: 210px;
	font-size: 11px;
	font-weight: bold;
}
.timeLabel
{
	margin-left: 10px;
	font-size: 11px;
}
.hr
{
	height:10px;
	margin:0 auto;
	background: url(images/dotted_line.gif) repeat-x;
	width:98%;
}
/* Modules
------------------------------------------------------------------------------------------------ */

.sideNavModule
{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sideNavModule ul
{
	list-style: none;
	color: #FFF;
}
.sideNavModule li
{
	display: inline;
}
.sideNavModule a
{
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(images/left-nav-button-sprite.gif) no-repeat 0px 0px;
	font: normal .7em Arial, Helvetica, sans-serif;
}
.sideNavModule a:hover
{
	color: white;
	background-position: left -27px;
	text-decoration: none;
}
.sideNavModule a span
{
	display: block;
	padding: 6px 0px;
	cursor: pointer;
	cursor: hand;
	background: url(images/right-nav-button-sprite.gif) no-repeat right 0px;
	float: none;
	text-align: left;
	width:210px;
	margin-left: 10px;
}

.sideNavModule a:hover span
{
	background-position: right -27px; /*right corner image*/
}
.sideNavModule a:hover span
{
	background-color: transparent;
}

.sideContact
{
	margin-top: 10px;	
}

.sideContact .formField
{
	margin: 0 0 5px 0;
	font-size: 11px;
}
.sideContact .formField *
{
	vertical-align: top;
}
.sideContact .formField label
{
	width: 150px;
	display: inline-block;
	font-size: 12px;
	float: left;
}
.sideContact .formField label b
{
	color: #AF0000;
}
.sideContact .formField input[type="text"],
.sideContact .formField select,
.sideContact .formField textarea
{
	float: none;
	width: 215px;
	padding: 2px 0px 2px 4px;
	font: 12px Arial;
	color: #fff;
	background: #222 url(includes/formtools/inputBlack_bg.gif) repeat-x;
	border: 1px solid #444;
	margin: 0;
}
.sideContact .formField textarea
{
	height: 49px;
	overflow: auto;
}
.sideContact .formField select
{
	padding: 1px 1px 1px 1px;
	width: 221px; /* INPUT WIDTH PLUS 6 */
}

.sideContact .formField label
{
	float: none;
	width: auto;
	display: block;
	padding: 4px;
	background: url(images/contactHeadline_bg.gif) repeat-x top;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.sideContact a.buttonRefresh
{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(includes/formtools/captchaRefresh.png) no-repeat top left;
	text-decoration: none;
	font-size: 1px;
	margin-left: 1px;
}
.sideContact a.buttonRefresh:hover
{
	background-position: right;
	text-decoration: none;
}
.sideContact #submitButton
{
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	width:150px;
	background:transparent url(includes/formtools/submitButton_bg.gif) repeat-x;
	color: #fff;
	border: 1px solid #666;
}
.sideContact #submitButton:hover
{
	text-decoration: none;
	color:#ccc;
	border-color: #AF0000;
}

.sideContact .system,
.sideContact .systemerror
{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-align: center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px;
}
.sideContact .system
{
	color: #fff;
	border-color: #fff;
	background-color: #333;
}
.sideContact .systemerror
{
	color: #e7b2b2;
	border-color: #AF0000;
	background-color: #350000;
}

.sideContact .system,
.sideContact .systemerror
{
	margin-top: 0;
	margin-bottom: 5px;
}

.sideContact .formTools
{
	margin-top: 5px;	
}


/* Footer
------------------------------------------------------------------------------------------------ */

#footer
{
	width:auto;
	display:block;
	padding:5px 0 0px;
	font-size:10px;
	background: #131313 url(images/footer-bg.jpg) repeat-x top;
	margin-top: 10px;
	height: 40px;
	line-height:42px;
}
#footer #Address
{
	float: left;
	width: 450px;
	margin-left: 5px;
	color:#CCC;
	margin-right: 280px;
}
#footer #links
{
	float: left;
	font-size: 11px;
}
#footer #links a
{
	padding-right: 4px;
	padding-left: 4px;
	color:#fff;
}
#footer #links a:hover
{
	color:#ccc;
}
#a123 {
	float: left;
	width: 160px;
	height: 27px;
	margin-top: 5px;
}
#a123 a {
	font-size: 10px;
	font-weight: normal;
}
	
#a123 a:hover {
	text-decoration: none;
	color: #CCC;
}
	
#a123 .Poweredby{
	font-size: 11px;
	float: left;
	margin-top: -5px;
	margin-right: 2px;
}

/*calculator*/
.calculator{
	width:658px;
	height:208px;
	background:url(images/payment_calc.jpg) no-repeat;
}

.calForm ul,
.calForm li
{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0 none;
}
.calForm ul{
	margin-top: 40px;
	margin-left: 15px;
}
.calForm li
{
	height: 20px;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 1px;
	line-height:24px;
}
.calForm b,
.calForm i
{
	overflow: hidden;
	display: block;
	float: left;
	font-weight: normal;
	font-style: normal;
}
.calForm b
{
	width: 110px;
}
.calForm i
{
	width: 150px;
	padding-left: 5px;
}
.calForm s
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-right: 2px;
	float: left;
}
















/*
.calForm ul,
.calForm li
{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0 none;
	display: inline;
}
.calForm ul{
	margin-top: 40px;
	margin-left: 15px;
}
.calForm li{
	display:block;
	background:#F00;
}
.calForm h5,
.calForm input
{
	float: left;
}
.calForm label {
	font-size: 13px;
	width: 110px;
	background:#06F;
	display: block;
}
.calForm h5{
	padding: 0px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 8px;
}
*/.calForm input {
	background: #191919 url(images/input_bg.gif) no-repeat left top;
	border: 1px solid #414141;
	color: #FFF;
	height: 18px;
	width: 70px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
}

.calForm select{
	background: #191919 url(images/input_bg.gif) no-repeat left top;
	border: 1px solid #414141;
	width: 80px;
	color: #FFF;
	height: 22px;
	padding: 2px 0px 2px 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.CollapsiblePanel {
	margin: 10px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
	background: #030303;
}

.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.cal {
	background: url(images/pay_cal_up.gif) no-repeat left top;
	width: 218px;
	height: 110px;
}
