﻿/*****************************************************************************/
/*                      Kent School Site Sections Styles                     */
/*****************************************************************************/


/*** Home page ***************************************************************/

.homeCol1 {
  position: relative;
  float: left;
  width: 582px;
  margin-right: 6px;
  text-align: center; /* for IE5.5 */
}

.homeBanner {
  width: 582px;
  margin-bottom: 5px;
}

.homeCol1 .threeColOuter {
  border: solid 1px #ccc;
  border-width: 1px 0;
  background: url(/Images/Sections/Home/bgColHome.gif) repeat-y;
}

.homeCol1 .threeColOuter .col {
  padding: 8px 0;
}

.homeCol1 .featuredItem .headingImage {
  border-bottom: solid 1px #000;
}

.homeCol2 {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 207px;
  /*min-height: 595px;*/
  border: solid 1px #E2E1D1;
  background: url(/Images/Sections/Home/bgHomeCol2.gif) repeat-y;
}

.homeCol2 .colInner {
  margin: 10px;
}

.homeCol2 .title {
  margin: 10px 0;
  color: #2d2d2d;
  font-size: 1.5em;
}

.homeCol2 .linkList {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
}

.homeCol2 .linkList li {
  margin-bottom: 15px;
}

.homeCol2 .linkList a, .homeCol2 .linkList a:link, .homeCol2 .linkList a:visited {
  color: #666;
}

