/* =========================================== Begin Reset*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
    margin: 0 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================ End Reset ======================================= */

nav {
    background-color: #2d2d2d;
    height: 12.19em;
    left: 0em;
    min-width: 65em;
    position: relative;
    top: 0em;
    width: 100%;
    z-index: 100;
}

#title {
    float: left;
    position: absolute;
    top: 0em;
    left: 0em;
    line-height: 0em;
    padding: 0 0;
    margin: 0 0;
}

#title a {
    color: #fff;
    text-decoration: none;
}


h1:first-child {
    color: white;
    display: block;
    font-family: "Droid Serif", serif;
    font-size: 4em;
    font-weight: 100;
    left: .3em;
    padding: 0 0;
    position: absolute;
    top: 1em;
    width: 7.2em;
}


h1:first-child a:visited, h1:first-child a:active{
    color: white;
}


#address {
    float: right; 
    margin-top: 3.2em;
    position: relative;
    right: 1em;
}

#address p {
    color: white;
    font-family: sans-serif;
    letter-spacing: .04em;
    margin: .2em;
    text-align: right;
}

#navigation {
    background-color: #101010;
        bottom: 0em;
    float: right;
        height: 2.9em;
    left: 0em;
    position: relative;
    top: 3.6em;
    width: 100%;
}


/* torched for #navigation */
/*
#nav {
    float: right;
    margin-left: 2em;
}

*/

nav ul {
        bottom: 0em;
        left: -2em;
    padding-left: 6em;
    position: absolute;
    padding-top: .4em;
}


nav ul li {
    display: inline-block;
    float: left;
    font-family: "Balthazar", serif;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
}


nav ul li:first-letter {
    font-size: 1.2em;
}

nav ul li a {
    color: white;
    display: block;
    height: 1.7em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.1em;
    padding-bottom: .7em;
    text-decoration: none;  
}

nav ul li a:visited {
    color: white;
}

/* nav ul li a:active {
    background-color: #2d2d2d;
} */

nav ul li a:hover {
    background-color: #2d2d2d;
}


/*=== ======== Dropdown action ================ */

.dropdown-content ul {
        background-color: white;
    left: 0em;
    list-style-type: none;
    margin: 0;
        overflow: hidden;
    position: relative;
    padding: 0;
        top: -.01em;
}

.dropdown-content li {
    float: left;
}

.dropdown-content li a{
    color: black;
        display: block;
    font-family: sans-serif;
    font-size: 1em;
    letter-spacing: .05em;
    padding: 1em 0 0 1em;
    text-decoration: none;
    text-transform: none;
    width: 16em;
}

.dropdown-content li a:visited {
    color: black;
}

.dropdown-content li a:first-letter {
    font-size: 1em;
}

.dropdown:hover .dropbtn {
    background-color: #2d2d2d;
}

.dropdown-content {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 .6em .1em rgba(0, 0, 0, 0.2);
    display: none;
    width: 12em;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 1em;
    text-decoration: none;
    display: block;
    text-align:left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* ====END END END END=== ========END END END END END =============================== */

/* ====================== begin HOME ========== */

#top-container {
    margin: 0 auto 8em auto;
    position: relative;
    width: 95%;
    height: 40em;
}

.boxLeft img {
    width: 100%
}

.boxLeft {
    float: left;
    left: .5em;
    position: relative;
    top: 2em;
    width: 50%;
    min-width: 22em;
    max-width: 50em;
}

.boxRight {
    float: left;
    left: 2em;
    min-width: 20em;
    top: 2em;
    width: 45%;
    position: relative;
}

@media screen and (max-width: 780px) {
   .boxRight { 
    float: left;
    margin: 0 auto;
    width: 20em;
    border:0;
    border-bottom:2px solid #000; 
    margin-bottom: 10em;
  }
}

/* ========= Begin Footer —I don't understand why this is so low either... or maybe not low enough?!!! ====== */

