/********************
* HTML HOME CSS
********************/

/* NON DISPLAYED IDs */

#path { display: none; }

/* HOLDING */

#holding {float: none; padding: 560px 0px 20px 60px; width:200px; overflow: hidden; }

/* CONTAINTER */
  
#container {
  background: url(../img/container_home.jpg) no-repeat;
}

/* CONTENT */

#content {
  width: 718px;
  padding: 0;
  background: none;
}

/* COL1 */

#col1 {
  display: inline;
  float: left;
  width: 380px;
  min-height: 304px;
  height: auto !important;
  height: 304px;
  padding-top: 200px;
  font-size: 12px;
  line-height: 25px;
}

#col1 h2 {
  font-size: 16px;
  margin: 0;
}

/* COL2 */

#col2 {
  display: inline;
  float: right;
}

#col2 h2 {
  font-size: 14px;
  font-weight: bold;
}

#col2 .news-latest-item {
  background: url(../img/content.png);
  margin-bottom: 5px;
  width: 228px;
  padding: 10px;
}

#col2 .news-latest-image,
#col2 .news-latest-title,
#col2 .news-latest-subheader {
  margin-bottom: 1em;
}

/* COL3 */

#col3 {
  display: block;
  clear: both;
}
