#landingPage {
	border-collapse: collapse;
	margin-top: 8px;
	width: 589px;
	clear: both;
}
#landingPage th {
	font-weight: normal;
}
#lpBanner {
	width: 589px;
	height: 150px;
}
#lpBanner p {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	text-align: right; 
	width: 265px; 
	padding-right: 10px; 
	padding-top: 64px; 
	float: right;
}
#landingPage td {
  border-bottom: solid #CCC 1px;
  text-align: center;
}
#landingPage tr.rowBottom td {
  border-bottom: none;
}
#landingPage td .lpBox {
	border-left: solid #CCC 1px;
	margin: 10px auto;
	padding: 20px 22px;
	text-align: center;
	width: 150px;
}
#landingPage td.cellLeft .lpBox {
	border-left: none;
}
#landingPage .lpBox h2 {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 3px 0;
	padding: 0;
	height: 32px;
}
#landingPage .lpBox h2 a {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
#landingPage .lpBox h2 a:link, #landingPage .lpBox h2 a:visited {
}
#landingPage .lpBox h2 a:hover, #landingPage .lpBox h2 a:active {
}
#landingPage .lpBox img {
	border-bottom: solid #FFF 10px; /* Provides "margin" between img and button link */
}
#landingPage .lpBox a.button {
  clear: none;
  float: none;
  margin: 5px;
  text-transform: uppercase;
}
