 /*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}
body {
line-height:1.5;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
table, td, th {
vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a img {
border:medium none;
}
body {
background:#FFFFFF none repeat scroll 0 0;
color:#222222;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:75%;
}
h1, h2, h3, h4, h5, h6 {
color:#111111;
font-weight:normal;
}
h1 {
font-size:3em;
line-height:1;
margin-bottom:0.5em;
}
h2 {
font-size:2em;
margin-bottom:0.75em;
}
h3 {
font-size:1.5em;
line-height:1;
margin-bottom:1em;
}
h4 {
font-size:1.2em;
height:1.25em;
line-height:1.25;
margin-bottom:1.25em;
}
h5 {
font-size:1em;
font-weight:bold;
margin-bottom:1.5em;
}
h6 {
font-size:1em;
font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
margin:0;
}
p {
margin:0 0 1.5em;
}
p img {
float:left;
margin:1.5em 1.5em 1.5em 0;
padding:0;
}
p img.right {
float:right;
margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
color:#000000;
}
a {
color:#000099;
text-decoration:underline;
}
blockquote {
color:#666666;
font-style:italic;
margin:1.5em;
}
strong {
font-weight:bold;
}
em, dfn {
font-style:italic;
}
dfn {
font-weight:bold;
}
sup, sub {
line-height:0;
}
abbr, acronym {
border-bottom:1px dotted #666666;
}
address {
font-style:italic;
margin:0 0 1.5em;
}
del {
color:#666666;
}
pre, code {
margin:1.5em 0;
white-space:pre;
}
pre, code, tt {
-x-system-font:none;
font-family:'andale mono','lucida console',monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
}
li ul, li ol {
margin:0 1.5em;
}
ul, ol {
margin:0 1.5em 1.5em;
}
ul {
list-style-type:disc;
}
ol {
list-style-type:decimal;
}
dl {
margin:0 0 1.5em;
}
dl dt {
font-weight:bold;
}
dd {
margin-left:1.5em;
}
table {
margin-bottom:1.4em;
width:100%;
}
th {
background:#C3D9FF none repeat scroll 0 0;
font-weight:bold;
}
th, td {
padding:4px 10px 4px 5px;
}
tr.even td {
background:#E5ECF9 none repeat scroll 0 0;
}
tfoot {
font-style:italic;
}
caption {
background:#EEEEEE none repeat scroll 0 0;
}
.small {
font-size:0.8em;
line-height:1.875em;
margin-bottom:1.875em;
}
.large {
font-size:1.2em;
line-height:2.5em;
margin-bottom:1.25em;
}
.hide {
display:none;
}
.quiet {
color:#666666;
}
.loud {
color:#000000;
}
.highlight {
background:#FFFF00 none repeat scroll 0 0;
}
.added {
background:#006600 none repeat scroll 0 0;
color:#FFFFFF;
}
.removed {
background:#990000 none repeat scroll 0 0;
color:#FFFFFF;
}
.first {
margin-left:0;
padding-left:0;
}
.last {
margin-right:0;
padding-right:0;
}
.top {
margin-top:0;
padding-top:0;
}
.bottom {
margin-bottom:0;
padding-bottom:0;
}
.left {
float:left;
}
.right {
float:right;
}
/*end reset*/
/*typography*/
body { 
  font-size: 75%;
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2.4em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 1em;}
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; line-height:1em;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; line-height:1em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%;  }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/*end typography*/
/* general styles*/
html {
background: url(../images/htmlbg.jpg);
}
body{
background: url(../images/bodybg.jpg) repeat-x;
}
#dropshadow {
width: 804px;
margin: 0 auto;
background:url(../images/wrapperbg.png)
}
#container{
height: 100%;
background: url(../images/footerbg.png) no-repeat bottom;
position:relative;
padding-bottom:36px;
}
#home #container{
padding-bottom:0px;
}
#container table, #container td, #container th
{
    border-color: #600;
    border-style: solid;
}

#container table
{
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

#container td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #fff6c2;
}
#container th{
	  background-color: #71a076;
}
/*end general styles*/
/*header*/
h1 {
position:relative;
width:400px;
height:111px;
padding-left:45px;
font-size:20%;
padding:16px 0 0 45px;
margin-bottom:28px;
}
h1 span {
position:absolute;
width:100%;
height:100%;
background:url(../images/homeh1.png) no-repeat;
}
/*end header*/
/*navi styles*/
ul#navigation {
width:100%;
font-size:1.5em;
height: 27px;
padding-top: 9px;
margin: 0;
background: url(../images/navi.png) no-repeat 2px 0;
text-align: center;
list-style:none;
}
ul#navigation li {
padding: 0 28px;
display: inline;
	color:#888;
}

ul#navigation li a {
	text-decoration: none;
	color: #000000;
}

