/* J.A.F.F.S. Main Stylesheet */

*:-moz-any-link:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

html{
	margin: 0px; padding: 0px;
	background:  #e3e7e6;
	height: 100%;
}

body{
	margin: 0px auto; padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	color: #2e2f33;
	background: transparent url(../images/mainBG.jpg) top center repeat-x;
	height: 100%;
}

h1{margin: 0px; padding: 0px;}

h2{
	font-weight: bold; font-size: 18px;
	margin: 18px 0px 0px 0px; padding: 0px;
	clear: both;
}
	h2.homeHeading{margin: 0px; padding: 0px;}
	
h3{
	margin: 0px; padding: 10px 0px 0px 0px;
	font-weight: bold; font-size: 15px;
}

h4{
	margin: 0px; padding: 12px 0px 4px 0px;
	font-weight: bold; font-size: 14px; color: #1475ac;
}

em{width: 99%; display: block;}
em.disclaimer{font-size: 11px; color: #126DA0;}

a{color: #126da0; font-weight: bold;}

.pageContainer{
	position: relative;
	min-height: 100%;
	margin: 0px auto;
	width: 966px;
	background:  #e3e7e6 url(../images/contentBG.jpg) center repeat-y;
}

* html .pageContainer{
	height: 100%;
}

.clear{
	margin: 0px; padding: 0px;
	line-height: 1px; display: block;
	clear: both; text-indent: -5000px;
	width: 1px; height: 1px;
}

/* ---HEADER--- */
.head{
	background: url(../images/headBG.jpg) 0px 0px no-repeat;
	width: 966px; padding: 224px 0px 0px 0px;
}
#mainNav{
	margin: 0px; padding: 0px;
	list-style: none; overflow: hidden; height: 41px;
}
	#mainNav li{
		float: left;
	}
	#mainNav li a{
		display: block;
		height: 41px;
		text-indent: -5000px;
	}
		#mainNav li.homeButn a{background: url(../images/mainNav.jpg) 0px 0px; width: 175px;}
			#mainNav li.homeButn a:hover, #mainNav.homeActive li.homeButn a{background: url(../images/mainNav.jpg) 0px -41px; width: 175px;}
		#mainNav li.aboutButn a{background: url(../images/mainNav.jpg) -175px 0px; width: 165px;}
			#mainNav li.aboutButn a:hover, #mainNav.aboutActive li.aboutButn a{background: url(../images/mainNav.jpg) -175px -41px; width: 165px;}
		#mainNav li.donateButn a{background: url(../images/mainNav.jpg) -340px 0px; width: 168px;}
			#mainNav li.donateButn a:hover, #mainNav.donateActive li.donateButn a{background: url(../images/mainNav.jpg) -340px -41px; width: 168px;}
		#mainNav li.applyButn a{background: url(../images/mainNav.jpg) -508px 0px; width: 290px;}
			#mainNav li.applyButn a:hover, #mainNav.applyActive li.applyButn a{background: url(../images/mainNav.jpg) -508px -41px; width: 290px;}
		#mainNav li.fundraiserButn a{background: url(../images/mainNav.jpg) -798px 0px; width: 168px;}
			#mainNav li.fundraiserButn a:hover, #mainNav.fundraiserActive li.fundraiserButn a{background: url(../images/mainNav.jpg) -798px -41px; width: 168px;}


/* ---CONTENT--- */
.contentMain{
	background:  #e3e7e6 url(../images/contentBG.jpg) center repeat-y;
	padding: 0px 0px 94px 0px;
	text-align: left; clear: both;
}

.content{
	padding: 0px 14px 0px 16px;
}
.content p{
	margin: 0px; padding: 4px 0px;
	text-align: justify; line-height: 17px;
}

.content ol{
	text-align: justify;
	list-style-position: outside;
	margin: 0px 0px 0px 22px; padding: 0px;
}
	.content ol ol{list-style: lower-alpha; margin: 0px 0px 0px 42px;}
	.content ol li{
		line-height: 17px; margin: 0px 0px 9px 0px;
	}

