html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

input[type='checkbox'], input[type='radio'] {
    margin-right: 5px;
}

body {
    font: normal .80em arial, sans-serif;
    /*background: #F6F4F0 url(homeBG.jpg) no-repeat 0 20%;*/
    color: #47433F;
}

p {
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #362C20;
    padding: 0 0 5px 0;
}

h1, h4 {
    font: normal 175% "lucida sans unicode", arial;
    margin: 0 0 15px 0;
    padding: 15px 20px 5px 0;
}

h2, h5 {
    color: #B60000;
    padding: 10px 0 10px 0;
    font: normal 120% arial;
}

h3, h6 {
    color: #888;
    font: italic 95% arial;
    padding: 0 0 15px 0;
}

h4, h6 {
    color: #B60000;
}

h5 {
    color: #362C20;
}

a, a:hover {
    outline: none;
    text-decoration: none;
    color: #A4AA04;
}

    a:hover {
        text-decoration: none;
        color: red;
    }

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 22px 17px;
}

    ul li {
        list-style-type: circle;
        margin: 0 0 6px 0;
        padding: 0 0 4px 5px;
    }

ol {
    margin: 8px 0 22px 25px;
}

    ol li {
        margin: 0 0 11px 0;
    }

#main, #logo, #menubar, #site_content, #footer {
    margin-left: auto;
    margin-right: auto;
}

#header {
    background: url(back.png) 0 bottom repeat-x;
    height: 112px;
}

#logo {
    width: 975px;
    position: relative;
    height: 105px;
    background: url(green_logo.jpg) center bottom no-repeat;
}

    #logo #logo_text {
        position: absolute;
        top: 17px;
        left: 90px;
    }

    #logo #user_info {
        position: absolute;
        top: 10px;
        left: 820px;
        display: inline-block;
        white-space: nowrap;
    }

    #logo h1 {
        font: normal 250% 'Arial', arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        margin: 0;
        padding: 10px 0 0 0;
        background: transparent;
        color: #FFF;
    }

#menubar {
    width: 975px;
    height: 33px;
    padding: 0 0 0 4px;
    position: absolute;
    bottom: 0;
}

ul#menu {
    float: right;
    height: 40px;
    background: url(menu.png) repeat-x;
    width: auto;
}

    ul#menu li {
        float: left;
        margin: 6px 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
        width: auto;
    }

        ul#menu li a {
            font: bold 100% sans-serif, arialserif;
            display: block;
            float: left;
            height: 12px;
            padding: 2px 16px 8px 16px;
            text-align: center;
            background: transparent;
            color: #FFF;
            text-transform: uppercase;
            border-left: 1px solid #FFCB99;
            border-right: 1px solid #AE5A00;
            text-decoration: none;
            width: auto;
        }

            ul#menu li a.first {
                border-left: 0;
            }

            ul#menu li a.last {
                border-right: 0;
            }

            ul#menu li a:hover, ul#menu li.tab_selected a, ul#menu li.tab_selected a:hover {
                color: #111;
            }

#home_site_content {
    width: 977px;
    overflow: hidden;
    margin: 20px auto;
    min-height: 450px;
    z-index: -1;
    /*background-color:#efefff;*/
}

#site_content {
    width: 977px;
    overflow: hidden;
    margin: 20px auto;
    min-height: 450px;
    padding-bottom:10px;
}

.sidebar {
    float: right;
    width: 240px;
    padding: 0 15px 0px 15px;
}

    .sidebar h2 {
        padding: 0 0 5px 0;
    }

    .sidebar ul {
        width: 240px;
        padding: 4px 0 0 0;
        margin: 4px 0 0 0;
    }

    .sidebar li {
        list-style: none;
        padding: 0 0 7px 0;
    }

        .sidebar li a, .sidebar li a:hover {
            padding: 0 0 0 25px;
            display: block;
            background: transparent url(link.png) no-repeat left center;
            line-height:20px;
        }

            .sidebar li a.selected {
                color: #444;
            }

#homecontent {
    position: relative;
    width: 680px;
    padding: 5px;
    min-height: 450px;
}

    #homecontent::after {
        content: "";
        /*background: url(HomeBG.png);*/
        background-repeat: no-repeat;
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        /*z-index: -1;*/
        text-align: left;
        width: 680px;
        padding: 0;
        min-height: 450px;
    }

#content {
    text-align: left;
    width: 680px;
    padding: 0;
}

footer {

    bottom: 0;
  position: fixed;
    width: 100%;
}

#footer {
    width: 100%;
    font-family: sans-serif;
    font-size: 90%;
    /*height: 33px;*/
    padding: 12px 0 5px 0;
    text-align: center;
    background: #635B53 url(footer.png) repeat-x;
    color: #A8AA94;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    #footer a, #footer a:hover {
        background: transparent;
        color: #A8AA94;
        text-decoration: none;
    }

        #footer a:hover {
            background: transparent;
            color: #FFF;
        }

.yellow {
    color: #F7C015;
}

.blue {
    color: #33A994;
}

.orange {
    color: #FF9417;
}

.red {
    color: #C80500;
}

.purple {
    color: #EB0FFF;
}

.green {
    color: #A4AA04;
}

.form_settings {
    margin: 15px 0 0 0;
}

    .form_settings p {
        padding: 0 0 4px 0;
    }

    .form_settings span {
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea {
        padding: 2px;
        width: 299px;
        font: 100% arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
    }

    .form_settings .submit {
        font: 100% arial;
        border: 1px solid;
        width: 99px;
        margin: 0 0 0 206px;
        height: 26px;
        padding: 2px 0 3px 0;
        cursor: pointer;
        background: #63574B;
        color: #FFF;
    }

    .form_settings textarea, .form_settings select {
        font: 100% arial;
        width: 299px;
    }

    .form_settings select {
        width: 304px;
    }

    .form_settings .checkbox {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

table tr th, table tr td {
    padding: 7px 4px;
}

.rowStyle {
    color: #47433F;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEBE5;
}

.alternatingRowStyle {
    color: #47433F;
    background-color: #FFFFED !important;
    border-bottom: 1px solid #EDEBE5;
}

table tr.rowStyle:hover, table tr.alternatingRowStyle:hover {
    background-color: #EEEEEE !important;
}

.pagerStyle {
    line-height: 2px;
    color: #A4AA04;
}

table th {
    border-left: 1px solid #FFFFFF;
}
/*table {
    margin: 10px 0 10px 0;
}
    table tr td { 
        color: #47433F;
        border-top: 1px solid #EDEBE5;
    }
table tr th, table tr td { 
        padding: 7px 4px;
    }*/
/*table {
    margin: 10px 0 30px 0;
}

    table tr th, table tr td { 
        color: #FFF;
        padding: 7px 4px;
    }

    table th:first-child {
        border-left:1px solid #6B696B;
    }
    table th:last-child {
        border-right:1px solid #6B696B;
    }
    table tr td { 
        color: #47433F;
        border-top: 1px solid #EDEBE5;
    }
    */
