body {
  margin: 30px 0; padding: 0;
  color: #126d8c;
  font: 15px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;	
}

img {border: none;}
a {color: #126d8c;}
a:hover {color: #5e0096;}
p {margin-top: 0;}

h1, h2 {
  color: #5e0096;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;	
}
h2 {color: #126d8c;}
h3 {
  font-size: 15px;
  margin-bottom: 0;
}

/* Masthead */
#masthead {
  width: 940px;
  padding: 25px 50px;
  border: 10px solid #9bcdc0;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}

#head_info {
  text-align: right;
  text-transform: uppercase;
  position:  absolute;
  top: 25px;
  right: 50px;
  white-space: nowrap;
}
#head_info a {
  text-transform: none;
  text-decoration: none;	
}
#head_info a:hover {
  color: #126d8c;
  text-decoration: underline;	
}

/*Navigation */
#nav_hold {
  position: relative;
  width: 100%;
  background: url(../img/navBG.png) 0 0 repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;	
}
#nav_hold:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  border-top: 1px dashed #9bcdc0;	
}
#nav_hold:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #9bcdc0;	
}
#nav {
  position: relative;
  width: 940px;
  padding: 10px 20px;
  height: 50px;
  text-align: justify;
  border-left: 10px solid #9bcdc0;
  border-right: 10px solid #9bcdc0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  z-index: 1;
}
#nav:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;	
}
#nav a, #nav span {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  color: #126d8c;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
#nav a:hover, #nav span {
  color: #fff;
  background: #126d8c;
}

/* Footer */
#footer {
  width: 940px;
  padding: 10px 0;
  color: #5586b8;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
  margin: auto;
}
#footer a {
  color: #5586b8;
  text-decoration: none;	
}
#footer a:hover {
  text-decoration: underline;	
}

/* Content */

#content {
  width: 940px;
  padding: 25px 50px;
  border: 10px solid #9bcdc0;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;	
}
#logos {
  width: 700px;
  padding-top: 25px;
  text-align: center;
  border-top: 1px dashed #9bcdc0;
  margin: 25px auto 0;
  clear: both;	
  /*display: none;*/
}
#logos img {margin: 0 10px;}


/* Image containers */

.page_image {overflow: hidden;}
.img_box img {
  display: block;
  margin: auto;
}
.img_box img.shadow {
  width: 100%;
  height: auto;	
}
.img_full {
  width: 820px; 
  margin: auto;
}
.img_half {
  width: 50%;
  float: left;
}
.img_third {
  width: 33%;
  margin-bottom: 10px;
  float: left;
}

.img_profile {
  width: 340px;
  margin-right: 20px;
  float: left;
}

.img_half img.shadow {max-width: 400px;}
.img_third img.shadow {max-width: 220px;}
.img_half:first-child img, .img_half:first-child img.shadow, .img_third:first-child img, .img_third:first-child img.shadow {
  margin: 0;
  float: left;	
}
.img_half:last-child img, .img_half:last-child img.shadow, .img_third:last-child img, .img_third:last-child img.shadow {
  margin: 0;
  float: right;	
}