@import "default.css";

body {
	background:#04382a url('/images/body_bg.png') top left repeat-x;
}

body#interior #wrapper {
	background:#04382a url('/images/interior_body_bg.png') top left repeat-x;
}

#wrapper {
	width:1026px;
	margin:0px auto;
	background: #04382a url('/images/wrapper_bg.png') top center no-repeat;
}

#header-nav {
	height:30px;
	padding-top:2px;
	z-index:50;
	width:1026px;
}

#nav {
	height:30px;
	margin-left:19px;
	width:735px;
	float:left;
	z-index:50;
}

#nav li {
	display:block;
	float:left;
	height:30px;
	margin-right:1px;
	position:relative;
	z-index:50;
}

#nav li a {
	display:block;
	height:30px;
	text-indent:-9999px;
}


#nav li.about-nda {
	width:95px;
	background: url('/images/menu_about.png') top left no-repeat;
}

#nav li.about-nda:hover, 
#nav li.about-nda .current {
	background-position: bottom left;
}

#nav li.about-nda a {
	width:95px;
	background: url('/images/menu_about.png') top left no-repeat;
}

#nav li.about-nda a:hover,
#nav li.about-nda a.current {
	background-position: bottom left;
}

#nav li.academics {
	width:95px;
	background: url('/images/menu_academics.png') top left no-repeat;
}

#nav li.academics:hover,
#nav li.academics .current {
	background-position: bottom left;
}

#nav li.academics a {
	width:95px;
	background: url('/images/menu_academics.png') top left no-repeat;
}

#nav li.academics a:hover,
#nav li.academics a.current {
	background-position: bottom left;
}

#nav li.admissions {
	width:101px;
	background: url('/images/menu_admissions.png') top left no-repeat;
}

#nav li.admissions:hover,
#nav li.admissions .current {
	background-position: bottom left;
}

#nav li.admissions a {
	width:101px;
	background: url('/images/menu_admissions.png') top left no-repeat;
}

#nav li.admissions a:hover,
#nav li.admissions a.current {
	background-position: bottom left;
}

#nav li.our-community {
	width:133px;
	background: url('/images/menu_ourcommunity.png') top left no-repeat;
}

#nav li.our-community:hover,
#nav li.our-community .current {
	background-position: bottom left;
}
#nav li.our-community a {
	width:133px;
	background: url('/images/menu_ourcommunity.png') top left no-repeat;
}

#nav li.our-community a:hover,
#nav li.our-community a.current {
	background-position: bottom left;
}

#nav li.giving {
	width:69px;
	background: url('/images/menu_giving.png') top left no-repeat;
}

#nav li.giving:hover,
#nav li.giving .current {
	background-position: bottom left;
}

#nav li.giving a {
	width:69px;
	background: url('/images/menu_giving.png') top left no-repeat;
}

#nav li.giving a:hover,
#nav li.giving a.current {
	background-position: bottom left;
}

#nav li.news {
	width:62px;
	background: url('/images/menu_news.png') top left no-repeat;
}

#nav li.news:hover,
#nav li.news .current {
	background-position: bottom left;
}

#nav li.news a {
	width:62px;
	background: url('/images/menu_news.png') top left no-repeat;
}

#nav li.news a:hover,
#nav li.news a.current {
	background-position: bottom left;
}

#nav li.calendar {
	width:90px;
	background: url('/images/menu_calendar.png') top left no-repeat;
}

#nav li.calendar:hover,
#nav li.calendar .current {
	background-position: bottom left;
}

#nav li.calendar a {
	width:90px;
	background: url('/images/menu_calendar.png') top left no-repeat;
}

#nav li.calendar a:hover,
#nav li.calendar a.current {
	background-position: bottom left;
}

#nav li.contact {
	width:82px;
	background: url('/images/menu_contact.png') top left no-repeat;
}

#nav li.contact:hover,
#nav li.contact .current {
	background-position: bottom left;
}

