/* HEADER */
#headerPicL {
	background: url(../images/parents/headerPicL.jpg) no-repeat left top;
}
#header a:hover, #header a:active {
	color: #000;
	text-decoration: underline;
}
#arc1 {
	background: #dbead6;
}
#arc1 a:link, #arc1 a:visited {
	color: #40433F;
}
#arc2 {
	background: #bfdbb6;
}
#arc2 a:link, #arc2 a:visited {
	color: #000;
}
#arc3 {
	background: #91c183;
}
#headerTile {
	background: #80a657;
}
#headerPicR {
	background: url(../images/parents/headerPicR.jpg) no-repeat left top;
}
#textResizerFont {
	background: url(../images/fontBlack.gif) no-repeat left top;
}
#textResizerDown {
	background: url(../images/parents/textResizers.gif) no-repeat left bottom;
}
#textResizerDown.hover {
	background: url(../images/parents/textResizers.gif) no-repeat right bottom;
}
#textResizerUp {
	background: url(../images/parents/textResizers.gif) no-repeat left top;
}
#textResizerUp.hover {
	background: url(../images/parents/textResizers.gif) no-repeat right top;
}
#searchBar {
}
#searchBackgroundCorner {
	background: url(../images/parents/searchBackgroundCorner.jpg) no-repeat left top;
}


/* MAIN NAVIGATION */
#mainNav ul {
	background: url(../images/parents/mainNavLinkageBackground.gif) repeat-x right top;
}
#mainNav li a.leftOfCurrent {
	background: url(../images/parents/mainNavLinkageBackground.gif) repeat-x right top;
}
#mainNav li a.current {
	background: #efe4ca url(../images/parents/mainNavTabCorner.gif) no-repeat right bottom;
}
#mainNav li a.current:link, #mainNav li a.current:visited {
	color: #000;
}
#mainNav a:link, #mainNav a:visited {
	color: #fff;
}
#mainNav a:hover, #mainNav a:active {
	text-decoration: underline;
}


/* SECONDARY NAVIGATION */
#secondaryNav {
	background: url(../images/parents/secondaryNavBackground.gif) repeat-y left top;
}
#secondaryNavCorner {
	background: url(../images/parents/secondaryNavCorner.gif) no-repeat left top;
}
#secondaryNavBottom {
	background: url(../images/parents/secondaryNavBottom.gif) no-repeat left top;
}
#secondaryNav a:link, #secondaryNav a:visited {
	color: #000;
}
#secondaryNav a:hover, #secondaryNav a:active {
	color: #fff;
	
}
#secondaryNav li {
	padding-right: 20px;
	padding-left:5px;
	height: 22px;
	padding-top: 4px;
}
#secondaryNav a {
	line-height: .9em;
	height: 18px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 25px;
}

.secondaryLink1 { background: url(../images/parents/green_apple_logo.gif) no-repeat left top; }
.secondaryLink1:hover {	background: url(../images/parents/green_apple_logo.gif) no-repeat left top; }

.secondaryLink2 {		background: url(../images/parents/Parent-child.gif) no-repeat left top; }
.secondaryLink2:hover {	background: url(../images/parents/Parent-child.gif) no-repeat left top; }

/* FOOTER */
#footerArc {
	background-color: #91c183;
}


.feature {
	float:right;
	margin-left:10px;
	padding:5px;
	border:solid thin;
	background:#ebf5e8;
	border:solid #bfdbb6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:30%;
	}
.Light_Purple {
	background-color: #ECCDFE;
}
#Notes {
	margin-bottom: 10px;
}
#container #contentContainer #content #space {
	height: 300px;
	width: 100%;
}

