
.content .left, .content .right{
	float: left;
	margin-top: 20px;
}
.content .left{
	width: 300px;
	float: left;
}
.content .right{
	width: 640px;
	float:left;
	height: auto;
}


/*LEFT*/
.content .left .level1 a, .content .left .level2 a{
	color: #555;
	color: #000;
	display: block;
	min-height: 15px;
	min-height: 21px;
	width: auto;
	padding: 10px 0px 10px 20px;
}
.content .left .level1 a{
	background-image: url('/dementia/images/bg-button.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
.content .left .level1 a.onState{
	background-image: none;
	background-color: #007fb2;
	color: #fff;
	font-weight: bold;
	background-image: url('/dementia/images/bg-button-onstate.gif');
}
.content .left .level2 a.onState{
	color: #007fb2;
	font-weight: bold;
}
.content .left .level1 a:hover{
	background-color: #007fb2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	background-image: url('/dementia/images/bg-button-onstate.gif');
}
.content .left ul li, .content .left ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	min-height: 35px;
	min-height: 41px;
}
.content .left .level1 .home a span{
	width: 31px;
	height: 24px;
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: -2px;
	background: url('/dementia/images/icon-home.png') top left no-repeat;
}
.content .left .level1 .home a.onState span{
	background: url('/dementia/images/icon-home-over.png') top left no-repeat;
}
.content .left .level1 .home a:hover span{
	background: url('/dementia/images/icon-home-over.png') top left no-repeat;
}
/* SHADOW */
.content .left .level1{
	/* DROP SHADOW */
	-moz-box-shadow: 0 0 3px 0px #565656; /* #888*/
	-webkit-box-shadow: 0 0 3px 0px #565656;
	box-shadow: 0 0px 3px 0px #565656;
	z-index: 2;
	position: relative;
	width: 290px;
	width: 270px;
	margin-left: -10px;
	/*border: 1px solid #c0c0c0;*/
}
.content .left .level2{
	/* DROP SHADOW */
	-moz-box-shadow: 2px 0px 3px -2px #565656; /* #888 */
	-webkit-box-shadow: 2px 0px 3px -2px #565656;
	box-shadow: 2px 0px 3px -2px #565656;
	z-index: 1;
	position: relative;
	margin-bottom: -1px; margin-top: -2px;
	/*border: 1px solid #c0c0c0;*/
	border-left: 0px;
	width: 279px;
	width: 259px;
	border-bottom:1px solid #ccc; /*wendi added 8/26/13 */
}
/**/
.content .left ul li{
	background-color: #fff;
}
.content .left .level1{

}
.content .left .level1 li{
	/*border-bottom: 1px solid #c0c0c0;*/
}
.content .left .level1 li:last-child{
	border-bottom: 0px;
}
.content .left .level2 li:first-child{
	padding: 2px 0px 0px 0px;
}
.content .left .level2 li:last-child{
	border-bottom: 0px;
	padding: 0px 0px 2px 0px;
}

/**/
.content .right {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	min-height: 800px;
}
.content .right ul.jumpLinks,
.content .right ul.jumpLinks li{
	margin:0px;
	padding: 0px;
}
.content .right ul.jumpLinks{
	list-style: none;
	margin-left:16px;
	margin-bottom: 20px;
}
.content .right ul.jumpLinks li{
	padding: 0px 0px 4px 13px;
	margin-right: 5px;
	background: url('/dementia/images/blue-arrow.gif') 0px 6px no-repeat;
}
.content .right ul.jumpLinks li:last-child{
	padding: 0px 0px 4px 13px;
}
/*
.content .right ul.jumpLinks li:before{
	content: ">";
	color: #007fb2;
}
*/

/* LEFT SCROLLING BOX */
#top_cap{
	height: 1px;
	margin-top: 20px;
}
#scrollbox{
	height: 233px;
	width: 290px;
	width: 270px;
	background-color: #fff;

	/* SHADOW*/
	-moz-box-shadow: 0 0 3px 0px #565656; /* #888;*/
	-webkit-box-shadow: 0 0 3px 0px #565656;
	box-shadow: 0 0px 3px 0px #565656;

	margin-left: -10px;
}
#scrollbox .purpleBar{
	background-color: #65378e;
	width: 20px;
	height: inherit;
	float: left;
	margin-right: 17px;
}
#scrollbox h2{
	float: left;
	background: url(/dementia/images/logo-alz.gif) 0px 4px no-repeat;
	padding:10px 0px 6px 40px;
	color: #65378e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	width: 213px;
	width: 193px;
}
#scrollbox ul li, #scrollbox ul{
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#scrollbox ul{
	list-syle: none;
	clear: right;
}
#scrollbox ul li{
	min-height: auto;
	padding: 0px 0px 6px 25px;
	float: left;
	clear: right;
	width: 225px;
	width: 208px;
	background: url('/dementia/images/scrollbox-arrow.gif') 0px 5px no-repeat;
	margin-bottom: 10px;
}
.content .right .weCanHelpBottom ul li.blue,
#scrollbox ul li.blue{
	background: url('/dementia/images/scrollbox-arrow-blue.gif') 0px 5px no-repeat;
}
.content .right .weCanHelpBottom ul li span,
#scrollbox ul li span{
	font-size: 18px;
	line-height: 24px;
	margin-left: 22px;
}
#scrollbox ul li input#SearchZip{
	font-style: italic;
	color: #969696;
	width: 124px;
	height: 28px;
	margin-top: 7px;
	padding: 0px 0px 2px 4px;
	background: url('/dementia/images/input-shadow.gif') 0px 0px no-repeat;
	border: 1px solid #c6c6c6;
}
#scrollbox ul li input.go{
	background-color: #007fb2;
	border: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding:4px 7px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-top: 2px;
} 

