@charset "utf-8";

* {
  font-size: 14px;
  font-family: Helvetica;
  text-decoration: none;
  color: #444444;
}

body {
	background-color: #ffffff;
	margin: 0px;
  color: #003366;
}

img {
   border: 0px;
}

#header {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

#header #topheader {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border-bottom: 12px solid #6BAEB5;
  overflow: hidden;
}

#header #topheader #logo {
  height: 103px;
  width: 247px;
  top: 18px;
  left: 32px;
  display: inline-block;
  position: relative;
  float: left;
  background:url("../images/logo.png") top left repeat-x;   
}

#header #topheader #top_right {
  height: auto;
  width: 540px;
  top: 10px;
  display: inline-block;
  position: relative;
  float: right;
  color: #87969F;
  text-align: justify;
}

#header #topheader #top_right p, #header #topheader #top_right a {
  color: #87969F;
  font-size: 16px;
  line-height: 24px;
}

#header #topheader #top_right a {
  color: #7576B1;
  text-decoration: underline;
}

#header #subheader {
  height: 562px;
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 0 0px 0;
  clear: both;
}

#header #subheader.subpage {
  height: 551px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 0 10px 0;
}


#header #subheader.homepage {
}


.center_wrapper {
  margin: 0px auto;
  width: 1300px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.nivoSlider {
  height: 562px;
}

.left_col ul.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}

.left_col ul.menu li {
  border-top: 1px dotted #ffffff;
}

.left_col ul.menu li:hover {
  background-color: #8FBBAE;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.left_col ul.menu li:first-child {
  border: 0;
}

.left_col ul.menu li ul {
  list-style-type: square;
  padding: 0px;
  margin: 0px 0px 0px 30px;
}

.left_col ul > li
{
  color: #ffffff;
}

.left_col ul.menu li ul li {
  border: 0;
  padding: 1px;
}

.left_col ul.menu li a {
  color: #ffffff;
  cursor: pointer;
  font: normal 14px/1.4em "Trebuchet MS", sans-serif;
  font-style:normal
	display: block;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
}

.bottommenu {
  text-align: center;
  margin: 0;
  width: 100%;
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 40px;
  border-top: 1px dashed #ffffff;
}

.bottommenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: inline-table;
}

.bottommenu ul li {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}

.bottommenu ul li.first {
  border: 0;
}

.bottommenu ul li a {
  float: left;
  color: #000000;
  cursor: pointer;
  font: normal 14px/1.4em "Trebuchet MS", sans-serif;
  font-style:normal
	display: block;
}

.bottommenu ul li a:hover {
  color: #888888;
}

.footer {
  width: 100%;
  height: 100px;
  text-align: center;
  font-family: Arial,sans-serif;
  font-size: 12px;
  margin-top: 40px;
}

.footer * {
  font-family: Arial,sans-serif;
  font-size: 12px;
}

.footer img {
  vertical-align: middle;
}


.item-page {
  text-align: left;
  color: #003366;
}

.content {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #D4FFD4;
  background:url("../images/main_bg.jpg") top left repeat;   
  border-radius: 0px 0px 5px 5px;
}

.content_center {
  float: left;
  width: 886px;
  margin: 10px 14px 10px 10px;
  text-align: justify;
}

.content_center p {
  text-align: justify;
  line-height: 20px;
}

.content_center_rcol {
  float: left;
  width: 648px;
  margin-right: 10px;
  text-align: justify;
  line-height: 22px;
  padding-bottom: 10px;
}

.left_col {
  float: left;
  width: 260px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  text-align: left;
  background-color: #6BA694;
}

.right_col {
  background-color: #cad6d7;
  float: right;
  margin-left: 4px;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  text-align: left;
  width: 332px;
  line-height: 28px;
  border-radius: 5px;
}

.content li {
  color: #003366;
  font-family: Tahoma;
  font-size: 134x;
  list-style-image: url("../images/li.jpg");
  padding: 5px;
}

#header .center_wrapper {
  overflow: hidden;
}


.homepage_boxes table td {
  vertical-align: top;
  text-align: center;
}

.homepage_boxes img {
  border: 6px solid #907B5D;
  border-radius: 6px;
}

.homepage_boxes {
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;

  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;  
}


