﻿/* Knowledge Preschool Layout CSS */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#EBEDF2;
}
#wrapper {
	width:800px;
	height:100%;
	margin:auto auto;
	text-align:left;
	border:3px solid #006699;
	background-color:#EBEDF2;
}

#header {
	width:800px;
	height:115px;
	background: url(../images/header.jpg) 0px 0px no-repeat;
	margin: 0px;
}

#news {
	width:400px;
	height:115px;
/*	background: url(../images/header.jpg) 0px 0px no-repeat; */
	float:right;
	margin: 0px;
/*	border-width: .20em;
	border-style: solid;
	border-color: #3366FF;
*/	
}

#newsimage {
	width:100px;
	height:50px;
/*	background: url(../images/header.jpg) 0px 0px no-repeat; */
	float:right;
	margin: 0px;
}

/* NAVIGATION SECTION */
#menu {
	width: 785px; /* width reduced to add the padding-left */;
	height: 90px;
	margin: 0px;
	background: url('../images/menu_background_blue.jpg');
	padding-left: 15px; /* Spacer between HOME menu and left margin */
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 110px; /* Width of each menu item in the horizontal list */
	float: left;
}

#menu li {position: relative;}

#menu a, .selected_button{
	display: block;
	margin: 0;
	font-weight:normal;  
	font-size:14px; 
	text-decoration: none; 
	color: #fff; 
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
}

#menu a:link, .selected_button {color: #fff;}
#menu a:visited {color: #fff;}
#menu a:hover {color: #ff9933;}
#menu a:active {color: #ff9933;}

#menu ul ul {
	position: absolute;
	z-index: 500; /* To make it on top of the whole page */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul li div ul
{	display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul li div.selected_button
{	display: block;
	border:1px solid #006699; /* Workaround for keeping the drop down below the selected button */
}
div#menu ul ul li a:hover{
	background:#ff9933;
	color:#000;
}
#home_list, #home_list:visited {
	background-image:url(../images/home_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#home_list:hover, #home_list:active {
	background-image:url(../images/home_button_on.gif);
	padding:70px 10px 0px 13px; 
}
div#home_list {
	background-image:url(../images/home_button_on.gif);
	padding:70px 10px 0px 13px; 
}
#programs_list, #programs_list:visited {
	background-image:url(../images/programs_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#programs_list:hover, #programs_list:active{
	background-image:url(../images/programs_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
div#programs_list{
	background-image:url(../images/programs_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
#aboutus_list, #aboutus_list:visited {
	background-image:url(../images/aboutus_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#aboutus_list:hover, #aboutus_list:active {
	background-image:url(../images/aboutus_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
div#aboutus_list {
	background-image:url(../images/aboutus_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
#calendar_list, #calendar_list:visited {
	background-image:url(../images/calendar_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#calendar_list:hover, #calendar_list:active {
	background-image:url(../images/calendar_button_on.gif);
	padding:70px 10px 0px 13px; 
}
div#calendar_list {
	background-image:url(../images/calendar_button_on.gif);
	padding:70px 10px 0px 13px; 
}
#tour_list, #tour_list:visited {
	background-image:url(../images/tour_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#tour_list:hover, #tour_list:active  {
	background-image:url(../images/tour_button_on.gif);
	padding:70px 10px 0px 13px; 
}
div#tour_list  {
	background-image:url(../images/tour_button_on.gif);
	padding:70px 10px 0px 13px; 
}
#kidscorner_list, #kidscorner_list:visited {
	background-image:url(../images/kidscorner_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#kidscorner_list:hover, #kidscorner_list:active{
	background-image:url(../images/kidscorner_button_on.gif);
	padding:70px 10px 0px 13px; 
}
div#kidscorner_list{
	background-image:url(../images/kidscorner_button_on.gif);
	padding:70px 10px 0px 13px; 
}
#contactus_list, #contactus_list:visited {
	background-image:url(../images/contactus_button_off.gif);
	padding:70px 10px 0px 13px; 
}
#contactus_list:hover, #contactus_list:active {
	background-image:url(../images/contactus_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
div#contactus_list {
	background-image:url(../images/contactus_button_on.gif);
	padding:70px 10px 0px 13px; 
	color: #ff9933;
}
.drop_down_properties {
	padding: 5px 3px;
	background: #006699;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/* END OF NAVIGATION SECTION */


/* CONTENTS SECTION */
#content {
	margin:0px;
	padding:0px;

}

#content_header {
	width:800px;
	height:99px;
	background: url(../images/welcome_header.gif) 0px 0px no-repeat;
}

#programs_header {
	width:800px;
	height:99px;
	background: url(../images/programs_header.gif) 0px 0px no-repeat;
}

#aboutus_header {
	width:800px;
	height:99px;
	background: url(../images/aboutus_header.gif) 0px 0px no-repeat;
}

#calendar_header {
	width:800px;
	height:99px;
	background: url(../images/calendar_header.gif) 0px 0px no-repeat;
}

#tour_header {
	width:800px;
	height:99px;
	background: url(../images/tour_header.gif) 0px 0px no-repeat;
}

#kidscorner_header {
	width:800px;
	height:99px;
	background: url(../images/kidscorner_header.gif) 0px 0px no-repeat;
}

#contactus_header {
	width:800px;
	height:99px;
	background: url(../images/contactus_header.gif) 0px 0px no-repeat;
}

#sitemap_header {
	width:800px;
	height:99px;
	background: url(../images/sitemap_header.gif) 0px 0px no-repeat;
}


#kids_corner_images{
	float:right;
	width:189px;
	margin:0px;
	padding: 40px 75px 1px 70px;
	color:#006699;
}

#para_contents {
	margin:0px;
	padding: 1px 0px 1px 70px;
	width:760px;
	background: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	color:#006699;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}

	
