.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix { zoom: 1; }
*:first-child + html .clearfix { zoom: 1; }
html, body {
  min-height: 100%;
  height: 100%;
}
body {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 14px;
  color: white;
  background-image: url(images/body-bg-pattern.png), url(images/body-bg-pattern2.png);
  background-color: #006f90;
  background-position: 0 0, 100% 0;
  background-repeat: repeat-y, repeat-y;
  overflow-x: hidden;
}
p {
  margin: 10px 0;
  line-height: 17px;
}
ul { padding: 0 0 0 20px; }
ul li { margin: 4px 0; }
ol { padding: 0 0 0 20px; }
ol li { margin: 4px 0; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
a img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wrapper {
  width: 852px;
  margin: 0 auto 0 auto;
  position: relative;
}
#swhirl {
  display: block;
  position: absolute;
  width: 160px;
  height: 622px;
  background: url(images/swhirl.png) no-repeat;
  right: -80px;
  z-index: 20;
}
#swhirl2 {
  display: block;
  position: absolute;
  width: 144px;
  height: 72px;
  background: url(images/swhirl2.png) no-repeat;
  right: 260px;
  z-index: 20;
}
header.main {
  height: 170px;
  position: relative;
  z-index: 6;
}
header.main nav {
  background: #00b9f8;
  height: 25px;
}
header.main nav ul {
  margin: 0;
  padding: 0;
}
header.main nav ul li {
  margin: 0;
  display: block;
  float: left;
  position: relative;
}
header.main nav ul li a:link {
  display: block;
  float: left;
  line-height: 25px;
  height: 25px;
  color: white;
  padding: 0 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px #00a5e4;
}
header.main nav ul li a:visited {
  display: block;
  float: left;
  line-height: 25px;
  height: 25px;
  color: white;
  padding: 0 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px #00a5e4;
}
header.main nav ul li a:hover {
  background: #05befd;
  text-decoration: none;
}
header.main nav ul li ul {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  visibility: hidden;
}
header.main nav ul li:hover ul {
  opacity: 1;
  width: 250px;
  top: 23px;
  left: 0;
  background: rgba(0, 185, 248, 0.8);
  height: auto;
  visibility: visible;
}
header.main nav ul li:hover ul li a:link {
  width: 218px;
  background: rgba(0, 185, 248, 0);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header.main nav ul li:hover ul li a:visited {
  width: 218px;
  background: rgba(0, 185, 248, 0);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
header.main nav ul li:hover ul li a:hover { background: #00b9f8; }
header.main #logo {
  width: 190px;
  display: block;
  float: left;
  position: absolute;
  left: 30px;
  top: 5px;
}
header.main #tagline {
  width: 257px;
  display: block;
  height: 145px;
  float: right;
  background: url(images/bg-sidebar.png);
  position: relative;
  right: 18px;
}
header.main #tagline p {
  width: 185px;
  position: absolute;
  color: #c20404;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  top: 65px;
  left: 20px;
  margin: 0;
  padding: 0;
}
#main_image {
  height: 277px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 5;
}
#main_image h1 {
  display: block;
  position: absolute;
  top: 93px;
  left: 45px;
  font-family: Times, 'Times New Roman', Georgia, serif;
  font-size: 28px;
  color: white;
  font-style: italic;
  text-shadow: 3px 3px 2px black;
  font-weight: normal;
  font-weight: 100;
}
#main_content_wrapper {
  position: relative;
  z-index: 4;
  padding: 0 0 0 0;
  background-image: url(images/sidebar-simulation.png);
  background-repeat: repeat-y;
  background-position: 575px 0;
  overflow: hidden;
}
#main_content_wrapper section {
  width: 525px;
  padding: 35px 25px 20px 22px;
  display: block;
  float: left;
}
#main_content_wrapper section header h1 { padding: 0 0 20px 0; }
#main_content_wrapper section h1 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper section h2 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper section h3 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper section h4 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper section h1 { font-size: 29px; }
#main_content_wrapper section h2 { font-size: 24px; }
#main_content_wrapper section h3 { font-size: 18px; }
#main_content_wrapper section h4 { font-size: 15px; }
#main_content_wrapper section ul { margin: 10px 0 10px 10px; }
#main_content_wrapper section ol { margin: 10px 0 10px 10px; }
#main_content_wrapper section a:link { color: #ccff33; }
#main_content_wrapper section a:visited { color: #ccff33; }
#main_content_wrapper section .list-pages li {
  font-size: 18px;
  list-style: none;
}
#main_content_wrapper section .call_to_action:link {
  background-color: #f1673a;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1673a, #e1904b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1673a), to(#e1904b));
  border: 2px solid #bf5e3b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 30px;
  display: block;
  text-align: center;
  text-shadow: 0 0 7px black;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 20px 0 10px 0;
}
#main_content_wrapper section .call_to_action:visited {
  background-color: #f1673a;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1673a, #e1904b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1673a), to(#e1904b));
  border: 2px solid #bf5e3b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 30px;
  display: block;
  text-align: center;
  text-shadow: 0 0 7px black;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 20px 0 10px 0;
}
#main_content_wrapper section .call_to_action:hover {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: -webkit-box-shadow 0.3s ease;
  -o-transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease;
  -o-transition: -moz-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  transition: -moz-box-shadow 0.3s ease;
  box-shadow: 0 0 15px white;
  -webkit-box-shadow: 0 0 15px white;
  -moz-box-shadow: 0 0 15px white;
}
#main_content_wrapper .posts_wrapper {
  width: 525px;
  padding: 35px 25px 20px 22px;
  display: block;
  float: left;
}
#main_content_wrapper .posts_wrapper header h1 { padding: 0 0 20px 0; }
#main_content_wrapper .posts_wrapper h1 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper .posts_wrapper h2 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper .posts_wrapper h3 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper .posts_wrapper h4 {
  color: #ccff33;
  padding: 15px 0 0 0;
}
#main_content_wrapper .posts_wrapper h1 { font-size: 29px; }
#main_content_wrapper .posts_wrapper h2 { font-size: 24px; }
#main_content_wrapper .posts_wrapper h3 { font-size: 18px; }
#main_content_wrapper .posts_wrapper h4 { font-size: 15px; }
#main_content_wrapper .posts_wrapper ul { margin: 10px 0 10px 10px; }
#main_content_wrapper .posts_wrapper ol { margin: 10px 0 10px 10px; }
#main_content_wrapper .posts_wrapper a:link { color: #ccff33; }
#main_content_wrapper .posts_wrapper a:visited { color: #ccff33; }
#main_content_wrapper .posts_wrapper .list-pages li {
  font-size: 18px;
  list-style: none;
}
#main_content_wrapper .posts_wrapper .call_to_action:link {
  background-color: #f1673a;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1673a, #e1904b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1673a), to(#e1904b));
  border: 2px solid #bf5e3b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 30px;
  display: block;
  text-align: center;
  text-shadow: 0 0 7px black;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 20px 0 10px 0;
}
#main_content_wrapper .posts_wrapper .call_to_action:visited {
  background-color: #f1673a;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1673a, #e1904b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1673a), to(#e1904b));
  border: 2px solid #bf5e3b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 30px;
  display: block;
  text-align: center;
  text-shadow: 0 0 7px black;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 20px 0 10px 0;
}
#main_content_wrapper .posts_wrapper .call_to_action:hover {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: -webkit-box-shadow 0.3s ease;
  -o-transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease;
  -o-transition: -moz-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  transition: -moz-box-shadow 0.3s ease;
  box-shadow: 0 0 15px white;
  -webkit-box-shadow: 0 0 15px white;
  -moz-box-shadow: 0 0 15px white;
}
#main_content_wrapper .staff { padding: 0 0 20px 0; }
#main_content_wrapper .staff img {
  border: 2px solid white;
  box-shadow: 0 0 20px #003a4c;
  -webkit-box-shadow: 0 0 20px #003a4c;
  -moz-box-shadow: 0 0 20px #003a4c;
}
#main_content_wrapper .staff h1 { font-size: 20px; }
#main_content_wrapper aside {
  width: 235px;
  padding: 0 11px 20px 11px;
  display: block;
  float: left;
  margin: 0 0 0 5px;
}
#main_content_wrapper aside .box {
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 12px 0;
  color: black;
  font-size: 12px;
  min-height: 150px;
}
#main_content_wrapper aside .box:first-child { margin-top: 50px; }
#main_content_wrapper aside .box h1 {
  color: #c20404;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 10px 0;
}
#main_content_wrapper aside .box a:link {
  color: #f4793e;
  text-transform: uppercase;
}
#main_content_wrapper aside .box a:visited {
  color: #f4793e;
  text-transform: uppercase;
}
#main_content_wrapper aside .box ul li { color: #f4793e; }
#main_content_wrapper aside .social {
  position: relative;
  height: 40px;
  left: 4px;
}
#main_content_wrapper aside .social a { margin: 0 0 0 -4px; }
.no-rgba aside .box {
  background: url(images/bg-translucent.png) repeat;
  overflow: hidden;
}
#comments_wrapper article {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  margin: 10px 0;
}
.no-rgba #comments_wrapper article {
  background: url(images/bg-translucent.png);
  overflow: hidden;
}
.wpcf7 input {
  width: 300px;
  height: 20px;
  border: 1px solid grey;
}
.wpcf7 textarea {
  width: 300px;
  border: 1px solid grey;
}
.wpcf7 #captcha-txt {
  width: 40px;
  text-align: center;
}
.wpcf7 #send_btn {
  background-color: #f1673a;
  background-image: -moz-linear-gradient(100% 100% 90deg, #f1673a, #e1904b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1673a), to(#e1904b));
  border: 2px solid #bf5e3b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  text-align: center;
  text-shadow: 0 0 7px black;
  font-size: 20px;
  color: white;
  text-decoration: none;
  margin: 20px 0 10px 0;
  height: 50px;
  width: 140px;
  line-height: 40px;
}
.wpcf7 #send_btn:hover {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: -webkit-box-shadow 0.3s ease;
  -o-transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  -moz-transition: -moz-box-shadow 0.3s ease;
  -o-transition: -moz-box-shadow 0.3s ease;
  -webkit-transition: -moz-box-shadow 0.3s ease;
  transition: -moz-box-shadow 0.3s ease;
  box-shadow: 0 0 15px white;
  -webkit-box-shadow: 0 0 15px white;
  -moz-box-shadow: 0 0 15px white;
  cursor: pointer;
}
.wpcf7 #captcha-img {
  position: relative;
  top: 5px;
}
#footer_wrapper { background: url(images/footer-bg.png) bottom repeat-x #00323e; }
footer {
  height: 150px;
  width: 808px;
  margin: 0 auto;
  padding: 0 22px 0 0;
  font-size: 12px;
  color: #f4793e;
  position: relative;
}
footer a {
  color: #f4793e;
  padding: 0 5px;
}
footer .links_wrapper {
  width: 570px;
  position: absolute;
  top: 0;
}
footer div + div {
  color: #999999;
  font-size: 10px;
}
footer div + div a { color: #999999; }
footer .address {
  width: 241px;
  background-image: url(images/sidebar-simulation-transparent.png);
  height: 150px;
  padding: 0 11px 0px 11px;
  display: block;
  margin: 0 0 0 5px;
  position: absolute;
  right: 3px;
}
footer .address .one {
  font-size: 14px;
  font-weight: bold;
  color: #66ccff;
  text-transform: uppercase;
}
footer .address .two {
  font-size: 24px;
  font-weight: bold;
  color: #aabd27;
}

