/**** Styles Specifically for the Home Page ****/

/* Top and Bottom Content Boxes */
div.topBoxOuter, div.bottomBox { font-size:12px; }
div.topBoxOuter
{
  margin-bottom:8px;
  padding:8px 9px 6px 3px;
  border:1px solid #ca9e7f;
  background:#ffe7ca;
}
div.topBoxInner
{
  padding-top:4px;
  background:transparent url(/images/home/top-photo.jpg) no-repeat top right;
}
div.topBoxContentOuter
{
  width:436px;
  background:transparent url(/images/home/topbox-background.gif) repeat-y left;
}
div.topBoxContentInner
{
  padding:13px 10px 0 16px;
  background:transparent url(/images/home/topbox-top.jpg) no-repeat top left;
}
div.topBoxContentSizer { min-height:221px; }
div.topBoxPhotos
{
  width:410px;
  overflow:auto;
}
div.topBoxPhotos img
{
  display:block;
  float:left;
  margin-right:10px;
}
div.topBoxPhotos img.last { margin-right:0; }
div.bottomBox
{
  float:left;
  width:303px;
}
div.bottomBox div.contentBoxMiddle { min-height:200px; }
div.bottomBoxMiddle { margin:0 8px; }
div.bottomBox div.leftText { padding-right:8px; }
div.bottomBox div.rightText { padding-left:8px; }

/* Category Listing Table */
table.categories td { padding:2px; }