body { 
	background:#4c6581; 
	font:62.5% Arial, Helvetica, sans-serif; 
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 { color:#d61220; }
h1 { /*color:#b11220;*/ color:#003366; font:1.5em Helvetica, Geneva, sans-serif; font-weight:bold; margin-bottom:5px; text-transform:uppercase; line-height:30px; }
h2 { font-size:1.4em; margin-bottom:5px; text-transform:uppercase;}
h2.dark { color:#000; text-transform:none; margin-top: 20px;}
h3 { margin-bottom:5px; }
h4 {}
h5 {}
a { color:#b11220; text-decoration:underline; }
a:hover { color:#4c6581; }
blockquote { color:#4c6581; margin-bottom:20px; text-align:right; width:450px; }
p {
	margin-bottom:1em;
}

form {
	margin:0 auto;
	width:370px;
}
fieldset {
	border-bottom:1px dotted #000;
	padding:20px 0;
}
label {
	color:#4c6581;
}
th {
	color:#4c6581;
	text-align:left;
}
td{
	padding:5px 0;
}

ol {
	list-style:decimal;
	margin:10px 20px 20px 20px ;
}
ol li {
	margin-bottom:10px;
}

hr {
	clear:both;
	border:0;
	border-top:1px dotted #999;
}

.fltlt {
	float:left;
}
.fltrt {
	float:right;
}
.clear {
	clear:both;
	margin-top:20px;
}

.fltlt img {
	margin-bottom:20px;
}

#container {
	font-size:1.2em;
	margin:0 auto;
	width:860px;
}

#header {
	height:150px;
	position:relative;
	z-index:10;
}
#header.hhome {
	height:130px !important;
}

#content {
	/*overflow:hidden;*/
}

#main-content {
	background:#fff;
	float:left;
	overflow:hidden;
	padding:15px;
	position:relative;
	width:790px;
	z-index:2;
}
.home-content {
	width:590px !important;
	padding-bottom:40px !important;
}

#sidebar {
	background:#fff;
	display:inline;
	float:left;
	font-size:10px;
	margin:20px 0;
	position:relative;
	width:240px;
}


/* NAVIGATION */
#nav li {
	float:left;
	text-align:center;
	border-right:1px dotted #fff;
}
#nav li a {
	
	display:block;
	/*height:100px;*/
	height: 44px;
	padding:0 0 0 0;
	margin: 70px 9px 0;
	text-indent:-9999px;
	background: url(../images/rosemary-menu.jpg) no-repeat;
}
#nav .home a {
	/*background: url(../images/mainmenu.png) no-repeat 0 0;*/
	background-position: 0 0;
	width:38px;
}
#nav .home a:hover {
	background-position: 0 -50px;
}
#nav .whatsnew a {
	/*background: url(../images/mainmenu.png) no-repeat 0 0;*/
	background-position: -57px 0;
	width:125px;
}
#nav .whatsnew a:hover {
	background-position: -57px -50px;
}
#nav .about a {
	/*background: url(../images/mainmenu.jpg) no-repeat -136px 0;*/
	background-position: -198px 0;
	width:63px;
}
#nav .about a:hover {
	/*background: url(../images/mainmenu.jpg) no-repeat -136px -25px;*/
	background-position: -198px -50px;
}
#nav .programs a {
	/*background: url(../images/mainmenu.jpg) no-repeat -228px 0;*/
	background-position: -280px 0;
	width:70px;
}
#nav .programs a:hover {
	/*background: url(../images/mainmenu.jpg) no-repeat -228px -25px;*/
	background-position: -280px -50px;
}
#nav .gallery a {
	/*background: url(../images/mainmenu.jpg) no-repeat -55px 0;*/
	background-position: -370px 0;
	width:53px;
}
#nav .gallery a:hover {
	background-position: -370px -50px;
}
#nav .admission a {
	/*background: url(../images/mainmenu.jpg) no-repeat -333px 0;*/
	background-position: -437px 0;
	width:80px;
}
#nav .admission a:hover {
	/*background: url(../images/mainmenu.jpg) no-repeat -333px -25px;*/
	background-position: -437px -50px;
}
#nav .contact a {
	/*background: url(../images/mainmenu.jpg) no-repeat -438px 0;*/
	/*border:0;*/
	background-position: -530px 0;
	width:55px;
}
#nav .contact a:hover {
	/*background: url(../images/mainmenu.jpg) no-repeat -438px -25px;*/
	background-position: -530px -50px;
	/*border:0;*/
}
#nav .last { border: 0; }
/*END NAVIGATION*/

