body {
}

h1, h2, h3 {
    color: #0A6595;
}

#header {
    /*padding-top: 18px;*/
}

#copyright {
    /*font-style: italic;*/
    text-align: right;
    color: #555555;
}

.header-text {
    padding-top: 5px;
    color: #999999;
    /*font-size: 0.9em;*/
    line-height: 1.1em;
}


fieldset {
    background-color: #FFF1AF;
}

textarea {
    font-family: inherit;
}


.asterisk {
    color: red;
}


.menu {
    /* border: 2px solid green; */
}
.menu div {
    width: 200px;
    height: 25px;
    margin-bottom: 0.3em;
    padding-left: 1em;
    line-height: 25px;
    background-image: url('../images/bg_menu_simple.gif');
    background-repeat: no-repeat;
}

.menu .section0 {
    background-image: url('../images/bg_menu_section.gif');
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}


.menu .link0 a {
    text-decoration: none;
    color: #ffffff;
}
.menu .link0 a:hover {
    text-decoration: underline;
}


.menu .section1 {
    margin-left: 2em;
    font-weight: bold;
}
.menu .link1 a {
    margin-left: 1em;
    text-decoration: none;
    color: #ffffff;
}
.menu .link1 a:hover {
    text-decoration: underline;
}




.menu .item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 9pt;
}
.menu .item a:hover {
    color: #ffffff;
    text-decoration: underline;
}





a.quote {
    display: block;
    width: 189px;
    height: 96px;
    background-image: url('../images/web_site_cost_quote2.png');
    background-position: 0 0;
}
a.quote:hover {
    background-position: 0 96px;
}

a.support {
    display: block;
    width: 200px;
    height: 31px;
    background-image: url('../images/support.png');
    background-position: 0 0;
}
a.support:hover {
    background-position: 0 31px;
}