/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: normal;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}

body {
line-height: 1;
color: black;
background: white;
}

ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}

/* LAYOUT */

.force_clear {
clear: both;
}

html,body {
margin: 0;
padding: 0;
background: #FFF;
}

body {
font: small Arial, Helvetica, Verdana sans-serif;
line-height: 1.4em;
}

#container {
width: 800px;
margin: 0 auto;
padding: 0;
}

#header {
background: #FFF;
margin: 0 0 10px 0;
padding: 0;
}

#header h1 {
color: #FFF;
margin: 0;
padding: 0;
}

#content {
margin: 0;
padding: 0;
}

#top_content {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
}

#top_content img {
float: right;
}

#footer {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
text-align: center;
font-size: .9em;
}

.force_clear {
clear: both;
}

/* GENERAL TEXT */

p {
font-size: 1em;
margin: 0 0 1em 0;
color: #444;
}

h1 {
color: #444;
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
padding: 0;
margin: 0 0 10px 0;
color: #444;
}

h2 {
font-weight: bold;
font-size: 1em;
margin: 0 0 10px 0;
color: #444;
text-transform: uppercase;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

/* GENERAL LINKS */

a {
color: #990000;
}

a:hover {
text-decoration: none;
}

/* TABLES */

table {
border-spacing: 2px;
color: #000;
font-size: 1em;
text-align:left;
background: #333;
width: 100%;
}

td, th {
padding: 5px;
vertical-align: middle;
border: 1px solid #CCC;
}

th {
font-weight: bold;
text-transform: uppercase;
background: #EEEEEE;
color: #666666;
}

tr {
background: #FFF;
}

/* Search Sub Box */

.search_sub_box {
margin: 0 0 10px 0;
padding: 10px 10px 10px 10px;
border: 1px solid #CCC;
}

.search_sub_box fieldset {
margin: 0;
padding: 0;
border: none;
}

.search_sub_box legend {
display: none;
}

.search_sub_box label {
display: block;
margin-bottom: 10px;
color: #666666;
font-weight: bold;
font-size: 1em;
}

.search_sub_box input {
margin-bottom: 10px;
}

.search_sub_box select {
margin-bottom: 10px;
}

.search_sub_drop {
margin: 10px 0 10px 0;
padding: 10px;
border: 1px solid #CCC;
}

.search_sub_zip {
margin: 10px 0 10px 0;
padding: 10px;
border: 1px solid #CCC;
float: right;
}

/* Services Box */

.services_box {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
}

.services_box h1 {
margin: 0 0 5px 0;
padding: 0;
font-size: 1.2em;
}

/* All Services Box */

.all_services_box {
margin: 0 0 10px 0;
padding: 0;
}

/* Services Note Box */

.services_note_box {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
background: #FFEC8B;
text-align: center;
}

/* Services Instructions */

.services_instructions {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
background: #F0F8FF;
text-align: center;
}

/* Results Box */

.results_box {
margin: 0 0 10px 0;
padding: 10px 10px 0 10px;
border: 1px solid #CCC;
background: #F0F8FF;
}

/* Miles Box */

.miles_box {
margin: 0 0 10px 20px;
padding: 5px;
border: 1px solid #CCC;
float: right;
text-align: center;
background: #F0F8FF;
}

.miles_box h2 {
margin: 0;
padding: 0;
}

.miles_box h3 {
margin: 0;
padding: 0;
}

/* Navigation Menu Top */

#navcontainer
{
margin: 0 auto;
width: 100%;
}

#navlist
{
width: 60%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
}

#navlist a#current { 
color: #fc6; 
}

/*- Menu Tabs J--------------------------- */

#tabsJ {
width:100%;
background:#FFF;
font-size: 1em;
line-height:normal;
}

#tabsJ ul {
padding:0;
list-style:none;
}
#tabsJ li {
display:inline;
margin:0;
padding:0;
}
#tabsJ a {
float:left;
background:url("../images/tableftJ.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsJ a span {
float:left;
display:block;
background:url("../images/tabrightJ2.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */

#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
background-position:100% -42px;
color:#FFF;
}

#tabsJ #current {
background-position:0% -42px;
}
#tabsJ #current span {
background-position:100% -42px;
color:#FFF;
}
