#contents h3 {
    font-size: 14px;
}
#contents h4 {
    font-size: 12px;
}

#contents p {
    color: #333333
}

#contents {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #003366;
    position: relative;
    padding: 10px;
    left: 146px;
    top: 0px;
    width: 495px;
    background: #FFFFFF;
    display: block;
}

#pay_img {
    float: left;
}

#address {
    float: left;
}

#hours {
    float: left;
}

.services {
    float: left;
    padding: 0px;
}

.services ul {
    list-style: none outside;
    marker-offset: 0px;
}

.li_header {
    font-size: 12px;
    font-weight: bold;
}

.li_body {
    text-indent: 5px;
}

#abrasign {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

html {
    margin: 0px;
    padding: 0px;
    }

body {
    border: 0px;
    margin: 0px;
    background: #FFFFFF;
    background: url(img/fill.gif);
    background-repeat: repeat-y;
    background-position: 50px 0px;
    }

img {
    border: 0px;
    }

#page {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 700px;
    bottom: 0px;
/*    background: url(img/fill.gif) repeat;*/
    display: block;
    }

#header {
    position: relative;
    height: 130px;
    background: url(img/header.gif) no-repeat top left;
    display: block;
    }

#nav_border {
    position: absolute;
    left: 0px;
    top: 130px;
    height: 154px;
    width: 20px;
    background: url(img/nav_border.gif) no-repeat top left;
    display: block;
    }

#left_fade {
    position: absolute;
    left: 0px;
    top: 284px;
    height: 314px;
    width: 140px;
    background: url(img/left_fade.gif) no-repeat top left;
    display: block;
    }

#left_fill {
    position: absolute;
    left: 0px;
    top: 598px;
    width: 140px;
    height: 1000px;
    min-height: 27px;
    background: yellow;
    display: block;
    }


#right_fade {
    position: absolute;
    left: 662px;
    top: 130px;
    width: 38px;
    height: 468px;
    right: 0;
    margin-right: 0;
    background: url(img/right_fade.gif) no-repeat top left;
    display: block;
    }

#right_fill {
    position: absolute;
    left: 662px;
    top: 598px;
    width: 38px;
    bottom: 0;
    right: 0;
    margin-right: 0;
    background: yellow;
    display: block;
    }

a.a_button {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 120px;
    height: 30px;
    padding: 5px;
    }

div.d_button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 30px;
    display: block;
    }
    
#a_home {
    top: 130px;
    }

#a_home:hover div {
    background: url(img/home-over.gif) no-repeat top left;
    }

#a_home div {
    background: url(img/home.gif) no-repeat top left;
    }

#a_services {
    top: 160px;
    }

#a_services div {
    background: url(img/services.gif);
    }

#a_services:hover div {
    background: url(img/services-over.gif);
    }

#a_quote {
    top: 190px;
    }

#a_quote div {
    background: url(img/quote.gif);
    }

#a_quote:hover div {
    background: url(img/quote-over.gif);
    }

#a_upload {
    top: 220px;
    }

#a_upload div {
    background: url(img/upload.gif);
    }

#a_upload:hover div {
    background: url(img/upload-over.gif);
    }

#a_contact {
    top: 250px;
    height: 34px;
    }

#a_contact div {
    background: url(img/contact.gif) no-repeat top left;
    }

#a_contact:hover div {
    background: url(img/contact-over.gif) no-repeat top left;
    }

#d_contact {
    height: 34px;
    }

span.error {
    color: red;
    }

#error_dialog {
    visibility: hidden;
    position: relative;
    background: #EEEEEE;
    border: 2px solid red;
    width: 400px;
    left: 50px;
    }

#error_message {
/*    color: red;*/
    }