@charset "UTF-8";
/* CSS Document */

/* START CSS Reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; text-align: left; }

img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }

a:link { border:none; text-decoration:none; }
a:visited { border:none; text-decoration:none; }
a:hover { border:none; text-decoration:none; }
a:active { border:none; text-decoration:none; }

/* END CSS Reset */

a:link { color: #360; }
a:visited { color: #360; }
a:hover { color: #696; }
a:active { color: #060; }

p a:link { color: #000; }
p a:visited { color: #000; }
p a:hover { color: #696; text-decoration:underline; }
p a:active { color: #060; }


.copyright a:link { color: #696; }
.copyright a:visited { color: #696; }
.copyright a:hover { color: #6C6; }
.copyright a:active { color: #696; }


/* font-size: 62.5%; sets base font size to 10px so 1em=10px 150%=15px 200%=20px 3em=30px */
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 62.5%;
	background-color: #8fad66;
	margin-right: auto;
	margin-left: auto;
}

#broccoliBkgd { 
	background-image: url(BKGD_BroccoliFLATv3.jpg); 
	background-repeat: repeat;
	background-attachment: fixed;
}

h1, h2, h3 {
	font-family:"Gill Sans Extra Bold", "Arial Black", sans-serif;
	line-height: 1em;
	margin-bottom: 0.25em;
	margin-top: 0em;
	color: #360;
	letter-spacing: -1px;
	word-spacing: -2px;
}

h4 {
	font-family:"Gill Sans Bold", "Arial Bold", sans-serif;
	line-height: 1.1em;
	color: #360;
	margin-bottom: 0.5em;
	margin-top: 0em;
	letter-spacing: 0px;
	word-spacing: -1px;
}

/* h5 & h6 are used for nav column links */
h5, h6 {
	font-family:"Gill Sans Bold", "Arial Bold", sans-serif;
	color: #360;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	letter-spacing: 0px;
	word-spacing: -1px;
}

h1 {font-size:3em;}
h2 {font-size:2.5em;}
h3 {font-size:2em;}
h4 {font-size:1.8em;}
h5 {font-size:1.6em;}
h6 {font-size:1.4em;}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	color: #360;
	margin-bottom:0.8em;
	margin-top:.2em;
}

.centeredPage {
	position: relative;
	width: 1024px;
	height:auto;
	margin-left: auto;
	top: 20px;
	margin-right: auto;
	background-color:#FFFFCC;
	bottom: 50px;
}

#container {
	height: 1800px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerH2000 {
	height: 2000px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerH2250 {
	height: 2250px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerH2500 {
	height: 2500px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerH2750 {
	height: 2750px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerH3000 {
	height: 3000px;
	background-image: url(HP_BkgdRep.jpg);
	background-repeat: repeat-y;
}

#containerGhost {
	width: 1024px; 
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	height: 768px;
	background-image: url(yelGhostBkgd4.jpg);
	z-index: 1;
	position: relative;	
}

#containerYellow {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Bkgd_Yellow.jpg);
	z-index: 1;
	position: relative;
	height: 768px;
}

#containerContactUs {
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Bkgd_HP.jpg);
	z-index: 1;
	position: relative;
	height: 768px;
	margin-bottom: 10px;
}

#containerContact {
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Bkgd_HP.jpg);
	z-index: 1;
	position: relative;
	height: 1000px;
	margin-bottom: 10px;
}

#containerMovie {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Bkgd_HP.jpg);
	z-index: 1;
	position: relative;
	height: 768px;
}

#containerTop {
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(HP_BkgdTop.jpg);
	background-repeat: no-repeat;
	height: 400px;
	z-index: 2;
	position: absolute;
	top: auto;
}

#containerPg2Top {
	width: 1024px;
	height: 275px;
	z-index: 2;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Top.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#containerPg2TopH250 {
	width: 1024px;
	height: 250px;
	z-index: 1;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_TopH250.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#containerPg2 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 3400px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h750 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 750px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1200 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1200px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}
#containerPg2h1250 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1250px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1350 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1350px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1500 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1500px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1700 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1700px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1800 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1800px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h1900 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1900px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h2000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h2250 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2250px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h2500 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2500px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h3000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 3000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#containerPg2h3600 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 3600px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h4200 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 4200px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h4500 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 4500px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h5000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 5000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h8000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 8000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h9000 {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 9000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2Client {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2700px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#containerPg2Donate {
	top: 20px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2100px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}

#containerPg2h13000 {
	top: 20px;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 13000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#containerPg2Volunteer {
	top: 20px;
	width: 1024px;
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left;
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 1750px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#containerPg2Classes {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2200px;
	padding-bottom: 20px;
}


#containerPg2VolunteerTeens {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2000px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#containerPg2VolunteerAdults {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Pg2Bkgd_Rep.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	height: 2500px;
	margin-bottom: 4px;
	padding-bottom: 20px;
}


#mainContent {
	position: absolute;
	top: 120px;
	height: 240px;
	width: 450px;
	left: 160px;
	background-image: url(HP_BowlVeggies_2253b.jpg);
	z-index: 3;
}

#movieContent {
	position: relative;
	top: 200px;
	height: 240px;
	width: 450px;
	left: 160px;
	background-image: url(HP_BowlVeggies_2253b.jpg);
}

