body.main_bg {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.3pt;
  color: #000;
  background: #281b3a url("/static/theme/main_bg.jpg") repeat-x left top;
}

a {
  color: #d36402;
  text-decoration: none;
}

a:hover {
  color: #000;
}

img {
  border: 0;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

li {
  list-style-image: url("/static/theme/dot.gif");
  line-height: 18px;
  font-size: 9.2pt;
}

.clear {
  clear: both;
}

#super_container {
  text-align: center;
  padding-top: 17px;
}

#container {
  width: 1000px;
  margin: auto;
  text-align: left;
}

#header {
  height: 158px;
  width: 1000px;
  background: transparent url("/static/theme/banner_bg2.jpg") no-repeat left bottom;
}

#header .left_logo {
  float: left;
  width: 220px;
  text-align: right;
  padding: 21px 0 0 30px;
}

#header .right_content {
  float: right;
  width: 680px;
  text-align: right;
  font-size: 17px;
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  padding: 30px 30px 0 0;
}

.text_green_home {
  color: #3c8702;
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}

.text_green17 {
  color: #3c8702;
  font-size: 14px;
  line-height: 130%;
  font-weight: normal;
}

.title_purple {
  color: #520181;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
}

#header .contact_link {
  float: right;
  width: 170px;
  text-align: right;
  padding: 30px 30px 0 0;
}

#header .contact_link .phoneimage {
  float: left;
  width: 40px;
  text-align: left;
}

#header .contact_link .phonedetails {
  float: right;
  width: 120px;
  text-align: right;
  font-size: 18px;
  color: #400165;
  font-weight: bold;
  line-height: normal;
}

#header .contact_link .phonedetails .enquiry {
  font-size: 12px;
}

#nav {
  float: left;
  height: 30px;
  width: 760px;
  margin-left: 15px;
  margin-top: 6px;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation ul li {
  list-style: none;
  list-style-image: none;
  position: relative;
  float: left;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

#navigation ul li a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #432560;
  font-weight: bold;
}

#navigation ul li a span {
  display: block;
  width: 102px;
  background: transparent url("/static/theme/singlenav_bg.gif") no-repeat left top;
  line-height: 30px;
  margin-right: 2px;
}

#navigation ul li a span:hover,
#navigation ul li.on a span {
  color: #fff;
  background: transparent url("/static/theme/singlenav_bg_on.gif") no-repeat left top;
}

#navigation ul li .nav-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 40;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
  background: #5fa927;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

#navigation ul li .nav-dropdown li {
  float: left;
  list-style: none;
  list-style-image: none;
}

#navigation ul li .nav-dropdown a {
  display: block;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  padding: 0 12px;
}

#navigation ul li .nav-dropdown li:first-child a {
  border-radius: 0;
}

#navigation ul li .nav-dropdown li:last-child a {
  border-radius: 0;
}

#navigation ul li .nav-dropdown a:hover {
  color: #520181;
  background-color: #b3d198;
}

#navigation ul li:hover .nav-dropdown {
  display: block;
}

#print {
  display: block;
  width: 1000px;
  height: 34px;
  text-align: right;
  background: #fcfcfc url("/static/theme/print_bg.gif") repeat-x left top;
}

#print .print_page {
  float: right;
  padding: 3px 25px 0 0;
}

#banner {
  width: 1000px;
  display: block;
  height: 200px;
  background-color: #fcfcfc;
}

#banner .paddin {
  padding: 0 20px;
  height: 200px;
  background: transparent url("/static/rotator/rotator_bg.gif") no-repeat center top;
}

.homepage-banner {
  display: flex;
  gap: 0;
  width: 930px;
  height: 195px;
  position: relative;
  overflow: hidden;
}

.banner-main {
  display: block;
  width: 700px;
  height: 195px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner-main[hidden] {
  display: none !important;
}

.banner-main img {
  display: block;
  width: 700px;
  height: 195px;
}

.banner-thumbs {
  width: 230px;
  padding-top: 1px;
  margin-left: 700px;
  position: relative;
  z-index: 5;
}

.banner-thumbs a,
.banner-thumbs img {
  display: block;
  width: 230px;
  height: 62px;
}

.banner-thumbs a {
  position: relative;
  z-index: 6;
  cursor: pointer;
}

#main_content,
#sub_content {
  background-color: #fcfcfc;
  width: 1000px;
  text-align: left;
}

#main_content .padding {
  padding: 20px 20px 10px 25px;
}

#main_content .column1 {
  float: left;
  width: 280px;
}

#main_content .column1 .padd {
  padding-right: 40px;
}

