/* 
    Document   : fkb
    Created on : Aug 26, 2013, 12:21:33 PM
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    background-image: url("./images/grey_wash_wall.png");
    font-family: Arial,Verdana;
    line-height: 1.5;
}

#header {
    position:relative;
    width: 900px;
    height: 450px;
    background-image: url("./images/header_bg.png");
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

#site {
    position:relative;
    width: 900px;
    height: auto;
    min-height: 645px;
    background-image: url("./images/body_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top:-10px;
    z-index: 1;
}

#content {
    position:relative;
    width: 600px;
    height: auto;
    min-height: 555px;
    background-color: #9a2c2b;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-top: -550px;
    padding: 25px;
    color:white;
    opacity: 0.85;
}

.left {
    position:relative;
    float: left;
    width: 50%;    
}

.right {
    position:relative;
    float: right;
    width: 50%;    
}

#maps {
    position:relative;
    margin-top: 25px;    
}

.project
{
    height: 40px;
    margin-bottom: 10px;
}

a:link {
    color: white;
    text-decoration: underline;
    cursor: pointer;    
}

a:visited {
    color: white;
    text-decoration: underline;
    cursor: pointer;    
}

a:hover {
    color: white;
    text-decoration: underline;
    cursor: pointer;    
}