﻿/* dolHeader.css */

html{
    
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a:link, a:active, a:visited {
    text-decoration: none;
}

a:link {
    color: #009;
}

a:visited {
    color: #700077;
}

hr {
    border: none 0;
    border-top: 1px solid #fff; /*the border*/
    width: 50%;
    height: 1px;
    text-align: left;
    margin: 0 0 0 10%;
}

/* Common elements */

#siteLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 92px;
    width: 336px;
    margin: 0 0 0 10%;
}


#header {
    position: relative;
    display: flex;
    background-color: #ffffff;
    margin: 0 0 0 0;
    border-bottom: 2px solid #3D8977;
}

#siteLogo img {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    height: 92px;
    width: 336px;
}

#wrapper {
    background-color: #ffffff;
    margin: 0 10% 0 10%;
    padding: 0;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    flex: 1;
}

#footer {
    background: #fff;
    height: 40px;
    margin: 1em 0 0 24px;
    margin: 2em 0 0 0;
    color: #666;
    position: relative;
    clear: both;
    font-size: smaller;
}

.home #footer {
    margin: 0 0 0 24px;
    margin: 0;
}

#footer p {
    color: #000;
    padding: 10px 0;
    float: left;
}

#footer span {
}

/*links and buttons*/

a:link, a:active, a:visited {
    text-decoration: none;
}

a:link {
    color: #009;
}

a:visited {
    color: #700077;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #header, #footer {
    color: #666;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active {
    color: #333;
}

#header p {
    float: right;
    margin: 26px 10px 0 0;
}

#header p {
    margin-top: 7px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #header, #footer {
    color: #666;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active {
    color: #333;
}

a.arrowLeft:link, a.arrowLeft:visited, a.arrowRight:link, a.arrowRight:visited {
    text-decoration: underline;
    color: #009;
}

#appNavLinks {
    padding: 20px 0 0;
}

.vehicles h1 {
    color: #0E5695;
}

a.arrowRight {
    background: #fff url('../images/arrowRight.gif') no-repeat scroll right center;
    color: #000099;
    display: block;
    float: right;
    font-size: 1em;
    margin: 0;
    padding: 0.3em 2.3em 0.3em 0.6em;
    text-decoration: underline;
    vertical-align: bottom;
}

a.arrowLeft {
    background: #fff url('../images/arrowLeft.gif') no-repeat scroll left center;
    color: #000099;
    display: block;
    float: left;
    margin: 0;
    padding: 0.3em 0.6em 0.3em 1.9em;
    text-decoration: underline;
    vertical-align: bottom;
    font-size: 0.9em;
}

a.link, a.link:visited {
    text-decoration: underline;
    color: #009;
}

a:active, a:visited {
    text-decoration: none;
}

a.linkButton span {
    display: block;
    float: left;
    line-height: 16px;
    text-decoration: underline;
    cursor: default;
    padding: 4px 0 4px 10px;
}

/*headers*/

h1 {
    font-size: 200%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    color: #0E5695;
    font-weight: 700;
}

h2 {
    font-size: 110%;
    padding: 0;
    margin: 0;
    
}

h3 {
    font-size: 100%;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 100%;
    font-weight: bolder;
    padding: 0;
    margin: 0;
}

h5 {
    font-size: 120%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    color: #0E5695;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 30px;
}

.clear {
    float: none;
    height: 0;
    clear: both;
}

/*division colors*/

.vehicles h1 {
    color: #0E5695;
}

#footer-links {
    background: #dfdfdf;
    overflow: hidden;
    width: 960px;
}

/*content site footer style */

#footer-links ul {
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

#footer-links ul li {
    font-size: .75em;
    line-height: 1.25em;
    padding: 2px 0;
}

#footer-links ul li a:link, #footer-links ul li a:visited {
    color: #333;
    text-decoration: none;
}

#footer-links ul li a:hover {
    color: #333;
    text-decoration: underline;
}

#footer-links ul li img {
    border: none;
}

#footer-links ul li a:link img, #footer-links ul li a:visited img, #footer-links ul li a:active img {
    border-bottom: 1px solid #dfdfdf;
}

#footer-links ul li a:hover img {
    border-bottom: 1px solid #333;
}

#footer-links h4 {
    font-family: Arial, Verdana, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    text-align: left; /* added */
}

dt {
    font-weight: bold;
}

