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

body
{
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#a8cf3d;
}

.splash{
background-image:url(../images/front_bar.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#a8cf3d;
}

.splashBar{
background-image:url(../images/bar.jpg);
background-position:center 5px;;
background-repeat:no-repeat;
height:80px;
}

.middle
{
background-image:url(../images/middle_bg.jpg);
background-repeat:repeat-y;
background-position:center top;
width:1001px;
}

.bottom
{
background-image:url(../images/bottom_bg.jpg);
background-repeat:no-repeat;
background-position:top;
width:1001px;
height:74px;
}

.content
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#222;
}

.lightContent{
color:#666;
}

.pageTitle
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#aaa;
}

.contentTitle
{
color:#0066CC;
}

a.links:link {
color:#0099CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}


a.links:visited {
color:#0099CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}

a.links:hover {
color:#009900;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
text-shadow:black;
}

a.links:active {
color:#0099CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/white.PNG);
	
	/* dimensions after the growing animation finishes  */
	width:661px;
	height:669px;	
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding-top:50px;
	padding-left:100px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.PNG);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.GalleryOne{
background-image:url(../images/gallery/2008gallerywords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GalleryTwo{
background-image:url(../images/gallery/2007gallerywords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GalleryThree{
background-image:url(../images/gallery/kidshelpingkidswords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GalleryFour{
background-image:url(../images/gallery/jackatsickkidswords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GalleryFive{
background-image:url(../images/gallery/hugableherowords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GallerySix{
background-image:url(../images/gallery/ONEXONEwords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

.GallerySeven{
background-image:url(../images/gallery/2009gallerywords.jpg);
background-position:right top;
background-repeat:no-repeat;
}

img.sponsors{
border:solid 1px #666666;
}