/* MULTIPLE SCROLLING BOXES */

.multipleScrolling #scrollbox{
	height: auto;
	width: 290px;
	width: 270px;
	background-color: transparent;
	/* SHADOW*/
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
}

.multipleScrolling #scrollbox .callOut{
	height: 233px;
	width: 290px;
	width: 270px;
	background-color: #fff;

	/* SHADOW*/
	-moz-box-shadow: 0 0 3px 0px #565656; /* #888;*/
	-webkit-box-shadow: 0 0 3px 0px #565656;
	box-shadow: 0 0px 3px 0px #565656;

	margin-left: 0px;
}
.multipleScrolling #scrollbox .callOut .purpleBar{
	background-color: #65378e;
	width: 20px;
	height: inherit;
	float: left;
	margin-right: 17px;
}
.multipleScrolling #scrollbox .callOut h2{
	float: left;
	background: url(/dementia/images/logo-alz.gif) 0px 4px no-repeat;
	padding:10px 0px 6px 40px;
	color: #65378e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	width: 213px;
	width: 193px;
}
.multipleScrolling #scrollbox .callOut ul li, #scrollbox ul{
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.multipleScrolling #scrollbox .callOut ul{
	list-syle: none;
	clear: right;
}
.multipleScrolling #scrollbox .callOut ul li{
	min-height: auto;
	padding: 0px 0px 6px 25px;
	float: left;
	clear: right;
	width: 225px;
	width: 208px;
	background: url('/dementia/images/scrollbox-arrow.gif') 0px 5px no-repeat;
	margin-bottom: 10px;
}
.content .right .weCanHelpBottom ul li.blue,
.multipleScrolling #scrollbox .callOut ul li.blue{
	background: url('/dementia/images/scrollbox-arrow-blue.gif') 0px 5px no-repeat;
}
.content .right .weCanHelpBottom ul li span,
.multipleScrolling #scrollbox .callOut ul li span{
	font-size: 18px;
	line-height: 24px;
	margin-left: 22px;
}
.multipleScrolling #scrollbox .callOut ul li input#SearchZip{
	font-style: italic;
	color: #969696;
	width: 124px;
	height: 28px;
	margin-top: 7px;
	padding: 0px 0px 2px 4px;
	background: url('/dementia/images/input-shadow.gif') 0px 0px no-repeat;
	border: 1px solid #c6c6c6;
}
.multipleScrolling #scrollbox .callOut ul li input.go{
	background-color: #007fb2;
	border: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding:4px 7px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-top: 2px;
}



/* wendi added for hover over state - 8/26/13 */