.pc_articles {
  color: #424344;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: block;
  width: 325px;
  line-height: 17px;
}

.pc_articles h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.pc_articles ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.pc_articles ul li {
  width: 320px;
  margin-right: 40px;
  margin-left: 0px;
  padding: 0px;
  border-bottom: 1px solid #aeaeae;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: auto;
  clear: both;
}

.pc_articles a {
  text-decoration: none;
  color: #424344;
}

.pc_articles .news_date {
}

.pc_articles .news_date {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 10px;
}

.pc_articles .news_subject {
  font-size: 12px;
  text-align: justify;
  font-weight: bold;
}

.pc_articles .news_subject a {
  font-size: 12px;
  font-weight: bold;
}

.pc_articles .news_content {
  margin-top: 10px;
  font-size: 10px;
  text-align: justify;
}

.pc_articles .more_news {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}

.pc_articles .more_news a {
  font-size: 12px;
  font-weight: bold;
}

.pc_articles .news_img {
  float: left;
  margin-right: 10px;
}

.pc_articles img {
  max-width: 100px;
}

.item-page .pc_articles ul li {
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-right: 4px;
}

.item-page .pc_articles .news_content {
  font-size: 12px;
  line-height: 2em;
}

.item-page .pc_articles .news_subject {
  font-size: 14px;
}

.item-page .pc_articles .news_subject a {
  font-size: 14px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: olor 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;  
}

.item-page .pc_articles .news_subject a:hover {
  color: #6C6E70;
}


.item-page .pc_articles {
  width: auto;
}

.item-page .pc_articles img {
  max-width: 200px;
}


.content h2, .content h2 a {
  color: #444444;
  font-family: Arial;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.content h2 a, .content h3 a {
  text-decoration: underline;
}

.right_col h2 {
  color: #444444;
  font-family: Arial;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.slider-wrapper {
  height: 564px;
}


#subheader #banner_slogan, .nivo-caption {
  position: absolute;
  bottom: 45px;
  left: 2px;
  width: 415px;
  height: 176px;
  padding: 4px 20px 4px 20px;
  background:url("../images/slogan_bg.png") top left repeat-x;   
  background-size: 100% 100%;  
  border-radius: 15px;
  box-shadow: 6px 6px 7px #2a2a2a;
  text-align: left;
}

#subheader #banner_slogan h1, .nivo-caption h1 {
  color: #ffffff;
  font-size: 32px;
  font-family: Helvetica;
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
  margin: 5px 0px 10px 0px;
  text-align: left;
}

#subheader #banner_slogan p, .nivo-caption p  {
  color: #373636;
  font-size: 16px;
  font-family: Helvetica;
  font-weight: normal;
  text-align: left;
}

.nivo-caption .nivo-introtext {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.hp-box {
  display: inline-block;
  width: 210px;
  height: 220px;
  float: left;
  margin-left: 4px;
  margin-right: 4px;
}

@media all and (max-width:1300px) {
  .left_col {
    float: left;
  }
  .content_center_rcol {
    float: left;
  }
  .right_col {
    float: left;
    width: 100%;
  }

  #header #topheader {
    width: 100%;
    height: auto;
  }

  #header #subheader {
    width: 100%;
    height: auto;
  }
  .center_wrapper {
    width: 100%;
    height: auto;
  }
  .nivo-caption {
    display: none !important;
  }
  .nivoSlider {
    height: auto;
  }
  .slider-wrapper {
    height: auto;
  }

  #header #topheader #top_right {
    height: auto;
    width: 90%;
    float: left;
    margin: 10px 10px 10px 10px;
  }

  #header #topheader #logo {
      left: 10px;
  }

  .pc_articles {
    width: 100%;
  }

  .pc_articles ul li {
    width: auto;
    margin-right: 20px;
  }

  .item-page {
    margin: 10px;
  }

}

@media all and (max-width:1000px) {
  .left_col {
    float: left;
    width: 100%;
  }
  .content_center_rcol {
    float: left;
    width: 100%;
  }
  .right_col {
    float: left;
    width: 100%;
  }
  .hp-box {
    margin-left: 20px;
    margin-top: 10px;
  }

  .hp-box p {
    margin-top: 0;
    margin-bottom: 0;
  }

}