#missionContent {
	position: absolute;
	top: 120px;
	height: 580px;
	width: 500px;
	left: 125px;
	padding-right:10px;
	z-index: 2;
}

#hpText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	width: 430px;
	position: relative;
	left: 160px;
	top: 140px;
	overflow: auto;
	height: 350px;
	letter-spacing: 0px;
	color: #360;
	padding-right: 20px;
}

#page2Text {
	width: 450px;
	position: absolute;
	top: 175px;
	overflow: visible;
	height: auto;
	letter-spacing: 0px;
	color: #360;
	z-index: 10;
	left: 160px;
}

#introHead {
	width: 430px;
	position: absolute;
	left: 160px;
	top: 150px;
	height: auto;
	z-index: 10;
}

#introHead2 {
	width: 430px;
	position: absolute;
	left: 160px;
	top: 250px;
	height: auto;
	z-index: 10;
}


#introText {
	width: 450px;
	position: absolute;
	left: 160px;
	top: 402px;
	overflow: hidden;
	z-index: 4;
	height: auto;
	margin-bottom: 10px;
}
#introText p{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
	color: #360;
}
#introText2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	width: 450px;
	position: absolute;
	top: 250px;
	overflow: visible;
	height: auto;
	letter-spacing: 0px;
	color: #360;
	z-index: 10;
	left: 160px;
	font-weight: bold;
}

#introText3 {
	width: 450px;
	position: absolute;
	left: 160px;
	top: 102px;
	overflow: hidden;
	z-index: 4;
	height: auto;
	margin-bottom: 10px;
}


#teenManual {
	width: 350px;
	position: absolute;
	left: 160px;
	top: 150px;
	height: auto;
	vertical-align: top;
	text-align: center;
}
.paraHead {
	font-family: "Myriad Pro Bold", "Arial Bold", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	color: #060;
	text-align: left;
	padding-left: 12px;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #696;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 30px;
	line-height: 1.5em;
	padding-bottom: 60px;
}
.copyrightHP {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #063;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 4px;
	padding-bottom: 8px;
	position: absolute;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	left: auto;
	top: 1820px;
	right: auto;
}
.copyrightPg2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #060;
	text-align: center;
	letter-spacing: 4px;
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 30px;
	line-height: 1.5em;
	padding-bottom: 8px;
}
#swfMenuControl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #666;
	text-align: left;
	width: 450px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	position: absolute;
	top: 452px;
	left: 161px;
}
#swfCaption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #666;
	text-align: left;
	width: 450px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	position: absolute;
	top: 365px;
	left: 160px;
	z-index: 2;
}
#navColumn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: relative;
	width: 200px;
	left: 712px;
	top: -230px;
	text-align: center;
	line-height: 24px;
}
#navColumnHP {
	font-family: "Gill Sans Bold", "Arial Bold", sans-serif;
	font-weight: bold;
	position: absolute;
	width: 288px;
	left: 669px;
	top: 400px;
	text-align: center;
	z-index: 2;
}
#navColumnPg2 {
	position: absolute;
	width: 240px;
	left: 668px;
	top: 300px;
	text-align: center;
	z-index: 2;
}

.navHome {
	position: absolute;
	width: 231px;
	left: 672px;
	top: 240px;
	text-align: center;
	z-index: 2;
}

.navHome p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #360;
	text-align: center;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#navHomeMovie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: absolute;
	width: 285px;
	left: 672px;
	top: 400px;
	text-align: center;
	line-height: 24px;
}

#navHomeMission {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: absolute;
	width: 285px;
	left: 671px;
	top: 370px;
	text-align: center;
	line-height: 24px;
}

#navHomeClasses {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: absolute;
	width: 227px;
	left: 673px;
	top: 300px;
	text-align: center;
	line-height: 24px;
}

#navHomeIntro {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: relative;
	width: 200px;
	left: 745px;
	top: -380px;
	text-align: center;
	line-height: 24px;
}

#navHomeContact {
	position: absolute;
	width: 200px;
	left: 715px;
	top: 380px;
	text-align: center;
}

#handLogo {
	position: absolute;
	width: 350px;
	left: 409px;
	top: 402px;
	text-align: center;
	height: 350px;
	z-index: 3;
}


#photo {
	position: absolute;
	width: 350px;
	left: 635px;
	top: 500px;
	height: 200px;
}


#photo1 {
	position: absolute;
	width: 350px;
	left: 635px;
	top: 550px;
	height: 200px;
}


#photo2 {
	position: absolute;
	width: 350px;
	left: 635px;
	top: 600px;
	height: 200px;
}


#photo3 {
	position: absolute;
	width: 350px;
	left: 635px;
	top: 900px;
	height: 200px;
}