#scrollbox ul li input:hover.go{
	background-color: #999999;
	border: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding:4px 7px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-top: 2px;
}

/* wendi end 8/26/13 */


#scrollbox.nonFixed{
	position: absolute;
}
#scrollbox.nonFixedAboveFooter{
	position: absolute;
}
#scrollbox.fixed{
	position: fixed;
}


/*SOCIAL BOX*/
.socialBox{
	background-color: #fff;
	margin-left: 961px;
	height: 200px;
	width: 37px;
	position: absolute;
	z-index: 100;
	border: 1px solid #e0e0e0;
	margin-top: 10px;
	padding: 0px 3px 0px 3px;
	text-align: center;
}
.socialBox h2.share{
	margin: 0px;
	display: block;
	background: url('/dementia/images/title-share.png') 0px 0px no-repeat;
	overflow: hidden;
	margin-top:10px;
}
.socialBox h2.share span{
	margin-left: -10000px;
}
.clearboth{
	clear:both;
}




.dropdown-trigger,.login-dropdown,.btn-log-in,.nav-about,.nav-register,.top-share,.fb-share-btn,.tw-share-btn,.gp-share-btn,.email-share-btn,.nav-donate,.time-to-make-a,.were-in-it-until,.one-day,.sixteen-hours,.hundreds-of-teams,.btn-read-more,.btn-register-today,.icon-blog,.icon-fb,.icon-tw,.our-mission,.progress-login,.progress-team,.progress-participant,.progress-goals,.progress-terms,.progress-billing,.join,.team-info,.participant-info,.set-goals,.terms-and-conditions,.billing,.btn-next,.btn-back,.btn-continue,.btn-confirm-payment,.btn-submit,.btn-join,.btn-search,.btn-activity-ideas,.btn-register-now,.btn-get-inspired,.donate,.donate-to-a-participant h3,.donate-to-a-team h3,.donate-to-the-event h3,.btn-donate,.sn-about-the-day,.sn-get-started,.sn-activities-you-can-do,.sn-fundraising-tools,.sn-about-alzheimers,.sn-partners,.logout,.my-page,.about-the-longest-day,.btn-get-started,.get-started,.step-1,.step-2,.step-3,.step-4,.step-5,.activities-you-can-do,.fundraising-tools-and-tips,.about-alzheimers,.global-teams-and-sponsors,.btn-upload,.hike .icon,.ride .icon,.roll .icon,.run .icon,.music .icon,.multiple-activities .icon,.btn-start-your-own-team,.login,.contact-us,.btn-view,.btn-edit,.btn-select,.blog,.btn-update,.btn-save-changes,.resources,.icon-pdf,.find-btn,table.leaderboard .rank{
	background:transparent url("sprite_full_hcps.png") no-repeat;
}




/* 6/6/13

.btn-donate-to-our-team,.btn-recruit-members,.btn-edit-personal-page,.btn-preview-page,.btn-join-our-team,.btn-visit-team-page,.btn-preview-my-page,.midshare-fb,.midshare-tw,.midshare-email,.share-your-page,.support-links span,.btn-star,.btn-tiny-fb,.btn-tiny-tw,.g-plusone,.btn-add-me,.btn-remove,.btn-edit-table,.btn-make-a-self-donation,.btn-donate-member-list,.btn-edit-member,.national-partner,.sn-start-a-new-company-team,.sn-join-a-company-team,.sn-tools-for-success,.sn-company-website,.sn-top-10-teams,.sn-top-10-participants,.sn-membership-levels-and-recognition-benefits,.sn-other-ways-to-get-involved,.btn-start-a-team,.btn-join-a-team,.find,.find-a-participant h3,.find-a-team h3,.resources-center,.sn-where-to-start,.sn-get-social,.sn-use-our-materials,.sn-branch-out,.sn-forms,.sn-acbl-materials,.btn-link,.team-captain-kit span,.training-guide span,.ten-signs-of-alzheimers span,.fb-icon span,.tw-icon span,.pin-icon span,.fb-lg-icon span,.tw-lg-icon span,.li-lg-icon span,.gp-lg-icon span,.tr-lg-icon span,.facebook-profile-images span,.facebook-cover-images span,.twitter-backgrounds span,.pinterest-images span,.tld-app-usage-faqs span,.dbldownarrows span,.btn-fb-connect,.btn-tw-connect,.btn-tr-connect,.btn-in-connect,.logo-usage-guide span,.tld-logo-color span,.tld-logo-bw span,.poster span,.postcard span,.flyer span,.fb-profile-images span,.fb-cover-images span,.tw-backgrounds span,.collection-jar-wrapper span,.business-card span,.pin-ups span,.acbl-materials-one span,.acbl-materials-two span,.btn-learn-more,.doc-icon span,.image-icon span,.aside .join,#registered-new-label i,#registered-returning-label i,#registered-notsure-label i,.btn-visit-our-blog,.btn-process{
	background:transparent url("sprite_full_hcps.png") no-repeat;

*/


