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


/* GENERIC STYLES -------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/autumn.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
}

a {
	text-decoration:underline;
	color:#C60;
}

a:hover {
	text-decoration:none;
	color:#9C6;
}

a:active {
	text-decoration:none;
	color:#C60;
}

p, li, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
p {
	padding:5px 0 5px 0;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	color:#666;
}
	
h1 {
	padding:5px 0 5px 0;
	font-size:26px;
	font-weight:normal;
	color:#c60;
}

h2 {
	padding:5px 0 5px 0;
	font-size:16px;
	line-height:150%;
	font-weight:normal;
	color:#000;
}
			
h3	{
	padding:5px 0 5px 0;
	font-size:16px;
	line-height:150%;
	font-weight:normal;
	color:#C60;
}

h4	{
	padding:5px 0 5px 0;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
	color:#C60;
}

h5	{
	padding:5px 0 5px 0;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
	color:#000;
}

h6	{
	padding:5px 0 5px 0;
	font-size:10px;
	line-height:150%;
	font-weight:normal;
	color:#666;
}

hr {
	border-top: 1px #999 dotted;
	border-right:hidden;
	border-bottom:hidden;
	border-left:hidden;
	margin:10px 0 0 0;
}

.imgleft {
	float:left;
	margin:5px 20px 5px 0;
}

.imgright {
	float:right;
	line-height:200%;
}

.pdficon {
	float:left;
}

.backtotop {
	text-align:right;
}

.quote {
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold;
	color:#09F;
	line-height:130%;
}

.orange {
	color:#C60;
}

.highlight {
	color:#09F;
}

/* Layout Styles ---------------------------------------*/

#container {
	width:990px;
	margin:auto;
}
		
#shadowleft {
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(../images/buttercup-shadowleft.png);
}
	
#shadowright {
	background-position:top right;
	background-repeat:repeat-y;
	background-image:url(../images/buttercup-shadowright.png);
}

/* Header Styles ----------------------------------------*/

#header {
	margin:0 20px 0 20px;
	text-align:center;
	background-color:#FFF;
	border-left:1px solid #cc6600;
	border-right:1px solid #cc6600;
	background-color:#FFF;
}

#header h1 {
	padding:20px 0 10px 0;
}

#header img {
	margin:0 20px;
}

#header p {
	padding:0;
}
	
/* Main Nav Styles -------------------------------------*/

#mainnav {
	margin:0 20px;
	padding:140px 0 15px 0;
	border:1px solid #c60;
	background-color:#FFF;
	clear:both;
	font-size:18px;
	text-align:center;
	line-height:45px;
	background-image:url(../images/kids_banner.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#mainnav ul li {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#mainnav a {
	padding:0 8px;
	text-decoration:none;
	color:#666;
}
	
#mainnav a:hover {
	padding-bottom:10px;
	border-bottom: 5px solid #609;
	color:#c60;
}
	
/* Menu Styles -----------------------------------------*/

#menu {
	float:right;
	width:240px;
	margin:0 20px 20px 20px;
}

#menu h1 {
	padding-top:5px;
	color:#609;
	font-size:20px;
}

#menu h3 {
	margin:10px 0 0 0;
	border-top: 1px #999 dotted;
	line-height:120%;
	color:#609;
}

#menu a {
	color:#609;
}

#menu a:hover {
	text-decoration:none;
	color:#9C6;
}

#menu img {
	margin:25px 0 20px 0;
	border:none;
}

#menu ul {
	padding:5px 0 5px 15px;
}
	
#menu li {
	font-size:12px;
	line-height:180%;
	font-weight:normal;
	color:#666666;
}

#menu .imgleft {
	float:left;
	margin:-5px 20px 5px 0;
}

#menu .imgright {
	float:right;
	margin:-5px 0 5px 20px;
}

#facebooklogo img {
	margin-top:0;
}

/* Contents --------------------------------------------*/

#contents {
	margin:0 20px;
	padding:20px 0 0 0;
	background-color:#fff;
	border-left:1px solid #cc6600;
	border-right:1px solid #cc6600;
}

#contentstext {
	margin:0 280px 0 0;
	padding:0 20px 20px 20px;
	background-color:#fff;
	background-position:top left;
	background-repeat:no-repeat;
	min-height:530px;
	border-right:1px solid #cc6600;
	min-height:2400px;
}

#contentstext th {
	padding:10px 0 10px 0;
	font-size:16px;
	line-height:125%;
	font-weight:normal;
	color:#000;
	text-align:left;
	border-top: 1px #999 dotted;
}

#contentstext td {
	border-top: 1px #999 dotted;
	margin-top:15px;
}

#contentstext td img {
	margin:10px 0;
}
	
#contentstext ul {
	padding:5px 0 5px 15px;
}
	
#contentstext li {
	font-size:12px;
	line-height:180%;
	font-weight:normal;
	color:#666666;
}

#highlightbox {
	border:4px solid #c60; 
	margin:10px 0 0 0;
	padding:15px;
}

.support td {
	padding:10px 20px 15px 0;
}

.spacebefore {
	padding:30px 0 0 0;
}

/* Footer ---------------------------------------------*/

#footer {
	background-color:#fff;
	border-top-width:1px;
	border-top-style:solid;
	margin:20px 0 0 0;
	padding:20px 20px 170px 20px;
	border-color:#c60;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
	
#footer h4 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
	
#footer img {
	border:none;
	margin:-8px 10px 10px 0;
	float:left;
}

#footer p, #footer ul li {
	font-size:10px;
	font-weight:normal;
	line-height:140%;
}
	
#footernav {
	padding:10px 0 5px 0;
	text-align:left;
	}

#footernav ul li {
	display:inline;
	}

#footernav a {
	border-right-width:1px;
	border-right-style:solid;
	text-decoration:none;
	color:#c60;
	padding:0 5px;
}
	
#footer a:hover {
	color:#666;
	text-decoration:underline;
}

#footernavright a {
	border-right:none;
	}
