﻿.header {
    height: 220px;
    background: url('../images/logo.png') no-repeat center;
}

.search {
    background-color: #5E7500;
    height: 30px;
}

.search .searchbox {
    margin: 2px 0 2px 630px;
    width: 230px;
    height: 20px;
}

.search .searchbutton {
    color: white;
    font-size: 18px;
}

.search .searchbutton:hover {
    cursor: pointer;
    color: #ACD700;
}

.menu { 
    background-color: #5E7500;
    min-height: 780px;
}
.menu ul {
    list-style: none;
}
.menu li {
    background-color: white;
    margin-left: 0;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #5E7500;
}

.menu li a {
    color: #5E7500;
    text-decoration: none;
}

.menu li.active {
    color: #5E7500;
    text-decoration: none;
    background-color: silver;
}

.menu li a:hover {
    color: #ACD700;
    text-decoration: none;
}

.content {
    min-height: 680px;
}

.content img {
    max-width: 650px;
}

.image {
    max-width: 650px;
}

.footer { 
    background-color: #5E7500;
    height: 20px;
}

h2 {
    color: #5E7500;
}