/* HOME PAGE CODING */

table.quote {
position: absolute;
top: 183px;
left: 11px;
z-index:0;
border: white 1px solid;
background-color: white;
}

td.title {
background-color: #34795d;
font-family: sans-serif;
font-size: 19px;
color: white;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
text-align: center;
padding: 2px;
letter-spacing: 1px;
}

td.subtitle {
background-color: white;
font-family: sans-serif;
font-size: 15px;
color: black;
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
text-align: left;
padding: 2px;
}

td.checks {
background-color: white;
font-family: sans-serif;
font-size: 12px;
color: black;
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
text-align: left;
padding: 2px;
}

td.sections {
background-color: white;
font-family: sans-serif;
font-size: 14px;
color: #0950a0;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
text-align: left;
padding: 2px;
}

td.subsections {
background-color: white;
font-family: sans-serif;
font-size: 13px;
color: black;
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
text-align: left;
padding: 2px;
}

.fields {
background-color: white;
border: #0950a0 1px solid;
font-family: sans-serif;
font-size: 11px;
color: #0950a0;
text-decoration: none;
font-weight: bold;
width: 35px;
}

td.submit {
padding: 2px;
}
.submits {
background-color: #e90a02;
border: #d00b04 1px solid;
font-family: sans-serif;
font-size: 12px;
color: white;
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
}


/* QUOTE RESULTS PAGE CODING */

table.again {
position: absolute;
top: 13px;
left: 413px;
z-index:0;
background-color: white;
}
table.results {
position: absolute;
top: 58px;
left: 413px;
z-index:0;
border: #0950a0 1px solid;
background-color: white;
}

td.resultText {
font-family: sans-serif;
font-size: 14px;
color: #023c7d;
text-decoration: none;
font-weight: bold;
text-align: left;
padding: 2px;
}

td.resultText2 {
font-family: sans-serif;
font-size: 12px;
color: #023c7d;
text-decoration: none;
font-weight: bold;
text-align: left;
padding: 2px;
}

table.totals {
border: #34795d 1px solid;
background-color: #0950a0;
position: absolute;
top: 198px;
left: 413px;
z-index:0;
}

td.totals {
font-family: sans-serif;
font-size: 12px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 2px;
}