@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #45423d;
	background-color: #FFFFFF;
	background-image: url(images/Homepage_slides_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#apDiv1 {
	position:absolute;
	width:403px;
	height:384px;
	z-index:1;
	left: 517px;
	top: -324px;
	visibility: hidden;
}
#apDiv2 {
	position:absolute;
	width:628px;
	height:47px;
	z-index:1;
	left: 140px;
	top: 292px;
}
#about {
	position:absolute;
	width:127px;
	height:67px;
	z-index:3;
	left: 474px;
	top: 172px;
	background-color: #008B5F;
	visibility: hidden;
}
#programs {
	position:absolute;
	width:209px;
	height:152px;
	z-index:2;
	left: 564px;
	top: 172px;
	background-color: #008B5F;
	visibility: hidden;
}
.oneColFixCtrHdr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #outercontainer {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	background-image: url(images/Homepage_slides_15.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	position: relative;
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FEE25A;
	text-decoration: none;
	display: block;
}

.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	color: #008B5F;
}
.oneColFixCtrHdr #header h2{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	color: #008B5F;
}
.oneColFixCtrHdr #mainContent {
	width: 928px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/main-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

.oneColFixCtrHdr #mainContent a {
color: #008B5F; 
}
.oneColFixCtrHdr #mainContent h1 {
color:  #008B5F;
font-size: 18px;
margin-left: 120px;
}

.oneColFixCtrHdr #mainContent h2{
color:  #008B5F;
font-size: 16px;
margin-left: 120px;
margin-bottom: -15px;
}

.oneColFixCtrHdr #mainContent h3{
color:  #008B5F;
font-size: 14px;
margin-left: 120px;
}

.oneColFixCtrHdr #mainContent h4{
color:  #008B5F;
font-size: 12px;
margin-left: 120px;
}

.oneColFixCtrHdr #mainContent p {
	font-size: 14px;
	margin-left: 120px;
	margin-right: 120px
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 968px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #008B5F;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.bottomnav {
	margin-left: 10px;
	margin-top:6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bottomnav a { text-decoration: none; color: #FFFFFF}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.green {
	color: #008B5F;
}
.address {
margin-left: 10px; margin-top: 20px; width: 350px; height: 55px; float: left
}
.imageborder {
	border: 1px solid #A2C1A7;
}
#parents {
	position:absolute;
	width:106px;
	height:26px;
	z-index:2;
	left: 663px;
	top: 172px;
	background-color: #008B5F;
	visibility: hidden;
}
#privacy {
	width:230px;
	height: 50px;
	float: right;
	margin-top:20px;
	margin-right: 8px;
	}
	
#privacy a {
	color: #008B5F
	}
#franchisesubnav {
	position:absolute;
	width:128px;
	height:121px;
	z-index:1;
	left: 831px;
	top: 14px;
	background-color: #F4F073;
	border: 1px solid #008B5F;
	}
