/* Home CSS Document */

#features{
  float: left;
  width: 890px;
  padding: 2px 3px 4px;
  background: url(../images/css/background_features.png) no-repeat;
}

#bottom{
  float: left;
  width: 920px;
  position: relative;
}

.link_container{
  float: left;
  width: 190px;
  margin: 20px 0px 0px;
}

#links{
  float: left;
  width: 190px;
  height: 280px;
  padding: 7px;
  display: inline;
  background: url(../images/css/background_links.png) no-repeat;
}

#links ul{
  float: left;
  margin: 0px;
  padding: 0px;
}

#links ul li{
  float: left;
  list-style: none;
  margin: 0px;
  padding: 19px 0px 20px;
}

#link{
  float: left;
  width: 204px;
  display: inline;
  clear: left;
  margin: 10px 0px 0px;
}

/*Content Narrow*/


#home #content_narrow{
  float: left;
  width: 212px;
  display: inline;
  position: relative;
  top: 20px;
  left: 15px;
  z-index: 2;
}


/*Content Wide*/


#home #content_wide{
  float: left;
  width: 476px;
  display: inline;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  position: relative;
  top: -30px;
  left: -60px;
  z-index: 3;
}

#home #content_wide .wide_header{
  float: left;
  width: 476px;
  height: 12px;
  background: url(../images/css/content_wide_header_narrow_group.png) no-repeat;
}

#home #content_wide .wide_footer{
  float: left;
  width: 476px;
  height: 14px;
  background: url(../images/css/content_wide_footer_narrow_group.png) no-repeat;
}

#home #content_wide .wide_container{
  float: left;
  width: 460px;
  padding: 0px 8px;
  background: url(../images/css/content_wide_narrow_group.png) repeat-y;
}

#blog{
  float: left;
  width: 460px;
  margin: -5px 0px 0px;
  background: url(../images/css/background_content_text.gif) repeat-x;
}

.column{
  float: left;
  width: 210px;
  margin: 0px 10px 0px 10px;
  display: inline;
}

.headline{
  float: left;
  width: 210px;
  padding: 10px 0px;
  border-bottom: 1px dashed #FAF3DE;
}

.title{
  font: bold 16px "Times New Roman", Times, serif;
  line-height: normal;
  color: #8C2A20;
}

.headline .image{
  width: 210px;
  background: none;
  padding: 5px 0px;
}

.intro{
  padding: 5px 0px;
  line-height: 150%;
}

.link{
  padding: 5px 0px;
}

.link a{
  color: #A65F37;
}

