/* CSS Document */

/* RESET VALUES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */



html, body {
	height: 100%;
}
body {
	background-color:#8ac342;
	background-image:url(images/panel-bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	padding:0px;
}
body>.wrapper {
	min-height: 100%;
	width:620px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px auto; /* the bottom margin is the negative value of the footer's height */
	padding:0px;
}
.footer, .push {
	height: 110px; /* .push must be the same height as .footer */
}
.push {
	clear:left;
	}
body>.footer {
	
	width:620px;
	margin-top: -110px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	float:none;
	clear:left;
	padding:0px;
}

div.footer>#foot {
	height:110px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	margin:0px;
}


h1 {
	padding:0;
	margin:0;
	line-height:0;
}
h2 {
	line-height:0;
	font-size:0px;
}
h3 {
	font-family:Trebuchet MS, Geneva;
	color:#8ac342;
	font-size:22px;
	text-indent:15px;
	line-height:40px;
}
h4 {
	font-family:Trebuchet MS, Geneva;
	color:#8ac342;
	font-size:16px;
	line-height:16px;
}
h5 {
	font-family:Trebuchet MS, Geneva;
	font-size:13px;
	color: #797979;
}
.question {
	font-family:Trebuchet MS, Geneva;
	color:#8ac342;
	font-size:16px;
	line-height:16px;
}

div.wrapper>.header {
	height:140px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

	/* Main Navigation */

div.header>#main-nav {
	height: 35px;
	width: 570px;
	float:right;
	border-bottom:8px solid #8cc63f;
	margin-right:25px; 
	z-index:2;
	position:relative;
	/* Hide from IE-Mac \*/ top:-35px;/* End hide */
}

#main-nav dl { 
	margin: 0;
	padding: 0; 
}

#main-nav dt {
	float: right;
	width:135px;
}
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:35px; /* IE 5/Win hack */ 
	padding: 35px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -70px;
}

#main-nav dt#families,
#main-nav dt#families a { width: 130px; background-image: url(images/tab-families.gif); }

#main-nav dt#kids,
#main-nav dt#kids a { width: 130px; background-image: url(images/tab-kids.gif); }

#main-nav dt#store,
#main-nav dt#store a { width: 130px; background-image: url(images/tab-store.gif); }

#main-nav.families dt#families,
#main-nav.families dt#families a,
#main-nav.kids dt#kids,
#main-nav.kids dt#kids a,
#main-nav.store dt#store,
#main-nav.store dt#store a,
#main-nav dt#contact a.selected 
{
	background-position: 0 -35px;
}
/* Sub Navigation */


div.wrapper>#sub-nav {
	width:570px;
	float:left;
	border-bottom:1px solid #8cc63f;
	margin-left:25px;
	z-index:3;
	margin-top:-35px;
}

#sub-nav dl { 
	margin: 0;
	padding: 0; 
}

#sub-nav dt {
	float: left;
}
#sub-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#sub-nav dt a:hover {
	background-position: 0 -30px;
}

#sub-nav .fam dt#who,
#sub-nav .fam dt#who a { width: 86px; background-image: url(images/nav-fam-who.gif); background-repeat:no-repeat }

#sub-nav .fam dt#what,
#sub-nav .fam dt#what a { width: 87px; background-image: url(images/nav-fam-what.gif); background-repeat:no-repeat }

#sub-nav .fam dt#gallery,
#sub-nav .fam dt#gallery a { width: 55px; background-image: url(images/nav-fam-gallery.gif); background-repeat:no-repeat }

#sub-nav .fam dt#news,
#sub-nav .fam dt#news a { width: 48px; background-image: url(images/nav-fam-news.gif); background-repeat:no-repeat }

#sub-nav .fam dt#donate,
#sub-nav .fam dt#donate a { width: 56px; background-image: url(images/nav-fam-donate.gif); background-repeat:no-repeat }

#sub-nav .fam dt#request,
#sub-nav .fam dt#request a { width: 124px; background-image: url(images/nav-fam-request.gif); background-repeat:no-repeat }