footer {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0em;
    height: 2em;
    padding: 1em 0 1em 0;
    margin: 5em 0 0 0;
    position: relative;
    width: 100%;
}

#footer {
    color: black;
    margin: 0 auto;
    padding: 0em;
    width: 24em;
}

footer p {
    margin-top: .5em;
    padding-right: 0em;
}

footer p a {
    margin-right: 0em;
}


/* ============== Begin INVENTORY ============ */

#inventoryHead h3 {
    font: bold 1.2em arial, sans-serif;
    padding: 1em 0 1em 1em;
    margin: 0 0 0 5%;
}

#invent-container {
    width: 66em;
    margin: 0 auto;
}

table {
    border: 1px solid #e4e7e9;
    font-family: Arial, sans-serif;
    margin: auto;
    margin-top: 0em;
    margin-bottom: 20em;
    width: 65em;
}

table th {
    min-width: 7em;
    background-color: #f3f3f3;
}

table td {
    border-bottom: 1px solid #e4e7e9;
    border-bottom: 1px solid #e4e7e9;
    text-align: center;
    height: 1.5em;
}

/* ===================== Begin APPLICATION =============== */

#application input {
    height: 2em;
}


#form-container {
    background-color: #fff;
    border-radius: .4em;
    height: 105em;
    margin: 1em auto;
    min-width: 65em;
    max-width: 75em;
    position: relative;
    width: 85%;
}

form {
    background-color: #fff;
    border-radius: .3em;
    font-family: sans-serif;
    margin: 0 auto 2em auto;
    max-width: 75em;
    min-width: 50em;
    position: relative;
    width: 99%;
}

#form1 {
    background-color: #eee;
    border-radius: .3em;
    font-family: sans-serif;
    height: 45em;
    margin: 0 auto 2em auto;
    max-width: 75em;
    min-width: 50em;
    position: relative;
    width: 99%;
}


#form2 {
    background-color: #eeeeee;
    border-radius: .3em;
    font-family: sans-serif;
    height: 16.5em;
    margin: 0 auto 2em auto;
    max-width: 75em;
    min-width: 50em;
    position: relative;
    width: 99%;
}

#form3 {
    background-color: #eeeeee;
    border-radius: .3em;
    font-family: sans-serif;
    height: 14.2em;
    margin: 0 auto 2em auto;
    max-width: 75em;
    min-width: 50em;
    position: relative;
    width: 99%;
}

#form4 {
    background-color: #eee;
    border-radius: .3em;
    font-family: sans-serif;
    height: 22em;
    margin: 0 auto 2em auto;
    max-width: 75em;
    min-width: 50em;
    position: relative;
    width: 99%;
}

#form4 .data-row {
    background-color: #fff;
    height: 7em;
    margin-top: 1em;
    padding-top: 1em;
    width: 80em;
}

#form4 .data-container {
    background-color: white;
    width: 99%;
}

#form4 h3:nth-child(2){
    left: 1em;
    margin: 0;
    top: -.8em;
    position: relative;
}

#form4 p {
    padding-top: -.2em;
    padding-left: .5em;
    width: 98%;
}

#errors ,#errors2 p{
    color: #000;
    font-family: sans-serif; 
}

fieldset {
    border: none;
}

input[type=text], select {
    border-radius: .4em;
    line-height: 20px;
    margin-bottom: 1em;
    margin-left: 1em;
    max-width: 40em;
    width: 90%;
}

input[type=text] {
    line-height: 30px;
}

input[type=radio] {
    height: 1em;
    line-height: 1em;
    margin-left: 1em;
    vertical-align: text-bottom;
}

input[type=text].input-two {
    width: 23.5%;
}

input[type=text].input-three {
    margin-left: 0em;
    width: 20%;
}

input[type=checkbox].input-ack {
    margin-left: 0em;
    margin-top: .5em;
    width: auto;
}

