#gnAction.gnMenu {
    position: absolute;
    top: 3.4em !important;
    list-style: none;
    right: -20px;
}

#header {
    margin-bottom: .4em;
}
#headerDiv {
    background-color: #8a8577;
    border-top: .4em solid #f90;
    border-bottom: 1px solid #b6af9d;
}
#gnAction {
    z-index: 100;
    margin-right: 10px;
}

#helpLnk {
    margin-right: 10px;
}
#core {
    margin: 0 4% 0;
    padding-bottom: 20px;
    min-width: 930px;
    background-color: white;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
* html #core { width: 930px; }
#marquee {
    position: relative;
    color: white;
    padding: 110px 0 0 20px;
    height: 201px;
    min-width: 300px;
    background: #444 url(/i/home/marquee1.jpg) 100% 100% no-repeat;
}
canvas#marquee-canvas {
    position: absolute;
    top: 0;
    right: 0;
    height: 311px;
    width: 450px;
}
#marquee h1 {
    position: absolute;
    top: 62px;
    padding: 0;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 3px #47453c;
    z-index: 10;
}
#marquee h2 {
    margin: 0;
    padding: 0 0 0 4px;
    font-family: 'Trebuchet MS', Tahoma;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.75em;
    text-shadow: 0 0 3px #47453c;
}
#marquee-join {
    position: absolute;
    bottom: 40px;
    left: 38px;
    display: block;
    width: 199px;
    height: 35px;
    overflow: hidden;
    text-indent: -200px;
    background: url(/i/home/marquee-join-btn.gif) 0 0 no-repeat;
}
#marquee-join:hover {
    -webkit-border-radius: 7px;
    -webkit-box-shadow: 0 0 14px #abaca6;
    -moz-border-radius: 7px;
    -moz-box-shadow: 0 0 14px #abaca6;
}
#search {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 100;
}
#search form {
    background-color: #302e25;
/*    border: 1px solid #38372d;*/
/*    border-top-width: 0;*/
}
#search input {
    width: 240px;
}



        .defaultForm label {
            display: block;
        }

        .defaultForm .field {
            height: 2em;
            line-height: 1.9em;
            display: block;
            position: relative;
            margin-bottom: 5px;
        }
        /* ie has big problems with absolute positioning on ajax update */
        .defaultForm .field span {
            clear: left;
            top: 6px;
            padding-right: 5px;
			padding-left:5px;
            float: left;
            width: 200px;
            text-align: left;
        }
        .defaultForm input,
        .defaultForm textarea,
        .defaultForm select,
        .defaultForm button {
            float: left;
        }
        .defaultForm button+button {
            margin-left: 1em;
        }
        .defaultForm div.error {
            margin-left: 150px;
        }
        .defaultForm .md-row {
            margin-left: 150px;
        }
        .defaultForm label.input-rd {
            float: left;
            clear: none;
            margin-top: 4px;
            line-height: 1.2em;
            padding-right: 1em;
        }
        .defaultForm label.textarea {
            height: auto;
            padding-bottom: .5em;
        }
        /**
         * Generic Form Errors
        **/
        form label.field.error span {
            color: #910;
        }
        form div.error {
            color: #910;
        }
        form .required em:after {
            content: "*";
            color: #910;
        }

    