#nav li.contact a {
	width:82px;
	background: url('/images/menu_contact.png') top left no-repeat;
}

#nav li.contact a:hover,
#nav li.contact a.current {
	background-position: bottom left;
}

#nav li ul.second-level-nav {
	position:absolute;
	top:30px;
	left:0;
	background:#04382a;
	z-index:50;
	display:none;
	border-top:1px solid #022b20;
}

#nav li ul.second-level-nav li {
	display:block;
	height:auto;
	width:250px;
	float: none;
	margin:0;
	z-index:50;
	position:relative;
}

#nav li ul.second-level-nav li a {
	display:block;
	height:auto;
	width:auto;
	text-indent: 0px;
	background:none;
	color:#ffde75;
	text-decoration:none;
	font-size:12px;
	padding:6px 13px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding-right:15px;
	z-index:50;
}

#nav li ul.second-level-nav li a:hover {
	background:#008a5f;
	background-image:none;
	color:#fff;
}

#nav li ul.second-level-nav li a.more {
	background: url('/images/menu_moreitems_off.png') 235px center no-repeat;
}

#nav li ul.second-level-nav li a:hover.more,
#nav li ul.second-level-nav li a.current {
	background: #008a5f url('/images/menu_moreitems_on.png') 235px center no-repeat;
	color:#fff;
}

#nav li ul.second-level-nav li ul.third-level-nav {
	position:absolute;
	top:0px;
	left:250px;
	background:#04382a;
	z-index:50;
	border-left:1px solid #022b20;
	display:none;
}

#search {
	width:200px;
	float:left;
	margin-top:4px;
	padding-left:40px;
}

#search form {
	width:200px;
	overflow:hidden;
}

#search form .search-input {
	width:149px;
	float:left;
	background: url('/images/search_bg.png') top left no-repeat;
	height:19px;
}

#search form .search-input input {
	background: none;
	border:0;
	width:140px;
	height:17px;
	padding:2px 0px 0 10px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

#search form .search-submit {
	width:42px;
	height:19px;
	float:left;
	background: url('/images/search_button.png') top left no-repeat;
}

#search form .search-submit input {
	font-size:0;
	background:none;
	border:0;
	text-align:right;
	color:#04382a;
}

#header {
	height:150px;
	width:1026px;
	position:relative;
	z-index:10;
}

#header-logo {
	width:107px;
	height:112px;
	position:absolute;
	left:59px;
	top:20px;
	z-index:10;
}

#header-logo a {
	width:107px;
	height:112px;
	background: url('/images/logo.png') top left no-repeat;
	display:block;
	text-indent:-9999px;
	z-index:10;
}

#header-title h1 {
	width:660px;
	height:80px;
	position:absolute;
	top:40px;
	left:187px;
	z-index:10;
}

#header-title h1 a {
	width:660px;
	height:80px;
	background: url('/images/text_logo.png') top left no-repeat;
	display:block;
	text-indent:-9999px;
	z-index:10;
}

#homepage-callout {
	height:307px;
	width:1026px;
	background: url('/images/callout_bg.png') top center no-repeat;
	position:relative;
}

#homepage-callout .callout-image {
	position:absolute;
	cursor:pointer;
}

#homepage-callout .callout-image img {
	display:none;
}

#early-years-image {
	width:352px;
	height:242px;
	top:-1px;
	left:8px;
	z-index:1;
	display:block;
	background: url('/images/homepage/early_years_1.png') top left no-repeat;
}

#elementary-school-image {
	width:361px;
	height:258px;
	top:-8px;
	left:339px;
	z-index:5;
	background: url('/images/homepage/elementary_school_1.png') top left no-repeat;
}

#middle-school-image {
	width:354px;
	height:248px;
	top:0;
	left:667px;
	z-index:1;
	background: url('/images/homepage/middle_school_1.png') top left no-repeat;
}

#callout-schools-holder {
	height:307px;
	width:939px;
	overflow:hidden;
	margin:0px auto;
}

