﻿
body {
    background: #fff;
    color: #000000;
    font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
    margin: 20px;
    padding: 0;
}


#header {
    background: #efefef;
    padding: 0;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0 30px;
    line-height: 150px;
}

p {
    font-size: 20px;
    color: #fff;
    background: #efefef;
    padding: 0 30px;
    line-height: 50px;
}

#main {
    padding: 5px 30px;
}

.section {
    width: 21.7%;
    float: left;
    margin: 0 0 0 4%;
}

    .section h2 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px solid silver;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .section.first {
        margin-left: 0;
    }

        .section.first h2 {
            font-size: 24px;
            text-transform: none;
            margin-bottom: 25px;
            border: none;
        }

        .section.first li {
            border-top: 1px solid silver;
            padding: 8px 0;
        }

    .section.last {
        margin-right: 0;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

li {
    padding: 4px 0;
}

a {
    color: #267cb2;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

</style >

<style >

.style1 {
    width: 93px;
    text-align: left;
}

body {
    background: #fff;
    color: #000000;
    font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
    margin: 20px;
    padding: 0;
}

#header {
    background: #efefef;
    padding: 0;
}

h1 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0 30px;
    line-height: 150px;
}

p {
    font-size: 20px;
    color: #fff;
    background: #efefef;
    padding: 0 30px;
    line-height: 50px;
}

#main {
    padding: 5px 30px;
}

.section {
    width: 21.7%;
    float: left;
    margin: 0 0 0 4%;
}

    .section h2 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px solid silver;
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .section.first {
        margin-left: 0;
    }

        .section.first h2 {
            font-size: 24px;
            text-transform: none;
            margin-bottom: 25px;
            border: none;
        }

        .section.first li {
            border-top: 1px solid silver;
            padding: 8px 0;
        }

    .section.last {
        margin-right: 0;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

li {
    padding: 4px 0;
}

a {
    color: #267cb2;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


nav {
    display: block;
    text-align: center;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.nav a {
    display: block;
    background: #1E7B35;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.8em;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
}

.nav {
    vertical-align: top;
    display: inline-block;
    box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius: 6px;
}

    .nav li {
        position: relative;
    }

    .nav > li {
        float: left;
        border-bottom: 4px #aaa solid;
        margin-right: 1px;
    }

        .nav > li > a {
            margin-bottom: 1px;
        }

        .nav > li:hover,
        .nav > li:hover > a {
            border-bottom-color: orange;
        }

    .nav li:hover > a {
        color: orange;
    }

    .nav > li:first-child {
        border-radius: 4px 0 0 4px;
    }

        .nav > li:first-child > a {
            border-radius: 4px 0 0 0;
        }

    .nav > li:last-child {
        border-radius: 0 0 4px 0;
        margin-right: 0;
    }

        .nav > li:last-child > a {
            border-radius: 0 4px 0 0;
        }

    .nav li li a {
        margin-top: 1px;
    }

    .nav li a:first-child:nth-last-child(2):before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        top: 50%;
        right: 5px;
    }

ul {
    padding: 0;
    margin: 0;
}

li {
    display: inline;
    position: relative;
}

ul ul {
    position: absolute;
    display: none;
}

li:hover ul {
    display: block;
}

.auto-style1 {
    width: 285px;
    height: 169px;
}

.auto-style2 {
    height: 169px;
}

#header1 {
    padding-top: 10px;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    display: block;
    height: 50px;
    vertical-align: central;
    background: #efefef;
}

