body {
    background-image: url(../images/body-bg2.jpg);
    background-color: #b9b9b9;
    background-repeat: repeat-y;
    background-position: center center;
}

.menu {
    position: relative;
    margin-bottom: 20px;
}

.content {

}

.header {
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    color: #639c04;
}

a {
    color: #639c04;
    text-decoration: none;
}

.main-news {
    margin-bottom: 20px;
}

.gallery-scroll-content {
    overflow: hidden;
    height: 120px;
    float: left;

}

.filmstrip {
    height: 130px;
    overflow: scroll;
}

.filmstrip ul {
    height: 110px;
}

.filmstrip li {
    display: inline;

    list-style-type: none;
}

.sf-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat;
    font-weight: bold;
}

.sf-menu li {
    width: auto;
}

.sf-menu li a.sf-with-ul, .sf-menu li a {
    /*background-color:transparent;*/
    color: #FFF;
    border: 0;
    height: 55px;
    line-height: 55px;
    padding-top: 0;
    padding-bottom: 0;
}

.sf-menu li a.sf-with-ul:visited, .sf-menu li a:visited, .sf-menu li ul li a:visited {
    color: #FFF;
}

.sf-menu li a.sf-with-ul:hover, .sf-menu li a:hover, . sf-menu li ul li a:hover, .sf-menu li:hover, .sf-menu li {
    /*background-color:transparent;*/
}

.sf-menu ul {
    width: 150px;
}

.sf-menu li, .sf-menu li ul li {
    /*background-color:transparent;*/

}

.sf-menu li ul li a {
    line-height: 1.5em;
    height: auto;
    padding: 10px;
    background-image: url(../images/menu-bg.png);
    background-repeat: repeat;
}

.content .main-news, .content .small-news, .home-main {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 10px;
}

.main-news h2, .small-news h2 {
    font-size: 1.5em;
}