#callout-schools-holder .schools {
	width:313px;
	padding-top:248px;
	height:51px;
	float:left;
	text-align:center;
}

#early-years h2 {
	background:url('/images/early_years_title.png') top left no-repeat;
}

#elementary-school h2 {
	background:url('/images/elementary_school_title.png') top left no-repeat;
}

#middle-school h2 {
	background:url('/images/middle_school_title.png') top left no-repeat;
}

#callout-schools-holder .schools h2 {
	width:190px;
	height:16px;
	text-indent:-9999px;
	margin:0px auto;
	margin-bottom:12px;
}

#callout-schools-holder .schools a.learn-more {
	width:108px;
	height:23px;
	display:block;
	text-indent:-9999px;
	background: url('/images/learn_more_button.png') top left no-repeat;
	margin:0px auto;
}

#callout-links {
	width:939px;
	height:35px;
	margin:0px auto;
	background: url('/images/callout_links_bg.png') top left repeat-x;
	margin-bottom:75px;
}

#callout-links ul {
	overflow:hidden;
	margin-left:14px;
}

#callout-links ul li {
	display:block;
	float:left;
	height:25px;
	padding-left:25px;
	padding-top:10px;
	margin-right:30px;
	background: url('/images/small_ribbon.png') top left no-repeat;
}

#callout-links ul li a {
	font-size:18px;
	color:#ffde75;
	text-decoration:none;
	font-weight:normal;
	font-family:Times, "Times New Roman", serif, default;
}

#callout-links ul li a:hover {
	text-decoration:underline;
}

#callout-links p {
	text-align:center;
	margin:25px 0 0 0;
	}

#callout-links .centerText {
	font-size:18px;
	color:#ffde75;
	text-decoration:none;
	font-weight:normal;
	font-family:Times, "Times New Roman", serif, default;
}

#callout-links .centerText img {
	vertical-align: middle;
	margin-bottom: 12px;
}

#callout-links .centerText:hover {
	text-decoration:underline;
}

#footer {
	width:939px;
	margin:0px auto;
	border-top:1px solid #017552;
	border-bottom:1px solid #017552;
	overflow:hidden;
	padding:8px 0;
}

#early-years-footer {
	width:193px;
	float:left;
}

#schools-footer {
	width:196px;
	float:left;
}

#phone-footer {
	width:150px;
	float:left;
}

#sponsor-footer {
	width:400px;
	height:50px;
	float:left;
	background: url('/images/sponsor_footer_logo.png') top right no-repeat;
	background-position: 302px 4px;
}

#sponsor-footer a {
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, sans-serif, default;
	text-decoration:none;
	position:relative;
	top:30px;
	left:50px;
}

#footer .vcard .org,
#footer .vcard .title {
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	color:#FFDE75;
	font-family:Arial, sans-serif, default;
}

#footer .vcard .adr,
#footer .vcard .tel {
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, sans-serif, default;
}

#site-map {
	width:939px;
	height:41px;
	margin:0px auto;
	padding-bottom:20px;
	position:relative;
}

#site-map a.sitemap {
	background: url('/images/sitemap_ribbon.png') top left no-repeat;
	height:51px;
	width:41px;
	position:absolute;
	top:-1px;
	right:60px;
	text-indent:-9999px;
	display:block;
}

#site-map a.sitemap-on {
	background: url('/images/sitemap_ribbon_on.png') top left no-repeat;
	height:51px;
	width:41px;
	position:absolute;
	top:-1px;
	right:60px;
	text-indent:-9999px;
	display:block;
}

#site-map-holder {
	background:#008a5f;
	width:879px;
	padding:20px 0 30px 60px;
	overflow:hidden;
	display:none;
}

#site-map-holder ul {
	width:120px;
	float:left;
	margin-right:10px;
}

#site-map-holder ul li {
	margin-bottom:5px;
}

#site-map-holder ul li h3 {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	padding-bottom:5px;
}

