html {
	background:#284907 url(../images/html-bg.png) repeat-x;
}
body {
	background:url(../images/body-bg.jpg) no-repeat left 101px;
}
div#container {
	width:991px;
	margin:0 auto;
	background-color:transparent;
}
/* end general*/
/*header*/
h1 {
	position:relative;
	float:left;	
	width:457px;
	height:143px;
}
h1 span{
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/h1-bg.png) no-repeat;
}
#header {
 height: 140px;
}
a#header-contact {
	display:block;
	width:148px;
	height:38px;
	float:left;
	margin:63px 0 0 350px;
	position:relative;
}
a#header-contact span{
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-7px;
	background:url(../images/contact-us-btn.png);
}
/*end header*/
div#main{
	width:991px;
	margin-top:108px;
	background:url(../images/ul-bg.png) no-repeat 0 12px;	
}
/*nav*/

ul#nav {
	clear:both;
	height:34px;
	width:568px;
	list-style:none;
	margin:0 0 0 12px;
}
ul#nav li{
	float:left;	
}
/*sprite a*/
ul#nav li a{
	display:block;
	position:relative;
	width:71px;
	height:34px;
}
ul#nav li#about-us-nav a, ul#nav li#about-us-nav-current a{
	width:92px;
}
ul#nav li#programs-nav a, ul#nav li#programs-nav-current a{
	width:103px;
}
ul#nav li#admissions-nav a, ul#nav li#admissions-nav-current a{
	width:109px;
}
ul#nav li#montessori-nav a, ul#nav li#montessori-nav-current a{
	width:109px;
}
ul#nav li#parents-nav a, ul#nav li#parents-nav-current a{
	width:84px;
}
/*sprite a span*/
ul#nav li a span{
	width:100%;
	height:100%;
	position:absolute;
	margin-top:-3px;
	background:url(../images/pines-sprite.png) no-repeat;
}
ul#nav li#about-us-nav a span{
	background-position:-71px 0;
}
ul#nav li#programs-nav a span{
	background-position:-163px 0;
}
ul#nav li#admissions-nav a span{
	background-position:-266px 0;
}
ul#nav li#montessori-nav a span{
	background-position:-375px 0;
}
ul#nav li#parents-nav a span{
	background-position:-484px 0;
}
/*sprite a hover span*/
ul#nav li#home-nav a:hover span, ul#nav li#home-nav-current a span{
	background-position: 0 -36px;
}
ul#nav li#about-us-nav a:hover span,ul#nav li#about-us-nav-current a span{
	background-position: -71px -36px;
}
ul#nav li#programs-nav a:hover span,ul#nav li#programs-nav-current a span{
	background-position: -163px -36px;
}
ul#nav li#admissions-nav a:hover span,ul#nav li#admissions-nav-current a span{
	background-position: -266px -36px;
}
ul#nav li#montessori-nav a:hover span,ul#nav li#montessori-nav-current a span{
	background-position: -375px -36px;
}
ul#nav li#parents-nav a:hover span,ul#nav li#parents-nav-current a span{
	background-position: -484px -36px;
}
/*end nav*/
/*content*/
div#content {
	position:relative;
	margin:14px 0 0 0;
	padding:45px 24px 0;
	background:url(../images/main-bg.png) repeat-y;
}
div#content div#corners {
	position:absolute;
	bottom:0;
	left:7px;
	width:977px;
	height:22px;
	background: url(../images/content-bottom.png);
}
div#gallery img {
	border:1px solid #aaa;
  float:left;
  margin:1px;
  padding:1px;
}
div#gallery a:hover img{
	border:1px solid #294a08;
}
div#sub-details {
	float:left;
	width:302px;
	min-height: 370px;
}
div#quick-links {
	width:302px;
	background:#294a08 url(../images/quick-links-bg.jpg) no-repeat;
}
div#quick-links ul{
	text-align:right;
	background:url(../images/quick-links-corners.png) no-repeat 0 bottom;
	padding:0 16px 2em 0;
	margin:0;
	width:286px;
	list-style:none;
}
div#quick-links ul li{
	letter-spacing:-.05em;
	width:200px;
	float:right;
	padding-right:2px;
}
div#quick-links ul li#current {
	background:url(../images/li-bg.png) no-repeat 0 15px;
}

