@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	height:384px;
	position: relative;
	background-image: url(images/timely_topics.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}
#header img{
border: none;
}
.topichead{
position: absolute;
bottom: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 266px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #cefabb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-top: -10px;
}
.facebook{
	border: none;
	}
#sidebar1 p{
	font-size: 70%;
	padding: 10px 10px 20px 10px;
	}
.topics {
	padding-right:10px;
	}	
	.email{
	background: #fff;
	padding: 10px;
	}
#mainContent { 
	margin: 0 0 0 266px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent img{
	padding: 10px 10px 0 0;
	border: none;
}
#mainContent p{
	font-size: 82%;
	line-height: 1.5em;
	}
#mainContent h1{
	font-size: 105%;
	color: #000099;
	line-height: 1.5em;
	}
#mainContent h2{
	font-size: 85%;
	color: #0066CC;
	margin-bottom: -10px;
	}
	#mainContent ul{
	margin-bottom: -6px;
	padding-left: 60px;
	}
	.logos{
	padding: 0;
	clear: left;
	}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
width: 266px;
height: 210px;
background: none;
padding:5px 0 0 0;
margin: 0;
}
#menu ul{
list-style: none;
margin: 0;
padding: 0;
}
#menu li{
position: relative;
}
#menu ul li a{
	display: block;
	text-decoration:none;
	color: #fff;
	height:30px;
	text-indent: -500px;
	}
#menu ul ul{
	position: absolute;
	top: -15px;
	left: 100%;
	width: 175px;
	display: none;
	}	
	#menu ul ul li a{
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px 0 10px;
	font-size: 70%;
	text-indent: 0;
	}
	1#menu ul ul li a:hover{
	background: #d8630d;
	}
div#menu ul li:hover ul {
	display: block;
	}
.about{
	background-image:url(images/menu/about_link.gif);
	}
.about:hover{
	background-image: url(images/menu/about_over.gif);
	}
.about:active{
	background-image: url(images/menu/about_active.gif);
	}
.programs{
	background-image:url(images/menu/programs_link.gif);
	background-repeat: no-repeat;
	}
.programs:hover{
	background-image: url(images/menu/programs_over.gif);
	}
.programs:active{
	background-image: url(images/menu/programs_active.gif);
	}
.orange{
	background: #f06e0e;
}	
.orange:hover{
	background: #d8630d;
	}
.staff{
	background-image:url(images/menu/staff_link.gif);
	background-repeat: no-repeat;
	}
.staff:hover{
	background-image:url(images/menu/staff_over.gif);
	}
.staff:active{
	background-image: url(images/menu/staff_active.gif);
	}
.yellow{
		background: #f3bb24;
		}
.yellow:hover{
		background: #e5ac13;
		}
.green{
		background: #0e7b06;
		}
.green:hover{
		background: #0c6705;
		}
.events{
	background-image:url(images/menu/events_link.gif);
	background-repeat: no-repeat;
	}
.events:hover{
	background-image:url(images/menu/events_over.gif);
	}
.events:active{
	background-image: url(images/menu/events_active.gif);
	}	
.parents{
	background-image:url(images/menu/parents_link.gif);
	background-repeat: no-repeat;
	}
.parents:hover{
	background-image:url(images/menu/parents_over.gif);
	}
.parents:active{
	background-image: url(images/menu/parents_active.gif);
	}
.supporters{
	background-image:url(images/menu/supporters_link.gif);
	background-repeat: no-repeat;
	}
.supporters:hover{
	background-image:url(images/menu/supporters_over.gif);
	}
.supporters:active{
	background-image: url(images/menu/supporters_active.gif);
	}
.links{
	background-image:url(images/menu/links_link.gif);
	background-repeat: no-repeat;
	}
.links:hover{
	background-image:url(images/menu/links_over.gif);
	}
.links:active{
	background-image: url(images/menu/links_active.gif);
	}
	