body {
	margin: 1em;
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	min-width: 600px;
	max-width: 1000px;
}
/* Top Navigation Link*/
#nav { clear: both; padding-left: 100px; border-bottom: 2px solid #fc6; }
#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #066;
}
#nav a:hover { color: #099; text-decoration: underline; }
#nav ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	padding-left: 12px;
	background: url(images/dot.gif) no-repeat left;
	display: inline;
}
#nav li.none {
	background-image: none;
}

#content { clear: both; }

/* Crumb */
#crumb, #footer {
	clear: both;
	font-size: 87%;
	border-top: 2px solid #fc6;
}
#crumb { margin-bottom: 2px; } 
#footer { margin-top: 3px; }
#crumb span, #footer span { padding: 2px; }


/* Hover and Link */
a { color: #00f; }
a:hover {
	color: #399;
	text-decoration: underline;
}

h1 { font-size: 125%; }
h2 { font-size: 100%; }

.floatr { float: right; }
.floatl { float: left; }
.center { text-align: center; }
.clear { clear: both; }
.spc1 { padding-tottom: 1em; }

/* Smaller font */
.sm {
	font-size: 87%;
}

/* Page Title */
p.t {
	font-weight: bold;
	font-size: 1em;
}

/* Fixed Width table data*/
td.branch {
	vertical-align: top;
	width: 220px;
}

/* Table Data*/
td.branch2 {
	vertical-align: top;
}

/* Kids Programs - Not Working */
.col { width: 33%; float: left; }
.row { width: 100% auto; text-align: center; clear: both; }
.prog { width: 33%; margin: 2px; }
.progttl { background-color: #fc6; font-weight: bold; text-align: left; padding: 5px 4px; margin: 0; }
.progdsc { border: 2px solid #fc6; margin: 2px 0; text-align: left; padding: 0 4px; }
.progpic { width: 33%; }

/* Highlighted section */
td.hgh {
	border: 2px solid #fc6;
	vertical-align: top;
}

td.hghbk {
	background-color: #fc6;
}

/* Home page Navigation*/
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	padding-top: 5px; 
	position: relative;
}
#menu .arrow {
	margin: 10px;
	float: left;
}
#menu .item {
	padding: 10px 0 10px 5px;
	border: 2px solid #fc6;
	width: 150px !important;
	float: left;
}
#menu .desc {
	padding-top: 2px;
}
#menu .desc p { padding: 0; margin: 0;  }
#menu .desc p.short { padding-top: 8px; }
#menu .item a { color: #066; text-decoration: none; font-weight: bold; }
#menu .item a:hover { text-decoration: underline; }

/* News */
#news { clear: both; }
#newsh { font-weight: bold; font-size: 18px; float: left; padding-top: 1em; }
#newsh img { vertical-align: middle; }
#newsh a {
	color: #066;
	text-decoration: none;
}
.scoot { margin-left: 100px; }
#wrapper .clear li a strong {
	color: #00F;
}