.top-share{
	width:64px;
	height:196px; /*158px; 269px;*/
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow:hidden;
	background-position:-944px 0px; /* -964px 0px; */
	position:absolute;
	top:355px;
	margin-left: 738px;
	z-index:1;
	white-space: nowrap;
	direction: ltr;
}

.top-share li{
	display:block;
	float:none;
	text-indent:0;
	padding: 0px;
	/* margin: 0px; */
	margin-left:10px;
	direction: ltr;
	text-align: left;
}

.fb-share-btn{
	width:46px;
	height:40px;
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow:hidden;
	background-position:-954px -37px; /*-974px -27px;*/
	margin:36px 0 0 0px; /*26px 0 0 10px;*/
}
.fb_link,
.twitter_link {

}
.tw-share-btn{
	width:46px;
	height:20px;
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow:hidden;
	background-position:-954px -77px; /* -954px -60px;*/
	margin:0px 0 0 0px;

}
.gp-share-btn{
	width:27px;
	height:37px;
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow: hidden;
	background: url('/dementia/images/logo-gplus.gif') 0px 0px  no-repeat;
	margin:0px 0 0 0px;
	margin-left: auto;
	margin-right: auto;
}
a:hover.gp-share-btn{
	background: url('/dementia/images/logo-gplus-over.gif') 0px 0px  no-repeat;
}
.email-share-btn{
	width:46px;
	height:40px;
	display:block;
	text-indent:-99999px;
	white-space:nowrap;
	overflow:hidden;
	background-position:-954px -150px; /*-954px -131px; */
	margin:0px;
}

/**/
.content .right {
	line-height: 20px;
}
.content .right p{
	margin: 0px;
	margin-bottom: 20px;
}
/*callouts*/
.content .right .calloutCopyWithTitle,
.content .right .calloutPix,
.content .right .calloutCopyPix,
.content .right .calloutCopy,
.content .right .youtube{
	background: #007fb2;
	padding: 11px 25px 11px 11px;
	margin-bottom: 20px;
}
.content .right .youtube{
	width: 640px;
	height: 340px;
	padding: 10px 4px 10px 10px;
	margin-left: 17px; /* 17px;*/
	margin-bottom: 20px;
}
.content .right .calloutCopyWithTitle,
.content .right .calloutCopy {
	float: right;
	width: 257px;
	height: auto;
	border: 8px solid #007fb2;
	border-right: 18px solid #007fb2;
	background-color: #FFF;
	margin-right: -28px;
	margin-left: 10px;
	font-size: 18px;
	font-size: 16px;
	line-height: 24px;
}
.content .right .calloutCopy{
	width: 273px;
	padding: 11px 20px 11px 11px;
	color: #797979;
	color: #191919;
	color: #333333;
	border: 8px solid #007fb2;
	border-right: 18px solid #007fb2;

}

.content .right .calloutCopyPix{
	float: right;
	width: 293px;
	height: auto;
	margin-right: -28px;
	margin-left: 7px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	border: 0px;
}
.content .right .calloutCopyPix img{
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: -11px;
	margin-top: -10px;
}
.content .right .calloutCopyPix p{
	margin-top: 10px;

}
.content .right .calloutCopyPix em{
	font-size: 14px;
	line-height:20px!important;
}
.content .right .calloutCopyWithTitle a,
.content .right .calloutCopy a,
.content .right .calloutPix a,
.content .right .calloutCopyPix a{
	text-decoration: underline;
}
.content .right .calloutCopyWithTitle a:hover,
.content .right .calloutCopy a:hover,
.content .right .calloutPix a:hover,
.content .right .calloutCopyPix a:hover{
	text-decoration: none;
}
.content .right .calloutPix{
	width: 295px;
	height: auto;
	border: 0px;
	float: right;
	margin-right: -28px;
	margin-left: 10px;
}

