﻿html
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    min-height: 100%;
}

body
{
    color: #333333;
    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-color: #F5F6F7; */
    background-image: url(/images/bggreen.jpg);
    background-attachment: fixed;
    min-height: 100%;
}

a
{
    color: #71B520;
}

a img
{
    border: none;
}

b
{
    font-weight: bold;
}

.site
{
    background-color: #FFFFFF;
    width: 680px;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #ffffff; /* border-left: solid 1px #DEDEDE; 	border-right: solid 1px #DEDEDE; */
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -7px 5px 2px rgba(0, 0, 0, 0.1);
    
}

.runner
{
    border-top: solid 9px #000000; /* width: 782px; */
    height: 0px;
    margin: 0px auto;
    width: 740px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -7px 5px 2px rgba(0, 0, 0, 0.1);
}

.header
{
    margin: 0px 0 0 0;
    height: 170px;
}

.logo
{
    margin: 0px;
    cursor: pointer;
    display: inline;
    float: left;
    padding-top: 60px;
    padding-left: 20px;
}

.navigation
{
    margin: 0px auto;
    padding: 0px;
    position: absolute;
    width: 660px;
}

.navigation ul
{
    float: right;
    margin: 0px 0px 18px;
    padding: 0px;
}

.navigation li
{
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline;
}

.navigation li a
{
    float: left;
    padding: 9px 9px 6px 9px;
    background: #eeeeee;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 3px;
    color: #71B520;
}

.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: #F5FFDB;
    border: 1px solid #BFD190;
    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: 720px; */
    width: 680px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -7px 5px 2px rgba(0, 0, 0, 0.1);
}

.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: 10px;
    text-align: justify;
    background-color: #F5FFDB;
    border: 1px solid #BFD190;
    margin-top: 20px;
    margin-bottom: 20px;
}

.message ul
{
    padding: 0px;
    margin: 0px;
}

.message li
{
    list-style-type: none;
    padding-bottom: 0px;
    text-align: justify;
}

.message img
{
    padding-right: 15px;
}

.left
{
	float: left;
	width: 300px;
}

.right
{
	float: left;
	width: 300px;
	padding-left: 40px;
}

.mobile
{
	display: none;	
    line-height: 1.5em;
}

@media screen and (max-width:720px)
{
	html {
		background-color: white;
		width: 100%;
	}
	
	body {
		background: none;
		padding: 10px;
		width: auto;
		font-family: Helvetica, Arial, Verdana, Helvetica, Sans-serif;
		font-size: 13px;
	}
	
	img {
		width: auto !important;
		height: auto !important;
		max-width: 100%;
	}
	
	.runner {
		display: none;
	}
	
	.site {
		width: auto;
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	.header {
		height: auto;
		padding-bottom: 20px;
	}
	
	.logo {
		float: none;
		padding: 0;
	}
	
	.navigation {
		display: block;
		position: relative;
		width: 100%;
		padding-top: 10px;
	}
	
	.navigation ul {
		display: none;
	}
	
	.navigation select {
		display: block;
	}
	
	.img0 {
		display: none;
	}
	
	.content {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.footer {
		width: auto;
		padding: 10px;
		margin: -10px;
		font-size: 13px;
		display: none;
	}
	
	.footer p {
		width: auto;
	}
	
	.footer p:first-child {
		display: none;
	}
}