#site-map-holder ul li a {
	color:#fff;
	font-weight:normal;
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#site-map-holder ul li a:hover {
	text-decoration:underline;
}

/* INTERIOR */

#interior-header {
	width:880px;
	margin:0px auto;
	overflow:hidden;
	height:223px;
}

#interior-logo {
	width:180px;
	float:left;
}

#interior-logo h1 {
	width:160px;
	height:165px;
	margin:0px auto;
	margin-top:40px;
}

#interior-logo h1 a {
	width:160px;
	height:165px;
	display:block;
	background: url('/images/interior_logo.png') top left no-repeat;
	text-indent:-9999px;
}


#interior-callout {
	width:700px;
	float:left;
}

#breadcrumbs {
	width:700px;
	height:34px;
	background: url('/images/breadcrumbs_bg.png') top left no-repeat;
	border-bottom:2px solid #04382A;
}

#breadcrumbs ul {
	overflow:hidden;
	margin-left:40px;
}

#breadcrumbs ul li {
	float:left;
	display:block;
	line-height:34px;
	color:#04382a;
	margin-right:3px;
}

#breadcrumbs ul li a {
	color:#04382a;
	font-size:12px;
	font-family:Arial,sans-serif,default;
	font-weight:bold;
	text-decoration:none;
	margin-right:3px;
}

#breadcrumbs ul li a:hover {
	text-decoration:underline;
}

#interior-callout-image {
}

#interior-content {
	width:880px;
	margin:0px auto;
	overflow:hidden;
	background:#04382A;
	margin-bottom:10px;
}

#column-left {
	width:180px;
	float:left;
	color:#fff;
	font-family:Arial, sans-serif, default;
	font-size:11px;
	line-height:15px;
	border-top:1px solid #819b94;
}

#column-left h2 {
	color:#ffde75;
	font-size:13px;
	margin-bottom:10px;
}

#column-left #sidebar-links {
	padding-bottom:5px;
	border-bottom:1px solid #819b94;
}

#column-left #sidebar-links ul {
	margin-left:5px;
	margin-top:10px;
}

#column-left #sidebar-links ul li {
	margin-bottom:10px;
}

#column-left #sidebar-links ul li a {
	color:#ffde75;
	font-size:13px;
	line-height:25px;
	text-decoration:none;
}

#column-left #sidebar-links ul li a:hover {
	text-decoration:underline;
}

#column-left #apply {
	padding-bottom:15px;
	border-bottom:1px solid #819b94;
}

#column-left #apply a.button {
	color:#04382a;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif, default;
	width:170px;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	background:#ffde75;
	display:block;
	margin-top:14px;
	margin-bottom:10px;
}

#column-left #apply p {
	padding-right:15px;
}

#column-left #apply p a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#column-right #support a.button {
	color:#04382a;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif, default;
	width:170px;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	background:#ffde75;
	display:block;
	margin-top:14px;
	margin-bottom:10px;
	margin-left:14px;
}

#column-left #related-documents {
	padding-top:18px;
	padding-bottom:15px;
}

#column-left #related-documents ul {
	margin-left:10px;
	padding-right:15px;
}

#column-left #related-documents ul li {
	display:block;
	margin-bottom:10px;
}

#column-left #related-documents ul li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#column-left #related-documents ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

#column-content {
	width:435px;
	padding:20px 40px;
	float:left;
	background:#fff;
}

#column-content h1 {
	color:#00784c;
	font-size:21px;
	font-family:Arial, sans-serif, default;
	margin-bottom:15px;
}

#column-content strong {
	font-weight:bold;
}

#column-content em {
	font-style:italic;
}

#column-content a {
	color:#04382a;
	text-decoration:underline;
}

#column-content a:hover {
	color:#04382a;
	text-decoration:none;
}
#column-content .back-to-top{
	border-bottom:1px solid #04382A;
	border-top:1px solid #04382A;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:0 0 20px 0;
}

#content-image {
	float:left;
	margin-right:15px;
}