#photo4 {
	position: absolute;
	width: 350px;
	left: 635px;
	top: 1500px;
	height: 200px;
}



#moreLink {
	font-family: "Gill Sans Bold", "Arial Bold", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #030;
}

#moreLink a:hover { color: #060; }

#contactText {
	font-family: "Gill Sans Bold", "Arial Bold", sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	width: 430px;
	position: absolute;
	left: 160px;
	top: 120px;
	overflow: auto;
	height: 645px;
	letter-spacing: 0px;
	color: #030;
	padding-right: 20px;
	z-index: 3;
}
.contactName {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

.greyType {
	color: #666;
}

.navTypeSmall {
	font-size: 12px;
	font-weight: bold;
	color: #360;
}

.italicType {
	color: #360;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	line-height: 20px;
}

#columnPhoto1 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 425px;
}


#columnPhoto2 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 675px;
}


#columnPhoto3 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 925px;
}


#columnPhoto4 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 1175px;
}

#columnPhoto5 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 1425px;
}

#columnPhoto6 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 1675px;
}

#columnPhoto7 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 1925px;
}

#columnPhoto8 {
	position: absolute;
	width: 350px;
	height: 200px;
	left: 635px;
	top: 2175px;
}

#introText2 p {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.indentHead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	color: #060;
	letter-spacing: -1px;
	text-align: left;
}

.categoryHead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #060;
	letter-spacing: -1px;
	text-align: left;
}


.categorySubhead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #060;
	letter-spacing: -1px;
	text-align: left;
}

.resourcesNavColumn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #360;
	position: absolute;
	width: 221px;
	left: 677px;
	top: 321px;
	text-align: center;
	line-height: 14px;
}

#ghostLogo {
	background-image: url(GhostBkgd.jpg);
	background-repeat: no-repeat;
	height: 652px;
	width: 621px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 200px;
}

#ghostCeres {
	background-image: url(GhostCeresBkgd.jpg);
	background-repeat: no-repeat;
	height: 652px;
	width: 621px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 200px;
}
.anchorTop {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
.donate {
	height: auto;
	width: 250px;
	position: absolute;
	visibility: visible;
	z-index: 4;
	left: 690px;
	top: 1050px;
	text-align: center;
}
.calendar {
	position: absolute;
	visibility: visible;
	height: 400px;
	width: 600px;
	left: 50px;
	top: 160px;
	z-index: 5;
}

.calendar800 {
	position: absolute;
	visibility: visible;
	height: 600px;
	width: 800px;
	left: 112px;
	top: 285px;
	z-index: 5;
}

.indentedTextML25MR15 { 
	margin-left:25px;
	margin-right:15px;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignCenter p {
	text-align: center;
}

.extraParaSpaceAfter10px {margin-bottom: 10px;}

.extraParaSpaceAfter20px {margin-bottom: 20px;}

.extraParaSpaceAfter40px {margin-bottom: 40px;}

.extraParaSpaceAbove20px {margin-top: 20px;}

.extraParaSpaceAbove40px {margin-top: 40px;}

.extraParaSpaceAbove60px {margin-top: 60px;}

.bottomSpace {
	height: 30px;
	width: 1024px;
	position: relative;
	top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.boldSansSerif12pt {
	font-family: "Gill Sans Bold", "Arial Bold", sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

.boldSansSerif12ptCentered {
	font-family: "Gill Sans Bold", "Arial Bold", sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align:center;
}

#footer {
	position: fixed;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #030;
	color: #FC0;
	text-align: center;
	letter-spacing: 4px;
	z-index: 99;
}

#footer a:link { color: #FC0; }
#footer a:visited { color: #FC0; }
#footer a:hover { color: #FFF; }
#footer a:active { color: #FC0; }

#topNav {
	position: absolute;
	height: 25px;
	width: 1024px;
	left: 0px;
	top: 0px;
	background: #2f5706;
	z-index: 100;
}

#topNav a h6 { color:#CC9; }


#topNavBarHome {
	position: absolute;
	top: 0px;
	left: 750px;
	vertical-align: middle;
	text-align: center;
	color:#CC9;
	width: 70px;
	height: 17px;
	z-index:101;
	padding-top: 6px;
}

#topNavBarHome a:link { color: #8fad66; }
#topNavBarHome a:visited { color: #8fad66; }
#topNavBarHome a:hover { color: #FC0; }
#topNavBarHome a:active { color: #FC0; }


.pg2LogoBottom {
	background-image: url(Pg2Bkgd_Bottom.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width:1024px;
	height:250px;
	bottom: 0px;
	left: 0px;
}


#topAnchorFixed {
	position: fixed;
	height: 17px;
	width: 50px;
	left: 0px;
	top: 500px;
	background: #2f5706;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	z-index:100;
}

#topAnchorFixed a:link { color: #8fad66; }
#topAnchorFixed a:visited { color: #8fad66; }
#topAnchorFixed a:hover { color: #FC0; }
#topAnchorFixed a:active { color: #FC0; }

