* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

html {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #444444;
  font-size: 14px;
  -webkit-text-rendering: optimizelegibility; }

a {
  color: #245dc1;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 24px; }

h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold; }

h3 {
  font-size: 17px;
  line-height: 50px;
  margin-bottom: 10px; }

.wrap {
  width: 1000px;
  margin: 0 auto; }

header {
  height: 70px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(whitesmoke));
  padding-top: 13px;
  padding-bottom: 13px; }
  header #logo {
    float: left;
    height: 70px; }
  header iframe {
    float: right; }

nav {
  height: 44px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e5154), to(#414447)); }
  nav ul {
    float: left; }
    nav ul li {
      text-decoration: none;
      display: inline-block;
      margin-right: 20px;
      padding-top: 12px;
      padding-bottom: 12px; }
      nav ul li a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #e1e5f2; }
      nav ul li a:hover {
        color: white; }

#banner {
  height: 400px;
  /*
  background-image: -webkit-linear-gradient(top, rgb(107, 110, 114), rgb(101, 104, 108));
  */
  background: url("images/panmgf.JPG");
  border-bottom: 1px solid #ebebeb; }
  #banner #hero {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px, rgba(0, 0, 0, 0.4) 0px -1px 1px;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px; }
    #banner #hero #hero_sub {
      font-size: 16px;
      line-height: 24px;
      margin-top: 5px; }
      #banner #hero #hero_sub .plus {
        margin-left: 5px;
        margin-right: 5px; }

#about {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto; }
  #about #about_text {
    float: left;
    width: 50%; }
    #about #about_text h3, #about #about_text p, #about #about_text a {
      padding-right: 40px; }
    #about #about_text p {
      overflow: auto;
      margin-bottom: 15px; }
    #about #about_text a {
      font-family: Arial, sans-serif;
      font-size: 13px; }
  #about img {
    float: right;
    width: 50%;
    height: 300px; }

#gallery {
  background-image: -webkit-linear-gradient(top, #f7f7f7, whitesmoke);
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  overflow: auto; }
  #gallery #gallery_left {
    float: left;
    width: 50%;
    overflow: auto; }
    #gallery #gallery_left article {
      margin-right: 20px; }
  #gallery #gallery_right {
    float: right;
    width: 50%;
    overflow: auto; }
    #gallery #gallery_right .row2 {
      margin-top: 30px;
      margin-bottom: 30px; }
    #gallery #gallery_right .col1 {
      float: left; }
    #gallery #gallery_right .col2 {
      float: left;
      margin-left: 30px; }
    #gallery #gallery_right .col3 {
      float: left;
      margin-left: 30px; }
    #gallery #gallery_right .col4 {
      float: right;
      margin-left: 30px; }

#jobs {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto; }
  #jobs #jobs_left {
    float: left;
    width: 50%; }
    #jobs #jobs_left img {
      width: 90%;
      height: 300px; }
  #jobs #jobs_right {
    float: right;
    width: 50%; }
    #jobs #jobs_right p {
      padding-right: 40px; }
    #jobs #jobs_right ul {
      font-family: Arial, sans-serif;
      font-size: 13px;
      line-height: 24px; }
      #jobs #jobs_right ul li {
        margin-left: 30px; }

#contact {
  background-image: -webkit-linear-gradient(top, #f7f7f7, whitesmoke);
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ebebeb;
  overflow: auto; }
  #contact input[type=text], #contact input[type=email], #contact input[type=password], #contact textarea {
    display: block;
    height: 32px;
    width: 300px;
    background: white;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.098);
    font-size: 14px;
    padding-left: 7px;
    margin-bottom: 10px; }
  #contact input[placeholder=subject] {
    width: 100%; }
  #contact input[type=text]:focus, #contact input[type=email]:focus, #contact input[type=password]:focus, #contact textarea:focus {
    border: 1px solid #2496ff; }
  #contact textarea {
    height: 100px;
    width: 100%;
    padding-top: 7px;
    font-family: 'Open Sans', Arial, sans-serif; }
  #contact input[type=submit] {
    background-image: -webkit-linear-gradient(top, #ebebeb, #e7e7e7);
    border: 1px solid rgba(0, 0, 0, 0.098);
    border-radius: 2px;
    font-family: Arial, sans-serif;
    color: #444444;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: hand;
    cursor: pointer; }
  #contact input[type=submit]:hover {
    background-image: -webkit-linear-gradient(top, #e1e1e1, #dddddd);
    border: 1px solid rgba(0, 0, 0, 0.09); }
  #contact input[type=submit]:active {
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); }
  #contact #contact_left {
    float: left;
    width: 50%; }
    #contact #contact_left h3, #contact #contact_left p {
      padding-right: 40px; }
  #contact #contact_right {
    float: right;
    width: 50%; }

footer {
  background: #414447;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto; }
  footer #footer_left, footer #footer_right {
    float: left;
    font-weight: lighter; }
    footer #footer_left ul, footer #footer_right ul {
      margin-bottom: 7px; }
      footer #footer_left ul li, footer #footer_right ul li {
        display: inline-block;
        margin-left: 15px; }
    footer #footer_left a, footer #footer_right a {
      color: #b9bdc0; }
    footer #footer_left a:hover, footer #footer_right a:hover {
      color: #cdd1d4; }
    footer #footer_left #copyright, footer #footer_right #copyright {
      font-size: 13px;
      color: #b9bdc0; }
  footer #footer_right {
    float: right; }

.contact_ {
  text-align: center;
  margin-top: 100px; }
  .contact_ p {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(whitesmoke));
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 20px; }

#overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: none; }
