body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg.gif) left top repeat-x;
}

h1 {
	color: #005dab;
	margin: 0 0 20px 0;
	padding-left: 26px;
	font-size: 28px;
	background: transparent url(/images/h1-square.gif) left 50% no-repeat;
}

h2 {
	font-size: 22px;
	margin: 2em 0 1em 0;
}

h3 {
	font-size: 18px;
	margin: 1em 0 .25em 0;
}

p {margin: 0 0 1em 0; line-height: 1.6;}


.post p {line-height: 	1.6;}
.post h2 {margin-bottom: 0;}
.post h2 a {
	color: #000;
	text-decoration: none;
}
.post .info {
	margin: 0 0 2em 0;
	padding: 0 0 2em 0;
	font-size: 11px;
	color: #666;
}

.event h2 {margin-top:0;}

.event-date {
	background: transparent url(/images/event-widget.gif) left top no-repeat;
	position: relative;
	width: 64px; 
	height: 64px;
	float: left;
	margin: 0 10px 10px 0;
}

.event-date .month {
	position: absolute;
	top: 2px;
	left: 0;
	width: 64px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

.event-date .day {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 64px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.event-date .year {display: none;}

#share-bar {
	background-color: #f4f4f4;
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	padding: 7px;
	margin: 28px 0;
	color: #444;
	font-size: 14px;
	text-align: center;
	clear: both;
}
#share-bar a {
	text-decoration: none;
	color: #005dab;
	margin-left: 10px;
	padding-left: 20px;
	
}
a.facebook-share {
	background: transparent url(/images/facebook-small.png) left 50% no-repeat;
}
a.twitter-share {
	background: transparent url(/images/twitter-small.gif) left 50% no-repeat;
}
a.atom-share {
	background: transparent url(/images/atom-small.png) left 50% no-repeat;
}

#top-navigation {
	position: absolute;
	left: 50px;
	top: 100px;
	height: 40px;
	width: 960px;
	overflow: hidden;
}

#top-navigation ul {
	list-style: none;
	margin: 0; padding: 0 0 0 20px;
}

#top-navigation li {
	float: left;
	margin-right: 0px;
	padding-right: 12px;
}

#top-navigation a {
	color: #fff;
	height: 40px;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
#top-navigation li.active a {background: transparent url(/images/top-active-left.gif) left 50% no-repeat;}
#top-navigation li.active {background: transparent url(/images/top-active-right.gif) right 50% no-repeat;}

#navigation li a ul {display: none;}

#navigation a.active {text-decoration: underline !important;}

#navigation ul.main {
	list-style: none;
	margin: 0;
	padding: 0px 0 10px 0;
}

#navigation a.main {
	display: block;
	width: 220px;
	height: 42px;
	background: transparent url(/images/menu-item-bg.gif) left top no-repeat;
	
	padding-left: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 44px;
	text-decoration: none !important;
}

#navigation a.main:hover, #navigation a.main.active {
	background: transparent url(/images/menu-active-bg.gif) left top no-repeat;
} 
#navigation li.main ul {display: none; background-color: transparent;}
#navigation li.main.active ul {display: block;}
#navigation li ul {list-style: none; padding: 0; margin: 5px 0 15px 10px;}
#navigation li ul li ul {margin-top: 10px; margin-bottom: 10px; margin-left: 0px;}
#navigation li ul li a {
	text-decoration: none;
	color: #005dab;
	background-image: none !important;
}
#navigation li ul li a:hover {text-decoration: underline;}
#navigation li ul li {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
	padding-left: 15px;
	background: transparent url(/images/subnav-bullet.gif) left 2px no-repeat !important;
}

#navigation li ul li ul li {
	background-image: url(/images/subsubnav-bullet.gif) !important;
}

#navigation li ul li ul li ul li {
	background-image: url(/images/subsubsubnav-bullet.gif) !important;
}

#help-for-parents a {display: block; height: 82px; width: 232px; margin-bottom: 10px;}

#social-media-links {margin-bottom: 40px;}

#social-media-links a {display: block; height: 42px; width: 232px; margin-bottom: 10px;}



#wrap {
	width: 1060px;
	margin: 0 auto;
}

#header {
	width: 1060px;
	height: 140px;
	position: relative;
	background: transparent url(/images/banner.gif) left top no-repeat;
}

#logo {
	position: absolute;
	top: 1px; left: 64px;
	width: 552px; height: 93px;
}

#site-search {
	position: absolute;
	top: 52px;
	left: 770px;
	width: 226px;
	height: 24px;
	Xborder-bottom: 2px solid #fdc85a;
	Xborder-top: 2px solid #d8bd86;
	background: transparent url(/images/search-box-bg.gif) left top no-repeat;
}
#site-search form {Xbackground-color: green;}
#site-search input#search_term {
	border: 0;
	width: 200px;
	margin: 2px 0 0 3px;
	padding: 0 0 -10px 0;
	vertical-align: top;
	height: 18px; 
	line-height: 20px;
	background-color: transparent
	;
}
#site-search #search-submit {
	padding-top: 1px;
}

#main {
	width: 962px;
	margin: 20px auto;
}

#contents {
	float: left;
	width: 700px;
}
body.home #main {
	margin-top: 0px;
	min-height: 268px;
	background: transparent url(/images/home-subbanner.jpg) left top no-repeat;
}
body.home #contents {padding-top: 275px;}
body.home #sidebar {margin-top: 20px;}

#sidebar {
	float: right;
	width: 234px;
}

#footer {
	clear: both;
	width: 100%; height: 145px;
	background: #005dab url(/images/footer-bg.gif) 50% top repeat-y;
	color: #fff;
}
#footer .gutter {
	width: 962px;
	margin: 0 auto;
	position: relative;
}

#footer .logo {
	position: absolute;
	top: 14px; left: 22px;
	width: 142px; height: 118px;
}

#legal-info {
	position: absolute;
	top: 20px; left: 512px;
	width: 432px;
}
#legal-info p {font-size: 10px; line-height: 12px; margin-bottom: .5em;}
#legal-info a {color: #fff;}

#address {
	position: absolute;
	top: 26px; left: 180px;
	width: 300px; height: 110px;
}
#address h3 {
	font-size: 16px;
	margin: 0;
	line-height: 1.1;
	color: #fdba31;
}
#address h4 {
	font-size: 12px;
	margin: 0 0 6px 0;
	line-height: 1.1;
	color: #fdba31;
}

#address p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 6px;
}