div#quick-links ul li a{
	color:#d8caa8;
	text-decoration:none;
	font:small-caps 140%/180% Georgia, Serif;
}
div#quick-links ul li a span{
	background-color:#284907;
	padding:5px 0 5px 12px;
}
div#quick-links ul li a:hover, div#quick-links ul li#current a{
	color:white;
}
div#quick-links h3{
	text-align:center;
	font:170% Georgia, Serif;
	color:white;
	border-bottom:1px solid #382513;
	margin:0 8px 14px;
	padding:24px 0 4px 0;
}
div#welcome-text {
	width:475px;
	float:left;
	padding:30px 5px 0 80px;
	min-height: 270px;
	background:url(../images/welcome-text-bg.jpg) no-repeat;
	margin-bottom:20px;
}
div#sub-text {
	width:568px;
	float:right;
	padding:30px 35px 0;
	min-height: 300px;
	background:url(../images/sub-text-bg.png) no-repeat;
	margin-bottom:20px;
}
div#sub-text h3, div#sub-text h4, div#sub-text h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #284907;
}
div#welcome-text h2, div#sub-text h2{
	color:#284907;
	font:200% Georgia, Serif;
}
div#welcome-text p{
	font:120%/160% Arial, Sans-serif
}
div#sub-text p, div#sub-text h4{
	font:100%/140% Arial, Sans-serif
}
div#sub-text h4{
	margin-bottom:0;
}
div#news {
	float:left;
	width:347px;
	height:278px;
	background: url(../images/news-bg.jpg);
	padding:30px 6px 0 25px;
}
div#news h3{
	font:180% Baskerville, Georgia, Serif;
	color:white;
	border-bottom:1px solid #382513;
	margin-right:32px;
	margin-bottom:12px;
	padding-bottom:2px;
}
div#news h3 span{
	font:italic 120% Baskerville, Georgia, Serif;
}
div#news dl {
	width:144px;
	height: 80px;
	padding-right: 10px;
	float:left;
	color: #fff;
	margin: 0 0 10px;
	padding-bottom:10px;
}
.clear {
    clear:both;
}
div#news dl dt, div#news a.news{
	font: small-caps 140% Georgia, Serif;
	color:#d8caa8;
	padding: 0;
	margin: 0;
}
div#news a.news {
	color:#d8caa8;
}
div#news a {
  color: #fff;
}
div#news dl dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
div#info-box {
	float:left;
	clear:both;
	width:423px;
	height:32px;
	margin:0px 0 30px 85px;
	padding:18px 18px 28px;
	background: url(../images/info-box-bg.png) no-repeat;
}
div#info-box p{
	float:left;
	width:238px;
	font:italic 100%/100% Georgia, serif;
	letter-spacing:-.03em;
}
div#info-box a{
	float:right;
	display:block;
	position:relative;
	width:142px;
	height:35px;
	margin-top:6px;
}
div#info-box a span{
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-5px;
	background:url(../images/learn-more-btn.png) no-repeat;
}
.location, .location-sub  {
	height:36px;
	float:left;
	width:140px;
	font:100%/160% Times, Serif;
	letter-spacing:-.06em;
	margin:20px 0 0 20px;
}
address.location {
	margin-left:70px;
}
.location-sub{
	width:110px;
	letter-spacing:-.06em;
	margin:20px 0 0 28px;
}
table th {
 background-color: #dacdac;
}
#sub-text a {
 color: #524232;
}
address.location-sub{
	letter-spacing:-.06em;
	width:130px;
}
div#contact-box{
	clear:both;
	width:302px;
	height:38px;
	background:url(../images/contact-box-bg.png);
	padding-top:17px;
	margin-top:80px;
}
div#contact-box a{
	display:block;
	position:relative;
	width:142px;
	height:35px;
	margin-left:75px;
}
div#contact-box a span{
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-5px;
	background:url(../images/contact-box-btn.png);
}
/*end content*/
/*footer*/
div#footer{
	width:961px;
	height:30px;
	padding: 18px 0 0 30px;
	background: url(../images/footer-bg.png) no-repeat;
}
div#footer p{
	float:left;
	width:180px;
	height:18px;
	color:white;
	font:small-caps 80% Arial, Sans-serif;
}
div#footer p span{
font-size:120%;
}
div#footer p#powered-by{
	float:right;
}
div#footer p#powered-by a{
	color:white;
	text-decoration:none;
}
/*fix clearing*/
.clearfix:after {
clear: both;
height: 0;

display: block;
visibility: hidden;

content: ".";
}

/*end clearing*/