#para_contents p, #para_contents li {
	padding-right:130px;
}

#para_contents h1 {
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
}

#para_contents ul li {
	list-style:none;
	background-image:url(../images/pencil_bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:25px;
	padding-bottom:5px;
}

.para_bold{
	font-weight:bold;
	font-size:14px;
}

/* For the gallery pictures */
#para_contents .thumbnail{
	float: left;
	width: 288px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

#para_contents .clearboth { 
	clear: both; 
}

/* For the location Map */
#para_contents a img {
	border:2px solid #006699;
	float: left;
	margin: 0 15px 0px 0;
}

#para_contents a:link {text-decoration: none; color: #006699; } 
#para_contents a:visited {text-decoration: none; color: #006699; }
#para_contents a:hover { text-decoration: underline; color:#ff9933;}
#para_contents a:active {text-decoration: underline; color:#ff9933;}

/* For the testimonials */
#para_contents blockquote {
	width:600px;
	border-bottom:1px dashed #006699;
	padding-bottom:15px;
	margin-bottom:15px;
}

/* For the Mission Table */
#para_contents #mission {
	width:600px;
	font-size:18px;
	font-weight:bold;
	color:#ff9933;
	background-color:#006699;
	border:5px ridge #ff9933;
	text-align:center;
	padding:10px;
}

#content_bottom {
	width:800px;
	height:80px;
	background: url(../images/contentbox_bottom.gif) 0px 0px no-repeat;
}

/* END OF CONTENTS SECTION */


/* Tour Gallery Items */

/* The whole container for the gallery */
#holder {
	position:relative; 
	z-index:1;
}

/* Thumbnail slideshow area */
#scrollbox {
	width:600px; 
	height:120px; 
	background:#EBEDF2; 
	overflow:auto; 
	margin-left:40px;
}

/*Horizontal scrolling for the scrollbar area */
#thumbs {
	width:1040px; 
	height:60px;
}
	
/*Padding above scrollbar*/
#pad {
	height:350px; 
	width:100px; 
}

/* Each image in the thumbnail slideshow */
a.gallery, a.gallery:visited {
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:100px; height:75px; 
	margin:5px; 
	float:left; 
	font-size:11px;
}

a.gallery:hover {
	white-space:normal; 
	border:1px solid #EBEDF2;
}

a.gallery:active {
	border:1px solid #EBEDF2;  
}

/* populating thumbnail images */
a.slide1 {background:url('../images/gallery1/thumb/2.jpg');}
a.slide2 {background:url('../images/gallery1/thumb/3.jpg');}
a.slide3 {background:url('../images/gallery1/thumb/4.jpg');}
a.slide4 {background:url('../images/gallery1/thumb/5.jpg');}
a.slide5 {background:url('../images/gallery1/thumb/6.jpg');}
a.slide6 {background:url('../images/gallery1/thumb/7.jpg');}
a.slide7 {background:url('../images/gallery1/thumb/8.jpg');}
a.slide8 {background:url('../images/gallery1/thumb/9.jpg');}
a.slide9 {background:url('../images/gallery1/thumb/10.jpg');}

/* This is the code for the big image display area */
a.gallery span {
	display:block; 
	position:absolute; 
	left:50px; 
	top:-15px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	background:#EBEDF2; 
	z-index:100; 
	font-size:11px;
}

a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:412px; 
	height:350px; 
	top:5px; 
	left:170px; 
	font-style:italic; 
	color:#000; 
	background:#EBEDF2; 
	z-index:100; 
	font-size:11px;
}

a.gallery:active span, a.gallery:focus span {
	display:block; 
	position:absolute; 
	width:412px; 
	height:350px; 
	top:5px; 
	left:170px; 
	font-style:italic; 
	color:#000; 
	background:#fff; 
	z-index:50;
}

a.gallery:hover img {
	width:400px; 
	height:300px;
	border:1px solid #EBEDF2; 
	z-index:100;
}
a.gallery:active img, a.gallery:focus img {
	width:400px; 
	height:300px;
	border:1px solid #EBEDF2;
	z-index:50;
}

* html a.gallery:active span {
	left:155px;
	width:402px; 
	height:350px; 
}
* html a.gallery:hover span {
	left:155px;
	width:402px; 
	height:350px; 
}

#start_content {
	position:absolute; 
	width:410px; 
	height:340px; 
	top:398px; 
	left:470px; 
	background:#EBEDF2; 
}
/* Tour Gallery Items */






/* Contact Form Items */
#contactbox {
	width:480px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	font-style:normal;
	color:#101c42;
	margin: 5px 50px 5px 10px;
}

form.contact .label { 
	display: block; 
	width: 190px;
	float: left;
	text-align:right;
	margin-right:10px;
}

form.contact .button {
	text-align: center;
	padding: 4px;
	margin:5px;
	float:left;
}

form.contact #submit {
	margin-left:100px;
}

form.contact fieldset {
	margin:1px;
	padding:15px;
}

/* End of Contact Form Items


/* FOOTER */
#footer {
	width:800px;
	height:157px;
	background: url(../images/footer.jpg) 0px 0px no-repeat;
	font-weight:normal;
	color:#006699;
	border-top:1px solid #006699;
}

#copyright { 
	text-align:left;
	font-size:11px;
	padding-left:80px;
	padding-top:30px;
}

#femkreations{ 
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

#footer a:link {text-decoration: none; color: #006699;}
#footer a:visited {text-decoration: none; color: #006699;}
#footer a:hover {text-decoration: none; font-weight:bold;}
#footer a:active {text-decoration: none; font-weight:bold;} 


/* END OF FOOTER */
#newsimage {
	z-index: auto;
	position: inherit;
	float: right;
	clip: rect(0px, auto, auto, auto);
}
