html
{
    background:#667058;
    color:#EDEAE2;
    font-family: arial, sans-serif;
}
body
{
    margin:0;
    padding:0;
}
#header
{
    background:#736c62;
    color:black;
    margin:0;
    padding:0;
    white-space:nowrap;
}
#logo
{
    margin:0;
    padding:0;
    float:left;
}
#horizontal_options
{
    background:#736c62;
    color:white;
    background-image: url(images/rrheader3.jpg);
    background-repeat: repeat-x;
    padding-top:80px;
    left:155px;
    border-bottom:2px solid #000000; */
}
#filters
{
    background:#667058;
    position:absolute;
    overflow:scroll;
    overflow-y:hidden;
    overflow-x:hidden;
    left:5px;
    top:110px;
/*     border-right:4px solid #8a7046; */
}
#map
{
    background:white;
    font-family:sans-serif;
    color:black;
    position:absolute;
    top:175px;
    left:5px;
}
#copyright
{
    position:absolute;
    bottom:100px;
/*    margin-left:5%;
    margin-right:5%;*/
    font-family:sans-serif;
    color:black;
    background-color:#667058;
}
.hidden
{
    position:absolute;
    visibility:hidden;
}
.option
{
    padding-right:5%;
}
.first_option
{
    padding-left:1%;
    padding-right:5%;
}
table
{
    border-collapse:collapse;
}
tr
{
    border-bottom:1px solid black;
}
#address
{
    background:#736c62;
    text-align:center;
    font-weight:bold;
    font-size:1.5em;
    color:white;
    border-bottom:.1em solid black;
}
#photos
{
    color:black;
    background:#C2A16D;
    float:right;
    width:50%;
    padding:10px;
    text-align:center;
    border-left:.1em solid black;
    border-bottom:.1em solid black;
}
#data
{
    text-align:left;
    float:left;
    color:#EDEAE2;
    width:40%;
}
#mail
{
    border-bottom:.1em solid black;
    text-align:center;
    font-size:1.3em;
}
.mail_success
{
    padding:1em;
    border:1px solid black;
    background:white;
    color:black;
}
.mail_failure
{
    padding:1em;
    border:1px solid black;
    background:#fdd;
    color:red;
}
.picture
{
    border:1px solid black;
}
#contact
{
    background:#736c62;
    text-align:center;
    font-weight:bold;
    font-size:1.5em;
    color:white;

    padding-top:.3em;
    padding-bottom:.3em;
    font-size:1.3em;
    font-weight:bold;
    border-top:.1em solid black;
    text-align:center;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
}
#contact_form
{
    font-weight:bold;
    padding:1em;
}
.close_window
{
    text-align:right;
    margin-right:1em;
}

