@charset "UTF-8";

#diaporama .box-content
{
  height: 260px;
}

#diaporama hgroup
{
  display: block;
  width: 173px;
  height: 210px;
  padding: 30px 20px;
  position: absolute;
  top: 9px;
  right: 32px;
  background: url(/images/diaporama.png) repeat-y 50% 0;
  text-align: justify;
  line-height: 24px;
}

#diaporama hgroup h3
{
  background: url(/images/angle_tr.gif) no-repeat 0 0;
  padding: 20px 20px 0;
}

#diaporama hgroup h4
{
  background: url(/images/angle_bl.gif) no-repeat 100% 100%;
  padding: 0 20px 20px;
}

.diaporama
{
  position: relative;
  width: 938px;
  height: 120px;
}

.diaporama li
{
  list-style-type:none;
  overflow:hidden;
  position:absolute;
}

#features
{
  position: relative;
  width: 100%;
}

.blog-articles
{
  width: 100%;
  float: left;
}

#references
{
  float: left;
}

#features hgroup
{
  margin-top: 20px;
  padding-left: 7px;
  margin-bottom: 20px;
  display: block;
}

#features hgroup h1
{
  margin-bottom: 2px;
}

#features .box-content,
#blog-archives .box-content
{
  padding: 24px 28px;
}

#features .box-content h2
{
  color: #7bb951;
  text-decoration: none;
  font-weight: bold;
}

#features .box-content .blog-articles
{
  border-bottom: solid 1px #DDDDDD;
}

#features ul
{
  display: block;
  position: relative;
  margin: 15px auto 0;
  padding-top: 10px;
  border-top: 1px solid #707070;
  height: 100%;
}

#features li
{
  display: block;
  height: 62px;
  float: left;
  margin: 10px;
}

#references li table
{
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

#references li table a
{
  display: block;
}

#home .more
{
  clear: both;
  text-align: right;
}

#home .more a
{
  text-decoration: none;
  color: #11649e;
}

#home .more a:focus,
#home .more a:hover
{
  color: #7bb951;
}

/******************************************************************************/
.feature
{
  width: 50%;
  float: left;
}

.feature .box-content
{
  /*height: 300px;*/
}

.feature h2
{
  font-weight: bold;
  font-size: 19px;
}

.feature h3
{
  color:#11649e;
  font-weight: normal;
}

.feature p
{
  border-top: 1px solid #707070;
  margin: 15px auto 0;
  padding-top: 10px;
}

.feature .text
{
  width: 60%;
  float: left;
  margin-right: 15px;
}

.feature .image
{
  width: 33%;
  float: left;
  margin-top: 30px;
}

.feature .image img
{
  display: block;
  margin: 20px auto 0;
  width: 150px;
}

.feature .image img:first-child
{
  margin-top: 0;
}

.feature .more
{
  text-align: left;
}

.feature .more a
{
  text-decoration: underline;
  color: #7bb951
}

#references ul
{
  border-top: none;
  padding-top: 0;
}

.blog-articles h2,
.blog-articles .date
{
  margin-bottom: 10px;
}

.blog-articles .date
{
  font-size: 12px;
}

