/* Montessori Main CSS Document */

body {
	background-color: #9eb891;
	background-repeat: no-repeat;
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000000;
}

a:link {
	color: #3F8FC2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F8FC2;
}
a:hover {
	text-decoration: underline;
	color: #3F8FC2;
}
a:active {
	text-decoration: none;
	color: #3F8FC2;
}
a {
	font-weight: bold;
}

#header {width:100%; background-image:url(../images/nav-bg.jpg);}
#top-repeat{background-image:url(../images/bg-top-secondary-repeat.jpg); background-repeat:repeat-x; width:100%;}
#top{background-image:url(../images/bg-top-secondary.jpg); background-repeat:no-repeat; background-position:center; width:100%; min-width:1002px; height:149px;}

#wood-section{background-image:url(../images/bg-wood.jpg); width:100%; background-repeat:repeat-x; background-position:top center; min-width:1002px; background-color:#f9df9f;}
img {border: none;}

.clear {clear:both;}

div {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}	

p {margin:0 0 0 0;}

.header-image {width:1002px; margin:auto;}
#white-box {background-image:url(../images/bg-white-box.png); background-repeat:repeat-y; background-position:center; width:980px; margin:auto;}
#white-box p{padding-left:40px; padding-right:15px;}
#white-box h1{color:#3F8FC2; font-size:20px; padding-left:40px; padding-right:8px; padding-bottom:0px; padding-top:20px;}

#white-box2 {background-image:url(../images/bg-white-box.png); background-repeat:repeat-y; background-position:center; width:980px; margin:auto;}
#white-box2 p{padding-left:40px; padding-right:40px;}
#white-box2 h1{color:#3F8FC2; font-size:20px; padding-left:40px; padding-right:8px; padding-bottom:0px; padding-top:20px;}


#footer{ background-image:url(../images/bg-footer.jpg); background-repeat:repeat-x; width:100%; color:#FFFFFF; min-height:194px;}
#footer a:link{color:#FFFFFF; text-decoration:none;}
#footer a:visited{color:#FFFFFF; text-decoration:none;}
#footer a:hover{color:#FFFFFF; text-decoration:underline;}

/* About Us -------------------------------------------------------------------------------------------- */

#quote {color:#3F8FC2; font-size:20px; padding-left:40px; padding-right:8px; padding-bottom:0px; padding-top:15px; font-weight:bold; width:420px}

.pad-r {padding: 0px 25px 0px 0px;}


