/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #4c6d7e repeat-x top;
	color: #4c6d7e;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding: 20px 0;
}
a{
	color: #148cca;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #668696;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	height: 1%;
	margin: 0 auto;
	width: 800px;
}
#page h2, h1.title {
	border-bottom: 1px solid #c1c5be;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
#page h3, #page h4{
	color: #4c6d7e;
	font-size: 14px;
	margin: 0 0 15px;
}
#page h4, #page h5, #page h6 {
	font-size: 12px;
	margin: 0;
}
#page p{
	padding: 0 0 15px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 107px;
	padding: 15px 35px 0 20px;
}

body#adminTemplate #header {float: none; clear: both}

body#adminTemplate {background-image: none;}

/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	margin: 0 0 5px;
	text-indent: -9999px;
	width: 397px;
}
#header h1 a{
	display: block;
	height: 26px;
}
#header h1 a:hover{
	background: none;
	text-decoration: none;
}
#logopic{
	border: 1px solid #bdb7b6;
	float: right;
}
#centercol #header p{
	padding: 0;
}
/*- Slogan -*/
.slogan{
	border-bottom: 1px solid #bcb6b5;
	color: #c4362b;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px;
	padding: 0 0 15px;
	width: 410px;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 10px;
}
#nav1 li a{
	border-top: 1px solid #bcb2a1;
	color: #ffffff;
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 20px;
}
#nav1 li a:hover,
#nav1 li.active a,
#nav1 li.selectedPage a{
	background: #bcb2a1;
	text-decoration: none;
}
/*=== Title, Pic ===*/
#title img{
	display: block;
}

/* <textEditor> */
span.left img {float: left; margin-right: 40px;border: 1px solid #bcb6b5;margin: 0 20px 0 0;}
span.right img {float: right; margin-left: 40px;border: 1px solid #bcb6b5;margin: 0 0 0 20px;}
/* </textEditor> */

.pic img{
	border: 1px solid #bcb6b5;
}
.pic .fr{
	margin: 0 0 0 20px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 250px;
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 550px;
}
#centercol a{
	text-decoration: underline;
}
#centercol a:hover{
	background: #148cca;
	color: #ffffff;
	text-decoration: none;
}
#centercol .spacer{
	height: 1%;
	padding: 10px 28px;
}
#centercol p{
	line-height: 18px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 15px;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 2px;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.gif) no-repeat top;
	clear: both;
	height: 80px;
}
#footer .fl{
	color: #ffffff;
	padding: 18px 0 0 20px;
	text-align: right;
	width: 200px;
}
#footer .fr{
	margin: 18px 0 0 60px;
	width: 520px;
}
#footer .fr a{
	color: #4c6d7e;
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}


.adminArea {background: white; padding: 40px;}


.actions li a:hover {color: white !important;}

/*=== Fall Festival banner ===*/


#topright {
display:block;
height:200px;
position:absolute;
right:0;
text-decoration:none;
top:0;
width:200px;}

#topright a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.lakesidepreschool.org/images/layout/fest-logo.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
height:200px;
position:relative;
width:200px;

