/*********************************************************
   HTML Elements
 *********************************************************/
html, body {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}
#sitecontainer {
  margin-left: auto;
  margin-right: auto;
  background-image:url("wrapbg.jpg");
  background-repeat:repeat-y;
  min-height:100%;
  width: 995px;
  height: 100%;
  position: relative;
}
body > #sitecontainer {
  height: auto;
}
#header,
#footer,
#pageContent {
  margin-left: 20px;
  margin-right: 20px;
  width: 955px;
  position: relative;
  display: block;
}
#header {
  height: 143px;
  padding-top: 12px
}
#header .rteContent {
  font-size: 15px !important;
  line-height: 25px !important;
}
#logoCell {
  display: block;
  width: 176px;
  height: 143px;
  float:left;
}
.headerSlideShow {
  display: block;
  width: 192px;
  float:left;
  height: 143px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
}
.headerSlideShow div {
  width: 192px;
  height: 143px;
}
#headerSlideShow1 {
  border-left: solid 5px #704019;
}
#headerSlideShow4 {
  border-right: solid 5px #704019;
}
#pageContent {
  clear:both;
  padding-bottom: 120px;
  padding-top 30px;
}

#footer {
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #CCCCCC;
  font-size:10px;
  height: 115px;
  clear: both;
  width: 935px;
}

.footer {
  padding: 5px 10px 5px 10px;
}

.contentCell {
  padding: 40px 10px 5px 10px;
}

.logoCell .rteContent {
  padding: 5px 20px 5px 10px;
}

#contentCell {
  margin: 0px;
  margin-left: 165px;
  margin-right: 0;
  min-height: 300px; 
}

.contentCell .rteContent {
  min-height: 200px;
}
.mainNavigation {
  float: left;
  display: block;
  width: 165px;
  height: auto;
  margin-top: 85px;
  padding-bottom: 5px;
  border-right:1px dotted #704019;
}
.mainNavigation ul {
  list-style-type:none;
  margin:0;
  padding:0;
  font-size: 13px;
  line-height: 15px;
}
.mainNavigation li a {
  color:#095BA6;
  text-decoration:none;
  display:block;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 8px;
}
.mainNavigation ul ul {
  margin-left: 12px;
  font-size: 11px;
  line-height: 13px;
}
.mainNavigation ul ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mainNavigation li {
  background-color: #55E684;
  border-left: 5px solid gray;
  margin: 3px 0;
}
.cel_cm_gallery {
  padding-top: 40px;
}
.cel_cm_gallery h2.celements_gallery_title {
  font-size: 22px;
  line-height: 25px;
}
.celements_gallerieslist_clear {
  clear: both;
}
.cel_cm_blog_article .future {
  background-color: #FFBBBB;
}
.article_abstract .article_date {
  float: left;
}
/* .article_abstract .clearleft {
  clear: both;
}*/
.celements_galleries .celements_gallery_right {
 display:block;
 float:none;
 margin:0;
 padding:0 0 0 15px;
 position: absolute;
 top : 0px;
 left : 190px;
}
.celements_galleries .celements_gallery_right p {
  display: inline;
  margin-bottom:3px;
  margin-top:3px;
}
.celements_galleries .celements_gallery_clear {
 clear:none;
}
.celements_galleries .celements_gallery_overview {
 position: relative;
}
.celements_galleries .celements_gallery_left {
 display: block;
 float:none;
 margin:0;
 padding:0;
 width:190px;
}