/*============================================================
				      Layout CSS
============================================================*/

body {
height: 100%;
margin: 0;
padding: 0;
overflow-y: auto;
background: #000000 url(images/background2.jpg) no-repeat;
}

.border {
	border: 20px solid #FFFFFF;
}

.bottomline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}



/*============================================================
				  Subhead Style
============================================================*/

.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A97C41;
	font-weight: bold;
}

.subhead2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}




/*============================================================
				  Copy/ Text Elements
============================================================*/

.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #000000;
}

.copyContact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 23px;
	color: #000000;
	padding-top: 30px;
}

.callout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	color: #000000;
	font-style: italic;
}

.copyPremiere {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

.resources {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

/*===== Any copy that is quoted =====*/
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	line-height: 18px;
	color: #000000;
	font-style: italic;
}

/*===== The source of any copy that is quoted ======*/
.quotesrc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	line-height: 12px;
	color: #000000;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	line-height: 2em;
}

.copyThumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}




/*============================================================
				 Anchor (Link) Elements
============================================================*/

/*====== This sets attributes for links within copy/other text areas ======*/
a.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

a.copy:hover {
	text-decoration: none;
	color:#000000;
	text-decoration: underline;
}


a.callout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}


/*======= Music link ======*/
a.copyMusic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #A97C41;
	line-height: 20px;
	text-decoration: none;
}

a.copyMusic:hover {
	text-decoration: none;
	color:#A97C41;
	text-decoration: underline;
}


/*======= Resources Links on ABout Alzheimers ======*/
a.resources {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}

a.resources:visited{
	color: #A97C41;
	text-decoration: underline;
}

a.resources:hover {
	text-decoration: none;
	color:#000000;
	text-decoration: underline;
}

/*======= Thumbnail Links on Pressroom ======*/
a.copyThunb { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}



/*====== Link attributes for a pdf/ other file ======*/

a.pdflink { 
	display: block; 
	margin: 10px 0px; 
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a.pdflink:hover {
	text-decoration: none;
	color:#999999;
	text-decoration: underline;
}

a.copyPR {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
}

a.copyPR:hover {
	text-decoration: none;
	color:#A97C41;
	text-decoration: underline;
}


/*====== Link attributes for Contact Page ======*/

a.copyContact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 23px;
	color: #A97C41;
	text-decoration: none;
}

a.copyContact:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 23px;
	color: #A97C41;
	text-decoration: underline;
}




/*============================================================
				     Image Styles
============================================================*/

/*====== Puts Border Around an Image ======*/
.imgborder {
	border: 1px solid #cccccc;
}



/*====== Image placement properties on About Alzheimers page ======*/

#imgRightAlz {
	float: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 18px;
}

#imgLeftAlz {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}



/*====== Image placement property for Index page ======*/

#imgIndex {
	float: right;
	padding-top: 41px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 50px;
}



/*====== Image placement properties for rest of site ======*/

#imgRight {
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 18px;
}

#imgLeft {
	float: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.imgLeft span { display: block; margin: 10px 0px; }



/*====== Attributes for Pressroom thumbnails ======*/

#contentThumb {
	width: 270px;
	height: 115px;
}

#imgThumb {
	float: left;
	padding: 3px 12px 0px 0px;

}

#imgPress {
	float: left;
	padding: 2px 20px 5px 0px;
}

/*====== Attributes for Music thumbnail ======*/
#imgMusic {
	float: left;
	padding: 2px 20px 5px 0px;
	
}