#sub-nav .fam dt#forum,
#sub-nav .fam dt#forum a { width: 49px; background-image: url(images/nav-fam-forum.gif); background-repeat:no-repeat }

#sub-nav .fam dt#contact,
#sub-nav .fam dt#contact a { width: 65px; background-image: url(images/nav-fam-contact.gif); background-repeat:no-repeat }

#sub-nav .kids dt#games,
#sub-nav .kids dt#games a { width: 285px; background-image: url(images/nav-kids-games.gif); background-repeat:no-repeat }

#sub-nav .kids dt#coloring,
#sub-nav .kids dt#coloring a { width: 285px; background-image: url(images/nav-kids-coloring.gif); background-repeat:no-repeat }

#sub-nav .store dt#apparel,
#sub-nav .store dt#apparel a { width: 570px; background-image: url(images/nav-store-apparel.gif); background-repeat:no-repeat }

#sub-nav.who dt#who,
#sub-nav.who dt#who a,
#sub-nav.kids dt#kids,
#sub-nav.kids dt#kids a,
#sub-nav.store dt#store,
#sub-nav.store dt#store a,
#sub-nav dt#contact a.selected 
{
	background-position: 0 -30px;
}
#pageheading {
	width:300px;
	margin-left: 15px;
	float:left;
}
div.wrapper>#pagenav {
	margin-left: 35px;
	font-family:Trebuchet MS, Geneva;
	font-size:13px;
	color: #797979;
	float:left;
	clear:left;
}

#pagenav a:link{
	color: #797979;
	text-decoration:underline;
	margin-left:5px;
	margin-right:5px;
}
#pagenav a:visited {
	color: #797979;
	border-bottom-color: #797979;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left:5px;
	margin-right:5px;
}
#pagenav a:hover{
	color:#8ac342;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
#pagenav a:active{
	color:#ed1c24;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
div.wrapper>#content {
	margin-left:45px;
	margin-top:20px;
	width:530px;
	padding-bottom:30px;
	float:left;
}
#content .pic {
	float:right;
	border:#8ac432 solid 1px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px;
	}
#content .picCenter {
	float: none;
	border:#8ac432 solid 1px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	}
#content .picLeft {
	float:left;
	border:#8ac432 solid 1px;
	margin-right:20px;
	margin-bottom:20px;
	padding:3px;
	}	
.bodycopy {
	font-family:Trebuchet MS, Geneva;
	color:#585858;
	font-size:12px;
	line-height:3.25ex;
	float:left;
}
.bodycopy a:link {
	color: #009900;
	text-decoration:underline;
}
.bodycopy a:visited {
	color: #009900;
	text-decoration:none;
}
.bodycopy a:hover {
	color: #8ac342;
	text-decoration:underline;
}
.bodycopy a:active {
	color: #ed1c24;
	text-decoration:none;
}
.bodycopy p {
	padding-bottom:4ex;
}
.bodycopy li {
	font-family:Trebuchet MS, Geneva;
	color:#585858;
	font-size:11px;
	line-height:3.25ex;
	list-style-position:inside;
	margin-left:20px;
	list-style:square;
	padding-top:2ex;
	}
.callout {
	font-family:Trebuchet MS, Geneva;
	color:#8ac342;
	font-size:12px;
	line-height:3.25ex;
	font-weight:bold;
	}




div.footer #foot #textnav {
	font-family:Trebuchet MS, Geneva;
	font-size:10px;
	margin-left:45px;
	padding-top:20px;
}

#textnav a:link {
	margin-right:35px;
	color:#585858;
	text-decoration:underline;
}
#textnav a:visited {
	margin-right:35px;
	color: #666666;
	text-decoration:underline;
}
#textnav a:hover {
	margin-right:35px;
	color:#8ac342;
	text-decoration:none;
}
#textnav a:active {
	margin-right:35px;
	color:#ed1c24;
	text-decoration: none;
}

	
	
img.grant {
margin:-130px 25px 30px auto; position:relative;
}
