/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	/* height: 100%; */
	background: #fff url(images/bodybg.jpg) repeat-y;
	/* margin-left: 20px; */
}
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { font-weight:bold; text-decoration:underline; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	/* height: auto !important; */
	width: 850px;
  	margin: 0 auto;
  	text-align: left;
	min-height: 800px;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: #fff url(images/headerbg1.jpg) no-repeat 100% 40px;
	width: 850px;
	height: 130px;
	margin: 0;
	/* margin: 0 auto; */
	padding: 0;
}
#logo {
/* height: 121px; */
}
#header img {
	position: absolute;
	left: 517px;
	margin-top: -9px;
	top: 18px;
	height: 88px;
	width: 81px;
}

#header h1 {
	margin: 0; 
	clear: both;
	padding: 43px 0 0 40px;	
	font-size: 4em;	
}

#header p {
	position:absolute;
	left: 613px;
	font-family:"Comic Sans MS", Comix, "Courier New";
	font-size: 1.3em;
	color:#FF00FF;
	width: 207px;
	height: 74px;
	margin-top: -5px;
	top: 17px;
}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family:"Comic Sans MS", Comix, "Courier New";
	font-weight: normal;
	color: #000;	
}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	

/*------------------------------------------------------------*
**  Main Menu
**------------------------------------------------------------*/	
#main_menu {
	float:left;
	font-family:"Comic Sans MS", Comix, "Courier New";
	font-size: 1.3em;
	padding-bottom: 20px;
}

#about {
	position:absolute;
	top: 217px;
	left: 433px;
	width: 160px;
	color: #0000FF;
	text-transform:uppercase;
}
#about a {
	color: #0000FF;
}
#about a:hover {
	color: #0000FF;
	background: #fff;
	font-weight: bold;
}
#contact {
	position:absolute;
	top: 217px;
	left: 622px;
	width: 160px;
	color: #FF9900;
	text-transform:uppercase;
}
#contact a {
	color: #FF9900;
}
#contact a:hover {
	color: #FF9900;
	background: #fff;
	font-weight: bold;
}
#curriculum {
	position:absolute;
	top: 312px;
	left: 334px;
	width: 160px;
	color:#339900;
	text-transform:uppercase;
}
#curriculum a {
	color:#339900;
}
#curriculum a:hover {
	color:#339900;
	background: #fff;
	font-weight: bold;
}
#annual_events {
	position:absolute;
	top: 425px;
	left: 382px;
	width: 166px;
	color: #6633FF;
	text-transform:uppercase;
}
#annual_events a {
	color: #6633FF;
}
#annual_events a:hover {
	color: #6633FF;
	background: #fff;
	font-weight: bold;
}
#past_students {
	position:absolute;
	top: 484px;
	left: 535px;
	width: 132px;
	color: #FF0033;
	text-transform:uppercase;
	height: 104px;
}
#past_students a {
	color: #FF0033;
}
#past_students a:hover {
	color: #FF0033;
	background: #fff;
	font-weight: bold;
}
#parents_zone {
	position:absolute;
	top: 424px;
	left: 694px;
	width: 172px;
	color: #CC00FF;
	text-transform:uppercase;
}
#parents_zone a {
	color: #CC00FF;
}
#parents_zone a:hover {
	color: #CC00FF;
	background: #fff;
	font-weight: bold;
}
#ourday {
	position:absolute;
	top: 312px;
	left: 733px;
	width: 110px;
	color: #990000;
	text-transform:uppercase;
}
#ourday a {
	color: #990000;
}
#ourday a:hover {
	color: #990000;
	background: #fff;
	font-weight: bold;
}

#abcd {
	position: absolute;
	top: 312px;
	left: 485px;
}
#abcd a:hover {
	background: #fff;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#nav {
	background: url(images/menu_bg.jpg) repeat 100%;
	clear: both;
	float: left;
	width: 190px;
	margin: 10px 0 0 0;
	padding: 0;
	font-family:"Comic Sans MS", Comix, "Courier New";
	font-size: 1.3em;
	text-transform:uppercase;
}
#nav ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}	
#nav ul li {
	margin-top: 3px;
}

#nav ul li a {
	display: block;
	/* background:url(images/link.png) no-repeat left center; */
	width: 98%;
	padding: 5px 2px 5px 0.9em;
	border-left: 10px; 
	border-right: 1px;
	border-bottom: 3px;
	/* background-color: #036; */
	text-decoration: none;
}
html>body #nav ul li a { 
	width: auto; 
}
#nav li a:hover {
	background: #9966FF url(images/arrow.jpg) no-repeat 5px 50%;
	color: #660000;
	font-weight: bold;
	border-left: 10px; 
	border-right: 1px;
	border-bottom: 3px;
	/* background-color: #CCC; */
}
#nav .active a {
	color: #660000;
	font-weight: bold;
	border-left: 10px; 
	border-right: 1px;
	border-bottom: 3px;
	background: #9966FF url(images/arrow.jpg) no-repeat 5px 50%;
}
a#home_link {
	background: url(images/home_default.jpg) no-repeat 5px 52%;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #nav a {
	height: 1px;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	/* background: #fff url(images/bg.jpg) repeat-x; */
	width: 850px;
	margin: 0 auto;
	padding-bottom: 50px;
}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
}
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#content blockquote p { margin: 0; text-indent: 0; }

#content_inner {
	padding-top: 400px;
}


/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 200px;
	text-align: left;
	margin-right: 0px;
	background:#99FF99;
}

#left img {
	margin-top: 0px;
}
#to_school {
	position:absolute;
	left: 29px;
	top: 142px;
}
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: left;
	margin-left: 30px;
	width: 620px;	
	text-align: left;	
}

#right h1 {
	padding-top: 20px;
	font-size: 1.9em;
	text-transform:uppercase;
}
#right h2 {
	font-family:"Comic Sans MS", Comix, "Courier New";
}
#right h3 {
	margin-top: 0px;
}
.comic_font {
	font-family:"Comic Sans MS", Comix, "Courier New";
}
.span1 {
	width: 160px;
}
.span2 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	height: 18px;
}
.caption {
	width: 100px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	clear: both;
	/* position: absolute !important; */
	width: 100%;
	z-index: 500 !important;
	/* position: relative; */
	padding: 10px 0;	
	margin-top: 0px;
	background-color: #EAEAEA;		
	color: #000;
	font-size: 12px;
	border-top: 3px solid #CCCCFF;
}
#footer p {
	margin: 0 10px;
 	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center; 
}	
#footer a:hover { 
	font-weight: normal;
	text-decoration: underline;
}
