﻿html
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    min-height: 100%;
}
body
{
    color: #3b3b3b;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: "Trebuchet MS" , Arial, Verdana, Helvetica, Sans-serif;
    font-size: 14px;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #528037;
    background-image: url(/images/bggreen.jpg);
    background-attachment: fixed;
    min-height: 100%;
}
a
{
    color: #71B520;
}
b
{
    color: #71B520;
    font-weight: bold;
}
.site
{
    background-color: #FFFFFF;
    width: 680px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    background-color: #ffffff;
}
.runner
{
    border-top: solid 9px #000000;
    height: 0px;
    margin: 0px auto;
    width: 740px;
}
.header
{
    margin: 0px 0 0 0;
    height: 150px;
}
.logo
{
    margin: 0px;
    cursor: pointer;
    display: inline;
    float: left;
    padding-top: 50px;
    padding-left: 20px;
    position: relative;
    top: 5px;
}
.logo img
{
    width: 390px;
}
.navigation
{
    float: right;
    margin: 0 20px 0 0;
    display: inline;
    padding: 0px;
    top: -100px;
    position: relative;
}
.navigation ul
{
    margin: 0px 0px 18px 0px;
    padding: 0px;
}
.navigation li
{
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
}
.navigation li a
{
    float: left;
    padding: 7px 9px 4px 9px;
    background: #eeeeee;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 3px;
    color: #71B520;
    text-decoration: none;
}
.navigation li a:hover
{
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}
.content
{
    text-align: justify;
    background-color: #ffffff;
    padding: 20px;
    line-height: 1.5em;
}
.highlight
{
    text-align: justify;
    font-size: small;
    background-color: #eeeeee;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul
{
    margin-left: 0px;
    padding-left: 18px;
    list-style-type: square;
    text-align: left;
    line-height: 1.5em;
}
li
{
    margin-left: 0px;
    padding-left: 0px;
}
h3
{
    font-size: large;
    font-weight: normal;
}
h4
{
    font-size: small;
    color: #000000;
    font-weight: bold;
}
.footer
{
    margin: 0px auto;
    padding: 30px;
    text-align: center;
    font-size: smaller;
    background-color: #000000;
    color: #555555;
    width: 680px;
}
.footer p
{
    margin: 0px auto;
    width: 640px;
    text-align: left;
}
.footer p a
{
    color: #AAAAAA;
}
.img0
{
    background-image: url(/images/img0.jpg);
    height: 200px;
}
.contactButton
{
    margin-top: 30px;
    padding: 10px;
    background-color: #71B520;
    color: #ffffff;
    font-weight: bold;
    font-size: larger;
    text-transform: uppercase;
    cursor: pointer;
}
.contactButton .subtitle
{
    font-size: x-small;
    font-weight: normal;
    position: relative;
    top: -2px;
}
form
{
    text-align: justify;
    font-size: small;
    background-color: #eeeeee;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
form b
{
    color: #3b3b3b;
    font-weight: bold;
}
.clients
{
    padding-top: 40px;
    padding-bottom: 10px;
}
.clients p
{
    padding: 0px;
    margin: 0px;
}
.clients ul
{
    padding: 0px;
    margin: 0px;
}
.clients li
{
    list-style-type: none;
    padding-bottom: 30px;
}
.clients img
{
    padding-right: 15px;
}
.loc
{
    font-weight: bold;
    color: #3b3b3b;
}
.message
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
.message ul
{
    padding: 0px;
    margin: 0px;
}
.message li
{
    list-style-type: none;
    padding-bottom: 0px;
    text-align: justify;
}
.message img
{
    padding-right: 15px;
}
a img
{
    border: none;
}

@font-face
{
	font-family: "Myriad Pro";
	src: url("files/MyriadPro-Regular.otf");
}

@font-face
{
	font-family: "Myriad Pro";
	font-weight: bold;
	src: url("files/MyriadPro-Bold.otf");
}
