html, body {
    height: 100%;
}

body {
    font: 14px/1.26 arial, sans-serif;
    color: white;
    background: #5eba00 url("../img/back_main.png");
    margin: 0;
}

h1 {
    text-transform: uppercase;
    margin: 0 ;
    font-size: 210%;
    padding: 1.5ex 0 0;
}

#header {
    height: 95px;
    background: transparent url("../img/header_bar.png") repeat-x top left;
    border-bottom: 1px solid #468500;
    text-align: center;
}

    #header img {
        margin-top: 25px;
    }

#content {
    padding: 0 35px;
    border-bottom: 20px solid #468500;
}

#faq-container {
    margin: 0 -35px;
    padding-top: 1ex;
}

    #faq-container ul {
        margin: 0 0 2em 0;
        padding: 0;
        border-bottom: 1px solid #468500;
    }

    #faq-container li {
        background: url(../img/faq_back.png) repeat-x #6abd0d;
        border-top: 1px solid #468500;
        padding: 0 35px;
    }

    #faq-container li.active {
        background: #fffca3;
        color: #3f3f3f;
    }

    #faq-container li.active a {
        color: #777777;
    }

    #faq-container h2 {
        margin: 0;
        padding: 0.75ex 35px;
        font-size: 175%;
        color: #fff600;
        text-transform: uppercase;
        background: url(../img/faq_back.png) repeat-x #6abd0d;
        border-top: 1px solid #468500;
    }
    #faq-container h3 {
        background: url("../img/arrow_right.png") no-repeat 0 50%;
        margin: 0;
        font-size: 1em;
        font-weight: normal;
        padding: 1.26ex 25px;
    }

    #faq-container li.active h3 {
        background-image: url(../img/arrow_down.png);
        font-weight: bold;
    }

    #faq-container li:hover h3{
        color: #fff600;
        cursor: pointer;
    }

    #faq-container li.active:hover h3 {
        color: #3f3f3f;
        cursor: default;
    }

    #faq-container .answer {
        padding: 0 25px;
        font-size: 92.5%;
    }

    #faq-container .answer p {
        padding: 0 0 1.5em;
        margin: 0;
    }

form {
    border-top: solid #468500 1px;
    padding-top: 1.5ex;
    padding-bottom: 2em;
}

legend {
    text-transform: uppercase;
    font-size: 160%;
    margin: 0;
    padding: 0;
    color: #fff600;
}

fieldset {
    border: solid #468500;
    border-width: 0 0 1px;
    padding:0.5ex 0 0;
    margin: 0 0 1.5ex;
}

.wrapper {
    margin: 0.7em 0;
}

.text label, .select label {
    float: left;
    width: 120px;
    line-height: 1.75em;
}

.text input, select, textarea {
    font-family: arial, sans-serif;
    font-size: 1em;
    color: #3f3f3f;
}

.text input, textarea {
    width: 275px;
}

.text input {
    padding-top: 0.33ex;
    line-height: 1em;
    padding-bottom: 0.33ex;
}

.text input.short {
    width: 5em;
    margin-right: 1em;
}

.text label.second {
    float: none;
}

textarea {
    width: 100%;
    height: 10em;
}

.button_container {
    text-align: right;
}

#question {
    border-bottom: 0;
}

a {
	color: #fff600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
