
/******************************************
 *        M A I N   C O N T E N T 
 ******************************************/
#threeColsContainer
{
  padding: 0 0 0 14px;
  width: 924px;
  height: 235px;
}

h2
{
  padding-left: 20px;
  height: 21px;
  background: url("../images/heartWithShadow.gif") no-repeat left;
  width: 100%;
}
.topText h2
{
  background: none;
  padding-left: 0;
}

ul li
{
  background: url(../images/bulletArrowBox.gif) no-repeat left 8px;
}

.ulLineBottom li
{
  padding: 5px 0 6px 17px;
  border-bottom: solid #DDDDDD 1px;
  margin-left: 4px;
}
/*
.ulLineBottom li:last-child{
	border-bottom: none;
}*/

.homeColumnTitle
{
  padding: 0 0 10px 1px;
}
.homeColumn
{
  float: left;
  width: 308px;
  height: 235px;
  background: url(../images/columnShade.jpg) no-repeat bottom;
}
.homeColumnInner
{
  padding: 5px 10px 0 10px;
}
.hrImg
{
  padding-left: 2px;
  margin: 5px 0 5px 0;
}

.LatestAtYart ul li
{
  margin-left: 4px;
}

/******************************************
 *        F E A T U R E D 
 ******************************************/
#featuredImagesContainer
{
  height: 147px;
  position: relative;
  margin-left: 14px;
  background: url(../images/featuredImagesBg.png) no-repeat left;
}
.featuredImage
{
  position: absolute;
  top: 4px;
}
.featuredImage img
{
  width: 206px;
  height: 139px;
}

#featuredCaptionsContainer
{
  margin-left: 14px;
  position: relative;
  background: url(../images/featuredBottom.png) no-repeat;
  width: 925px;
  height: 59px;
}
.featuredCaption
{
  background: url(../images/bulletArrowBox.gif) no-repeat 0 3px;
  position: absolute;
  top: 14px;
  padding-left: 16px;
  line-height: 16px;
}
.featuredCaption .designer
{
  color: #ff3600;
}



