body
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 84%;
	color:  #222;
	line-height: 1.2em;
}

#preWrapper
{
	background: white url('images/bg_repeat_orange.jpg') repeat-x 0 20px;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
/*	padding-bottom: 30px;*/
/*	border: 1px solid;*/
}

#header
{
	height: 448px;
	width: 960px;
	background: white url('images/header.jpg');
}

#menu
{
	height: 36px;
	padding-left: 324px;
	padding-top: 29px;
	background-repeat: no-repeat;
}

#menu li
{
	float: left;
	list-style: none;
	width: 106px;
	height: 36px;
	background-repeat: no-repeat;
}

#menu li a
{
	text-decoration: none;
	display: block;
	width: 104px;
	height: 36px;
	background-repeat: no-repeat;
}

#menu_home
{
	background-image: url('images/home_tab.jpg');
}
#menu_about
{
	background-image: url('images/about_tab.jpg');
}
#menu_programs
{
	background-image: url('images/programs_tab.jpg');
}
#menu_info
{
	background-image: url('images/info_tab.jpg');
}
#menu_location
{
	background-image: url('images/location_tab.jpg');
}
#menu_contact
{
	background-image: url('images/contact_tab.jpg');
}





/***************** INFO BOXES *****************/

#leftBoxes
{
	float: left;
	width:  288px;
	margin-left: 25px;	
	margin-top: -58px;
/*	border: 1px solid blue;*/
	display: inline;
}

.infobox
{
	width: 288px;
	height: 302px;
}

.kidboxglue
{
	background:  transparent url('images/bluebox_glue.jpg') scroll no-repeat;
}
.kidboxdraw
{
	background:  transparent url('images/bluebox_draw.jpg') scroll no-repeat;
}
.kidboxbaby
{
	background:  transparent url('images/bluebox_baby.jpg') scroll no-repeat;
}
.learnbox
{
	background:  transparent url('images/redbox_creative.jpg') scroll no-repeat;
}

#page_home .maininfobox
{
	background:  transparent url('images/greenbox_home.jpg') scroll no-repeat;
}
#page_sec .maininfobox
{
	background:  transparent url('images/greenbox_sec.jpg') scroll no-repeat;
}

#page_home .maininfobox a,
#page_sec .maininfobox a,
#page_home .bottombox a
{
/*	background-color: white;*/
	display: block;
	text-decoration: none;
	width: 140px;
	height: 30px;
/*	border: 1px solid;*/
}

#page_home .bottombox a
{
	height: 8px !important;
}

.infobox .text strong
{
	font-weight: normal;
	color:  #000;
}

.infobox .text
{
	text-align: left;
	text-indent: 0 !important;
}

.infobox .text p
{
	padding-top:  0px !important;	
/*	height: auto !important;*/
	text-align: left;
	text-indent: 0;
}

.infobox p,
.infobox .text,
#page_home .bottombox p
{
	padding-top: 120px;
	width: 215px;
	margin: 0 auto;
/*	text-indent: 1em;*/
	font-size: 13px;
	line-height: 16px;
	height: 130px;
}

#page_home .bottombox
{
	width: 288px;
	height: 259px;
	background:  transparent url('images/bluebox_top_home.jpg') scroll no-repeat;
}

/****************** CONTENT *********************/

#contentRound
{
	margin-top: 20px;
	margin-left: 18px;
	background: white url('images/contentRoundMiddle.gif') scroll repeat-y;
	width: 615px;
}
#contentRound .top
{
	background: transparent url('images/contentRoundTop.gif') scroll no-repeat;	
	width: 615px;
	height: 11px;
}
#contentRound .bottom
{
	background: white url('images/contentRoundBottom.gif') scroll no-repeat;	
	width: 615px;
	height: 12px;
}
#contentRound .text
{
	width: 575px;
	padding: 0 20px;
}

#contentRound a,
#contentRound a:visited
{
	color: black;
	text-decoration: none;
}
#contentRound a:hover
{
	color: #444;
}


#contentRound p
{
	padding-bottom: 1em;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	
}
#contentRound h1
{
	color: #222;
/*	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0.8em 0 .8em;
}
#contentRound h2
{
	color: #3A98BE;
/*	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;*/
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 0.5em;
	margin-top: 0.8em;
}

#page_home #content
{
	float: left;
	width: 632px;
/*	border: 1px solid red;*/
}

#page_sec #content
{
	float: left;
/*	padding-left: 330px;*/
	width: 632px;
}