input[type=email] {
    line-height: 2em;
    height: 2em;
    margin-left: 1em;
    border-radius: .3em;
    width: 40em;
}

input[type=submit] {
    height: 2em;
    border-radius: 4px;
    width: 8em;
}

input[type=date] {
    border-radius: 4px;
    height: 2.6em;
    margin-left: 1em;
    max-width: 40em;
    min-width: 40em;
}

#app-title {
    margin: 1em 0 1em 0;
    width: 100%;
    background-color: #fff;    
}

#app-title h2 {
    padding-top: .5em;
    padding-left: .4em;
    padding-bottom: .7em;
    margin-top: 0;
}

.section {
    background-color: #cccccc;
    height: 2.5em;
    margin: auto;
    margin-bottom: .5em;
    margin-top: -1.2em;
    width: 100%;  
}

#section2 {
    margin-top: .5em;
}

#section3 {
    margin-top: .5em;
}

#section4 {
    margin-top: .5em;
}

.section h3 {
    padding-top: .5em;
    padding-left: .5em;
}

.data-row {
    margin-left: 0em;
    height: 2em;
    width: 98%;
    margin: auto;
    padding: .2em 0 .4em 0;
    max-width: 70em;
}

#form4 .data-row {
    height: 8em;
    max-width: 100%;
    min-width: 100%;
}


.data-label {
    float: left;
    padding-top: .7em;
    width: 20em;
}

.data-container {
    float: left;
    height: 2em;
    min-width: 40em;
    position: relative;
}

#form4 .data-container {
    float: left;
    height: 7.2em;
    margin: 0 auto;
    padding: 0 0 0 .5em;
}

label {
    font-size: 1em;
    margin-left: .5em;
}


select.state-select {
    height: 2em;
    margin-left: .2em;
    width: 23.5%;
}

select#dl-state{
    height:2em;
}

.label:first-child {
    padding-top: .5em;
}

.label-three {
}

select#emp-years {
    height:2em;
    width: 25%;
}

select#emp-months {
    height:2em;
    width: 25%;
}

textarea {
    min-width: 99.3%;
    height: 10em;
}

/* ======= end APPLICATION ====== */

/* ======== begin APPLICATION SUCCESS PAGE======== */

#apply-success {
    background-color: white;
    height: 40em;
    margin: 0 auto 10em auto;
    width: 90%;
    max-width: 65em;
}

#apply-success h3 {
    font-family: sans-serif;
    padding-bottom: .5em;
    padding-top: .5em;
    padding-left: .8em;
}

#success-interior {
    margin: 0 auto 5em auto;
    width: 98%;
}

#success-interior p {
    font-family: sans-serif;
    text-align: center;
}

#success-interior p:nth-child(4) {
    padding-bottom: 2em;
}

#big {
    width: 100%;
}

/*============== begin INVENTORY =================== */

#inv-main {
    font-family: sans-serif;
    margin: 0 auto 0em auto;
    max-width: 50%;
    min-width: 65em;
    overflow: auto;
}

#green-line {
    border: 2px solid green;
    margin: 0 auto;
    width: 65em;
}

#info-table tr:hover {
    background-color: #f5f5f5;
}
    
    
#inv-head {
    float: left;
    height: 5em;
    margin: 2em 0 0 0;
    width: 20em;
}

#inv-head a {
    float: left;
    font-size: .9em;
    text-align: left;
    margin: 0;
}

#inv-head h4 {
    float: left;
    font-size: 1.2em;
    margin: 1.6em 0 0 -7.7em;
}

#info-table {
    background-color: #fff;
    border: none;
    float: left;
    left: 0em;
    margin: 2em 0 0 0;
    padding: 0;
    position: relative;
    width: 20em;
    text-align: left;
}


#info-table td {
    border: none;
    font-size: 1em;
    font-weight: 100;
    margin: 0 0 0 1em;
    text-align: left;
}

#inv-info {
    height: 22em;
    width: 40%;
}

#info-left {
    height: 20em;
    position: relative;
    width: 100%;
}

#inv-img {
    float: right;
    left: -5em;
    height: 21em;
    margin: 2.3em 0 0 0;
    max-width: 50%;
    min-width: 10%;
    position: relative;
    right: 0em;
    top: -22em;
    width: 35%;
}

#inv-img img {
    margin: 0;
    padding: 0;
    width: 100%;
}

#inv-description {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 1em 0;
    position: relative;
    top: -22em;
}

#inv-description p {
    font-size: 1em;
    padding: 0 1em 0 0;
    position: relative;
}

#inv-description p:last-child {
    line-height: 1.4em;
}


/*=========== LOCATION ================ */

#loc-container {
    height: 38em;
    margin: 2em 0 10em 2em;
    padding: 0 0 1em 0;
    width: 60em;
}

footer {
}



#loc-left {
    float: left;
    width: 20em;
}


#loc-address {
    margin: 2em 0 1em 0;
    width: 100%;
}



#loc-address div p {
    font: bold 1em sans-serif;
    margin: 0 0 .5em 0;
    line-height: 1em;
}



#loc-hours {
    font: 12px sans-serif;
    padding-top: 1em;
    width: 100%;
}



#loc-hours-title {
    font: bold 15px sans-serif;
}






#loc-map {
    float: left;
    margin: 1em 0 5em 0;
    position: relative;
    width: 40em;
}

#loc-map img {
    width: 35em;
}

#loc-container table {
    border: none;
    color: black;
    font: 1em arial, sans-serif;
    height: 13em;
    text-align: right;
    width: 25em
}

#loc-table td {
    border-collapse: collapse;
    border: none;
    text-align: left;
}


/* =========== STAFF ================================= */

#staff-container {
    width: 85%;
    margin: 1em auto 20em auto;
    overflow: hidden;
}

#staff-title {
    font: bold 1.4em arial, sans-serif;
}

.staff-text {
    float: left;
    width: 40em;

}

.staff-text p {
    float:left;
    font-family: arial, sans-serif;
    line-height: 1.1em;
    margin: 1em 2em 0 8em;
    text-align: left;
}

#staff-earhart {
    float: left;
    height: 11em;
    width: 47em;
}

#staff-earhart img {
    float: left;
    width: 7em;
}

.staff-name {
    font: bold 1.2em arial, sans-serif;
    position: relative;
    left: -1.3em;
}

#staff-ford {
    float: left;
    width: 60em;
}

#staff-ford img {
    float: left;
    position: relative;
    left: -.2em;
    width: 11em;
}

#staff-ford .staff-text {
    float: left;
    margin-left: 0em;
    padding-left: 0em;
    position: relative;
    left: -4em;
}

#staff-hershey {
    clear: both;
    float: left;
    margin-top: .9em;
    width: 60em;
}

#staff-hershey img {
    float: left;
    width: 6.5em;
}

#staff-hershey .staff-text {
    position: relative;
    left: .5em 
}

/* =============== ABOUT ============ */

#about {
    width: 80%;
    margin: 0 auto 32em auto;
    width: 55em;
}

#about h2 {
    font-family: arial, sans-serif;
    font-size: 1.4em;
    position: relative;
}

#about p {
    font-family: arial, sans-serif;
    margin-left: 2em;
}

/* ========= VALUE ======================== */


form#value {
    width: 65em;
    margin-bottom: 5em;
}

#value h3 {
    font: bold 1.1em arial, sans-serif;
    margin: 1em 0 1em 4em;
    padding-top: 1em;
}

#value h4 {
    margin: 1em 0 1em 6em;
}

.value-row {
    margin: .5em 0 0 6em;
    overflow: hidden;
    width: 50em;
}

.value-row input {
    border-radius: .2em;
    width: 30em;
    height: 2em;
    margin: 0 0 0 1em;
}

