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;}:focus {	outline: 0;} body {	line-height: 1;	color: black;	background: white;} ol, ul { list-style: circle inside;} strong { font-weight: bold; }

html {

	
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CABED2;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 18px;
	}

.clearBoth {
	clear: both;
	}
#content {
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
}

#header {
	position: relative;
	left: 20px
	}
a {
	color: #14713A;
	}
a:hover {
	color: #362713;
	}
h1{
	background-image: url(../images/Arbor_Park_Child_Care_Logo.jpg);
	width:367px;
	height: 107px;
	}
h1 span {
	display: none;
	}

.headerImg {
	position: absolute;
	top : 0px;
	left:394px;
	clear: both;
	}

#contact {
	position: relative;
	top: 30px;
	left: 30px;
	z-index: 4;
	color: #362713;
	font-size: 12px;
	line-height: 14px;
	}


#mainContent {
	background-color: #FFFFFF;
	border: 1px solid #0C6C2F;
	margin: 40px 0 20px 0;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

.box {
	padding: 0 20px 10px;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 24px;
	font-weight:bold;
	margin: 40px 0 10px;
	color: #14713A;
	border-bottom: 2px dashed #362713;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	clear: both;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	}
	
.firstH2 {
	margin: 20px 0 30px;
	}

	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	margin: 10px 0 10px 10px;
	color: #000000;
	} 
	
p, ul {
	margin: 5px 0 5px 20px;
	color: #111;
	line-height: 20px;
	}
p {
	padding: 5px 0;
	}
	
.higlightBox {
	background: #f8f8f8;
	border: 1px solid #bbb;
	width: 400px;
	padding: 5px;
	margin: 5px 10px 10px; 
	float: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
.higlightBox h3 {
	padding: 0;
	margin: 0 5px 10px;
	font-style: normal;
	font-size: 16px;
	color: #362713;
	}

.higlightBox p {
	font-size: 12px;
	margin: 10px;
	}

.higlightBox ul {
	font-size: 12px;
	list-style: disc inside;
	}
.subSectionGroup {
	border: 1px solid #917558;
	background: #fff0e1;
	float: left;
	width: 860px;
	margin: 25px 0 40px;
	padding: 10px 0 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	box-shadow: rgba(0,0,0,0.3) 0px 5px 15px;
	}
.subSectionGroup h2 {
	border: 0px ;
	margin: 0px;
	padding: 0px;
	color: #362713;
	}
.subSection {
	float: left;
	width: 400px;
	margin: 10px;
	}
	
.subSection h2{
	padding: 0px;
	margin: 0px 0 10px;
	}
	
.subSection p{
	padding: 0px;
	margin: 0 0 0 10px;
	text-align: justify;
	font-size: 16px;
	}
	
#footer {
	color: #362713;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 10px 20px;
	}
#footer a {
	color: #362713;
	text-decoration: none;
	}
.madeby {
	float: right;
	}
	
form {
	border: 1px solid #CCCCCC;
	background-color: #f8f8f8;
	width: 545px;
	font-size: 14px;
	margin: 10px auto;
	}
label {
	padding: 0 0 40px 0;
	color: #333333;
	}

input, textarea {
	width: 500px;
	}
	
#submit {
	width: 150px;
	}
.required {
	width: 545px;
	font-size: 12px;
	margin: 10px auto;
	}