#main_content .column2 {
  float: left;
  width: 455px;
}

#main_content .column2 .box_t {
  width: 455px;
  height: 15px;
  background: #fcfcfc url("/static/theme/box_top.gif") no-repeat center top;
}

#main_content .column2 .box_m {
  width: 455px;
  background: #fcfcfc url("/static/theme/box_mid.gif") repeat-y center top;
}

#main_content .column2 .box_b {
  width: 455px;
  height: 15px;
  background: #fcfcfc url("/static/theme/box_bot.gif") no-repeat center bottom;
}

#main_content .column3 {
  float: right;
  width: 200px;
}

.box_m .paddd {
  padding: 0 15px;
}

#sub_content .padding {
  padding: 0 20px 15px 20px;
}

#sub_content .column1 {
  float: left;
  width: 280px;
}

#sub_content .column1 .padd {
  padding-right: 22px;
}

.content-body {
  float: right;
  width: 680px;
}

#sub_content.template-full_width .content-full {
  width: auto;
}

#sub_content.template-full_width .content-full > .c4_padding {
  padding-left: 20px;
  background: transparent url("/static/theme/dush.gif") repeat-y left top;
}

#sub_content.template-three_column .padding {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 20px;
  align-items: start;
}

#sub_content.template-three_column .three-column-left,
#sub_content.template-three_column .three-column-main,
#sub_content.template-three_column .three-column-right {
  min-width: 0;
}

#sub_content.template-three_column .three-column-main > .c4_padding {
  padding-left: 20px;
  background: transparent url("/static/theme/dush.gif") repeat-y left top;
}

#sub_content.template-three_column .three-column-main > .column2 {
  padding-left: 20px;
}

#sub_content.template-three_column .three-column-left img {
  display: block;
  max-width: 100%;
  height: auto;
}

.content-body > .c4_padding {
  padding-left: 20px;
  background: transparent url("/static/theme/dush.gif") repeat-y left top;
}

.content-body > .column2 {
  float: left;
  width: 455px;
}

.subpage_name {
  color: #7c3e9f;
  font-size: 19px;
  line-height: normal;
  font-weight: normal;
  padding-bottom: 10px;
}

.text_also {
  color: #60aa28;
  font-size: 17px;
  line-height: normal;
  font-weight: normal;
  padding-bottom: 5px;
}

.news_summary {
  width: 200px;
}

.news_summary .latest_news {
  font-size: 19px;
  font-weight: normal;
  color: #639;
}

.news_general {
  width: 660px;
}

.news_general .n_image {
  float: left;
  width: 195px;
  margin-right: 5px;
  margin-bottom: 20px;
}

.news_general .news_teaser {
  float: right;
  width: 450px;
}

.news_general .news_teaser .date {
  float: right;
  font-size: 10.5px;
  color: #888;
}

.news_subtitle,
.news_subtitle a {
  font-size: 12px;
  color: #3c8702;
  font-weight: bold;
}

.news_title2 {
  font-size: 16px;
  color: #3c8702;
  font-weight: bold;
  line-height: normal;
}

.news_date {
  font-size: 10.5px;
  color: #888;
}

.news_sumteaser {
  font-size: 11px;
  color: #444;
}

#compare-result {
  margin: 16px 0 0 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.note {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
}

.all_arts {
  font-size: 11.5px;
  font-weight: bold;
}

#article {
  width: 660px;
  text-align: left;
  padding-bottom: 15px;
}

#article .art_image {
  float: left;
  width: 195px;
}

#article .art_cont {
  float: right;
  width: 445px;
}

.faq-page-shell {
  padding-top: 6px;
}

.faq-page-shell .subpage_name {
  padding-bottom: 14px;
}

.faq-category-links {
  margin: 0 0 12px;
}

.faq-category-links .current {
  color: #000;
  font-weight: bold;
}

.compare-bill-sidebar-shell {
  margin-bottom: 18px;
}

.compare-bill-sidebar-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.compare-bill-section-links ul {
  margin: 0;
  padding-left: 20px;
}

.compare-bill-section-links li {
  margin-bottom: 4px;
}

.compare-bill-section-links .current {
  color: #f58220;
  font-weight: bold;
}

.compare-bill-content-shell {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}

.compare-bill-main {
  flex: 1 1 480px;
  min-width: 0;
}

.compare-bill-help {
  width: 220px;
  color: #000;
}

.compare-bill-help-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.compare-bill-help ul {
  padding-left: 18px;
}

.compare-bill-help li {
  margin-bottom: 6px;
}

