body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    background-image: url(../images/bg.png);
    color: #eeddbd;
    background-repeat: repeat-x;
}

h2 {
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.2em black;

    color:#b1d456;
    font-family: 'Courier New',Courier,monospace;
}
h4 {
    font-weight: bold;
    text-decoration: none;
    color: #524d42;
    line-height: .6em;
}
h3 {
    text-shadow: 0.1em 0.1em 0.2em black;
    letter-spacing: 1px;
    color:#c1b49a;
    font-family: 'Courier New',Courier,monospace;
    line-height: .6em;
}
a:link {color:#b1d456;}      /* unvisited link */
a:visited {color:#c1b49a;}  /* visited link */
a:hover {color:#9e937e;}  /* mouse over link */
a:active {color:#ffeecc;}  /* selected link */


.button {
    border: 1px solid blue;
    background-color: white;
}

.button:active {
    border: 1px solid lightskyblue;
    background-color: lightskyblue;
}

input, textarea {
    -webkit-box-shadow: inset -1px 1px 3px #ededed;
    -moz-box-shadow: inset -1px 1px 3px #ededed;
    box-shadow: inset -1px 1px 3px #ededed;
    outline: 1px solid #F4F4F4;
    border: 1px solid #D9D9D9;
    padding:1px ;
    line-height: 20px;
    font-size: 14px;
    color:#000;
    /*max-width: 575px;*/
    /*min-width: 575px;*/
}
input[type="submit"]{
    float: right;
    /*margin-right: 120px;*/
    /*max-width: 175px;*/
    padding: 5px 10px;
    color:#000;
    border-radius: 10px;
    outline: none;
}
input[type="submit"]:hover{
    border-color: #000;
    text-shadow: 0 0 3px #aaaaaa;
}
label {
    display: block;
    /*width: 100px;*/
    /*max-width: 100px;*/
    float: left;
    text-align: right;
    margin: 2px 4px 6px 4px;
}

div.g-recaptcha{
    margin:0;
    padding: 0;
    /*margin-left: 106px;*/
}
fieldset{
    border:none;
}

input:focus {
    background-color: lightyellow;
}

input:read-only {
    background-color: lightgray;
    outline:none;
    border:none;
}

.alert {
    background: #fff6bf center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: center;
    margin-top:5px;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}



#newuser{
    border-style: solid;
    border-width: 1px;
    border-color: darkblue;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    /*left:10px;*/
    /*width:500px;*/

}

#main {
    margin-left:auto;
    margin-right:auto;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    /*width: 850px;*/

}


#header {
    /*background-image: url(../images/header_bg_850w.png);*/
    background: #5f5f5f;
    border-style: solid;
    border-width: 4px;
    border-top-color: #707070;
    border-left-color: #707070;
    border-bottom-color: #4a4a4a;
    border-right-color: #4a4a4a;
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /*width: 850px;*/
    /*height: 189px;*/
    /*background-repeat: no-repeat;*/
}

#menu {
    text-align: right;
    line-height: 40px;
    font-size: 24px;
    width: 100%;
    /*width: 810px;*/
    /*height: 60px;*/
    background: #383838;
    border-style: solid;
    border-width: 4px;
    border-top-color: #484848;
    border-left-color: #484848;
    border-bottom-color: #292929;
    border-right-color: #292929;
    /*background-image: url(../images/menu_bg_850w.png);*/
    padding-left: 20px;
    padding-right: 20px;
    font-family: Helvetica,sans-serif;
    font-weight: lighter;

    font-variant: small-caps;
    font-style: normal;
    /*background-repeat: no-repeat;*/
}
#menu div{
    display: inline-block;
    margin-left: -9px;
}
a.menu:link {color:#c1b49a;text-decoration: none;text-shadow: 0.1em 0.1em 0.2em black;}      /* unvisited link */
a.menu:visited {color:#9e937e;text-decoration: none;text-shadow: 0.1em 0.1em 0.2em black;}  /* visited link */
a.menu:hover {color:#b1d456; text-decoration: underline;text-shadow: 0.1em 0.1em 0.2em black;}  /* mouse over link */
a.menu:active {color:#ffeecc;text-decoration: none;text-shadow: 0.1em 0.1em 0.2em black;}  /* selected link */
a.menu{
    border-color: #eeddbd!important;
    border-left: 2px solid;
    border-right: 2px solid;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}
#logo_img {
    margin:10px;
}
#content {

    background-color: #5f5f5f;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    /*width: 828px;*/
    min-height:400px;
    height:auto;

    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: -9px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-image: url(../images/logo_watermark_800w.png);
    background-repeat: no-repeat;
}

#footer {
    font-size: 12px;
    /*background-image: url(../images/footer_bg_850w.png);*/
    /*width: 850px;*/
    /*border-right-width: 1px;*/
    /*border-left-width: 1px;*/
    /*border-bottom-width: 1px;*/
    /*border-top-width: 1px;*/

    height: 75px;
    /*position: relative;*/
    /*background-repeat: no-repeat;*/

    background: #383838;
    border-style: solid;
    border-width: 4px;
    border-top-color: #484848;
    border-left-color: #484848;
    border-bottom-color: #292929;
    border-right-color: #292929;
    border-bottom: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
img.rightside {

    float:right;
    width: 100%;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bridge{
    float:right;
}
#map{
    padding:1px;
}
div.rightside {

    float:right;
    max-width: 450px;
    min-width: 240px;
    width: 95%;
    /*height: 100%;*/
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}
div.rightsidemap {

    float:right;
    max-width: 240px;
    min-width: 240px;
    width: 100%;
    /*height: 100%;*/
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}


/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after{
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after{
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix{
    zoom: 1;
}
.faq {
    text-indent: 1.5em;
}