/*
   acs industrial
   styles.css
*/

/*-- body --*/
body {
  background-color: #ccc;
  background-image: url(images/bgfade.gif);
  background-repeat: repeat-x;
  color: #000000;
  margin: 5px 10px 10px 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
}

td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 100%;
}

/*-- default links --*/
a:link {
  color: blue;
}
a:active {
  color: blue;
}
a:visited {
  color: #660099;
}



/*-- bottom menu link --*/
a.bottommenu {
  font-size: 85%;
  font-weight: bold;
  text-decoration: none
}
a.bottommenu:link {
  color: #990000;
}
a.bottommenu:active {
  color: #990000;
}
a.bottommenu:visited {
  color: #990000;
}
a.bottommenu:hover {
  text-decoration: underline
}

h1 {
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 150%;
  margin-top: 0px;
  color: #0a0a70;
}

h2 {
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 110%;
  margin: 15px 0px 10px 0px;

  background-image: url(images/h2_arrow_black.gif);
  background-position: 0px 3px; 
  background-repeat: no-repeat;
  padding-left: 25px;
}

h3 {
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 105%;
}

p {
  margin: 10px 0px 10px 0px;
  /* xborder: 1px solid black; */
}

#top_mini_banner {
  padding: 2px;
  background-image: url(images/top_mini_banner.gif);
  background-repeat: no-repeat;
  height: 24px;
  width: 920px;
  margin-bottom: 0px;
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: 90%;
  color: #fffffe;  /* made slightly off-white to avoid CSS validation error */
}

#header {
  margin-bottom: 3px;
}

#breadcrumb {
  padding: 0px 10px;
  font-size: 75%;
}

#content {
  padding: 5px 0px 20px 0px;
  width: 918px;
  background-color: #fff;
}


/*--- Repair Form CTA button ---*/

#repair_form_btn {
  width: 127px;
  border: 0px solid black; 
  margin: 0 auto 0px auto;
}

#repair_form_btn a {
  color: #fff;
  background: transparent url(images/rfcta_btn_bg.gif) -0px -0px no-repeat;
  display: block;
  text-align: left;
  padding: 4px 0px 10px 11px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

#repair_form_btn a:hover {
  background: transparent url(images/rfcta_btn_bg.gif) -130px -0px no-repeat;
}



/*--- Submit button ---*/

#submit_btn {
  width: 85px;
  border: 0px solid black; 
  margin: 0 auto 0px auto;
}

#submit_btn a {
  color: #fff;
  background: transparent url(images/submit_btn_bg.gif) -0px -0px no-repeat;
  display: block;
  text-align: left;
  padding: 4px 0px 10px 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  border: 0px solid black;
}

#submit_btn a:hover {
  background: transparent url(images/submit_btn_bg.gif) -90px -0px no-repeat;
}



/*--- bottom nav-bar styles ---*/

#navbar_bottom {
  border-top: 2px solid #990000;
  border-bottom: 2px solid #990000;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px;
  color: #cc9999;
  text-align: center;
  margin-top: 0px;
  background-color: #fff;
}


/*--- footer styles ---*/

#footer {
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
}


/*--- mfr service link styles --*/

#mfr_service_links {
  font-size: 9pt;
}

#mfr_service_links a {
  white-space: nowrap
}


#ccor {
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  border: 0px solid black;
}
#ccor a {
  text-decoration: none;
}
#ccor a:hover {
  text-decoration: underline;
}