ul#navigation li a:hover {
	color:#888;
}
ul#navigation li#about-us-current,ul#navigation li#programs-current,ul#navigation li#admissions-current,ul#navigation li#montessori-current,ul#navigation li#parents-current{
	color:#888;	
}
/*end navi*/
/*home blockquote*/
#home blockquote, #sub blockquote {
height: 206px;
width: 100%;
background:url(../images/blockquotebg.jpg) no-repeat 2px 0;
margin:0;
}
#home blockquote p, #sub blockquote p{
margin: 0;
padding: 0;
text-indent:-3000em;
font-size:6px;
}
#home blockquote p img, #sub blockquote p img{
padding: 12px 0 0 47px;
margin:0;
}
#content blockquote {
  height:auto;
  width: auto;
  margin: inherit;
  margin-bottom:1em;
  padding: inherit;
  text-indent: 0;
  font-size:120%;
  background:none;
  line-height:120%;
  color:#999;

}
#content blockquote p{
	text-indent:0;
font-size:100%;

}
#content p#cite {
	color:#777;
	text-align:right;
	margin-bottom:2em;
	font-size:90%;
}
/*end blockquote*/
/* news styles*/
div#news {
float:left;
height:100%;
}
div#news h3 {
width: 198px;
height: 50px;
padding-top: 9px;
background: url(../images/homeh3.png) no-repeat 2px 0;
text-align: center;
margin:0;
font: 1.6em Georgia, "Times New Roman", Times, serif;
color: #222;
}
div#news dl, div#news ul {
width: 158px;
height: 430px;
margin:0;
padding: 15px 20px 0;
background: url(../images/subh3.png) no-repeat 2px -60px;
font: 2.1em Georgia, "Times New Roman", Times, serif;
}
#home div#news dl, #home div#news ul {
background: url(../images/homeh3.png) no-repeat 2px -60px;

}
div#news dl dt {
	margin-bottom: 12px;
	color: #2c592f;
	font-weight:normal;
}
div#news dl dd {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
	color: #333333;
}	
div#news dl dd a{
 color: #2c592f;
}
div#news dl dd a:hover{
	text-decoration:none;
}
div#news dl dd#date,div#news ul li {
	font: 50% Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	margin-bottom: 12px;
	list-style: none;
}

div#news ul{
background: url(../images/subh3.png) no-repeat 2px -60px;
}
div#news ul li{
font-size: 65%;
margin-bottom: 1.55em;
}
div#news ul li a{
	text-decoration: none;
	color: #2c592f;
}
/*end news*/
/*content*/
div#content{
float: left;
width: 468px;
background: url(../images/homecontentbg.png) no-repeat;
margin-left: 60px;
}

div#content h2, div#content h3, div#content h4, div#content p, div#content ol, div#content dl{
	padding: 0px 25px;
	color:#2c592f;
	margin-bottom:.8em;
}
div#content table, div#container div#content ul{
	padding: 0px 25px;
}
div#content h2{
	padding-top:12px;
}
div#content h3, div#content h4{
	text-transform:uppercase;
}
div#content p, div#content ul, div#content ol, div#content dl{
padding:0 25px;
line-height: 1.8em;
color:#1e1d1d;
margin-bottom:1.6em;
}
div#content dl dt{
	font-weight:bold;
	color:#2c592f;
}
div#content dl dd{
	margin: 0 0 1em 1em;
}
a#button-one, a#button-two {
position:relative;
float:left;
display:block;
width: 199px;
height: 183px;
margin-right:70px;
margin-bottom:30px;
vertical-align:baseline;
text-transform:lowercase;
}
a#button-two {
margin-right:0;
}
a#button-one span, a#button-two span{
cursor:pointer;
position:absolute;
bottom: 6px;
width:100%;
height:100%;
background: url(../images/aboutusbutton.jpg) no-repeat;
}
a#button-two span{
background-image:url(../images/admissionsbutton.jpg);
}
/*end content*/
/*footer*/
p#footer {
text-align: center;
padding: 28px 0;
clear: both;
font: 110% Georgia, "Times New Roman", Times, serif;
letter-spacing: .03em;
color: #3e454a;
}
/*fix clearing*/
.clearfix:after {
clear: both;
height: 0;

display: block;
visibility: hidden;

content: ".";
}

/*end clearing*/
/*classes*/
img.bio{
	float:left;
	margin:7px 10px 0px 25px;
	border:2px solid #aaa;
}

/*end*/
/*form*/
form{
	padding:0 25px;
}
input#name, input#email, input#phone {
  font-size: 160%;
  width: 16em;
}
textarea#comments {
  width: 32em;
  font-size: 120%;
}
input#name, input#email, input#phone, textarea#comments {
  border-bottom: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  background: #f2fcff;
}
fieldset div {
	margin-bottom:12px;
}
fieldset label {
  font-weight: 700;
	color:#2c592f;
}
fieldset p.footnote {
  padding: 12px;
}
fieldset p.footnote span {
  font-weight: 700;
  color: #2c592f;
}

/*form end*/