﻿body {
    background: url("Images/Background/bg.png") repeat;
    color: #584D4D;
    font: 14px Ubuntu,Verdana,Geneva,sans-serif;
    margin: 0;
}

html, body {
    border: 0 none;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

a {
    color: #8D8584;
    text-decoration: none;
}

img {
    border: 0;
}

h4 {
    color: #393333;
}

#header {
    background: url("Images/Background/header.png") repeat-x scroll center top transparent;
    height: 170px;
    width: 100%; /*border-bottom: 2px solid #017552;*/
    position: relative;
    z-index: 10;
}

#contentHeader {
    margin: 0 auto;
    width: 900px;
}

#logo {
    float: left;
    margin: 45px auto 0;
    width: 350px;
}

    #logo img {
        border: 0;
    }

#menu {
    background: url("Images/Background/menu.png") no-repeat 0 0 transparent;
    float: right;
    height: 50px;
    margin: 75px 0 0;
    width: 480px;
}

.topmenu {
    float: left;
    list-style: none outside none;
    position: relative;
    margin-left: 20px;
}

    .topmenu li {
        display: inline;
        float: left;
        height: 40px;
    }

        .topmenu li:hover {
            background: #00A34C;
        }

        .topmenu li a {
            color: #FFF;
            float: left;
            padding: 12px 18px;
            text-decoration: none;
            text-transform: uppercase;
        }

    .topmenu a {
        color: #FFF;
    }

        .topmenu a:hover {
            background: none repeat scroll 0 0 transparent;
        }

    .topmenu .submenu {
        background: #4B993F;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 7px 0;
        position: absolute;
        top: 40px;
        width: 200px;
        z-index: 999999;
        left: auto;
        margin: 0 auto;
        *margin: 0 -133px;
        display: none;
    }

        .topmenu .submenu li {
            display: inherit;
            width: 200px;
        }

            .topmenu .submenu li a {
                color: #FFF;
                width: 180px;
            }

    .topmenu .submenucont {
        background: #4B993F;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 7px 0;
        position: absolute;
        top: 40px;
        width: 240px;
        z-index: 999999;
        left: auto;
        margin: 0 auto;
        *margin: 0 -101px;
        display: none;
    }

        .topmenu .submenucont li {
            display: inherit;
            width: 240px;
        }

            .topmenu .submenucont li a {
                color: #FFF;
                width: 220px;
            }


    .topmenu .subservices {
        background: #4B993F;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 7px 0;
        position: absolute;
        top: 40px;
        width: 200px;
        z-index: 999999;
        left: auto;
        margin: 0 auto;
        *margin: 0 -101px;
        display: none;
    }

        .topmenu .subservices li {
            display: inherit;
            width: 200px;
        }

            .topmenu .subservices li a {
                color: #FFF;
                width: 180px;
            }

#content {
    position: relative;
}

#networks {
    background: #4B993F;
    height: 300px;
    width: 100%;
}

    #networks .networks_content {
        margin: 0 auto;
        width: 900px;
    }

#news {
    width: 420px;
    float: left;
}

    #news h4 {
        color: #fff;
        margin-top: 50px;
    }

    #news p {
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        width: 400px;
        margin-top: 15px;
    }

        #news p .newstitle {
            color: #fff;
        }

    #news .showNews {
        display: none;
    }

        #news .showNews p.titlenews {
            font-size: 16px;
            font-weight: bold;
            color: #584D4D;
            margin-top: 15px;
        }

        #news .showNews p.textnews {
            font-size: 14px;
            color: #584D4D;
            margin-top: 15px;
        }

#twitternews {
    width: 320px;
    float: right;
}

    #twitternews .twitter h4 {
        margin-top: 50px;
    }

    #twitternews .twitter p {
        font-size: 14px;
        color: #584D4D;
        width: 320px;
        margin-top: 15px;
    }

    #twitternews .newsletter h4 {
        margin-top: 50px;
        color: #fff;
    }

    #twitternews .newsletter form {
        font-size: 14px;
        color: #584D4D;
        width: 320px;
        margin-top: 15px;
    }

        #twitternews .newsletter form input[type="text"] {
            border: 1px solid #fff;
            background: white;
            width: 275px;
            height: 30px;
            font-size: 14px;
            padding-left: 8px;
            padding-top: 2px;
            color: #584D4D;
        }

        #twitternews .newsletter form p input[type="submit"] {
            background: #4B993F;
            border: 1px solid #fff;
            color: white;
            cursor: pointer;
            font-size: 14px;
            height: 33px;
            text-decoration: none;
            width: 30px;
        }

            #twitternews .newsletter form p input[type="submit"]:hover {
                background: #00A34C;
            }

        #twitternews .newsletter form a {
            background: none repeat scroll 0 0 #4B993F;
            border: 1px solid #fff;
            color: white;
            cursor: pointer;
            float: right;
            font-size: 14px;
            height: 33px;
            line-height: 30px;
            padding: 1px 10px 0;
            text-decoration: none;
        }

            #twitternews .newsletter form a:hover {
                background: #00A34C;
            }


#footer {
    background: #4C4C4D;
    height: 80px;
    width: 100%;
}

    #footer .footer_content {
        margin: 0 auto;
        width: 900px;
    }

        #footer .footer_content .phonecontact {
            width: 200px;
            height: 50px;
            float: left;
            margin-top: 25px;
            font-size: 16px;
        }

            #footer .footer_content .phonecontact span {
                color: #FFF;
            }

            #footer .footer_content .phonecontact p {
                color: #A69D89;
            }

#logoidata {
    float: right;
    height: 20px;
    margin-top: 50px;
    width: 70px;
}

#tweetContainer ul {
    list-style: none;
}


.blogger-post-footer {
    display: none;
}

.clean {
    clear: both;
}

#nextNewsButton {
    cursor: pointer;
    margin-right: 8px;
}

.seta {
    background: none repeat scroll 0 0 #4B993F;
    border: 1px solid #fff;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    padding: 1px 10px 4px;
    text-decoration: none;
}

    .seta:hover {
        background: #00A34C;
    }