/*SUB NAV */
#subnav {
	clear:both;
}
#subnav li {
	float:left;
	text-align:center;
	margin-right:20px;
}
#subnav li a{
	color:#fff;
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-indent:-9999px;
}
#subnav .method a {
	background:url(../images/subnav_method.jpg) no-repeat center center;
	width:127px;
}
#subnav .method a:hover {
	background:url(../images/subnav_method_over.jpg) no-repeat center center;
	width:127px;
}
#subnav .staff a {
	background:url(../images/subnav_staff.jpg) no-repeat center center;
	width:98px;
}
#subnav .staff a:hover {
	background:url(../images/subnav_staff_over.jpg) no-repeat center center;
	width:98px;
}
#subnav .classes a {
	background:url(../images/subnav_classes.jpg) no-repeat center center;
	width:33px;
}
#subnav .classes a:hover {
	background:url(../images/subnav_classes_over.jpg) no-repeat center center;
	width:33px;
}
#subnav .curriculum a {
	background:url(../images/subnav_curriculum.jpg) no-repeat center center;
	width:124px;
}
#subnav .curriculum a:hover {
	background:url(../images/subnav_curriculum_over.jpg) no-repeat center center;
	width:124px;
}
#subnav .afterschool a {
	background:url(../images/subnav_afterschool.jpg) no-repeat center center;
	width:112px;
}
#subnav .afterschool a:hover {
	background:url(../images/subnav_afterschool_over.jpg) no-repeat center center;
	width:112px;
}
.sub_about {
	margin-left:202px;
}
.sub_programs {
	margin-left:293px;
}

/* END SUB NAV */

.head-image {
	margin-bottom:20px;
}
.main-content-area {
	margin-bottom:20px;
	padding:10px;
}
.tape {
	background:url(../images/tape.png) no-repeat;
	height:90px;
	position:absolute;
	width:125px;
	z-index:5;
}
.tagline { color:#4c6581; font-size:14px; margin-bottom:20px; text-align:center; font-weight:bold; }
.littleimage {
	text-align:center;
	width:200px;
}
.text {
	overflow:hidden;
	padding-top:10px;
	width:530px;
}
.textleft {
	overflow:hidden;
	padding-top:20px;
	padding-right:220px;
}
.programs-table, .admissions-table {
	margin-bottom:10px;
}
.admissions-table, .admissions-table td {
	/*border:1px solid #000;*/
	padding:10px;
}

.main-quote {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	/*color:#dd581d;*/ color:#4c6581;
	margin-bottom:20px;
	padding:20px 10px 10px 10px;
	text-align:center;
}

.readmore {
	background:url(../images/readmore.jpg) no-repeat;
	display:block;
	height:30px;
	margin:0 auto;
	text-indent:-9999px;
	width:111px;
}

.coloured {
	/*color:#dd581d;*/
	color:#4c6581;
	font-weight:bold;
}
.emphasise { color:#B11220; }
.clear {
	clear:both;
}
.curriculum-box {
	/*background:#fff9e0;*/
	border: 1px solid #eee;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 20px;
	width:310px;
}
.curriculum-box img {
	margin-bottom:10px;
}
.caption {
	font-size:10px;
}
#content .whatsnew {
	width:233px;
	margin-right: 10px;
}
#content .whatsnew img {
	margin: 0;
}
#content .whatsnew p {
	margin: 5px 0 20px;
}
ul.curriculum {
	clear:both;
	margin-bottom:10px;
}
ul.curriculum li {
	float:left;
	margin:10px 0;
	width:277px;
}
ul.curriculum li.odd {
	clear:both;
	margin:10px 20px 10px 0;
}

.formbuttons {
	margin:20px 0;
}
.reset {
	background:url(../images/clear.jpg) no-repeat;
	border:0;
	cursor:pointer;
	height:27px;
	width:110px;
}
.submit{
	background:url(../images/submit.jpg) no-repeat;
	border:0;
	cursor:pointer;
	height:27px;
	width:111px;
}

.error {
	color:#f00;
}

.small { font-size:10px; }

ul.sitemap {
	margin-bottom:20px;
}
ul.sitemap ul {
	margin:5px 0 0 20px;
}
ul.sitemap li {
	margin-bottom:5px;
}

#gallery a { float: left; margin: 12px; background: #fff; padding: 9px; border: 1px solid #ccc;}
#gallery a:hover { border:1px solid #666; }

#header .tape {
	left:740px;
	top:118px;
}

#header .hometape {
	left:770px;
	top:115px;
}

#header .logo {
	height:130px;
	margin:10px 10px 10px 0;
}

#sidebar .logo {
	padding:15px 0;
	text-align:center;
}
#sidebar .aims {
	background:#efc768;
	font-weight:bold;
	height:430px;
	padding:10px 5px;
	text-align:center;
}
#sidebar .aims ul {
	display:none;
}
#sidebar .aims img {
	float:left;
	margin:0 10px 5px 10px;
}
#sidebar .quote {
	clear:both;
	margin:20px auto;
	width:180px;
}

ul.christmaslist{
	list-style:disc;
	margin:0 0 10px 20px;
} 
ul.christmaslist li {
	margin:5px;
}
.christmas {
	position:absolute;
	z-index:40;
	top:120px;
	left:-20px;
}
#header.home .christmas {
	top:10px;
	left:640px;
}

/* FOOTER */
#footer {
	clear:both;
	color:#fff;
	height:100px;
	position:relative;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer ul {
	position:absolute;
	top:15px;
}
#footer ul {
	left:120px;
}
#footer.home-footer ul {
	left:20px;
}
#footer li {
	border-right:1px solid #fff;
	float:left;
	padding:0 15px;
}
#footer li.last {
	border:0;
}
#footer .tape {
	left:-50px;
	top:-50px;
}

