html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END: CSS reset */

body {
  background:#686F77; color:#686F77; margin-top:20px;
  text-align:center; font:normal 11px Verdana, Arial;
}
body * { text-align:left; }
strong { font-weight:bold; }
h1 { font-size:15px; font-weight:bold; margin:5px 0px; }
#facebox h1 { font-size:18px; }
h1 img { vertical-align:middle; margin-right:5px; }
p { margin-bottom:10px; line-height:1.3; }
a { color:#006EC3; font-weight:bold; }
a:hover { text-decoration:none; }

#container { width:800px; margin:0 auto; }

#nav { list-style:none; height:45px; margin-left:40px; margin-bottom:10px; }
#nav li { display:inline; color:#FFF; margin-right:15px; }
#nav li a {  }

.pane300   { background:#FFF; width:255px; padding:20px; 
  -moz-border-radius:10px; -webkit-border-radius:10px;
}
.pane500   { background:#FFF; width:455px; padding:20px; margin-bottom:35px; 
  -moz-border-radius:10px; -webkit-border-radius:10px;
}
.paneFull { background:#FFF; width:760px; padding:20px; margin-bottom:35px; 
  -moz-border-radius:10px; -webkit-border-radius:10px;
}
.kelliBG   { background:#FFF url(images/kelli.jpg) no-repeat bottom right; min-height:400px; }
.kelliBG p { width:275px; }
.schoolMap { margin:0px 0px 20px 45px; }
.schoolMap div { width:270px;height:80px;background:#d9dbdd; padding:10px 15px }

.home .pane300, .home .pane500 { height:450px; }
.blog .pane300, .blog .pane500 { height:370px; }
.about .pane300, .about .pane500 { height:900px; }
.contact .pane300, .contact .pane500 { height:370px; }

#wordpress h1 a { text-decoration:none; }
#wordpress h1 span { float:right; color:#686F77; font:normal 11px Verdana, Arial; }

#facebox div { width:640px; }
#facebox img.photo { float:left; margin:0px 40px 25px 0px; }
#facebox img.map { float:right; }
#facebox img + p { clear:both; }

#footer { color:#FFF; }
#footer img { float:left; margin:0px 40px 0px 20px; }
#footer a { color:#FFF; font-weight:normal; }
#footer a:hover { color:#FFF; text-decoration:none; }

.fl { float:left;  }
.fr { float:right; }
.cb { clear:both;  }
.pushBR { margin-right:-20px; margin-bottom:-20px; }
.blueText { color:#006EC3; font-weight:bold; font-size:12px; }