/* home.css */

#MainContent {
 margin-bottom: 10px;
 min-height: 350px;
}

#MainContent h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #001739;
  width: 930px;
  margin: 0 0 10px 5px;
  padding: 0 0 0 5px;
  line-height: 30px;
  background: #305e99 url(/images/background-h1.gif) repeat-y; 
}

.tip {
 text-align: left;
 font-size: 10px;
 margin: -48px 0 0 230px;
 position: absolute;
}

/* hack ie7 only */
*:first-child+html .tip {
 margin: -50px 0 0 235px;
}

.showall {
 text-align: left;
 font-size: 12px;
 margin: 10px 0 0 20px;
 padding-bottom: 230px;
}

.tip a,
.showall a {
 color: #012D54;
}

.cdiTeam {
  margin-left: 5px;
}
