/* CSS Document */


body {
	line-height: 1;
	background:url(images/bkgrnd_2.jpg);
	background-repeat:repeat-x;
	font-family:Myriad Pro;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;	
	margin-right: auto;
	margin-left: auto;
}



#container {
	height: auto;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	position: relative;
}

#header {
	width:800px;
	height:183px;
	margin: auto;
	padding: 0;
	background-image:url(images/header_image_2.jpg);
	background-repeat:no-repeat;
	background-position:16px 22px;

}

#top {
	position: absolute;
	left:320px;
	top:7px;
	padding: 0 0 0 0;
	color:#7BCC65;
	font-size:12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}

#top ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}
#top ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 10px 5px 0;
	list-style: none;
	display: inline;
	}
#top a {
	color:#FFFFFF;
	font-weight: bold;
	}

#top a:hover {
	font-weight: bold;
	text-decoration: underline;
	}

#navigation {
	/*position: absolute;
	top: 183px;
	left: 8px;*/
	background-image:url(images/nav_bkgrnd.jpg);
	background-repeat:repeat-x;
	height: 45px;
	padding: 0 62px 0 58px;
	margin: 0;

	}


#navigation a {
	padding: 0 10px 0 10px;
	
	}
	
#content {
	float: left;
	width: 100%;
	margin-left:20px;
	margin-top: 0px;
	line-height:32px;
	font-size: 90%;
	height:auto;
}


#content p 
	{
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 10px;
	}

#box {
	position: relative;
	width: 100%;
	padding: 0 0 0 25px;
	/*border: 1px solid red;*/

	}
#sub_nav {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 5px 10px 5px;
	margin: 0px;
	width: 240px;
	}

#sub_nav img {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}


#license_plate {
	position: absolute;
	top: 120px;
	left: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 240px;
	padding: 18px 5px 5px 5px;
	margin: 0;

}

#license_plate img {
	padding: 0px 0 0px 0;
	margin: 0;
	}
	
#kid_stuff {
	position: absolute;
	top:210px;
	left: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 245px;
	padding: 5px 0 3px 5px;
	margin: 0;
	height: auto;
}

#kid_stuff img {
	padding: 0;
	margin: 0;
	}

#news {
	position: absolute;
	top: 0;
	left: 251px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding:0;
	margin:0 0 0 0px;
	background-image: url(images/images/news_box_03.jpg);
	background-repeat:no-repeat;
	width: 380px;
	height: 292px;
	font-size:12px;
	line-height:normal;
	}
#news table {
	margin-top: 55px;
	margin-left: 20px;
	padding: 10px;
	/*border: 1px solid red;*/
	}
#news td {
	padding: 5px;
	margin:0;

	/*border: 1px solid green;*/
	}



#photo {
	position: absolute;
	top: 0;
	left: 632px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding:0;
	margin: 0;
	}
#footer
	{
	position: absolute;
	top: 300px;
	left:0;
	background-image: url(images/footer_trees.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:10px 0 10px 0;
	background-color: #698B41;
	height: auto;
	color: #FFFFFF;
	width:780px;
	height:auto;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		}


#copyright {
	float: left;
	margin-top: 9%;
	padding-left: 20px;
	width: 240px;
	
	}
	
#phone {
	float: left;
	margin-top: 9%;
	width: 150px;
	padding-left: 20px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	}
	
#address {
	float: left;
	margin-top: 9%;
	width: 280px;
	padding-left: 20px;
	}

#bottom {
	height: 15px;
	width: 780px;
	}
	