.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color: #0066CC;
}

.body_text2 {
font-family: Arial, Helvetica, sans-serif;
	font-size:small; 

	text-align: justify;
	line-height: 18px;
	color: #000000;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	color: #0066CC;
}

.text{color:#0066CC;}

.test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	text-align: justify;
	line-height: normal;
	color: #FFFFFF;

}

.round2 div {background-color:#f4f4f4;}
.round2 div:hover{background-color:#ffffff;}

.program_kids1 
{
	height: 460px;
}

.program_kids2
{
	height: 400px;
}

.program_kids3
{
	height: 540px;
}

.program_summer1
{
	height: 200px;
}



.quote
{
	font-size:medium;
}

.quote_content
{
	color:Black;
	font-size:x-small;
	padding-top:10px;
}

.form_text {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #2E2D4E}

.form_boxes {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; border: #7B96AD; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

 div.tog {
	cursor: pointer;
	border: 0px solid #eeeeee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size : smaller;
	font-family: 'Andale Mono', Arial, sans-serif;
	font-weight : bold;
	background: #FFFFFF;
	color: #0066CC;
	margin: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	text-align : left;
}


.galleryContent {
	position: relative !important;
	padding: 1px 0px;
	background:#e4e5e6;
	}

div.element p, div.element h4 {
	margin:0px;
	padding:0px 0px 0px 0px;
}

blockquote {
	padding:0px 0px 0px 0px;
}

div#test {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
}

.galleryTab {
	line-height: 30px;
	cursor: pointer;
	border: 0px solid #eeeeee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	font-weight : bold;
	background: #ccff99;
	color: #dffbb7;
	margin: 1px 0px 0px 0;
	padding: 5px 5px 5px;
	}



.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

font-family: Arial, Helvetica, sans-serif;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #0066cc; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 65px; /*Width of top level menu link items*/
padding: 2px 2px;
border-right-style: solid;
border-right-color:#ffffff;
border-left-width: 0px;
border-right-width: 1px;
text-decoration: none;
color: #7ad8ff;
font-size : smaller;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
color: #7ad8ff;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
z-index : 1000;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
z-index : 1000;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #7ad8ff;
text-decoration: none;
padding: 1px 1px;
border: 1px solid #ccc;
z-index : 1000;
}

.suckertreemenu ul li a:hover{
background-color:#7ad8ff;
color: white;
z-index : 1000;
}