#column-content h2 {
	color:#333;
	font-size:16px;
	line-height:20px;
	font-family:Arial, sans-serif, default;
	margin-bottom:20px;
	font-weight:bold;
}

#column-content h3 {
	color:#333;
	font-size:14px;
	line-height:20px;
	font-family:Arial, sans-serif, default;
	margin-bottom:20px;
	font-weight:bold;
}

#column-content p {
	color:#666;
	font-size:12px;
	line-height:20px;
	font-family:Arial, sans-serif, default;
	margin-bottom:20px;
}

#column-content ul {
	margin-bottom:20px;
	list-style-type:disc;
	color:#666;
	list-style-position:outside;
	margin-left:30px;
}

#column-content ol {
	margin-bottom:20px;
	list-style-type: decimal;
	color:#666;
	list-style-position:outside;
	margin-left:30px;
}

#column-content ul li,
#column-content ol li {
	margin-bottom:5px;
}

#column-right {
	width:185px;
	float:left;
	border-top:1px solid #fff;
}

#column-right #schools {
	border-bottom:1px solid #fff;
}

#column-right #schools .selected h3 {
	height:30px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	font-family:Arial, sans-serif, default;
	background:#fff url('/images/accordion_arrow.png') 165px 12px no-repeat;
	padding-left:12px;
}

#column-right #schools h3 {
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:13px;
	font-family:Arial, sans-serif, default;
	background:#04382A;
	padding-left:12px;
}

#column-right #schools h3.hover {
	height:30px;
	line-height:30px;
	color:#666666;
	font-size:13px;
	font-family:Arial, sans-serif, default;
	background:#fff url('/images/accordion_arrow.png') 165px 12px no-repeat;
	padding-left:12px;
}

#column-right #schools ul {
	margin-left:25px;
	margin-top:10px;
}

#column-right #schools ul li {
	margin-bottom:10px;
}

#column-right #schools ul li a {
	color:#ffde75;
	font-size:13px;
	line-height:25px;
	text-decoration:none;
}

#column-right #schools ul li a:hover {
	text-decoration:underline;
}

#column-right #schools ul.ui-accordion-group{

}

#column-right #schools ul.selected{
	
}

/* calendar page */

#column-calendar {
	width:690px;
	background:#fff;
	float:left;
	padding:5px;
}

#calendar-wrapper {
	width:690px;
	background:#ffecae;
	padding:2px 0 15px 0;
	margin-bottom:15px;
}

#calendar-wrapper h1 {
	color:#04382a;
	font-size:11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-left:20px;
	margin-bottom:5px;
}

#calendar-holder {
	overflow:hidden;
	padding:0 0 0 20px;
}

#calendar {
	width:295px;
	float:left;
	margin-right:3px;
}

#calendar .header {
	background:#ffd13f;
	color:#04382a;
	font-family:Helvetica, Arial, sans-serif, default;
	width:295px;
	height:35px;
	overflow:hidden;
	margin-bottom:5px;
}

#calendar .header .prev-month {
	width:35px;
	float:left;
}

#calendar .header .prev-month a {
	width:20px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background: url('/images/calendar_prev_button.png') center right no-repeat;
	margin-left:15px;
}

#calendar .header .header-month {
	width:225px;
	float:left;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	text-align:center;
}

#calendar .header .next-month {
	width:35px;
	float:left;
}

#calendar .header .next-month a {
	width:20px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background: url('/images/calendar_next_button.png') center right no-repeat;
}

#calendar .calendar-table {
	background:#fff;
}

#calendar .calendar-table table {
	margin-left:5px;
	padding:5px;
}

#calendar .calendar-table table tr {
	margin-bottom:5px;
}

#calendar .calendar-table table tr th {
	width:35px;
	height:25px;
	text-align:center;
	margin-right:5px;
	padding:3px 2px;
	color:#5c5c5c;
	font-family:Helvetica, Arial, sans-serif, default;
	font-size:17px;
	font-weight:bold;
}

