#sectionView.threeWidth {
  margin-top: 15px;
  margin-left: 32px;
}

#sectionView.threeWidth li {
  margin: 0 20px 20px 0;
  width: 280px;
}

#sectionView.threeWidth li h2 {
  font-size: 150%;
}

#sectionView.threeWidth li a.sectionImage {
  height: auto;
}


#lang {
  position: absolute;
  top: 50px;
  left: 437px;
}

#lang a {
  float: left;
  margin-left: 10px;
}


/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #7d4000;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Trebuchet MS, Tahoma, Helvetica, sans-serif;
  background: #ddd0ca url(../GFX/pageBg.gif) no-repeat scroll center top;
  color: #7c4000;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  font-family: Trebuchet MS,Tahoma,Helvetica,sans-serif;
}

h1 { font-size: 200%; }
h2 { font-size: 167%; }
h3 { font-size: 150%; }
h4 { font-size: 116%; }

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto 40px;
  width: 940px;
  border: 0px;
  min-height: 400px;
  height: auto!important;
  height: 400px;
}

#header {
  height: 80px;
  position: relative;
  margin-bottom: 30px;
}

.staticWidth {
  margin: 0 auto;
  width: 750px;
}

#searchForm {
  float: right;
  width: 169px;
  padding: 6px 0;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 134px;
}

#breadcrumbs {
  float: left;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #444;
}

#mainColumn {
  float: left;
}

#main {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#leftColumn {
  float: left;
  width: 190px;
  margin-right: 10px;
}

#midColumn {
  float: right;
  width: 555px;
}

#content {
  padding: 0 10px;
  width: 720px;
}

#mainColumn.big #content {
  width: 920px;
}

#footer {
  height: 57px;
  border-bottom: 1px solid #7D4000;
  padding-bottom: 30px;
}

.footerContent {
  height: 57px;
  margin-top: -25px;
}

/******************
## COMMON STYLES ##
******************/
h4.boxTitle {
  color: #fff;
  background: #a1a1a1;
  padding: 5px 20px;
  margin-bottom: 0;
}

div.box {
  border-bottom: 1px solid #f0f0f0;
}

div.box .content {
  padding: 15px 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary,
#content .article {
}

#content .article h1 {
  margin-bottom: 8px;
}

#content .odd,
#content .even {
}

#content .summary {
  padding: 0 0 25px;
}

#content .article {
  padding: 0px 0;
  clear: both;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
}

#content .article .text {
  font-weight: bold;
  font-size: 110%;
  color: #000;
}

#content .summary img {
  float: left;
  margin-right: 10px;
}

.headerArticle {
  right: 0;
  width: 320px;
  position: absolute;
  bottom: -4px;
  text-align: right;
}

.headerArticle h2 {
  font-size: 280%;
  cursor: default;
}

.header {
  height: 146px; 
  position: relative;
}

#logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

#navRight li a {color: #16430F;}

.iframeLeft{
  float: left;
  width: 530px;
}
.iframeBg {
  background: transparent url(../GFX/iframeBg.png) scroll no-repeat top left;
  padding: 15px;
  width: 370px;
  margin-right: -15px;
  float: right;
}
#iframe {
  width: 371px;
  height: 293px;
}

#main.green #content h1, #main.green #content h1 a,
#main.green #leftColumn ul#navSub li a,
#main.green #mainColumn ul#sectionView li a {
  color: #16430F;
}

#main.green #leftColumn ul#navSub li.title {
  background-color: #16430F;
}


/**********
## LOGIN ##
**********/

#content #loginForm fieldset {
  padding: 0;
  border: none;
}

#content #loginForm input.input {
  padding: 5px;
}

#content #loginForm label {
  font-size: 117%;
  padding-right: 10px;
}

/*************
## SECTION VIEW ##
*************/
#sectionView {
  display: block;
  float: left;
  padding-left: 0;
  margin-top: 25px;
}

#sectionView li {
  display: inline;
  float: left;
  margin: 0 12px 10px 0;
}


#sectionView li h1 a {
  text-transform: uppercase;
  line-height: 200%;
  font-weight: normal;
}



#sectionView li.last {
  margin-right: 0;
}

.red #sectionView li {
}

#sectionView li a {
  padding: 5px 2px;
  display: block;
}

#sectionView li a.sectionImage {
  padding: 0px;
  height: 105px;
  overflow: hidden;
}

#sectionView li a img {
  padding: 0px;
  width: 146px;
}

#sectionView li.first {
}

#sectionView ul {
  padding: 0px;
}

#sectionView.fourWidth {
  margin-top: 15px;
}

#sectionView.fourWidth li {
  margin: 0 20px 20px 0;
}

#sectionView.fourWidth li a.sectionImage {
  height: auto;
}

#sectionView.fourWidth li h2 {
  font-size: 140%;
}

#sectionView.fourWidth li h2 a {
  text-transform: uppercase;
  line-height: 140%;
  font-weight: normal;
}


#sectionView.twoWidth {
  margin-top: 15px;
  margin-left: 71px;
}

#sectionView.twoWidth li {
  margin: 0 38px 20px 0;
}

#sectionView.twoWidth li a.sectionImage {
  height: auto;
}

/*************
## SECTION VIEW TWO IMAGES ##
*************/
.sectionViewTwo li {
  margin-left: 180px !important;
}

.sectionViewTwo li.first {
  margin-left: 85px !important;
}

.sectionImageTop {
x  float: left;
x  padding-left: 270px;
x  padding-top: 50px;
x  margin-bottom: 60px;
  margin: 0 auto;
  padding: 50px 0 0 78px;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */