* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f2f6fa;
}

p {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin-bottom: 12px;
}

a {
	color: #666;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 21px;
	line-height: 24px;
	color: #454545;
	margin-bottom: 7px;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #a6caf0;
	margin-bottom: 3px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	margin-bottom: 3px;
}

#container {
	width: 850px;
	background: #fff;
	margin: 5% auto;
}

#header {
	width: 770px;
	height: 95px;
	overflow: hidden;
	background: #fff;
	padding: 35px 40px 20px 40px;
}

#logo {
	float: left;
	width: 210px; 
	height: 110px;
}

#title {
	float: right;
	width: 500px;
	height: 110px;
}

#dots {
	width: 770px;
	height: 15px;
	background: url(/site_images/divider_dot.gif) top left repeat-x;
	margin: 0px auto;
}

#subhead {
	width: 770px;
	overflow: hidden;
	margin: 0px auto;
}

#donate {
	float: left;
	width: 158px;
	height: 35px;
	background: url(/site_images/donation_btn.gif) top left no-repeat;
}

#donate p {
	font-family: 'comic sans ms', sans-serif;
	text-align: center;
	font-size: 17px;
	padding-top: 7px;
}

#donate a {
	color: #fff;
	text-decoration: none;
}

#donate a:hover {
	color: #e6eff8;
}

#tagline {
	float: right;
	color: #a6caf0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 3px 0px 0px;
	margin: 0px auto;
}

#main {
	width: 765px;
	padding: 10px 40px 25px 40px;
	overflow: hidden;
	background: #fff;
}

#left_col {
	float: left;
	width: 159px;
	background: #a6caf0 url(/site_images/sidenav_bottom.gif) bottom left no-repeat;
	padding-bottom: 15px;
	margin-right: 20px;
}

#chalkboard {
	height: 90px;
	font-family: 'comic sans ms', sans-serif;
	font-size: 12px;
	color: #fff;
	background: #a6caf0 url(/site_images/sidenav_home_bg.gif) top center no-repeat;
	margin-top: 20px;
	padding: 17px 5px 0px 22px;
}

#chalkboard a {
	color: #fff;
	margin-bottom: 1px;
	text-decoration: none;
}

#chalkboard a:hover {
	color: #e6eff8;
}

#chalkboard h1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-family: 'comic sans ms', sans-serif;
	color: #e6eff8;
	margin-bottom: 5px;
}

#event_date {
	font-size: 10px;
}

body#home #left_col {
	height: 291px;
}

#nav {
	color: #fff;
}

#nav ul {
	margin: 0px 10px 10px 25px;
}

#nav li {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	margin-bottom: 5px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #e6eff8;
}

body#about #nav li a#about_on { color: #6aa3df; }
body#frc #nav li a#frc_on { color: #6aa3df; }
body#news #nav li a#news_on { color: #6aa3df; }
body#support #nav li a#support_on { color: #6aa3df; }
body#calendar #nav li a#calendar_on { color: #6aa3df; }

ul#sub_about, ul#sub_frc, ul#sub_news, ul#sub_support, ul#sub_calendar {
	margin: 5px 10px 12px 10px;
}

#sub_about li, #sub_frc li, #sub_news li, #sub_support li, #sub_calendar li {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
}

body#home ul.subnav { display: none; }
body#about ul#sub_frc.subnav { display: none; }
body#about ul#sub_news.subnav { display: none; }
body#about ul#sub_support.subnav { display: none; }
body#frc ul#sub_about.subnav { display: none; }
body#frc ul#sub_news.subnav { display: none; }
body#frc ul#sub_support.subnav { display: none; }
body#news ul#sub_about.subnav { display: none; }
body#news ul#sub_frc.subnav { display: none; }
body#news ul#sub_support.subnav { display: none; }
body#support ul#sub_about.subnav { display: none; }
body#support ul#sub_frc.subnav { display: none; }
body#support ul#sub_news.subnav { display: none; }
body#calendar ul.subnav { display: none; }
body#events ul.subnav { display: none; }



.kid-images {
	float: left;
	width: 197px;
	height: 306px;
	margin-right: 15px;
}

#testimonials {
	float: right;
	width: 159px;
	height: 306px;
	color: #fff;
	background: #a6caf0 url(/site_images/sidenav_bottom.gif) bottom left no-repeat;
}

#testimonials p {
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	padding: 5px 15px;
}

#content {
	float: right;
	width: 585px;
}

#content ul {
	list-style-type: circle;
	color: #666;
	margin: 0px 0px 10px 25px;
}

#content li {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}

#lbdn_features {
	width: 335px;
}

.interior_img {
	float: right;
	margin: 5px 0px 10px 15px;
}

#middle_col {
	float: left;
	width: 350px;
}

#right_col {
	float: right;
	width: 225px;
	border-left: #ccc dashed 1px;
}

.pullquote {
	float: right;
	width: 180px;
	background: #d5e6f7;
	padding: 10px;
	margin-top: -400px;
}

.learning_blurbs {
	float: right;
	width: 190px;
	background: #d5e6f7;
	padding: 10px;
}


#footer {
	width: 760px;
	color: #a6caf0;
	font-family: arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	background: url(/site_images/divider_dot.gif) top left repeat-x;
	padding: 12px 3px 25px 0px;
	margin: 0px auto;
}

#footer a {
	color: #a6caf0;
	text-decoration: none;
}

#footer a:hover {
	color: #a6caf0;
	text-decoration: underline;
}

#facebook {
	float: left;
}


/* start calendar styles */


body#calendar h2 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 7px;
}

body#calendar h3 {
	color: #4079b4;
	font-size: 13px;
}

body#calendar h3 a {
	color: #4079b4;
	font-size: 13px;
	text-decoration: none;
}

body#calendar h3 a:hover {
	text-decoration: underline;
}

body#calendar th {
	font-size: 14px;
	background: #6aa3df;
	padding: 5px 0px;
}

body#calendar th a {
	color: #fff;
	text-decoration: none;
}

body#calendar tr {
	font-family: verdana, sans-serif;
	background: #fff;
}

body#calendar td {
	font-size: 11px;
}

.calendarDayHeading {
	background: #a6caf0;
	color: #fff;
	text-align: center;
}

.calendarEventTitle {
	font-weight: bold;
	color: #4079b4;
}

.calendarCell, .calendarToday {
	background: #edf3fa;
	color: #4079b4;
	vertical-align: top;
	padding: 3px 0px 0px 3px;
}

.calendarPrevMonth, .calendarNextMonth {
	padding: 5px 3px;
}

.calendarPrevMonth a, .calendarNextMonth a {
	color: #4079b4;
	text-decoration: none;
}

.calendarPrevMonth a:hover, .calendarNextMonth a:hover {
	text-decoration: underline;
}


/* end calendar styles */