.value-row select {
    height: 2em;
    margin: 0 0 0 1em;
    width: 12em;
}

.value-label {
    float: left;
    width: 15em;
}

.value-container {
    float: left;
    height: 2em;
    width: 35em;
}


.value-row-check {
    margin-left: 6.2em;
    overflow: hidden;
    width: 50em;
}

.value-3-checkbox {
    float: left;
    width: 12em;
}

.value-3-checkbox input[type=checkbox]{

}

.value-3-checkbox i {
    color: red;
}

.last-check {
    margin-left: 24em;
}

#value input[type=submit]{
    margin: 2em 0 2em 0;
    width: 15em;
}


/* ============= VALUE SUCCESS =============== */

#condition {
    display: none;
}

#mileage {
    display: none;
}

#value-success {
    background-color: #fff;
    border-radius: .2em;
    font-family: arial, sans-serif;
    margin: 0 auto 20em auto;
    overflow: hidden;
    width: 65em;
}

#value-success table {
    border-collapse: collapse;
}

#value-success h3 {
    padding: 1em 0 1em 5em;
}

#value-success h4 {
    padding: 0 0 0 7.3em;
}

#value-success-table {
    border: none;
    float: left;
    margin: 1em 0 5em 9em;
    text-align: left;
    width: 30em;
}

#value-success-table th {
    background-color: #fff;
}

#value-success-table td {
    border: none;
    border-collapse: collapse;
    padding: 1em 0 0 0;
    margin: 0;
    width: 15em;
    text-align: left;
}

#value-success-table tr, td {
    border-collapse: collapse;
}


/* ============ BEGIN SALES LOGIN ===========*/

#login-container {
    background-color: #fff;
    border-radius: .2em;
    margin: 0 auto 25em auto;
    width: 60em;
}

form#login {
    font-family: arial, sans-serif;
    margin-bottom: 5em;
}

#user {
    margin: 4em auto 0 auto;
    overflow: hidden;
    padding: 4em 0 0 0;
    width: 20em;
}

#user-label {
    float: left;
    height: 2em;
    margin: 0;
    padding: 0;
    width: 7em;
}

#user-text {
    float: left;
    height: 2em;
}

form#login input[type=text] {
    height: 2em;
    margin:0;
    width: 17em;
}

form#login input[type=password] {
    border-radius: .2em;
    height: 2em;
    margin: 0;
    width: 17em;
}

#login h3 {
    margin: 0;
}

#pword {
    margin: 1em auto 0 auto;
    overflow:hidden;
    padding: 0 0 0 0;
    width: 20em;
}

#pword-label {
    float: left;
    height: 2em;
    margin: 0;
    padding: 0;
    width: 7em;
}

#pword-input {
}

#login-submit {
    margin: 2em 0 0 0;
    padding-bottom: 10em;
    text-align: center;
}


/* ============== SALES LOGIN SUCCESS =========== */

#account-container {
    background: #fff;
    height: 20em;
    width: 65em;
    margin: 0 auto 30em auto;
}

#account-information h3 {
    font-family: arial, sans-serif;
    margin-left: 6em;
    padding: 2em 0 1em 0;
}

#account-information h4 {
    font-family: arial, sans-serif;
    margin-left: 7em;
    padding: 0 0 0 0;
}

#sales p {
    margin: 0 0 0 9em;
    padding-bottom: 1em;
}

#logout {
    margin: 0 0 0 20em;
    padding: 3em 0 0 0;
}

#logout a {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 1px solid black;
    border-radius: .2em;
    box-shadow: inset 0px -1px 5px 0px;
    padding: .2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 4em;
    color: initial;
}

/* datepicker */

.ui-datepicker {
    width: 20em;
    margin: 5px auto 0;
    overflow: hidden;
    font: 12pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}


.ui-datepicker a {
    margin: 0;
    padding: 0;
    width: 2.3em;
}

.ui-datepicker th {
    min-width: 0;
}







    







