/* CSS Document */

/*STANDARD CSS*/
body {
	margin: 0px;
	background: #588a35 url(../images/bgTile.gif) repeat-x top left;
	font-family: Comic Sans MS, Comic Sans, Verdana;
	color: white;
}
a {
	outline: none;
}
a:link, a:active, a:visited {
	color: #fff000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
em {
	color: #beebfd;
	font-size: 12px;
}
b {
	color: #ffff00;
	font-size: 24px;
}
h1, h2, h3, h4, h5, p, img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #fff000;
	font-size: 36px;
	font-weight: bold;
	line-height: 66px;
	background: #588a35 url(../images/titleLeft.gif) no-repeat top left;
	height: 66px;
	padding-left: 27px;
	margin-top: 39px;
	clear: both;
}
h1 div { 
	background: url(../images/titleRight.gif) no-repeat top right;
	padding-right: 5px;
}

/*CUSTOM ANCHORS*/
#header a:link, #header a:active, #header a:visited {
	color: white;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	height: 22px;
	float: left;
	margin-right: 20px;
}
#header a:hover {
	text-decoration: underline;
}

#header a.current {
	background: #659e3d url(../images/navCurLeft.gif) no-repeat 0px -2px;
}
#header a.current span {
	background: url(../images/navCurRight.gif) no-repeat right 1px;
	padding-right: 10px;
}
/*HOLDER DIVS*/
#top {
	width: 100%;
	height: 80px;
	background: url(../images/cloud.jpg) no-repeat 3% 0px;
	display: block;
	min-width: 584px;
	position: relative;
}
#header {
	width: 70%;
	min-width: 584px;
	height: 107px;
	background: url(../images/logo.jpg) no-repeat 9px 0px;
	display: block;
	margin: 0px auto 15px auto;
	min-width: 584px;
	max-width: 800px;
	padding: 106px 0px 0px 15px;
	position: relative;
} 
#middle {
	width: 70%;
	background: #659e3d url(../images/leftColBg.gif) repeat-y top left;
	display: block;
	margin: 0px auto 0px auto;
	min-width: 584px;
	max-width: 800px;
}
#middle2 {
	width: 100%;
	background: url(../images/rightColBg.gif) repeat-y top right;
}
#middle3 {
	width: 100%;
	background: url(../images/colMidTile.gif) repeat-y top center;
}
#footer {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 56px;
	clear: both;
	background: url(../images/footTile.gif) repeat-x top left;
}
#footer #footerCenter {
	width: 100%;
	background: url(../images/footerTL.gif) no-repeat top left;
	margin: 0px auto 0px auto;
}
#footer #fWrapper {
	width: 70%;
	display: block;
	margin: 0px auto 0px auto;
	min-width: 584px;
	max-width: 800px;
	background: url(../images/headerLB.gif) no-repeat top right;
}
#footer a {
	color: #fff000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
/*MAIN DIVS*/
#jumps {
	width: 190px;
	height: 134px;
	position: absolute;
	display: block;
	top: 50px;
	right: 3%;
	background: url(../images/jumps.jpg) no-repeat top left;
}
#bouncer {
	width: 40px;
	height: 65px;
	background: url(../images/bouncer.gif) no-repeat top left;
	display: block;
	position: absolute;
	top: 0px;
	left: 308px;
}
#kid {
	width: 99px;
	height:92px;
	display:block;
	position: absolute;
	top: 136px;
	right: 0px;
	background: url(../images/kid.jpg) no-repeat top left;
}
#leftCol {
	width: 60%;
	float: left;
	background: url(../images/middleTL.gif) no-repeat top left;
}
#leftCol p {
	display: block;
	width: 100%;
	background: url(../images/ltGreenBoxTR.gif) no-repeat top right; 
	
}
#leftCol div.pBg {
	background: #659e3d url(../images/ltGreenBoxTL.gif) no-repeat top left;
	margin: 0px 0px 0px 39px; 
	padding: 15px;
}
#rightCol {
	background: #6eac42 url(../images/rightColBg.gif) repeat-y top right;
	width: 40%;
	float: right;
}
#rightCol #trCorner {
	background: url(../images/middleTR.gif) no-repeat top right;
}
.bull {
	color: #fff000;
	font-weight: bold;
}
#rightCol #trCorner p {
	padding: 15px;
	height: 100%;
}
#rightCol img {
	border: 1px solid white;
	}
a.pdf {
	background: url(../images/pdf.jpg) no-repeat top left;
	padding-left: 30px;
	line-height: 30px;
	display: block;
}
