.content .right.landingPage {

}

.content .right.landingPage img.topPic{
	width: 640px;
	height: 200px;
	float: none;
	margin: 0px;
	margin-bottom: 20px;

}
.content .right.landingPage h1{
	display: none;
	/*	just for testing
	*/

}

.content .right.landingPage ul.calloutGrid li,
.content .right.landingPage ul.calloutGrid{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content .right.landingPage ul.calloutGrid li{
	display: block;
	width: 272px;
	background: #f2f2f2;
	border: 1px solid #c4c4c4;
	float: left;
	padding: 10px 10px;
	margin-right: 4px;
	margin-left: 17px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content .right.landingPage ul.calloutGrid li p{
	height: 60px;
}
.content .right.landingPage ul.calloutGrid li img{
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #d3d3d3;
}
.content .right.landingPage ul.calloutGrid li a.title{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.content .right.landingPage ul.calloutGrid li a.title:hover{
	color: #a1a1a4;
	text-decoration: none;
}
.content .right.landingPage ul.calloutGrid li a.readMore{
	display: block;
	width: 100px;
	padding: 4px;
	background: #007fb2;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px; /* wendi added 8/23/13 as per QA edits from CB */
	text-decoration: none;
}
.content .right.landingPage ul.calloutGrid li a.readMore:hover{
	background: #a1a1a4;
	text-decoration: none;
}
/*
.content .right.landingPage ul.calloutGrid li:last-child{
	clear: all;
	background: #000!important;
	display: none;
	border: 0px;
	padding: 0px;
	height: 1px;
}*/
.content .right.landingPage div.quote{
	width: auto;
	background: #007fb2;
	width: 660px;
	float: right;
	margin-right: -28px;
	margin-bottom: 40px;
}

.content .right.landingPage div.quote p.line,
.content .right.landingPage div.quote p.name{
	color: #fff;
	margin-right: 52px;
	margin-left: 27px;
}
.content .right.landingPage div.quote p.line:before{
	content: '"';
}
.content .right.landingPage div.quote p.line:after{
	content: '"';
}
.content .right.landingPage div.quote p.line{
	margin-top: 30px;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
}
.content .right.landingPage div.quote p.name strong{
	font-size: 18px;
}
.content .right.landingPage div.quote p.name{
	text-align: right;
	font-size: 16px;
	margin-bottom: 25px;
}
.content .right.landingPage ul.calloutTools li,
.content .right.landingPage ul.calloutTools{
	padding: 0px;
	margin: 0px;
}
.content .right.landingPage ul.calloutTools li{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-box-shadow: 0 0 2px 0px #888;
	-webkit-box-shadow: 0 0 2px 0px#888;
	box-shadow: 0 0px 2px 0px #888;
	display: block;
	float: left;
	height: 124px;
	width: 288px;
	margin-bottom: 30px;
	padding: 66px 0px 0px 12px;
}
.content .right.landingPage ul.calloutTools li p{
	margin-bottom: 10px;
	font-size: 16px;
}
.content .right.landingPage ul.calloutTools li a.bttn{
	background: #65378e;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 144px;
	padding: 5px 0px;
	text-align: center;
	color: #ffF;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.content .right.landingPage ul.calloutTools li a.bttn:hover{
	background: #a1a1a4;
}


.content .right.landingPage ul.calloutTools li.connected{
	background-image: url('/dementia/images/gridtools-alzconnected.jpg');
	margin-right: 30px;
}
.content .right.landingPage ul.calloutTools li.navigator{
	background-image: url('/dementia/images/gridtools-alznavigator.jpg');
}



