.quote, .poem{
	padding: 6px; position: relative;
	background: #d4d4d4; border: 1px solid #9ea0a7;
}
	.quote p{font-style: italic; width: 99.5%;}
	.quote p, .poem p{font-size: 11px;}
	.quote p.quoteSrc{text-align: right; font-style: normal;}
	
	.poem{float: right; margin: 0px 0px 0px 10px;}
	.poem h2, .quote h2{margin: 0px; padding: 0px;}
	
	.scholarshipQuote{
		float: left;
		width: 468px;
		padding: 14px 17px;
	}
	
.scholarshipWinner{
	float: left;
	width: 400px;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #c8e2f0;
	border: 1px solid #a1bece;
	font-size: 11px;
	text-align: center;
}
	.scholarshipWinner img{border: 1px solid #7d949f; margin: 0px auto;}
	.content .scholarshipWinner p{text-align: center;}

.buttonSet{
	padding: 3px 5px; margin: 0px 0px 0px 6px;
	background: #d4d4d4; border: 1px solid #9ea0a7;
	float: right; width: 264px;
}
	.buttonSet h4{
		margin: 0px; padding: 0px;
		font-size: 12px; text-align: center;
	}
	.buttonSet a{
		display: block; width: 264px;
		text-align: center;
		background: url(../images/buttonLinkBG.jpg) 0px 0px no-repeat;
		color: #ffffff; font-weight: bold; font-size: 11px;
		text-decoration: none; font-family: Georgia, "Times New Roman", Times, serif;
		margin: 2px 0px; padding: 13px 0px 12px 0px;
	}
		.buttonSet a:hover{background: url(../images/buttonLinkBG.jpg) 0px -39px no-repeat;}
		.buttonSet a.buttonLong{
			padding: 6px 0px 5px 0px;
		}
	
ul.bulletList{list-style: none; padding: 4px 0px; margin: 0px; position: relative;}
	ul.bulletList li{
		padding: 0px 0px 0px 18px; margin: 3px 0px;
		background: url(../images/arrowBlue.jpg) 0px 6px no-repeat;
	}

.bioPic{margin: 0px 8px 0px 0px; float: left;}

.homeLeft{
	width: 627px; float: left;
}
	.homeLeftSet{
		padding: 0px 0px 25px 4px;
	}
		.homeBottom{
			padding: 25px 0px 0px 4px;
			border-top: 1px solid #c3c5cb;
		}
.homeRight{
	width: 299px;
	margin: 0px 0px 0px 10px;
	float: left;
}
	.homeRight p{
		margin: 0px; padding: 0px;
	}
	.homeRight p a{
		display: block; width: 299px;
		text-indent: -5000px;
	}
		.homeRight p.butnDonate a{height: 122px; background: url(../images/butn-Donate.jpg) 0px 0px no-repeat;}
		.homeRight p.butnApply a{height: 122px; background: url(../images/butn-Apply.jpg) 0px 0px no-repeat;}
		.homeRight p.butnFundraisers a{height: 119px; background: url(../images/butn-Fundraisers.jpg) 0px 0px no-repeat;}
		
#movieController{
	text-align: center; padding: 4px 0px 0px 0px;
}
	#movieController h2{width: 400px; margin: 0px auto;}

/* ---FOOTER--- */
.footer{
	position: relative;
	margin: -6.5em auto 0 auto;
	background: url(../images/footerBG.jpg) 0px 0px;
	width: 966px; height: 84px; clear: both;
}
* html .footer{
	/* A CSS hack that only applies to IE -- specifies a different height for the footer */
	margin-top: -6.5em;
}
	.footer p{
		text-align: right; font-size: 11px;
		color: #ffffff;
		margin: 0px; padding: 6px;
	}
	.footer a{color: #ffffff;}
	.footer a:hover{color: #126DA0;}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2.homeHeading {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
}


.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
}

.sIFR-hasFlash .quote h2{
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 16px;
}


