@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html, body {
	height: 100%;
	font-size: 62.5%;
	background: #00adee;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#wrapper {
	width: 980px;;
	margin: 0 auto;
}

#logo {
	height: 110px;
	width: 980px;;
	text-align: center;
	top: 0px;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
}

#nav {
	width: 980px;;
	overflow: hidden;
	padding-top: 130px;
	height: 260px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
}

#balloon {
	height: 114px;
	width: 75px;
	display: inline-block;
	top: 250px;
	left: 50%;
	position: absolute;
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0 auto;
}

#nav a {
	display: inline-block;
	text-align: center;
	line-height: 140px;
	font-size: 14px;
	color: #00adee;
	text-decoration: none;
	letter-spacing: 2px;
}

#nav span {
	display: inline-block;
	text-align: center;
	line-height: 140px;
	font-size: 14px;
	color: #00adee;
	text-decoration: none;
	letter-spacing: 2px;
	z-index: 150;
}

#nav span.home {
	width: 242px;
	height: 115px;
	background: url(../images/home-over.png) no-repeat;
	margin-left: -100px;
}

#nav a.home {
	width: 242px;
	height: 115px;
	margin-left: -100px;
}

#nav a.home:link {
	background: url(../images/home.png) no-repeat;
}

#nav a.home:visited {
	background: url(../images/home.png) no-repeat;
}

#nav a.home:hover {
	background: url(../images/home-over.png) no-repeat;
}

#nav span.staff {
	width: 172px;
	height: 112px;
	background: url(../images/staff-over.png) no-repeat;
	margin-right: 50px;
	margin-left: 50px;

}

#nav a.staff {
	width: 172px;
	height: 112px;
	padding-top: -10%;
	margin-right: 50px;
	margin-left: 50px;
}

#nav a.staff:link {
	background: url(../images/staff.png) no-repeat;
}

#nav a.staff:visited {
	background: url(../images/staff.png) no-repeat;
}

#nav a.staff:hover {
	background: url(../images/staff-over.png) no-repeat;
}

#nav span.program {
	text-align: center;
	width: 165px;
	height: 112px;
	line-height: 143px;
	background: url(../images/program-over.png) no-repeat;
	margin-right: -100px;
	font-size: 12px;
}

#nav a.program {
	width: 165px;
	height: 112px;
	line-height: 143px;
	margin-right: -100px;
	font-size: 12px;
}

#nav a.program:link {
	background: url(../images/program.png) no-repeat;
}

#nav a.program:visited {
	background: url(../images/program.png) no-repeat;
}

#nav a.program:hover {
	background: url(../images/program-over.png) no-repeat;
}

#nav span.benefits {
	width: 237px;
	height: 120px;
	background: url(../images/benefits-over.png) no-repeat;
}

#nav a.benefits {
	width: 237px;
	height: 150px;
}

#nav a.benefits:link {
	background: url(../images/benefits.png) no-repeat;
}

#nav a.benefits:visited {
	background: url(../images/benefits.png) no-repeat;
}

#nav a.benefits:hover {
	background: url(../images/benefits-over.png) no-repeat;
}

#nav span.contact {
	width: 182px;
	height: 111px;
	background: url(../images/contact-over.png) no-repeat;
	margin: 0 0 0 180px;
}

#nav a.contact {
	width: 182px;
	height: 111px;
	margin: 0 0 0 180px;
}

#nav a.contact:link {
	background: url(../images/contact.png) no-repeat;
}

#nav a.contact:visited {
	background: url(../images/contact.png) no-repeat;
}

#nav a.contact:hover {
	background: url(../images/contact-over.png) no-repeat;
}

#content_wrapper {
	background: url(../images/content.png) top left no-repeat;
	width: 950px;
	height: 700px;
	margin: 0 auto;
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: normal;
}

#content_wrapper a {
	color: #00adee;
	font-weight: bold;
}

#content_wrapper a:link {
	text-decoration: none;
}

#content_wrapper a:hover {
	text-decoration: underline;
}

#content_wrapper a:visited {
	color: #005778;
	text-decoration: none;
}

#left_pane {
	float: left;
	width: 300px;
	height: 409px;
	padding: 110px 0 0 154px;
}

#left_pane ul {
	list-style-position: outside;
	list-style-image: url(../images/star.png);
	line-height: 20px;
	margin: 0 0 0 40px;
	padding: 0 0 20px 0;
}

#left_pane p {
	line-height: 16px;
	padding-bottom: 10px;
}

#left_pane h1 {
	font-size: 20px;
	line-height: 26px;
}

#right_pane {
	float: left;
	width: 375px;
	padding: 10px 0 0 120px;
}

#right_pane.lower {
	font-size: 125%;
	margin: 175px 0 0 0;
	padding: 0 0 0 120px;
}

#right_pane img {
	border: 10px solid #fff;
	margin: 25px 0 0 0;
}

#solo_pane {
	width: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 110px 0 0 0;
}

#solo_pane ul {
	list-style-position: outside;
	list-style-image: url(../images/star.png);
	line-height: 20px;
	margin: 0 0 0 40px;
	padding: 0 0 25px 0;
}

#solo_pane p {
	line-height: 16px;
	padding-bottom: 10px;
}

#solo_pane h1 {
	font-size: 20px;
	line-height: 18px;
}

#push {
	width: 100%;
	height: 259px;
	background: url(../images/push-wrapper.png);
	overflow: hidden;
}

#push_wrapper {
	height: 259px;
	width: 980px;;
	overflow: hidden;
	background: url(../images/push.png) bottom center no-repeat;
	margin: 0 auto;
}

#footer {
	font-size: 18px;
	width: 100%;
	height: 100px;
	background: #754c28;
	color: #fff;
	text-align: center;
	padding: 40px 0 0 0;
	overflow: hidden;
}

#footer a {
	padding: 0 10px;
	color: #c9b8a9;
}

#footer p {
	padding: 5px 0;
}

#footer a.branding {
	padding: 0;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_wrapper {
	width: 900px;
	margin: 0 auto;
}

.clear {
	clear: both;
	display: block;
}

#bus {
	width: 227px;
	height: 243px;
	background: url(../images/bus.png) bottom center no-repeat;
	float: right;
	margin-right: 100px;
}

#tree {
	width: 225px;
	height: 259px;
	background: url(../images/tree.png) bottom center no-repeat;
	float: left;
}

#apple {
	width: 10px;
	height: 10px;
	background: url(../images/apple.png) no-repeat;
	top: 113px;
	left: 88px;
	position: relative;
}

img.fl {
	float: left;
	margin: -8px 0 0 0;
}

img.fr {
	float: right;
}

p.rp_one {
	padding: 25% 0 0 0;
}

form {
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
	border-top: 1px solid #00adee;
	border-bottom: 1px solid #00adee;
}

label {
	width: 110px;
	display: inline-block;
	text-align: right;
	margin-right: 25px;
}

input, select {
	background: #00adee;
	border: 1px solid black;
	color: #fff;
	width: 150px;
	vertical-align: top;
}

textarea {
	background: #00adee;
	border: 1px solid black;
	color: #fff;
	width: 150px;
	height: 50px;
	padding: 0 0 25px 0;
	vertical-align: top;
}

.button {
	background: #00adee;
	border: 1px solid black;
	color: #fff;
	padding: 5px 0;
	width: 75px;
}

p.btn {
	width: 260px;
	text-align: center;
	padding: 10px 0 0 0;
}

.ends {
	padding: -25px 0 0 0;
}

.middle {
	padding: -50px 0 0 0;
}