#train_area
{
	float: left;
	background: white url('images/train_area.jpg');
	width: 632px;
	height: 258px;
	margin-top: 17px;	
}

#train_area .choochoo
{
	width: 290px;
	height: 250px;
	float: left;
}

#train_area .text
{
	margin-top: 60px;
}

#train_area p
{
	font-style: italic;
	margin-right: 30px;
	font-size: 11px;
/*	text-indent: 1em;*/
	margin-bottom: 0.5em;
}



.roundBox
{
	margin-left: 10px;
	width: 304px;
	height: 180px;
	background: transparent url('images/whiteRound.gif') scroll no-repeat;
	float: left;
	display: inline;
}


.roundBox h2
{
	margin: 13px 0 0 25px;
	color: #222;
	font-family: Georgia, serif;

	font-size: 18px;
	font-weight: lighter;
	
}

.roundBox h3
{
	margin: 6px 0 0 25px;
/*	color: #ff7f00;*/
	color: #f47500;
	font-family: Georgia, serif;

	font-size: 14px;
	font-weight: lighter;
	
}
.roundBox p
{
	margin: 7px 20px 0 25px;
	font-size: 11px;
	height: 85px;
}

.roundBox .learnMore
{
	background-image: url('images/learnMoreOrange.jpg');
	width: 83px;
	height: 29px;
	display: block;
	margin-left: 185px;
	text-decoration: none;
}


/******************* FOOTER ********************/

#preFooter
{
	clear: both;
	background-color: #ba15c4;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;

}


.footer
{
	width: 960px;
	height: 55px;
	background-color: #ba15c4;
	margin: 0 auto;
}

#page_home .footer
{
	background: #ba15c4 url('images/bluebox_bottom_home.jpg') scroll no-repeat 25px 0px;
}
#page_home .footer a.learnbutton
{
	text-decoration: none;
	display: block;
	width: 140px;
	height: 22px;
	margin-left: 25px;
/*	border: 1px solid;*/
	float: left;
}

#page_sec .preFooter
{
	background: white url('images/footer_train_top.jpg') scroll no-repeat 725px 100%;
	height: 95px;
	clear: both;
}


#page_sec .footer
{
	background: #ba15c4 url('images/footer_train_bottom.jpg') scroll no-repeat 725px 0;	
}

#page_sec .noTrain
{
	background: #ba15c4 !important;	
}



.footer p.byline
{
	text-align: center;
	font-size: 10px;
	color: #BBB;
	font-style: italic;
	padding-bottom: 10px;
}

.footer p.byline a {
	text-decoration: none;
	font-style: normal;
	color: #BBB;
}

.footer .copyright
{
	text-align: center;
	padding-top: 12px;
	color: #BBB;
	font-style: italic;
	font-size: 80%;
}

#page_home .footer .byline,
#page_home .footer .copyright
{
	margin-left: 280px;
	font-weight: lighter;
}

#page_sec .footer .byline
#page_sec .footer .copyright
{
	margin-right: 200px;
	font-weight: lighter;
}

.clear
{
	clear: both;
}

#infoDD,
#programDD
{
	width: 104px;
	margin-top: 0.35em;
}

#infoDD a,
#programDD a
{
	color:  white;
	text-decoration: none;
	text-align: center;
	height: 1em !important;
	margin-bottom: 0.45em;	
}
#infoDD a:hover,
#programDD a:hover
{
	color: #333;
/*	background: #777;*/
}


#contact input,
#contact textarea
{
	font-family: Georgia, serif;
	font-size: 12px;
}
#contact input
{
	width: 296px;
}
#contact textarea
{
	width: 300px;	
}

#contact a
{
	font-family: Georgia, serif;
	text-decoration: none;
	color: #333;
	margin-left: 220px;
	padding-top: 5px;
	display: block;
}

/*********** Sandbags ***********/

#tsb1, #tsb2, #tsb3, #tsb4
{
/*	border:0px solid;*/
	float:left;
	clear:left;
}
#tsb1 
{
	width:250px;height:40px;
}
#tsb2
{
	width:260px;height:50px;
}
#tsb3
{
	width:280px;height:30px;
}
#tsb4
{
	width:290px;height:65px;
}



form input
{
	margin: 0 0 5px 0;
}

#postFooter p
{

	text-align: center;
	color: #999;
	font-size: 11px;
	width: 900px;
	margin: 0 auto 0;
	padding-top:  10px;
}