#calendar .calendar-table table tr td {
	width:35px;
	height:25px;
	text-align:center;
	margin-right:5px;
	padding:3px 2px;
	color:#808080;
	font-family:Helvetica, Arial, sans-serif, default;
	font-size:17px;
}

#calendar .calendar-table table tr td.current {
	background:#bde1d6;
	color:#04382a;
	font-weight:bold;
	cursor:pointer;
}

#calendar .calendar-table table tr td.has-event {
	color:#04382a;
	font-weight:bold;
	cursor:pointer;
}

#events {
	width:372px;
	float:left;
}

#events .header {
	background:#ffd13f;
	color:#04382a;
	font-family:Helvetica, Arial, sans-serif, default;
	width:365px;
	height:35px;
	margin-bottom:5px;
	position:relative;
}

#events .header h3 {
	font-size:14px;
	line-height:35px;
	margin-left:10px;
}

#events .header a.view-all {
	position:absolute;
	top:7px;
	right:5px;
	font-size:11px;
	color:#04382a;
	background:#ffde75;
	text-decoration:none;
	width:70px;
	height:20px;
	line-height:20px;
	text-align:center;
	display:block;
}

#events .events-list {
	background:#fff;
	color:#04382a;
	font-family:Helvetica, Arial, sans-serif, default;
	width:365px;
	height:26px;
	margin-bottom:5px;
	position:relative;
}

#events .events-list p  {
	font-size:14px;
	line-height:30px;
	margin-left:10px;
}

#events .events-list a.more-info {
	position:absolute;
	top:4px;
	right:5px;
	font-size:11px;
	color:#fff;
	background:#008a5f;
	text-decoration:none;
	width:70px;
	height:18px;
	line-height:18px;
	text-align:center;
	display:block;
}

#event-info {
	padding-left:40px;
	color:#04382a;
}

#event-info .vevent {
	width:340px;
	margin-bottom:20px;
}

#event-info h2 {
	color:#04382a;
	font-size:24px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif, default;
	padding-bottom:3px;
	border-bottom:1px solid #04382a;
	margin-bottom:15px;
	margin-right:5px;
}

#event-info p {
	font-size:14px;
	margin-bottom:5px;
}

#event-info p.summary {
	color:#04382a;
	font-size:24px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif, default;
}

#event-info p.description {
	font-size:13px;
}

#event-info a {
	color:#04382a;
	text-decoration:none;
	font-weight:bold;
}

#event-info a:hover {
	text-decoration:none;
}

#event-info p strong {
	font-weight:bold;
}

#event-info hr {
	height:1px;
	color:#04382a;
	background:#04382a;
	border:0;
	margin-right:5px;
	margin-bottom:20px;
}

.enroll_form_line {
	width: 100%;
	float: left;
	vertical-align: middle;
	margin-bottom: 7px;
}

.enroll_form_label, .enroll_form_label_wide, .enroll_form_input_wide, .enroll_table td {
	color:#666;
	font-size:12px;
	line-height:20px;
	font-family:Arial, sans-serif, default;
}

.enroll_form_label {
	padding-right: 3px;
	text-align: right;
	float: left;
	width: 150px;
}

.enroll_form_input {
	text-align: left;
}

.enroll_form_header {
	color:#000;
	font-size:12px;
	font-weight: bold;
	font-family:Arial, sans-serif, default;
	margin-top:5px;
}

.enroll_form_long {
	width: 200px;
}

.enroll_form_very_long {
	width: 250px;
}

.enroll_form_input textarea {
	width: 250px;
	height: 50px;
}

.enroll_form_input_wide {
	margin-left: 30px;
}

.enroll_form_input_wide textarea {
	width: 375px;
	height: 50px;
}

.enroll_error {
	color:#f00;
	font-size:12px;
	font-family:Arial, sans-serif, default;
	width: 100%;
	margin-bottom: 7px;
}

.enroll_form_input .enroll_error {
	margin-left: 150px;
}

