body {
    margin: 0;
    padding: 0;
    background: #c9ad7f url(images/backgroundImage.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: justify;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFF;
}

h1 {
    color: #006729;
    margin: 10px 10px 5px 10px;
    padding: 10px;
}

h2 {
    color: #006729;
    margin: 5px 10px 10px 5px;
    padding: 10px;
}

#space {
    height: 10px;
}

#space10 {
    height: 10px;
}

#menu {
    width: 1100px;
    height: 50px;
    margin: 0 auto;
    background: #006729 url(images/menu-background.jpg);
    text-align: right;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    padding: 18px 30px 0 30px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #006729;
    transition:0.2s linear;
}

#menu a:hover {
    height: 60px;
    color: #00ff5d;
    transition:0.2s linear;
}

a {
    color: #006729;
}

a:hover {
    text-decoration: none;
    color: #006729;
    cursor: pointer;
}

#page {
    width: 700px;
    /*height: 750px;*/
    margin: 0 auto;
    padding: 30px 0;
    color: #006729;
}

#map {
    width: 700px;
    height: 550px;
    border: 0px;
    padding: 0px;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    /*width: 100px;*/
    padding-left: 10px;
    padding-right: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

#content {
    background: url(images/content2.png) no-repeat;
    background-repeat: repeat-y;
    height: 100%;
    padding-left: 20px;
    /*padding-top: 10px;*/
    -webkit-box-shadow: 0px 0px 5px 0px #888888;
    box-shadow: 0px 0px 5px 0px #888888;
}

#list {
    list-style-type: none;
    overflow-y:scroll;
    height: 380px;
    width: 220px;
}

#list ul {
    list-style-type: none;
    padding-left: inherit;
}

#list h3 {

}

#list li img {
    float: left;
    margin: 0 15px 0 0;
}

#list li p {
    font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#list li {
    padding: 10px;
    overflow: auto;
}

#list li:hover {
    background: rgba(242, 206, 161, 1);
    cursor: pointer;
    border-style: solid;
    border-width: 0px;
}

#memberAddress {
    font-size: 120%;
}
#telgsmfax {
    font-size: 100%;
}
#memberDescription {
    font-size: 120%;
    vertical-align: text-top;
    position: relative;
}
#emailMessage {
    width: 300px;
    height: 100px;
}

#memberImage {
    max-height: 270px;
    float: right;
    padding-right: 10px;
    padding-top: 20px;
}

#memberTable {
    width: 100%;
}

#slides {

}

progress {
    background-color: #f3f3f3;
    border: 0;
    height: 18px;
    border-radius: 9px;
    width: 500px;
}

#progressbox {
    border: 1px solid #00FF0F;
    padding: 1px;
    position:relative;
    width:400px;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
#progressbar {
    height:20px;
    border-radius: 3px;
    background-color: #003333;
    width:1%;
}
#statustxt {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
}

section {
    background-color: rgba(0, 0, 0, 0.4);
    color: #00ff0f;
    width: 500px;
    height: 100px;
    resize: both;
    overflow: auto;
    border: 2px groove #00FF0F;
    text-align: center;
}
table, th, td {
    border: 0px;
    padding: 5px;
}
.tooltip{
    border:thin 1px #eee;
    background-color:#FFFBF0;
    padding:5px;
    width:200px;
}