/********************************/
/* Walkington Preschool         */
/********************************/

* {margin:0; padding:0;}

body{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#container{
	position: absolute;
	left: 50%;
	width: 772px;
	margin-left: -386px;
}				
#header{
	background: url(images/header.gif) no-repeat top center;
	height: 100px;
	width: 772px;
}
#middle{
	background: url(images/middle.gif) no-repeat bottom center;
	width: 772px;
}
#stripe {
	background-image: url(images/middle2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 772px;
}


#navBar{
	margin: 0 55% 0 0;
	padding-left: 20px;
}

#content{
  float:right;
	width: 386px;
	margin: 0;
	padding: 0 3% 0 0;
}



#pageName{
	padding: 20px 0px 10px 10px;
}

#globalNav{
	color: #333333;
	padding: 58px 38px 0px 0px;
	white-space: normal;
	text-align: right;
}

#globalNav a {
	padding: 0px 27px 0px 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
.indent {
	padding-left: 20px;
	margin-left: 20px;
}


h1{
 font-size: 150%;
 color: #333333;
}

h2{
 font-size: 120%;
 color: #333333;
}
.boximage {
	padding-right: 20px;
	padding-left: 20px;
}
.frimages {
	padding-right: 10px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 20px 0px 10px;
}

.story p{
	padding: 0px 0px 0px 0px;
}

ul.Indent {
margin-left: 10px;
padding-left: 10px;
}
.boxindent {
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px dashed #ed1c24;
	line-height: 1.5;
}



/************* #siteInfo styles ***************/

#footerinfo{
	font-size: 10px;
	padding: 165px 10px 10px 10px;
	text-align: center;
	margin-top: 0px;
}


#footer{
	clear: both;
	background: url(images/footer1.gif) no-repeat top center;
	height: 155px;
}
#footer2{
	clear: both;
	background: url(images/footer2.gif) no-repeat top center;
	height: 155px;
}.highlightpurple {
	background-color: #B6E7C9;
}

