.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_block {
  display: inline-block;
}
.ie7 .inline_block {
  display: inline;
}
.aside_width {
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .aside_width {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_width {
    width: 160px;
  }
}
.aside_drop_menu_margin {
  margin: 0 auto 0 200px;
}
@media screen and (min-width: 1050px) {
  .aside_drop_menu_margin {
    margin-left: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_drop_menu_margin {
    margin-left: 160px;
  }
}
.about_page {
  border-style: solid;
  border-left-width: 0;
  border-top-width: 4px;
  border-right-width: 0;
  border-bottom-width: 4px;
  border-style: solid;
  border-left-color: #fff2cc;
  border-top-color: #fff2cc;
  border-right-color: #fff2cc;
  border-bottom-color: #fff2cc;
  background-color: #93d6f0;
}
.ie8 .about_page,
.ie7 .about_page {
  border-left-color: #fff3cd;
  border-top-color: #fff3cd;
  border-right-color: #fff3cd;
  border-bottom-color: #fff3cd;
}
.about_page .title {
  color: #0f546e;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.about_page .text {
  color: #000000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  font-size: 12px;
  line-height: 21px;
}
.about_page .text .about_section {
  width: 100%;
  float: left;
  margin: 20px 0 50px 0;
}
.about_page .text .about_section .about_title {
  width: 200px;
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  padding: 220px 0 0 0;
  background-image: url('/images/about_icons.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.about_page .text .about_section.second_section .about_title {
  background-position: -200px 0;
}
.about_page .text .about_section.third_section .about_title {
  background-position: -400px 0;
}
.about_page .text .about_section p {
  padding: 0 0 5px 0;
}
.about_page .text .about_section .about_text {
  width: 100%;
  display: block;
  float: left;
  text-align: justify;
}
.about_page .text .about_section .about_text ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 5px;
}
.about_page .text .about_section .about_text ul li {
  padding: 0 0 15px 25px;
}
.about_page .text .about_section.first_section .about_section_wrap,
.about_page .text .about_section.third_section .about_section_wrap {
  padding: 0 0 0 250px;
}
.about_page .text .about_section.first_section .about_section_wrap .about_title,
.about_page .text .about_section.third_section .about_section_wrap .about_title {
  margin-left: -250px;
}
.about_page .text .about_section.second_section .about_section_wrap {
  padding: 0 250px 0 0;
}
.about_page .text .about_section.second_section .about_section_wrap .about_title {
  float: right;
  margin-right: -250px;
}
@media screen and (max-width: 767px) {
  .about_page .text .about_section.first_section .about_section_wrap,
  .about_page .text .about_section.third_section .about_section_wrap,
  .about_page .text .about_section.second_section .about_section_wrap {
    width: 100%;
    padding: 0;
  }
  .about_page .text .about_section.first_section .about_section_wrap .about_title,
  .about_page .text .about_section.third_section .about_section_wrap .about_title,
  .about_page .text .about_section.second_section .about_section_wrap .about_title {
    margin: 0 auto 20px;
    float: none;
  }
}
