﻿body{
		
		background-color:#403a28;
		text-align:center;
		behavior: url("css/csshover3.htc"); 
		
		}
div#body{

		
		border:5px white groove;
		text-align: center;
		width:1001px;
		height:550px;
		}
div#logo{
		border:5px white ridge;

		width:1000px;
		height:220px;
		background-image:url('../img/logo/logo3.png');
		background-repeat:no-repeat;
		background-color: #F6FBFD;
		
		}
div#links{
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
	width:210px;
	height:400px;
	z-index: 100;
	
	}
div#block1{
	background: transparent ; 
}
div#block2{
	background: transparent ;
}
div#block3{
	background: transparent ;
}


div#block4{
	background: transparent;
}



table#pagecontents{
	
	
	border:5px white solid;
	width:1001px;
	height:550px;
	background-image: url('######');
	background-color:#F6FBFD;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}
table#pagecontents td{
	border: 1px;
	border-color: #000000;
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
table#tenets{
	border: 3px black double;
}
table#tenets td{
	height:50px;
	border: 1px #6600CC ridge;
	
}
}
table#staff{
	width: 80%;
	border: 5px black solid;
	
}
table#staff td{
	border: 2px navy solid;
	text-align:justify;
	vertical-align: top;
	padding: 5px;
}
table#staff th{
	width: 250px;
	border: 2px navy solid;
}
table#daycarestaff{
	width: 90%;
	border: 5px black solid;
	
}
table#daycarestaff td{
	border: 2px navy solid;
	text-align:left;
	vertical-align: top;
	padding: 5px;
	
	width:50%;
}
table#daycarestaff th{
	width: 250px;
	border: 2px navy solid;
}



table#events{
	border:4px navy solid;
}
table#events td{
	border: 1px #FFCC00 double;
	text-align: left;
	padding-top: 5px;
	
}
table#events th{
	font-weight:bold;
	border:1px #FFCC00 double;
	text-align: left;
	font-style: italic;
}
table#music{
	
	background-color: navy;
	color: white;
	text-align: left;
	border: 2px black inset;
}
table#music td{
	border: 1px white solid;
	text-align: left;
	padding-left: 5px;

}
table#home{
	border: 0px black solid;
	
}
table#home td{
    padding: 0px;
    text-align: center;
    height: 245px; width: 345px;
	background-image:url('../img/transparentwhite.png');
    
}
table#youthevents{
	width:100%;
	text-align:left;
	border: 2px purple solid;
}
table#youthevents td{
	text-align: left;
	border: 1px blue dashed;
}


/* Start drop down menu css */



#menu{
position:absolute;
top:5px;
left:5px;
z-index:2;
width:189px;
padding-bottom:200px; /* To allow room for bottom dropdown */
}

#menu a{
font:normal 90%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 4px;
}

#menu h3{
font:bold 90%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 4px;
}


#menu h3{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#e5dfa3;
background:#000;
text-decoration:none;
font-weight: bold;
}

#menu a:hover{
color:#FFF;
background:#eee url('../img/menuback1.png') no-repeat ;

}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li:hover{
position:relative;

}

div#menu li{
position:relative;

}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul ul
{display:none;}

div#menu ul ul ul
{display:none;}

div#menu ul ul
{display:none;}

div#menu ul ul ul li:hover ul
{display:block;}

div#menu ul ul li:hover ul
{display:block;}

div#menu ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */
#menu a.x{
	background:#eee url('../img/collapsed.png') no-repeat ;
	
}
#menu a.x:visited{
background:url('../img/collapsed.png') no-repeat ;
}

#menu a.x:hover{
color:#a00;
background:#ddd url('../img/expanded.png') no-repeat ;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

#menu a.y{
	background:url('../img/menuback1.png') no-repeat ;

}