.content .right .calloutCopyWithTitle{
	font-size: 14px;
}
.content .right .calloutCopyWithTitle.long{
	width: 600px;
}
.content .right .calloutCopyWithTitle h2{
	margin: 0px;
	color: #007fb2;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	padding-top: 0px;
}

/* tips box */


.content .right .tipsBox{
	background: url('/dementia/images/bg-blue.gif') 0px 0px repeat-x #fff;
	width: 635px;
	float: left;
	padding: 18px 16px;
	margin-bottom: 20px;
}
.content .right .tipsBox h2{
	font-family: 'Playfair Display', serif; /* EDGAR'S ORIGINAL SPEC font-family: 'Playfair Display', serif;*/
	font-size: 26px;  /* font-size: 22px;    EDGAR'S ORIGINAL SPEC font-size: 19px; */
	margin-top: -10px; /* wendi added in 8/16/13 */
	line-height: 30px; /* wendi added 8/16/13 */
	font-weight: 700;
	border: 0px;
	color: #007fb2;
}
html body div.body div.content div.right div.tipsBox h2 span{
	font-size: 18px;
	font-weight: bold;
	color:#252525;
}
.content .right .tipsBox ol li,
.content .right .tipsBox ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 20px;
}
.content .right .tipsBox ol li{
	padding: 0px 0px 0px 40px;
	margin-bottom: 20px; /* EDGAR ORIGINAL SPECS margin-bottom: 5px; */
	background-position: 0px 5px;
	background-repeat: no-repeat;
	min-height: 40px;
}
.content .right .tipsBox ol li.ol1{
	background-image: url('/dementia/images/ol1.png');
}
.content .right .tipsBox ol li.ol2{
	background-image: url('/dementia/images/ol2.png');
}
.content .right .tipsBox ol li.ol3{
	background-image: url('/dementia/images/ol3.png');
}
.content .right .tipsBox ol li.ol4{
	background-image: url('/dementia/images/ol4.png');
}
.content .right .tipsBox ol li.ol5{
	background-image: url('/dementia/images/ol5.png');
}
.content .right .tipsBox ol li.ol6{
	background-image: url('/dementia/images/ol6.png');
}
.content .right .tipsBox ol li.ol7{
	background-image: url('/dementia/images/ol7.png');
}
.content .right .tipsBox ol li.ol8{
	background-image: url('/dementia/images/ol8.png');
}
.content .right .tipsBox ol li.ol9{
	background-image: url('/dementia/images/ol9.png');
}
.content .right .tipsBox ol li:last-child{
	padding: 0px 0px 0px 40px;
}

/* tips box end */


.content .right .inTextCallout{
	padding: 20px;
	padding-top: 30px;
	/*background-color: #f5efde;
	background-color: #e4f3d9;
	background-color: #fffa9a;*/
	background: url('/dementia/images/bg-intextcallout.gif') 0px -10px repeat-x ;
	margin-bottom: 20px;
}
.content .right .inTextCallout h2{
	border: 0px;
	margin-bottom: 0px;
}
.content .right .inTextCallout ul{
	margin-left: 27px;
}
.content .right .inTextCallout ul,
.content .right .inTextCallout ul li{

}
.content .right .inTextCallout ul li{
}
.content .right .inTextCallout img{
	float: right;
	margin-top: -20px;
	margin-left: 10px;
	margin-bottom: 10px;
}





