@charset "utf-8";
/* CSS Document */

.schedule, .dwn_whitePapers, .get_quote, .contact_us {
  color:#006666;
  font-weight:bold;
  /*line-height:26px;*/
  min-height: 26px;
  padding-left:35px;
  margin-bottom:5px;
}

.schedule{
  background-image:url('/assets/css/img/schedule.jpg');
  background-repeat:no-repeat;
}

.dwn_whitePapers{
  background-image:url('/assets/css/img/dwn_whitePapers.jpg');
  background-repeat:no-repeat;
  padding-top: 5px;
  margin-bottom: 0px;
}

.get_quote{
  background-image:url('/assets/css/img/get_quote.jpg');
  background-repeat:no-repeat;
}

.contact_us{
  background-image:url('/assets/css/img/contact_us.jpg');
  background-repeat:no-repeat;
  padding-top: 5px;
  margin-bottom: 0px;
}

.schedule a, .dwn_whitePapers a, .get_quote a, .contact_us a{
  color:#006666;
  text-decoration:none;
}

.header1red {
  color: #006666; 
  font-size: 13px !important;
  font-weight: bold;
}
.header1black {
  color: #414141; 
  font-size: 13px !important;
  font-weight: bold;
}
.header2red {
  color: #006666; 
  font-size: 13px;
  font-weight: bold;
}
.header2black {
  color: #414141; 
  font-size: 12px !important;
  font-weight: bold;
}
.linkblue {
  /*background: transparent url('img/redArrowW.gif') no-repeat scroll left 5px;*/
  color: #416988;
  font-size: 12px !important;
  font-weight: normal;
  /*padding-left:10px;*/
}
    

