@charset "utf-8";
/* CSS Document */

body {
	font: 62.5%/1.6em Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#DDDDDD;
}
#wrapper {
	width:775px;
	background-color:#CECECE;
	margin:0 auto;

}
#container1 {
	width:765px;
	background-color:#FFF;
	margin:0 auto;
}
#welcome {
	position: relative;
	padding-left:15px;
}
#header {
	margin-left:5px;
	width:765px;
}
#headernav {
	background-image:url(images/navbgrd.jpg);
	background-repeat: repeat-x
	margin:0 auto;
	margin-left:5px;	
	width:765px;
	height:27px;
}
.headernav a:link {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #5e5e5e;
}
.headernav a:visited {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #5e5e5e;
}
.headernav a:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #FF9900;
}
.headernav a:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	color: #5e5e5e;
}
#announcements {
	text-decoration:none;
	font-style:normal;
	font-size:14px;
	font-weight:400;
}
.announcements {
	text-decoration:none;
	font-style:normal;
	font-size:14px;
	font-weight:400;
}
.programtitles {
	text-decoration:none;
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color: #3d6318;
}
.announcements a:link {
	text-decoration: none;
	font-style:bold;
	font-weight:300;
	color: #db6f14;
}
.announcements a:visited {
	text-decoration: none;
	font-weight:300;
	color: #db6f14;
}
.announcements a:hover {
	text-decoration: underline;
	font-weight:300;
	color: #db6f14;
}
.announcements a:active {
	text-decoration: none;
	font-weight:300;
	color: #db6f14;
}
#about {
	text-decoration:none;
	font-style:normal;
	font-size:13px;
}
#about2 {
	position: relative;
	padding-left:25px;
}
#calendar {
	position: relative;
	padding-top:15px;
	padding-bottom:25px;
}
#programs {
	text-decoration:none;
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color: #3d6318;
}
#programs2 {
	text-decoration:none;
	font-style:normal;
	font-size:16px;
	font-weight:300;
	color:#FF6600;
}
.nav a:link {
	text-decoration: none;
	color: #f1f1d7;
	font-weight:300;
}
.nav a:visited {
	text-decoration: none;
	color: #f1f1d7;
	font-weight:300;
}
.nav a:hover {
	text-decoration: underline;
	color: #f1f1d7;
	font-weight:300;
}
.nav a:active {
	text-decoration: none;
	color: #f1f1d7;
	font-weight:300;
}
#neighborhood {
	width:765px;
	height:225px;
	background:url(images/neighborhood.jpg);
}
#footer {
	background-color:#CECECE;
}
#footernav {
	margin:0 auto;
	width: 765px;
	line-height: 20px;
	text-align: center;
}
#footernav.nav {
	margin:0 auto;
	background-color: #2C5800;
	font-size:11px;
	font-weight:700;
	color: #F6F7E4;
	text-decoration: none;
}
#footernav.nav2 {
	margin:0 auto;
	background-color:#CECECE;
	font-size:10px;
	font-weight:700;
	color: #333333;
	height:40px;
	text-decoration: none;
}

/* Tables -------------------------------------------------------------- */

table#employeeDirectory {
border-collapse : separate; 
border-spacing : 0;
margin-bottom : 1.4em;
width : 100%; }

table#employeeDirectory, table#employeeDirectory td, table#employeeDirectory th { 
vertical-align : top; }

table#employeeDirectory th, table#employeeDirectory thead th {
font-weight : bold; }

table#employeeDirectory th, table#employeeDirectory td, table#employeeDirectory caption {
padding : 4px 10px 4px 5px; 
text-align : left; 
font-weight : normal; }

table#employeeDirectory th, table#employeeDirectory td {
border-bottom : 1px solid #a8a8a8; }

table#employeeDirectory tfoot { 
font-size : .9em; }

table#employeeDirectory caption {
margin-bottom : 1em;
font-size : 1.5em;
line-height : 1 ; }