/**/
.content .right ul.columns2 li,
.content .right .columns2{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content .right .columns2{
	width: 636px;
	background: #fff;
	border: 1px solid #007fb2;
	margin-left: 10px;
	margin-bottom: 30px;
	float: right;
	background-color: #f2f8fb;
}

.content .right .columns2 .a, .content .right .columns2 .b{
	margin: 0px;
	float: left;
	width: 297px;
	padding: 10px;
	border-top: 1px solid #007fb2;
}
.content .right .columns2 .a{
	font-size: 17px;
	text-align: center;
	padding-top: 22px;
}
.content .right .columns2 .a.title, .content .right .columns2 .b.title{
	color: #007fb2;
	color: #fff;
	font-size: 18px;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	padding: 10px;
	background-color: #cce5f0;
	background-color: #007fb2;
	background-color: #7fbfd8;
	text-align: center;
}
.content .right .columns2 .a.lightBlue, .content .right .columns2 .b.lightBlue{
	background-color: #e5f2f7;
}


.content .right .columns2 .b.title,
.content .right .columns2 .b{
	border-left: 1px solid #007fb2;
	width: 298px;
}
.content .right .columns2 li:last-child{
	clear: all;
	width: auto;
}
.content .right .columns2 .titleTop{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	width: 636px;
	padding: 20px 0px;
	background-color: #00445f;
	background-color: #007fb2;
	color: #fff;
}
/**/


/* 4column medication chart on Treatments and Research */

.content .right ul.columns4{
	width: 636px;
	border-right: 1px solid #007fb2;
}
.content .right ul.columns4 li,
.content .right .columns4{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.content .right .columns4 li{
	margin: 0px;
	float: left;
	width: 147px;
	padding: 7px 7px 7px 4px!important;
	border-bottom: 1px solid #007fb2;
	border-left: 1px solid #007fb2;
	height: 85px;
	background-color:#f2f8fb;
}

/* wendi added to get title for meds chart 8/20/13 */
.content .right .columns4 .titleHead{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	width: 624px;
	height: 50px;
	padding: 20px 0px;
	line-height:48px;
	margin:0 auto;
	background-color: #007fb2;
	color: #fff
}
/* wendi end */


.content .right .columns4 .title{
	color: #fff;
	background-color:#7fbfd8;
	line-height: 20px; /* originally 20 px; */
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	height: 45px; /* originally 45px; */
	padding-top: 10px!important; /* originally 15px!important; */



}
/*.content .right .columns4 li:last-child{
	clear: all;
	width: auto;
	border: 0px;
}
*/

/* 4 columns end */



.content .right h2{
	border-bottom: 1px solid #555;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	margin-bottom: 13px;
}
.content .right h2 a{
	font-size: 14px;
	font-weight: normal;
	float: right;
	text-decoration: underline;
}
.content .right h2 a:hover{
	text-decoration: none;
}

.content .right ul, .content .right ul li{
	margin: 0px;
	padding: 0px;
}
.content .right ul{
	margin-left: 17px;
	margin-bottom: 20px;
}
.content .right ul li{
	padding: 0px 0px 10px 0px;
}
.content .right ul li:last-child{
	padding: 0px;
}

/**/
.content .right .topPic{
	float: right;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 180px;
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.content .right a.arrow:before{
	content: "> ";
}
.content .right ol li,
.content .right ol{
	margin: 0px;
	padding: 0px;
}
.content .right ol{
	margin-left: 23px;
	margin-bottom: 20px;
}
.content .right ol li{
	padding: 0px 0px 5px 0px;
}
.content .right ol li:last-child{
	padding: 0px;
}
/**/

/* wendi numbed - this is edgars solution to bolded numbers in an ol 8/29/13 
.content .right ol.boldlist {
    counter-reset: my-badass-counter;
    list-style: none;
}
.content .right ol.boldlist li:before {
    content: counter(my-badass-counter, decimal);
    counter-increment: my-badass-counter;
    margin-right: 9px;
    font-weight: bold;
}

.content .right ol.boldlist li{
	font-weight: normal;
	text-indent: -20px;
}

*/

.content .right .weCanHelpBottom{
	width: auto;
	height: 195px;
	display: none;
}
.content .right .weCanHelpBottom h2{
	border-bottom: 0px;
	min-width: 200px;
}
.content .right .weCanHelpBottom ul li{
	clear: none;
}

.content .right .weCanHelpBottom .purpleBar{
	background-color: #65378e;
	width: 20px;
	height: inherit;
	float: left;
	margin-right: 17px;
}
.content .right .weCanHelpBottom h2{
	float: left;
	background: url(/dementia/images/logo-alz.gif) 0px 4px no-repeat;
	padding:10px 0px 6px 40px;
	color: #65378e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	width: 560px;
}
.content .right .weCanHelpBottom ul, .content .right .weCanHelpBottom ul li{
	margin: 0px;
	padding: 0px;
	background: transparent;
	list-syle-type: none!important;
}
.content .right .weCanHelpBottom ul{

	clear: right;
}
.content .right .weCanHelpBottom ul li{
	min-height: auto;
	padding: 0px 0px 6px 25px;
	width: 500px;
	float: left;
	background: url('/dementia/images/scrollbox-arrow.gif') 0px 5px no-repeat;
	margin-bottom: 10px;
	list-style: none;
}
.content .right .weCanHelpBottom ul li a{
	text-decoration: underline;
}
.content .right .weCanHelpBottom ul li a:hover{
	text-decoration: none;
}

.content .right p.nextPage{
	font-weight: bold;
	color: #007fb2;
	float: right;
}
.content .right p.nextPage a{
	text-decoration: underline;
}
.content .right p.nextPage a:hover{
	text-decoration: none;
}
.content .right p.nextPage:after{
	content: " >>";
}



/* wendi added 8/22/13 right workshops call outs */

.content .right .calloutCopyWithTitleWrkshops,
.content .right .calloutPixWrkshops,
.content .right .calloutCopyPixWrkshops,
.content .right .calloutCopyWrkshops{

	padding: 0px 0px 11px 0px;
	margin-bottom: 20px;
	margin-right: -28px;
	float: right;
	width: 320px;
	height: auto;
	border: 0px solid #333;
	border-top: 0px solid #333;
	border-bottom: 10px solid #fdb913;

	background: url('/dementia/images/workshops_couple.jpg') 0px 42px no-repeat;
	background-color: #FFF;
	font-size: 14px;
	font-size: 12px;
	line-height: 24px;

}



.content .right .calloutCopyPixWrkshops p{
	margin-top: 10px;
}
.content .right .calloutCopyPixWrkshops em{
	font-size: 14px;
	line-height:20px!important;
}
.content .right .calloutCopyWithTitleWrkshops a,
.content .right .calloutCopWrkshopsy a,
.content .right .calloutPixWrkshops a,
.content .right .calloutCopyPixWrkshops a{
	text-decoration: underline;
}
.content .right .calloutCopyWithTitleWrkshops a:hover,
.content .right .calloutCopyWrkshops a:hover,
.content .right .calloutPixWrkshops a:hover,
.content .right .calloutCopyPixWrkshops a:hover{
	text-decoration: none;
}
.content .right .calloutPixWrkshops{
	width: 295px;
	height: auto;
	border: 0px;
	float: right;
	margin-right: -28px;
	margin-left: 10px;
}

.content .right .calloutCopyWithTitleWrkshops{
	font-size: 14px;
}
.content .right .calloutCopyWithTitleWrkshops.long{
	width: 600px;
}
.content .right .calloutCopyWithTitleWrkshops h2{
	margin-left:0px;
	color: #333;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	border: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color:#fdb913;
	height:auto;
}

/* wendi end 8/22/13 */

/* wendi added 8/23/13 */

.pdficon {
background:url(../images/pdf.gif) no-repeat 0px .1em;
margin-right:15px;
margin-left:0px;
line-height:22px;
}

/* wendi end */

/* wendi this is style for the zip code boxes on righthand side of pages - "take action" and "programs and support" */

.searchright {
	font-style:italic;
	color:#969696;

}
/* wendi end */

/* wendi added for boldlist on tips for daily life 8/29/13 */

.boldlist ol { font-weight: bold; }
.boldlist li { font-weight: normal;}


/*wendi end */



/* wendi added Survey style */
#takeSurvey h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#65378e;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:4px;
}

#takeSurvey p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	margin-left:20px;
	margin-top:10px;
}
/* wendi end */


/* wendi added for scrolling survey that appears above We Can Help in left nav */

#scrollbox h3{
	float: left;
	/*background: url(/dementia/images/logo-alz.gif) 0px 4px no-repeat;*/
	padding:10px 20px 6px 0px;
	color: #65378e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	width: 213px;
	width: 193px;
}

/* wendi end */



