section, body, html, p, h1, h2, h3, h4, h5, div, header, ol, ul, li, a, hr{
	margin: 0px;	
	padding: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	color:#3e3e3e;
}
.alzheimers{
	display: none;
}
.shadow{
	-moz-box-shadow:    0px 1px 4px 2px #bbb;
	-webkit-box-shadow: 0px 1px 4px 2px #bbb;
	box-shadow:         0px 1px 4px 2px #bbb;	
}

body{
	background-color: #efe8f4;
	background-image: url(../images/bg-international.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 13px;
	color:#3e3e3e;
}
header{
	background-image: url(../images/alz-logo-white.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 273px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	height: 74px;
}
header h1{
	display: none;	
}
#globalEpidemic h2,
#globalEpidemic ul, #globalEpidemic ul li{
	display: none;	
}
#globalEpidemic{
	background-image: url(../images/globalepidemic.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1024px;
	height: 318px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-right: 1px solid #acacac;
	border-left: 1px solid #acacac;
}
#globalResources{
	padding: 20px 324px 40px 22px;
	width: 678px;
	height: auto;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #acacac;
	border-top: 0px;
}
#globalResources h2{
	color: #8b3bad;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#globalResources h4{
	color: #7e23a4;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
#globalResources h3{
	font-size: 15px; 
	font-weight: bold;
	margin-bottom: 20px;
}
#globalResources p{
	margin-bottom: 20px;	
}
#globalResources ul,
#globalResources ol{
	margin-left: 15px;
	margin-bottom: 20px;
}

#globalResources ul li,
#globalResources ol li{
		
}
/*COLUMNS*/
#globalResources #selectACountry ul li,
#globalResources #selectALanguage ul li{
	margin-bottom: 7px;
}
#globalResources #selectACountry ul{
	list-style: none;
	margin-left: 0;
}
#globalResources #selectALanguage,
#globalResources #selectACountry{
	float: left; 
	width: 310px;
	height: auto;
}
#globalResources #selectALanguage a,
#globalResources #selectACountry a{
	color: #00539b;	
	text-decoration: underline;	
}
#globalResources #selectALanguage a:hover,
#globalResources #selectACountry a:hover{
	text-decoration: none;
}
#globalResources #selectACountry ul#alzSupportCountries li {
	vertical-align: middle;
	display: block;
	clear: both;
	height: 21px;
}
#globalResources #selectACountry ul#alzSupportCountries li a{
	float: left;	
}
#globalResources #selectACountry ul#alzSupportCountries li a.link{
	margin-top: 2px;	
	margin-left: 8px;
}
#globalResources #selectALanguage ul#alzLanguageSupport{
	list-style: none;
	margin-left: 0px;
}

/*ASIDE - COLUMN*/
aside{
	width: 274px;
	
	position: absolute;
	top: 440px;
	margin-left: 728px;
	
}
aside .alzBox{
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f8f1ff;
	width: 254px;
	padding: 112px 0px 20px;
	margin-bottom: 25px;
	/*SHADOW*/
	-moz-box-shadow:    0px 1px 4px 2px #bbb;
	-webkit-box-shadow: 0px 1px 4px 2px #bbb;
	box-shadow:         0px 1px 4px 2px #bbb;
	
	
}
aside .alzBox h2{
	color: #8b3bad;	
	font-weight: bold;
	font-size: 18px;
}
aside .alzBox h2,
aside .alzBox p{
	margin-left: 18px;
	width: 232px;
}
aside .alzBox p{
	margin-bottoM: 13px;	
}
aside #fiftyNinePercent.alzBox{
	background-image: url(../images/59percent-believe-alz-typical-aging.jpg);	
}
aside #howAlzAffectsBrain.alzBox{
	background-image: url(../images/how-alz-affects-the-brain.jpg);
}
aside .alzBox hr{
	background-color: #8b3bad;
	color: #8b3bad;
	width: auto;
	height: 1px;
	margin-bottom: 10px;
}

aside .alzBox a.callOutBttn{
	/*ROUNDED CORNERS*/
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	/*SHADOWS*/
	-moz-box-shadow:    0px 1px 4px 2px #bbb;
	-webkit-box-shadow: 0px 1px 4px 2px #bbb;
	box-shadow:         0px 1px 4px 2px #bbb;
	/**/
	font-size: 15px; 
	background-color: #8b3bad;
	color: #fff;
	width: 152px;
	line-height; 15px;
	height: 24px;
	display: block;
	padding: 12px 34px 5px 20px;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-position:176px 50%;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	
}
aside .alzBox a.callOutBttn:hover{
	background-color: #fff;
	background-image: url(../images/arrow-over.png);
	color: #8b3bad;
	
}


/* FOOTER*/
footer{
	width: 100%;
	background: #65378e;
	min-height: 190px;
	margin-top: 30px;
	color: #d6d6d6;
	padding: 20px 0px 10px;
	font-size: 12px;
}
footer p{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: #d6d6d6;
	margin-bottom: 20px;
}
footer a{
	color: #d6d6d6;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
footer sup{
	font-size: 9px;	
}









