/* ************************************************************
 * CSS BROWSER RESET
 *********************************************************** */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
pre, form, fieldset, legend, input, textarea, label,
blockquote, table, th, td {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    color: #55514C;
    font-family: "Lucida Garde", "Lucida Sans", Arial, Trebuchet, sans-serif;
    font-size: 95%;
    line-height: 1.4em;
}

/* headers */
h2, h3, input, textarea, select {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

h2 {
    color: #790102;
    font-size: 1.4em;
}

h3 {
    color: #497475;
    font-size: 1.2em;
}

/* forms */
input, textarea, select {
    border: none;
    background-color: transparent;
    font-size: 1em;
    font-weight: inherit;
}

/*.input, .submit, textarea {*/
.submit {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.submit span {
    visibility: hidden;
}

/* hyperlinks */
a, span {
    background-repeat: no-repeat;
    outline: none;
}

a {
    color: #52989A;
}

a:hover {
    color: #000;
}

a span {
    display: none;
}

/* miscellaneous */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img, abbr, acronym {
    border: none;
    text-decoration: none;
}

caption, th {
    font-weight: normal;
    text-align: left;
}

q:before, q:after {
    content: '';
}

blockquote {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 0.9em;
}

hr {
    display: none;
}