@import "reset-fonts-grids.css";

html {
	background: none;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/orange_dots.gif);
	color: #666666;

}

h1 {
	font-size: 200%;
	color: #405d8e;
	margin-bottom: 25px;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	color: #ff8111;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

blockquote {
	margin: 2em;
	margin-bottom: 1em;   
}

a:link, a:visited { 
	color: #405d8e;
}

a:hover {
	text-decoration: underline;
}

#hd {
	height: 108px;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
}

#main { 
	background-color: #fff;
}

#head-content, #bd {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#bd { 
	padding-top: 40px;
	padding-bottom: 40px;
}

#bd li {
	list-style: disc;
	margin-left: 20px;
}

#ft {
	text-align: center;
}

#ft a {
	color: #ffffff;
}

#ft ul {
	display: block;
	padding: 10px;
	background: #ff8111;
}

#ft li {
	display: inline;
	list-style: none;
	color: #ffffff;
	padding-left: 9px;
	font-size: 90%;
}

#ft li .sep {
	padding-left: 15px;
}

#wordmark {
	text-align: left;
}

#home-nav {
	margin-top: 8px;
}

#home-splash {
	width: 589px; 
	float: left;
}

#home-programs {
	margin-left: 600px;
}

#home-programs .description {
	color: #fff;
}

#home-programs h2 {
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home-preschool {
	background-color: #a9c33d; 
	height: 146px; 
	padding: 8px;
	margin-bottom: 10px;
}

#home-preschool h2 {
	font-size: 150%;
	font-weight: 600;
}

#home-preschool .picture {
	float: left;
	margin-right: 10px;
}

#home-afterschool {
	background-color: #ff8111; 
	height: 131px;
	padding: 8px;
	margin-bottom: 10px;
}

#home-calendar {
	background-color: #a1b9e1; 
	padding: 8px;
	height: 66px;
}

#home-promos {
	clear: left; 
	margin-top: 25px;
	border-top: 2px solid #a9c33d;
	border-bottom: 2px solid #a9c33d;
	height: 110px;
}

#home-promos h2 {
	font-size: 120%;
	color: #405d8e;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

#home-promos .description {
	color: #405d8e;
}

#home-specials {
	width: 330px; 
	float: left;
	border-left: 2px dotted #a9c33d;
	border-right: 2px dotted #a9c33d;
	background-image:url(../images/ball-specials.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 94px;
	padding: 8px;
}

#home-ball {
	width: 254px; 
	float: left;
	background-image:url(../images/ball-ball.gif);
	background-position: 80% 0%;
	background-repeat: no-repeat;
	height: 110px;
}

#home-camp {
	margin-left: 600px;
	border-left: 2px dotted #a9c33d;
	border-right: 2px dotted #a9c33d;
	background-image:url(../images/ball-camp.gif);
	background-position: 20% 100%;
	background-repeat: no-repeat;
	height: 94px;
	padding: 8px;
}

#nav {
	margin-top: -50px;
	margin-left: 120px;
}

#ul-nav li {
	display: block;
	float: left;
	list-style: none;
	color: #fff;
	font-size: 105%;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	background-image: url(../images/nav-line.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#ul-nav li.last {
	background-image: none;
	padding-right: 0px;
}

#ul-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/* second-level lists */

#ul-nav li > ul {
	top: auto;
	left: auto;
}

#ul-nav li ul { 
	background: #ff8111;
	width: 300px;
	border-bottom: none;

	position: absolute;
	top: 1em;
	left: 0;
	display: none;
}

#ul-nav li > ul {
	top: auto;
	left: auto;
}

#ul-nav li:hover ul, #ul-nav li.over ul {
	display: block;
}

#ul-nav li ul li {
	background-image: none;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	font-size: 90%;
	display: block;
	float: none;
}

#ul-nav li ul li.first {
	padding-top: 20px;
}


#inside-picture {
	text-align: center;
}

#prog-desc {
	line-height: 130%;
	color: #555;
	margin-bottom: 30px;
}

.prog-option {
	padding: 10px;
}

.prog-option p {
	color: #333;
}

.prog-option table {
	margin-top: 15px;
}

.prog-option td {
	padding: 5px;
	color: #ff8111;
}

#copyright {
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 30px;
}
