/******************/
/* RESET DEFAULTS */
/******************/

html, body, div, span, p, blockquote, pre, code, ul, ol, li, h1, h2, h3, h4, h5, h6, legend, label, img, textarea, table, caption, tbody, tfoot, thead, tr, th, td, blockquote, cite {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 75%;    /* 12px */
  font-weight: normal;
  color: #000;
  line-height: 150%;
  background: #c0c0c0 url(../img/bg.gif) repeat-x left top;
  width: 100%;
  height:100%;
  
}

.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.float-left { float: left; }
.float-right { float: right; }

h1{
	color: #000000;
	font: 1.6em "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Arial Narrow", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

h2 {
  color: #000;
  font-size: 180%;
  font-weight: bold;
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2.title {
  height: 30px;
  width: 490px;
  background: url(../img/bg-title.jpg) repeat-y left top;
  padding: 10px 0 0 15px;
  margin: 0 0 22px 0;
  text-transform: uppercase;
  clear: both;
}

h2.title2 {
  height: 30px;
  width: 220px;
  padding: 10px 0 0 0px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  clear: both;
}

#team p {
  font-size: 90%;    /* 12px */
  font-weight: bold;
  text-align: left;
  margin: 0 10px 3px 0;
}

/***************/
/* PAGE LAYOUT */
/***************/
#page-wrapper {
  position:relative;
  width: 960px;
  margin: 0 0 0 50px;
}

#header-wrapper {
  position: relative;
  display: block;
  width: 960px;
  height: 430px;
  margin: 0;
  padding: 0;
  border: 0px solid #fff;
}

#logo {
  float: left;
  width: 580px;
  height: 75px;
  margin: 50px 0px 0px 0px;
}

#symbol {
  float: right;
  width: 250px;
  height: 75px;
  margin: 50px 0px 0px 0px;
  background: url(../img/camera.gif) no-repeat left top;
}

#header-images {
  float: left;
  width: 960px;
  height: 205px;
  margin: 31px 0px 0px 0px;
}

#set1{
  float: left;
  width: 220px;
  height: 205px;
  overflow: hidden;
}

#set2{
  float: left;
  width: 520px;
  height: 205px;
  overflow: hidden;
}

#set3{
  float: left;
  width: 220px;
  height: 205px;
  overflow: hidden;
}

#header-news {
  float: left;
  width: 960px;
  height: 70px;
  margin: 0;
  background: url(../img/header-news.gif) no-repeat left top;
}

#header-news-title {
  float: left;
  width: 203px;
  height: 25px;
  margin: 20px 0 0 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: right;
}

#header-news-text {
  float: left;
  width: 710px;
  height: 40px;
  margin: 16px 0 0 11px;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
  color: #2B331A;
}

#main-wrapper{
  width: 960px;
  background: url(../img/bg-content.gif) repeat-y 0 0;
}

#left-wrapper {
  float:left;
  width: 218px;
  margin: 15px 0 0 0;
}

#content-wrapper {
  float:left;
  width: 495px;
  margin: 15px 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#content-wrapper p{
  padding: 0 5px 15px 17px;
}

#content-wrapper strong{font-size: 120%;}

#content-wrapper ul, #content-wrapper ol{
  padding: 0 5px 15px 37px;
}

#content-wrapper a{
   color: #4C5D4A;
   text-decoration: underline;
}

#content-wrapper a:hover{
  text-decoration: underline;  
}

.gallery{
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  float: left;
  width: 100%;
  clear: both;
}

.gallery a{
  width: 100px;
  height: 75px;
  overflow: hidden;
  display: block;
  float: left;
  border: 3px solid #E1E2DA;
  margin: 0 10px 10px 0;
}

.gallery a:hover{
  border: 3px solid #ddd;
}

.gallery a img{
  width: 120px;
  height: auto;
}

#right-wrapper {
  float:right;
  width: 215px;
  margin: 15px 0 0 0;
}

#footer-wrapper {
  width: 960px;
  height: 80px;
  float: left;
  margin: 0 0 0 50px;
  background: url(../img/bg-footer.gif) repeat-y 0 0;
  clear: both;
}

#footer-copyright {
  float: left;
  height: 30px;
  margin: 25px 0 0 10px;
  font-size: 75%;
}

#footer-menu {
  float: left;
  height: 30px;
  margin: 25px 10px 0 70px;
  font-size: 85%;
}

#footer-wrapper a {
  color: #000;
  text-decoration: none;
}

#footer-wrapper a:hover {
  text-decoration: underline;
}

#copyright-wrapper {
  width: 960px;
  height: 80px;
  float: left;
  margin: 0px 0 0 50px;
  background: clear;
  clear: both;
  font-size: 85%;
}
/******************/
/* MAIN MENU      */
/******************/
#menu {
 width: 218px;
 background: url(../img/globe.jpg) no-repeat 2px top;
 float: left;
}

#menu ul{
  list-style: none;
}

#menu ul li{
  float: left;
  width: 219px;
  height: 30px;
  border-bottom: 2px solid #ffc529;
}

#menu ul li a {
  display: block;
  width: 219px;
  height: 30px;
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #000;
  font-size: 100%;
}

#menu ul li a:hover, #menu ul li a.active {
  background-color: #ffc529;
}

#menu ul li a span{
  margin-right: 18px;
  position: relative;
  top: 8px;  
}


/******************/
/* TEAM MEMBER    */
/******************/
.team-member {
  float: left;
  width: 470px;
  padding: 0 0 10px 15px;
}

.team-member-photo {
  float: left;
  margin-right: 20px;
}

.team-member a img {
  position: relative;
  top: 6px;
}

.team-member a {
  text-decoration: none;
  color: #000;
}

/******************/
/* BOXES          */
/******************/
#box-contribute {
  float: left;
  width: 202px;
  height: 302px;
  margin: 50px 9px 5px 9px;
}

