
body {
    margin: 0;
    color: black;
    font-family: "Josefin Sans", sans-serif;
    margin: 20px auto;
    text-align: center;
    background-image: url("../images/leaves.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#container {
    
    width: 1045px;
    margin: 0 auto 0 auto;
    padding: 0;
}
#logo {
    width: 200px;
    background: #339933;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    color: white;
    float: left;
}
#main {
    width: 620px;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
}
#contact {
    width: 225px;
    margin: 0;
    padding: 0;
    height: 40px;
    min-height: 40px;
    text-align: right;
    float: left;
    clear: right;
}
footer {
    clear: both;
}

/* logo */
#logo h1 {
    margin: 0;
    padding: 3px 0 7px 0;
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: "Times New Roman", serif;
}
#logo img {
    padding: 0px;
    margin: 0px;
}

/* navigation */
.navigation {
    margin: 0;
    padding: 0;
    background: #99CC33;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navigation ul {
    margin: 0;
    padding: 0;
}
.navigation li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    font-size: 18px;
    overflow: hidden;
}

.navigation li a {
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    padding: 15px;
    color: white;
    margin: 0;
    text-decoration: none;
}

.navigation li a:link {
    color: white;
    text-decoration: none;
}

.navigation li a:hover {
    background: #339933;
    transition: 0.3s;
    text-decoration: none;
}

.navigation li a:visited {
    color: white;
    text-decoration: none;
}

.navigation li a:active {
    color: white;
    text-decoration: none;
}

#areasServed {
    text-transform: uppercase;
    margin-left: 0;
    padding-left: 10px;
}

#areasServed li {
    list-style: none;
    background: url("../images/leaficon_small.png") no-repeat left top;
    padding: 7px 0px 3px 30px;
    margin: 0;
}

#contactli {
    display: inline-block;
    padding: 15px 5px 15px 0;
    margin: 0;
}

/* content */
#content {
    margin: 10px;
    padding: 10px;
    background-color: #339933;
    border-radius: 15px;
    font-size: 18px;
    color: white;
}
#images {
    
    padding-top: 10px;
}

#images img {
    
    border-radius: 15px;
    padding-bottom: 10px;
    
}

/* general */
a:link {
    color: white; 
    text-decoration: underline;
}
a:visited {
    color: white; 
    text-decoration: none;
}
a:hover {
    color: #99CC33; 
    text-decoration: underline;
}
a:active {
    color: white; 
    text-decoration: none;
}
h2 {
    font-weight: 600;
    font-size: 35px;
}
.tf {
    border: 1px solid #339933;
    background: white;
    color: black;
    padding: 3px;
    border-radius: 5px;
    height: 30px;
    width: 350px;
    font-size: 22px;
}
.tfield {
    
    border: 1px solid #339933;
    background: white;
    color: black;
    padding: 3px;
    border-radius: 5px;
    height: 40px;
    width: 350px;
    font-size: 20px;
    height: 200px;
}
.sub {
    background: #99CC33;
    color: white;
    padding: 5px 3px 3px 3px;
    border:0;
    border-radius: 5px;
    height: 40px;
    width: 80px;
    font-size: 20px;
    height: 30px;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
}
.error {
    
    color: white;
    font-size: 21px;
    font-weight: bold;
}