/*---------------
  banner
----------------*/

#banner{ background-color:#3399cc; height: 220px; }
#banner-view{ width:1000px; margin:0 auto; color:#fff; font-size: 15px; }
#banner-view h1{ font-size:40px; padding:40px 0 15px 0; text-transform:uppercase; }
#banner-view img{ float:right; }

/*---------------
  content
----------------*/

#content-header{ background-color: #fafafa; }
  #content-header ul{ width:1000px; margin: 0 auto; padding:20px 0 20px 0; }
  #content-header ul li{ margin:10px 0 10px 0; }
  #content-header ul li a{ font-size: 14px; color:#4060ab; }

#content-view{ width:1000px; margin:0px auto 40px auto; line-height: 200%; }
/*#content-view h1{ margin-top:40px; font-size: 25px; }*/
/*.answers-title{ margin-top:20px; font-size: 17px; border-top:1px solid #efefef; padding-top:20px; }*/

  #content-view dl{ margin-top: 70px; }
  #content-view dl dt{ margin-bottom:10px; }
  #content-view dl dd div{ padding:10px; margin:10px 0 10px 0; background-color: #efefef; border:1px solid #c8c8c8; display: none; }
  #content-view dl dd h3{ font-size: 14px; /*cursor: hand; cursor: pointer;*/ padding-left: 25px; background-image: url(../images/faq/arow.png);
    background-repeat: no-repeat; background-position:3px 4px;  }
  #content-view dl dd h3 a{ color:#555; }
  #content-view dl dd h3 a:hover{ text-decoration: underline;  }
  #content-view dl dd:hover{ background-color: #f6f6f6; }

  .current h3{ background-position: 3px -16px !important; }
  .current div{ display: block !important; }

/*---------------
  email help
----------------*/

#email-help{ text-align:center; border-top:1px solid #efefef; padding:40px 0 40px 0; }
#email-help strong{ font-size: 18px; font-weight: normal; }
#email-help h2{ font-size:25px; margin-bottom:20px;  text-transform:uppercase; }
#email-help-price{ color:#ff6600; font-size: 20px; }
#email-help-buynow{ display: inline-block; margin-top: 10px; padding:5px 20px 5px 20px; background-color: #fc9836; color:#fff; font-size: 16px; border-radius: 5px; }
#email-help-buynow:hover{ background-color: #fda147; }


#get-a-license{ background-color:#0fb2b1; text-align: center; color:#fff; padding:50px 0 50px 0; line-height: 200%; }
#get-a-license h2{ font-size:20px; margin-bottom:20px; }
#get-a-license a{ color:#fff; text-decoration: underline; }

h1{ margin:40px 0 0 0; padding-bottom:20px; border-bottom:1px solid #efefef; }

#articles li{ border-bottom:1px dashed #efefef; }
#articles li a{ display: block; width:100%;  padding:5px 0 5px 0; color:#333; text-indent: 15px; font-size: 14px; }
#articles li a:hover{ background-color: #edfaff; color:#0b9ac3; }
