/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {

background:#E0ECF8 repeat;
margin: 0;
padding: 0;
font-family: 'Tahoma', Verdana, Arial, sans-serif;
color: #404040;
font-size: 85%;
}

h1, h2, h3, h5, h6 {
background-color: transparent;
color: #0089ce;
clear: both;
}

h4 {
background-color: transparent;
color: #fba51a;
clear: both;  
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Arial, Georgia, Verdana,sans-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: Arial, Georgia, Verdana,sans-serif;
border-bottom: 1px solid #8f8fb3;
text-align: center;
}

h3 {
font-family: Arial, Georgia, Verdana,sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #0089ce; 
text-decoration: underline;
}

a:visited {
color: #fda51a;
text-decoration: underline;

}

a:hover {
color: #fda51a;
text-decoration: underline;

}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 963px;
border: 0px solid #636363;   /* dark sea blue, headlines and borders */
}

#Header {
position: relative;
height: 254px;
border-bottom: 0px solid #76BDFD;
}

#ContentWrapper {
float: left;
width: 100%;
margin-top:0px;
}

#ContentColumn {
margin: 0px 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 175px; 

              /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -963px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
margin-top: 10px;
}

#ExtraColumn {
float: left;
width: 178px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -195px;        /* STEP 5: set to -(ExtraColumnWidth) */
margin-top: 10px;
}

#Footer {
clear: both;
width: 100%;
padding: 0;
border-top: 0px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}







/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color:transparent;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer.jpg);
background-repeat: no-repeat;
background-color: transparent;    
text-align: center;
font-size: 85%;
height: 104px;
}

#NavColumn {
font-size: 90%;
color: #404040;
border-right:1px dashed #ccc;
}

#ExtraColumn {
font-size: 90%;
border-left: 1px dashed #ccc;
}

#NavColumn h4 {
font-size: 90%;
color: #333366;
margin-top: 20px;
text-align:center;
}
#NavColumn  p{
padding-left: 8px;

}
#ExtraColumn h4 {
font-size: 90%;
color: #333366;
margin-top: 20px;
padding-left: 10px;
}
#ExtraColumn  p{
padding-left: 0px;

}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
font-size: 95%;

}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 115%;
color: #FD7419;
border-top: 0px solid #533a2f;
border-bottom: 3px solid #76BDFD;
margin: 12px 0;
text-align: center;
padding-top:3px;
padding-bottom: 3px;
font-weight: bold;

}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;

}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
border: 0px solid #EEC744;
margin-bottom: 3px;
display: block; 
background:transparent url(http://www.preschools4all.com/image-files/ball-bullet.jpg) no-repeat scroll left center;


}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #244570;
  /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
margin-left: 10px;

}

.Navigation a:visited {
color: #244570;
padding: 3px 0 3px 4px;
text-decoration: none;
margin-left: 10px;
}

.Navigation a:hover {
color: #fba51a;
margin-left: 10px;
background-color:transparent;
text-decoration: underline;

}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link .Caption{
text-decoration: underline;

}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #333366;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
}

.ExtraNav a:link {
color: #C6171E;
text-decoration: none;
text-align: center;
padding: 0 3px;
}

.ExtraNav a:visited {
color: #FD7419;
text-decoration: none;
}

.ExtraNav a:hover {
color: #0089CE;
text-decoration: underline;
}

.search-box  {
float:right;
height:33px;
margin-right:15px;
margin-top:0px;
padding:4px 0 0 4px;
width:190px;
}

#Header .ExtraNav {
font-size: 100%;

top: 210px;
left: 160px;
height:40px;
position:absolute;
width:960px;
margin:0px;
padding: 0px;
}


#Header .ExtraNav ul li a {

height:30px;
line-height:14px;
padding-top:10px;
text-align:center;
text-decoration:none;
width:115px;
}

#Header .ExtraNav ul li img {
margin-left:3px;
margin-right:3px;

}


#Header .ExtraNav ul { 
padding-left: 0px;
padding-bottom: 5px;
}
#Header .ExtraNav ul li{ 
text-align:left;
padding: 0 5px 15px 5px;
margin-right:8px;
}

#Header .ExtraNav a:link {
color: #76BDFD;
text-decoration: none;
text-align: center;
font-weight: bold;
padding-right:0px;
padding-left: 0px;

}

#Header .ExtraNav a:visited {
color: #76BDFD;
text-decoration: none;
text-align: center;
font-weight: bold;
padding-right:0px;
padding-left: 0px;
}

#Header .ExtraNav a:hover {
color: #244570;
text-decoration: underline;
text-align: center;
font-weight: bold;
padding-right:0px;
padding-left: 0px;
}

#Footer .ExtraNav {
margin: 4px auto 0px;
background-color: transparent;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px solid #7BBCF4;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #fff;
width: 24%;
border: 1px solid #404040;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
color: #fff;
margin: 0;
padding: 2px;
text-align: center;
background-color: #086BAC;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #333366;
border-bottom: 1px solid #333366;
margin: 25px auto 0px auto;
padding: 1px;
text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
width: 150px;
background-color: #fff;
border: 1px solid #404040;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #7f7f7f;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #244570;
display: block;
line-height: 150%;
margin-bottom:10px;

}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
	height:2.3em;
	border:0px

	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(http://www.preschools4all.com/image-files/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;

	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#006fd0;
	}		