/* CSS Document */

/* ---------- Color Style Used in CSS ----------
Title Bar Desc:        #2C5FAA  Arial 18 Bold
Lt Blue for text:      #416CA6
Dk Blue for text:      #2C5FAA
Background footer:     #6F95C6
Yellow Background:     #F9F5D4
Orange:                #FFAB38 
Dark Blue Background:  #2F4F80
Light Blue Background: #426492
------------------------------------------------ */
/* --------------- presentation style for the index page --------------- */

/* ----- presentation styles for main content description in index page ----- */

#tabsJ {
	background:url(../images/navback.jpg) no-repeat left top;
}
#banner {
	width:860px;
	height:264px;
	float:left;
	clear:left;
	background:url('../images/audreys-angels-banner.jpg') no-repeat left top;
}
#pgtitle {
	width:860px;
	height:41px;
	/*float:left;*/
	clear:left;
	background:url(../images/pgtitle.jpg) no-repeat left top;
}
#content {
	width:860px;
	height:auto !important;
	float:left;
	clear:left;
	font: normal 12px/1.3em Arial;
	color:#262626;
	padding:0px 0 0 0px;
	margin: 0 0 0 0;
}
#content p {
	padding: .2em 0 0 2em;
}
#content img {
	margin: 1.5em 0 .2em 0;
}
#donateNow {
	display:block;
	width:210px;
	margin: -10px 0 15px 600px;
	padding:10px;
}
#donateNow p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #2F4F80;
	margin: 0;
	padding: 0 1em;
	text-align: center;
}
#photoShow {
	position:relative;
	height:161px;
	width:332px;
	margin: 47px 0 0 435px;
}
#photoShow div {
	position:absolute;
	z-index: 0;
}
#photoShow div.previous {
	z-index: 1;
}
#photoShow div.current {
	z-index: 2;
}
#photoShow img {
	border: none;
}