.box-header {
    height: 40px;
    /*background-image: url(../images/box-header2.png);      */
    overflow: hidden;
    background-color: #f4f4f4;
    border-bottom: 5px solid #DDD;
    background-image: url(../images/info-ico.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.box-header span {
    line-height: 40px;
    font-size: 1.5em;
    color: #639c04;
    padding: 0 10px;
}

.box-content {
    /*background-color: transparent;
background-image: url(../images/box-bg2.png);
background-position: bottom center;  */
    border-left: 1px dashed #DDD;
    border-right: 1px dashed #DDD;
    border-bottom: 1px dashed #DDD;
    padding: 10px;
    margin-bottom: 20px;
}

.newsTitle, .content h1, .galleryTitle, .myfont h1 {
    line-height: 40px;
    background-color: #f4f4f4;
    padding-left: 10px;
    border-bottom: 5px solid #DDD;
    font-size: 2em;
}

.newsTitle {
    background-image: url(../images/news-ico.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.galleryTitle {
    background-image: url(../images/gallery-ico.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.newsDesc {
    font-weight: bold;
}

img.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
    padding: 0;
}

.content .border {
    border-right: 1px dashed #dddddd;
}

.content img {
    border: 1px solid #dddddd;
    padding: 2px;
    margin-bottom: 10px;
}

.imageThumb img {
    border: 0;
    padding: 0;
    margin: 0;
}

.footer {
    margin-top: 20px;
    border-top: 1px dashed #dddddd;
    padding-top: 10px;
}

.date {

}

.footer p, p.date {
    color: #a5a5a5;
}

.top-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.top-menu ul li {
    float: right;
    padding: 5px 10px;
    background-color: #f4f4f4;
    height: 20px;
    overflow: hidden;
}

.top-menu ul li a {
    color: #777;
    text-decoration: none;
    font-size: 1em;
}

.gallery-scroll {
    overflow: hidden;
    width: 660px;
}

.arrow-left {
    background-image: url(../images/arrow-left.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 110px;
    background-color: #DDD;
    cursor: pointer;
}

.arrow-right {
    background-image: url(../images/arrow-right.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 110px;
    background-color: #DDD;
    cursor: pointer;
}

h3.galleryTitle {

}

.main-news p, .small-news p, .box-content p {
    text-align: justify;
}

.main-news p, .small-news p {
    margin-bottom: 0;
    padding-right: 10px;
}

p.readMore {
    margin-bottom: 15px;
}

.gallery-thumb {
    background-color: #F4F4F4;
    padding-bottom: 10px;
}

.gallery-thumb a img {
    border: 0;
    padding: 0;
    margin-bottom: 5px;
}

.gallery-thumb a span {
    padding: 0 10px;
}

.poll-row {
    clear: left;
    display: block;

    width: 230px;
}

.option-name {
    display: block;
    height: 20px;
}

.option-bar {
    display: block;
    height: 20px;
    width: 130px;
}

.poll-button {
    margin: 10px 0;
}

.poll-holder {
    margin-bottom: 20px;
}

.poll-holder h2 {
    line-height: 40px;
    overflow: hidden;
    background-color: #f4f4f4;
    border-bottom: 5px solid #DDD;
    background-image: url(../images/poll-ico.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 1em;
}

.poll-holder form {
    padding: 10px 10px 0 10px;
    border-left: 1px dashed #DDD;
    border-right: 1px dashed #DDD;
    border-bottom: 1px dashed #DDD;
}

.linkbox-content {
    /*  padding:20px;
background-color:#639c04;
border-bottom:5px solid #639c04;      */
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.linkbox-content a {
    display: block;
    color: #000;
}

.linkbox-content p {
    margin-bottom: 0;
}

.content img {
    margin-right: 20px;
}

#address {
    width: 300px;
    margin-right: 20px;
    margin-left: 5px;
}

#postal {
    width: 60px;
    margin-right: 20px;
    margin-left: 5px;
}

.box-content ul.wrong, .box-content ul.ok {
    padding-left: 0;
    list-style: none;
}

ul.wrong li {
    background-image: url(../images/wrong-ico.jpg);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 15px;
}

ul.ok li {
    background-image: url(../images/ok-ico.jpg);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 15px;
}

.box-content ul {
    padding-left: 15px;
}

.top-menu button {
    background: #ddd;
    border: 0;
    margin: 0;
    padding: 0 5px;
    color: #777;
    font-size: 1em;
}

.top-menu ul li.search-holder {
    padding: 4px 4px 6px 4px;
}

.top-menu input {
    margin: 0;
}

.markerTitle {
    color: #639c04;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0;
}

.markerAddress {
    color: #a0a0a0;
}

ul.contact {
    padding-left: 0;
}

li.tel {
    list-style: none;
    background-image: url(../images/tel.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

li.mail {
    list-style: none;
    background-image: url(../images/mail.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.cat {
    padding: 2px;
    font-weight: bold;
    font-size: 0.8em;
    border: 1px solid #000;
    /*width:30px;
  display:inline-block;
  text-align:center;  */
}

p span.catName {
    font-weight: bold;
    text-align: left;
}

.disp {
    font-weight: bold;
    margin-right: 10px;
}

.trash-filter a {
    font-size: 1.5em;
    margin-right: 20px;
}

.trashLegendDesc {
    margin-bottom: 5px;
}

thead th {
    background-color: #CCC;
}

.span-18 td {
    border: 1px dotted #639C04;
}

.image-text {
    display: none;
}

.linkbox-content img {
    border: 0;
    margin: 0;
    padding: 0;
}

.faqControls a {
    margin-right: 20px;
}
.sf-menu {
    z-index: 999;
}

.css-banner {
    height: 250px;
    position: relative;
}

.css-banner .desc {
    position: absolute;
    font-family: Arial, sans-serif;
    top: 124px;
    left: 40px;
    font-size: 42px;
    color: white;
}
