@import url('../css/elements.css');
@import url('../css/blocks.css');

/* ------------------------------------------------------
   you can find this css-file in /portals/programs/css
------------------------------------------------------  */

.center {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }

/* page layout */
.page {
  text-align: left;
  width: 832px;
  margin: auto;
  background: url('/components/images/page-bg.gif');
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3{
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left;
/*  height: 120em;
  min-height: 600px;
  */
  padding: 12px 0px 0px 0px;
  }
#container1 {
  width: 208px;
 /*  background: #8eaee2;
 background-image: url('../images/container1-bg.gif');*/
  }
#container2 {
  width: 378px;
 /*  background: #f8f8f8;
 background-image: url('../images/container2-bg.gif');
  background-repeat: repeat;*/
  }
#container3 {
  width: 246px;
  /* background: #001537;
  background-image: url('../images/container3-bg.jpg');
  background-repeat: no-repeat;
  min-height: 220px;
  */
	}

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
span.google {
  background: #ff0;
 }
#identity  {
  background-color: #001537;
  text-align: center;

  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #fefefe;
  }

.lucene_search .paging a.current {
  font-size: bigger;
  font-weight: bold;
}
