/* CSS Document */

/********************************** redefinded HTML tags *******************************************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10px 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: #000000;
}
#container { 
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/******************************************** standard tags ************************************************************/
h1{
	font-size:100%;
	color:#5A7D29;
	padding:10px 0px;
	margin:0px;
}

h2{
	font-size:90%;
	color:#8AA17A;
	margin:10px 0;
	padding:0px;
	}

h3{
	font-size:90%;
	color:#8AA17A;
	padding:0px;
	}
h4{
	font-size:90%;
	color:#8AA17A;
	margin:0px 0px 0px 10px;
	padding:0px;
}
hr{
	clear:both;
	margin:0px;
	padding:0px;
}
td{
	font-size:80%;
}
td.titles{
	width:80px;
	text-align:left;
	}
td.links{
	text-align:center;
	vertical-align:middle;
	background-color:#999999;
	padding:5px;
	margin:5px;
}
table.links{
	border:1px solid #336600;
	margin-top:20px;
}
p{
	font-size:80%;
	padding-right:10px;
}
p.tightTop{
	margin: 5px 0px 20px 10px;
	padding:0px;
	}
p.backtop{
	margin:0px;
	border-bottom:1px solid #5A7D29;
	}
p.quote{
	font-style:italic;
	font-weight:bold;
	width:400px;
	line-height:18px;
	font-size:85%;
	float:left;
	vertical-align:top;
	clear:left;
	}
p.quote img{
	float:left;
	margin-right:20px;
	}
p.testimonial{
	font-style:italic;
	margin-bottom:0px;
	color:#5A7D29;
}
p.testName{
	margin-top:5px;
	font-weight:bold;
	color:#333;
}
p.add_testimonial{
	font-size:80%;
	border:1px solid #5A7D29;
	background-color:#fff;
	padding:5px;
	text-align:center;
	margin-right:10px;
}
br.testimonial{
	border:1px solid #5A7D29;
}
li{
	font-size:80%;
	list-style-type:circle;
	list-style-image:url(images/arrow.jpg);
	}
	
/***************************************** link styles ******************************************/
a{
	color:#8AA17A;
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: #8AA17A;
	text-decoration: none;
}

a:link{
	color:#8AA17A;
	text-decoration: none;
}


a:hover{
	color: #8AA17A;
	text-decoration: underline;
}

/********************************** structural DIVs *******************************************/

#navBar{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #8AA17A;

}

#content{
	margin: 0 0 0 203px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#E3EDD1;
}


/*************************************** header styles **********************************************/
#header{
	border-bottom:1px solid #ffffff;
	clear:both;
	float:left;
}


#block{
	width:177px;
	float:right;
	background-color:#999900;
	}
	
#address{
	margin:0px;
	padding:10px 0px 0px 5px;
	background-color:#DEE6D9;
	color:#000000;
	width:600px;
	float:left;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul {list-style: none; margin-left: 10px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #8AA17A;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #navBar styles ***********/
#navBar h3{
	padding:5px 0px 5px 0px;
	text-align:center;
	margin: 0px;
	font-size:80%;
	background-color: #B6CAA7;
	color:#5A7D29;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#navBar h3.top{
	border-top: 0px;
	margin-bottom:10px;
	}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px 0px;
	padding: 0px;
	background-color: #8AA17A;
	color:#FFFFFF;
}
#sectionLinks ul{
	margin:0 0 10px 0;
}
#sectionLinks li{
	list-style-type:none;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	margin-top:0px;
	color:#FFFFFF;
	/*list-style-image:url(images/arrow.jpg);*/
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 5px;
	color:#FFFFFF;
	/*list-style-image:url(images/arrow.jpg);*/
}

#sectionLinks a:hover{
	background-color: #DEE6D9;
	color:#000000;
	padding: 2px 0px 2px 5px;
	text-decoration:none;
}

/************** #advert styles **************/

#advert{
	margin: 10px 0px;
	padding-top: 1px;
}

#advert a{
	color:#993300;
}

#advert p{
	margin:10px 0px;
	padding-left:5px;
	font-size:80%;
	}

#advert img{
	display:block;
}

#affiliations{
	width:200px;
	text-align:center;
	}
#affiliations img{

	margin:10px 0;
	}

/************** #headlines styles **************/

#headlines{
	margin-top:10px;
}
#headlines p{
	padding-left:5px;
	margin: 10px 0px;
	font-size:80%;
}

/************************************* #siteInfo styles *****************************************/

#siteInfo{
	clear: both;
	border-top: 1px solid #5A7D29;;
	font-size: 75%;
	color: #005FA9;
	padding: 8px 0px 8px 10px;
	background-color:#DEE6D9;
	margin: 0px;
}

/*************************************** Form styles **********************************************/
.input{
	width:300px;
	margin:5px 0px;
	}
.titles{
	margin-right:20px;
	width:200px;
	text-align:right;
	}
.textarea{
	width:300px;
	height:200px;
	}

/*************************************** lesson styles **********************************************/
table#lessons  {
	width:400px;
	border-bottom:1px solid #5A7D29;
	border-left:1px solid #5A7D29;
	}
#lessons th{
	padding:3px;
	color:#ffffff;
	background-color:#5A7D29; 
	
}
#lessons td{
	padding:3px;
	text-align:center;
	border-right:1px solid #5A7D29;
}
#lessons td.line{
	background-color:#5A7D29;
	height:1px;
	padding:0px;
	}
#adults{
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	background-color:#99FF99;
}
input{
	width:300px;
}
textarea{
	width:300px;
	height:300px;
}
#submit{
	width:auto;
}
.error_message{
	font-size:100%;
	font-weight:bold;
	color:#990000;
}
/****************************************************admin styles ******************************************************/
table.admin{
	border-left:1px solid #000;
	border-top:1px solid #000;
}
table.admin th{
	text-align:center;
	background-color:#336666;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:3px 5px;
}
table.admin td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:3px 5px;
}