.compare-bill-help li:first-child {
  list-style-image: none;
  list-style-type: none;
  margin-left: -18px;
  color: #000;
}

.legacy-notice {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #d9d0e3;
  background: #f8f6fb;
  color: #3a294d;
}

.faq-list li {
  margin-bottom: 10px;
}

input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3a294d;
  border: 1px solid #a4cd84;
  padding: 1px 1px 1px 2px;
}

textarea {
  width: 150px;
  height: 70px;
}

.bot-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.2pt;
}

td label {
  display: block;
  width: 100px;
  color: #666;
}

td.field label {
  width: auto;
}

p.required {
  margin: 0 0 12px 24px;
  color: #666;
  text-align: right;
}

.site-messages {
  background: #fcfcfc;
  width: 1000px;
  padding: 10px 20px 0;
  box-sizing: border-box;
}

.flash {
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 12px;
}

.flash.error {
  background-color: #fff1f2;
  border: 1px solid #b13636;
  color: #b13636;
}

.flash.success {
  background: #eef7e4;
  border: 1px solid #9dc37b;
  color: #47692b;
}

.contact-form-legacy {
  margin-top: 10px;
}

.legacy-form table {
  width: 100%;
}

.legacy-form input[type="text"],
.legacy-form input[type="email"] {
  width: 140px;
}

.legacy-form textarea {
  width: 150px;
  height: 70px;
}

#footer {
  width: 1000px;
  background: transparent url("/static/theme/footer_grad.jpg") repeat-x left top;
  text-align: center;
  height: 80px;
}

#footer .pad {
  padding-top: 15px;
  color: #604675;
  font-size: 14px;
}

.text_white_home {
  color: #fcfcfc;
  font-size: 13px;
}

#sub_footer {
  width: 1000px;
  text-align: left;
  height: 30px;
  color: #989898;
  font-size: 11px;
  padding-top: 5px;
}

#sub_footer .left {
  width: 400px;
  float: left;
  padding-left: 20px;
}

#sub_footer .right {
  width: 520px;
  float: right;
  text-align: right;
  padding-right: 20px;
}

#sub_footer .right a {
  color: #989898;
  font-size: 11px;
}

@media (max-width: 1020px) {
  #container,
  #header,
  #print,
  #banner,
  #main_content,
  #sub_content,
  #footer,
  #sub_footer,
  .site-messages {
    width: 100%;
  }

  #super_container {
    padding-top: 0;
  }

  #container {
    max-width: 1000px;
  }

  #header {
    height: auto;
    background-size: cover;
  }

  #header .left_logo,
  #header .right_content,
  #header .contact_link,
  #nav,
  #main_content .column1,
  #main_content .column2,
  #main_content .column3,
  #sub_content .column1,
  .content-body,
  #sub_content.template-three_column .three-column-left,
  #sub_content.template-three_column .three-column-main,
  #sub_content.template-three_column .three-column-right,
  #sub_content.template-full_width .content-full,
  .content-body > .column2,
  #sub_footer .left,
  #sub_footer .right {
    float: none;
    width: auto;
  }

  #header .left_logo,
  #header .right_content,
  #header .contact_link {
    padding: 20px;
    text-align: left;
  }

  #nav {
    margin: 0;
    padding: 0 20px 20px;
  }

  #navigation ul li a span {
    width: 120px;
  }

  #banner,
  #banner .paddin,
  .homepage-banner {
    height: auto;
  }

  .homepage-banner {
    display: block;
    width: auto;
  }

  .banner-main,
  .banner-main img,
  .banner-thumbs,
  .banner-thumbs a,
  .banner-thumbs img {
    width: 100%;
    height: auto;
  }

  .banner-main {
    position: static;
  }

  .banner-thumbs {
    margin-left: 0;
    padding-top: 0;
  }

  #navigation ul li .nav-dropdown,
  #navigation ul li .nav-dropdown li {
    position: static;
    display: block;
    float: none;
    background: none;
    padding: 0;
    width: auto;
  }

  #navigation ul li:hover .nav-dropdown {
    display: block;
  }

  #main_content .padding,
  #sub_content .padding {
    padding: 20px;
  }

  #sub_content.template-three_column .padding {
    display: block;
  }

  .content-body > .c4_padding {
    padding-left: 0;
    background: none;
  }

  #sub_content.template-full_width .content-full > .c4_padding,
  #sub_content.template-three_column .three-column-main > .c4_padding {
    padding-left: 0;
    background: none;
  }

  #sub_footer {
    height: auto;
    padding-bottom: 20px;
  }
}
