@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}
/*cycle*/
.slideshow {
  height: 300px;
  width: 450px;
  margin: auto;
  overflow: hidden;
}
.slideshow img {
  padding: 0px;
  border: 1px solid #ccc;
  background-color: #eee;
}

body {
  margin: 0px;
  background-color: #001d35;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12px;
  height: 100%;
}
.header a {
  color: #ffe259;
  text-decoration: none;
}
.header a:hover {
  color: #62a744;
  text-decoration: none;
}
.header .call {
  font-size: 16px;
}
.header .call p {
  margin-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 0px;
}
.main_body {
  height: 100%;
  background-image: url(images/2010/bg-1.jpg);
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 4px;
  height: auto;
  border-right: 1px solid #62a744;
  border-left: 2px solid #62a744;
  border-bottom: 2px solid #62a744;
  margin-top: 0px;
  margin-bottom: 10px;
}
.nav_bar {
  text-align: center;
  width: 100%;
  position: static;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #62a744;
  margin-top: 4px;
}
.nav_bar a {
  color: #ffffff;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.nav_bar a:hover {
  color: #ffe259;
  background-color: #001d35;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
}
.content {
  margin-top: 20px;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffe259;
}
.content a {
  color: #ffffff;
  text-decoration: none;
}
.content a:hover {
  color: #ffe259;
}
.footer {
  margin-bottom: 10px;
  font-size: 9px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  color: #ffe259;
}
.footer a {
  color: #ffe259;
  text-decoration: none;
  font-weight: bold;
}
.footer a:hover {
  color: #ffffff;
  background-color: #62a744;
}
.txt_yellow {
  color: #ffe259;
}
.txt_yellow48 {
  color: #ffe259;
  font-size: 48px;
  font-weight: 800;
}
.txt_green {
  color: #62a744;
}
.txt_white35 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.txt_white20 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.txt_green18 {
  color: #62a744;
  font-size: 18px;
  font-weight: bold;
}
.txt_01 {
  font-size: 46px;
  font-family: "Times New Roman", Times, serif;
}
.txt_02 {
  font-size: 35px;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-weight: bold;
}
.txt_pic01 {
  font-size: 10px;
}

h2 {
  margin: 0;
}

.pic-left {
  float: left;
  max-width: 200px;
}

.text-left {
  width: 400px;
  float: left;
  margin-left: 100px;
}

.text-container {
  width: 84%;
}

.img-and-cap h4,
.img-and-cap p {
  margin: 8px 0px 2px;
}
.img-and-cap img {
  max-width: 100%;
  width: 350px;
  margin-bottom: 0.5rem;
}

img.large-img {
  width: 400px;
}

.img-and-cap {
  display: flex;
  flex-flow: column wrap;
  background: rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  margin: 1.25rem;
  justify-content: flex-start;
}

.img-and-cap h4 {
  margin: auto;
  max-width: 400px;
}
.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px;
}

.full-width {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

h2.full-width {
  width: 100%;
}

div.full-width img.large-img {
  max-width: 100%;
  width: 675px;
}
