@charset "UTF-8";
/* CSS Document */

/*///////////////////////////////////////////////////////// COMMON /////////////////////////////////////////////////////////*/ 
a img {
	border: none;
}

a {
	text-decoration: none;
	color: #7C6A55;
}

a:hover {
	color: #EF4123;	
}

input {
	border: none;
	color: #7C6A55;
	padding: 10px;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
}

.right{float: right;}
.left{float: left;}

/*///////////////////////////////////////////////////////// LAYOUT /////////////////////////////////////////////////////////*/ 


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #7C6A55;
	background-image:url(../images/bgLeaves.gif);
}

#backgroundColor {
	background-color: #DAF4F7;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 190px;
	z-index: -10;
}

#headerContainer {
	position:absolute;
	z-index: 100;
}

#navContainer {
	width: 770px;
	margin: 0px;
	height:26px;
	padding: 5px 15px 15px 15px;
	background-color: #7C6A55;
}

#container {
	text-align: left;
	width: 800px;
	padding: 0px;
}

#siteContainer {
	text-align: left;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

#footerContainer {
	text-align: left;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

#header {
	background-color: #fff;
	width: 100%;
}

#logo {
	margin: 25px 0px 25px 25px;
	float:left;
	background-image:url(../images/acornLogo.jpg);
	width: 125px;
	height: 94px;
}

#headerInfo {
	text-align: right;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom:5px;
	width:300px;
}

.clear {
	clear: both;	
}

.navItem {
	display: inline;
	background-color: #7C6A55;
}

.navItem:hover {
	cursor:pointer;
	background-color: #fff;	
	color: #7C6A55;
}

#contentContainer {
	width: 100%;
	z-index: -20;
	margin-top: 25px
}

.viewChart {
	float:right;
	padding-right:20px;
	text-align:right;
	color:#FFF;
	height:30px;
	width:760px;
	padding-top:10px;
}

.floatLeft {
	float:left;	
}

.floatRight {
	float:right;	
}

#bgLeafLeft {
	z-index: -60;
	position: absolute;
	left: 50%;
	margin-left: -680px;
	width:260px;
	height: 467px;
	background-image:url(../images/bgLeaf1.gif);
	top: 450px;
}

#bgLeafRight {
	z-index: -60;
	position: absolute;
	left: 50%;
	margin-left: 410px;
	width:260px;
	height: 467px;
	background-image:url(../images/bgLeaf2.gif);
	top: 450px;
}

.leftColumn {
	float: left;
	width: 400px;
}

.leftColumnService {
	float: left;
	width: 600px;
}

.leftColumnSmall {
	float: left;
	width: 380px;
}

.rightColumn {
	float: right;
	width: 360px;
}

.rightColumnLarge {
	float: right;
	width: 400px;
}

#footer {
	display:block;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-color: #7C6A55;
	text-align:right;
}

#bottomFooter {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EF4123;
	text-align:right;
}


/*/////////////////////////////////////////////////////////// TEXT ///////////////////////////////////////////////////////////*/

.red {
	font-size: 14px;
	color:#EF4123;
}

.bodyCopy ul li {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	list-style: outside;
}

.bodyCopy2 ul {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	list-style: outside;
	
}

.order li {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	list-style: outside;
	
}


.parentsCopy ul li {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.parentsCopy{
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}

hr {
	width: 100%;
	height: 5px;
	border:none;
	margin: 25px 0px 25px 0px;
	background: #7C6A55;
}

.fifteenPtBrown {	
	font-size: 15px;
	color: #7C6A55;
	line-height: 25px;
}

.navText {
	display: inline;
	margin: 15px;
	font-size: 18px;
	color: #fff;
	list-style: none;
}

.navText a {
	color: #fff;	
}

h1 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 45px;
	margin-top: 0px;
	line-height: 50px;
	color:#EF4123;
	font-weight:normal;
}

h2 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 33px;
	color:#EF4123;
	font-weight:normal;
}

h3 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 25px;
	color:#EF4123;
	font-weight:normal;
}


h4 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 22px;
	margin-top: 0px;
	line-height: 50px;
	text-align:center;
	color:#EF4123;
	font-weight:normal;
}

h5 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	line-height: 14px;
	text-align:center;
	color:#FFF;
	font-weight:normal;
}

.lbs {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align:center;
	color:#EF4123;
	font-weight:normal;
}

h6 {
	font-family: Futura, "Arial", Gadget, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	line-height: 22px;
	text-align:center;
	color:#EF4123;
	font-weight:normal;
}






.largeCopy {
	font-size: 20px;
	line-height: 23px;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.bodyCopy a {
	color:#EF4123;	
}

.bodyCopy a:hover {
	text-decoration: underline;	
}

.footerText {
	color: #fff;
	line-height: 25px;
}


/*////////////////////////////////////////////////////// DROPDOWN MENU //////////////////////////////////////////////////////*/

.lightBrown {
	color:#A0958A;	
}

#menu ul .item{
	position: relative;
	display:none;
	padding: 5px 0px 5px 0px;
	line-height:13px;
	font-size: 12px;
	border-top:1px solid #E0D7CE;
}

.dropNav:hover {
	color: #EF4123;
}

#menu{
	z-index: 500;
	display: inline;
}

#menu ul:hover .item{
	display:block;	
	color: #7C6A55;	
}


#menu ul{
	margin: 0px 10px 0px 10px;
	float:left;
	padding:0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 5px;
	padding: 6px 10px 6px 10px;
	list-style:none;
	z-index:600;
}

#menu ul:hover {
	background-color: #F2ECE7;	
	color: #7C6A55;	
	cursor: pointer;
	z-index:600;
}

#menu ul:hover a {	
	color: #7C6A55;	
}


/*///////////////////////////////////////////////////// PICTURE ROTATOR /////////////////////////////////////////////////////*/

.pics {  
    height:  219px;  
    width:   401px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0pxpx;  
    border:  0px;  
    width:  401px; 
    height: 219px; 
    top:  0; 
    left: 0;
} 


/*////////////////////////////////////////////////////// STICKY FOOTER //////////////////////////////////////////////////////*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 160px;
	padding-bottom: 25px;/* .push must be the same height as .footer */
}


/*///////////////////////////////////////////////////////// Tables for Parents  /////////////////////////////////////////////////////////*/ 

.routine{
	width:790px;
	margin: 10px 0px 10px 0px;
	border:5px solid #DAF4F7;
	overflow:hidden;
}

.routine1{
	width:790px;
	margin: 10px 0px 10px 0px;
	border:5px solid #DAF4F7;
	overflow:hidden;
}

.routine2{
	width:790px;
	margin: 10px 0px 10px 0px;
	border:5px solid #DAF4F7;
	overflow:hidden;
}


.whiteRowTitle{
	width:20%;
}

.parentsIntro{
	font-size:16px;
	line-height:22px;
}

