/*
	css for Mr Noah's Nursery School
*/

/* Main divisions */

body {
	background-color: #65E080;
	font-size:62.5%;  /* Align pixels with ems */
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: -30px; */
	background: #65e080 url('../images/edges.jpg') repeat-y;
}

#content {
	background: url('../images/forest3.jpg') top left no-repeat;
	margin: 0 82px 0 82px;
	min-height: 570px;
}

#header {
	background: none;
	width: 851px;
	height: 145px;
	padding: 0px;
	margin-top: 0;
}

#bodycontent {
	background: none;
	padding: 0 100px 0 100px;
}

#footer {
	color: #000000;
	height: 100px;
	background: #65E080 url('../images/bottom.jpg') repeat-x;
	padding-top: 110px;
	text-align: center;
	width: 100%;
	position: relative;
}

/* text styles */

h1, h2, h3, h4, h5, p, li, th, td , legend, label{
	color: #ffffff;
	font-family: Arial, san-serif;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	margin: 0 0 0 230px;
	padding: 50px 20px 20px 20px;
}

h2 {
	font-size: 18pt;
}

h3, th {
	font-size: 16pt;
	font-weight: bold;
}

p, li , td, legend, label{
	font-size: 16pt;
}

.lll, .lll li {
	font-family: Comic Sans MS;
	font-weight: bold;
	color: #ffffff;
}

.l {
	font-size: 130%;
}

#footer p {
	color: #000000;
	font-size: 12pt;

}

#footer p span {
	font-size: 10pt;
}

p.smaller {
	font-size: 12pt;
}

#navigation {
	float: right;
}

#navigation li {
	list-style-type: none;
	margin: 3px;
} 

#new {
	font-size: 17pt;
	font-weight: bold;
}

 a:link, a:visited {
	color: #ffffff;
	/*background-color: #007d1c;*/
	padding: 3px;
	text-decoration: underline;
}

#navigation a:hover {
	color: #00c12b;
}

.active a:link, .active a:visited {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer img {
	border: 0;
}

#logo {
	margin-left: 0px;
	float: left;
}

#c_logo {
	position: relative;
	top: -90px;
	left: -230px;
}

#contactorm {
	padding: 0;
	margin: 0;
	width: 250px;
}

#contactForm  fieldset {
  border: 2px solid white;
  padding: 10px;
}

#contactForm div {
	padding: 5px;
}

legend {
	padding: 5px;
}

label.fixedWidth {
	width: 240px;
	display: block;
	float: left;
}

input, textarea {
	color: #000000;
	font-weight: bold;
	background-color: #65E080;
}
#submit{
	padding: 3px;
	margin-top: 10px;
}

#urgent_note {
	background-color: #007e1d;
	border: 1px dashed #FFFFFF;
	padding: 5px;
	width: 80%;
}

/* layout */
/*
#header {
position: relative;
top: -30px;
left: 75px;
}

#bodycontent, div#navigation {
position: relative;
top: -450px;
}
*/
