html {
    background: #3d3d3d;
}

body {
    background: #3d3d3d;
    font: 12px 'Lucida Grande', Arial, sans-serif;
}

#footer-hand {
    background: url(../img/footer-hand.png) no-repeat bottom right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 700px;
    height: 110px;
    text-indent: -9999px;
}

#footer-text {
    bottom: 15px;
    color:#999999;
    cursor:default;
    font-size:0.9em;
    height:50px;
    left:31px;
    position:absolute;
    text-transform:uppercase;
    width:600px;
}

#footer-text a.first {
    margin-left: 10px;
}

#footer-text a {
    color: #999;
    text-decoration: underline;
}

#footer-text a:hover {
    color: #5f5f5f;
    text-decoration: none;
}

#container {
    width: 800px;
    margin: 180px auto 0 auto;
    position: relative;
}

#logo {
    background: url('../img/traffic-zombie.png') top left no-repeat transparent;
    width: 375px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    top: -128px;
    right: 70px;
    z-index: 2;
}

#zombie {
    background: url(../img/zombie.png) top left no-repeat transparent;
    height: 200px;
    width: 300px;
    position: absolute;
    text-indent: -9999px;
    z-index: 2;
    top: -163px;
    left: 20px;
}

#container #surface {
    -moz-box-shadow:1px 2px 6px rgba(0, 0, 0, 0.5);
    background:none repeat scroll 0 0 #E9EAEE;
    border:2px solid #FFFFFF;
    margin:0 auto 10px;
    padding:25px;
    position:relative;
}

#container #surface #inner-content {
    background:none repeat scroll 0 0 #FAFAFC;
    border:1px solid #A3A3A3;
    color:#2F2F2F;
    outline:medium none;
    padding:9px 15px 20px;
    margin-bottom: 55px;
}

#container #surface #options {
    margin: 10px 0 0 0;
}

#container #surface #options input {
    margin-right: 2px;
}

#container #surface #options label {
    margin-right: 6px;
    color: #393939;
}

#container #surface #options label.last {
    margin-right: 0;
}

div#successMessages h2 {
    color: #1F7F00;
}

div#errorMessages h2 {
    color: #9F2A13;
}

div#successMessages, div#errorMessages {
    background-color: #FCFFDF;
    padding: 10px 15px;
    color: #1F7F00;
    margin-top: -10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    -moz-box-shadow:1px 2px 6px rgba(0, 0, 0, 0.5);
}

div#successMessages h2, div#errorMessages h2 {
    font-size: 1.2em;
    border-bottom-style: solid;
}

div#successMessages ul, div#errorMessages ul {
    list-style: disc;
}

div#successMessages ul li, div#errorMessages ul li {
    margin-left: 20px;
}

div#errorMessages {
    color: #9F2A13;
}

p.sub-heading {
    font-size: .75em;
    margin-top: 3px;
    color: #365E66;
}

input[type="text"], textarea, input[type="password"] {
    border: 1px solid #999;
    color: #333;
    padding: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.header-link {
    margin:auto;
    position:relative;
    width:800px;
    text-align: right;
}

div.header-link a{
    color: #8CE801;
}


.footer{
    font-size: .9em;
    margin:auto;
    position:relative;
    width:800px;
    color: #E9EAEE;
}

.footer a{
    color: #e0eaee;
    text-decoration: none;
}

.footer span {
    display: block;
    float: right;
    color: #E9EAEE;
    border-left: 1px dotted #ccc;
    padding-left: 20px;
    margin-left: 20px;
    height: 160px;
    width: 200px;
}

.footer span h4 {
    font-family: "Trebuchet MS",Arial,Helvetica,san-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer span.generalInformation {
    width: 160px;
}

.footer span.generalInformation a {
    padding-bottom: 3px;
    margin-top: 3px;
    display: block;
    border-bottom: 1px dotted #ccc;
}

.footer span strong {
    color: #666;
    display: block;
}
.footer ul{
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
    overflow:hidden;
}

* html .footer-area ul{
    overflow:visible;
    height:1%;
}
.footer-area li{
    float:left;
    padding:0 7px 0 8px;
    margin:0 8px 0 -8px;
    background:url(../../img/default/sep-f-nav.gif) no-repeat 0 2px;
}

.footer-area span ul {
    list-style-type: disc;
}
.footer-area span ul li {
    background: none;
    float: none;
}
.footer-area a{
    color:#3d3e3e;
    text-decoration:none;
}
.footer-area a:hover{text-decoration:underline;}

