﻿body {
    background: #ffffff url("/images/body_bg.jpg") repeat-x;
    font-family: Arial;
}

#container {
    margin: 0 auto;
    width: 915px;
    margin-top: 60px;
}

#header {
    width: 915px;
    height: 187px;
    background: url("/images/header_bg.jpg");
    color: #4D4D4D;
    position: relative;
    margin-bottom: 7px;
}

#footer, #footer2 {
    color: #7D7B7C;
    font-size: 7pt;
    height: 30px;
    background: url("/images/footer_bg.jpg") no-repeat bottom;
    line-height: 20px;
    font-size: 8pt;
    width: 915px;
    position: relative;
}

#footer2 {
    background: none;
    font-size: 7pt;
}

#footer label {
    color: #095AA6;
}

#footer .links {
    position: absolute;
    right: 0px;
}

#footer2 .contact {
    position: absolute;
    right: 85px;
}

img.logo {
    margin-left: 17px;
    margin-top: 17px;
}

#header .links {
    position: absolute;
    right: 25px;
    bottom: 77px;
    border-bottom: solid 1px #8FB0CE;
}

#header .links a {
    padding-right: 18px;
    padding-left: 0px;
    margin: 0px;
    font-size: 10pt;
    color: #4D4D4D;
    text-decoration: none;
}
#address {
    width: 325px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size:0.8em;
}
#searchbar {
    width: 295px;
    height: 29px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 28px;
    right: 22px;
}

#searchbar input {
    position: absolute;
    right: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    width: 138px;
    border-spacing: 0px;
    line-height: 25px;
    overflow: visible;
    padding: 0 2px;
    margin: -1px;
    padding-top: 3px;
 
}

#searchbar input.inputbutton {
    height: 17px;
    width: 16px;
    position: absolute;
    right: 3px;
    top: 3px;
}

div.clear {
    clear: both;
    border:1px solid #ffffff;
}

#searchbar label {
    color: #ffffff;
    font-size: 10pt;
    position: absolute;
    padding-left: 10px;
    background: #095AA5;
    height: 29px;
    width: 117px;
    line-height: 29px;
}

