/** GLOBAL **/

* {
  margin: 0px;
  padding: 0px;
}
body {
  background: url(images/background.png);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #444;
}

a {
  color: #444;
  text-decoration: none;  
}

img a, a img {
  border: none;             
}

.clear {
  clear: both;
}


/** PAGE **/

#container {
  width: 840px;
  background: #fff;
  margin: 80px auto 0 auto;
  box-shadow: 0 0 3px #777;
}

#wrapper {
  padding: 20px;
}

#header {
  height: 250px;
  background: url(images/header.jpg) no-repeat;
  color: #fff;
}

#header .info {
  display: inline-block;
  background: url(images/info-bg.png);
  padding: 22px 70px 22px 38px;
  margin: 30px 0 0 10px;
}

#header .info p {
  text-align: right;
  font-size: 16px;
  text-shadow: 1px 1px 3px #111;
}

h1 {
  font-weight: 400;
  font-size: 38px;
  text-shadow: 1px 1px 3px #111;
}

h1 span {
  display: block;
}

#nav {
  padding: 18px 0;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  display: inline-block;
}

#nav ul li.download {
  margin: 0 10px;
}

#nav ul li a {
  display: block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  background: #377bc8;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

#nav ul li a.active {
  background: #22466f;
}

#nav ul li a span {
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 22px 0 20px;
}

#nav ul li.zoom {
  float: right;
}

#nav ul li.zoom a {
  position: relative;
  top: 2px;
  width: 60px;
  height: 46px;
  line-height: 46px;
  background: #f2f2f2;
  border: 1px solid #c5c5c5;
  color: #2676c8;
  font-size: 16px;
}

#nav ul li.home a span { background: url(images/home-ico.png) no-repeat; }
#nav ul li.contact a span { background: url(images/contact-ico.png) no-repeat; }
#nav ul li.download a span { background: url(images/download.png) no-repeat; }
#nav ul li.zoom a.in span { background: url(images/zoom-in-ico.png) no-repeat; }
#nav ul li.zoom a.out span { background: url(images/zoom-out-ico.png) no-repeat; }

#content {
  background: #f2f2f2;
}

#content a {
  text-decoration: underline;    
  color: #004178;       
}

#content a:hover {
  text-decoration: none;           
}

.content-wrap {
  padding: 20px 24px;
}

.content-wrap span {
  font-size: 14px;
}

.content-wrap h2 span {
  font-size: 22px;
}

.content-wrap ul {
  padding: 0 0 0 18px;
}

.left {
  float: left;
  font-size: 14px;
}

.left h2 {
  font-weight: 400;
  padding: 0 0 2px 0;
}

.address {
  padding: 0 0 8px 0;
}

.left img {
  border: 2px solid #b5b5b5;
}

.members {
  padding: 4px 0 0 0;
}

.members ul li, .members p{
  padding: 2px 0;  
}

.right {
  float: right;
}

.right iframe {
  border: 2px solid #b5b5b5;
}

#footer {

}

.footer-wrap {
  width: 840px;
  margin: 0 auto;
  padding: 6px 0;
}

#footer p {
  padding: 0 10px;
}

#footer span {
  float: right;
}

#footer a {
  color: #a96400;
}

#footer a:hover {
  text-decoration: underline;
}