/* home.css */

/* Redefine default padding */
#Content {
  background: none !important;
}
#Content.WithoutSectionMenu {
  background: none !important;
}
.WithoutSectionMenuBottom {
  background: none !important;
}
.VerticalShow {
  margin: 0 8px 0 0;
}

/* HomeBoxes */

#Content .HomeBoxes {
  margin: -10px;
  border-spacing: 10px;	
  border-collapse: separate;
}
#Content .HomeBoxes td {
  background: url(/images/home/background-box.gif) no-repeat bottom;
  width: 50%;
}

/* HomeBox */

#Content .HomeBox {
  padding: 10px;
  width: 365px;
}
#Content .HomeBox h1 {
  margin: -10px -10px 5px -10px;
  padding: 0 0 0 35px;
  height: 33px;
  line-height: 33px;
  background: #0a1c4f url(/images/home/background-h1.gif) no-repeat;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
#Content .HomeBox h1 a {
  color: white;
  text-decoration: none;
}
#Content .HomeBox img {
  float: left;
  margin: 0 10px 10px 0;
}
#Content p {
 padding: 0 0 10px 0;
}
#Content .HomeBox ul {
  padding: 0; 
  list-style-type: none;
}
#Content .HomeBox ul li {
  padding-bottom: 5px;
}
