@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-image: url(images/final-background.gif);
	height: 180px;
	margin-left: 2px;
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #container #topmenu {
	background-repeat: no-repeat;
	margin-top: 110px;
}
#topmenu {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF3D00;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF5700;
	font-weight: bold;
}

body {
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #homepagesidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	border-right-style: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.twoColFixLtHdr #mainContent2 {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	width: 500px;
	height: auto;
	font-size: large;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFCC;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#topmenu {
	padding-bottom: 10px;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 770px;
}
.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-type: disc;
	list-style-position: outside;
	}
	
.twoColFixLtHdr #mailsub {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	height: 400px;
}

	
}
.testimonial {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/leftcolbg.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center;
}
.articlehighlight {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-right: 5px;
	padding-left: 5px;
}
.listitems {
	height: 340px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	list-style-type: square;
	overflow: visible;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
}
.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #FFCC99;
	padding: 0px;
	border: thin dashed #000000;
}
.tableleft {
	float: left;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
.tableright {
	float: right;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
.instructionsfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}
.craftslistitems {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	list-style-type: square;
	overflow: visible;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
	height: 260px;
}
.craftstableleft {
	float: left;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
.craftstableright {
	float: right;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nutritlistitems {
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	list-style-type: square;
	overflow: visible;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
}
.quickcraftbuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: right;
	width: 400px;
	height: 138px;
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.quickcraftholder {
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quickcraftactivitylist {
	background-color: #FFFFCC;
	width: 475px;
	margin-left: 40px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quickcraftactivityleft {
	float: left;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
.quickcraftactivityright {
	float: right;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}.quickcraftticks {
	list-style-image: url(images/tick.gif);
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
}
.leftmenu {
	background-repeat: no-repeat;
}
.relatedresources {
	list-style-image: url(images/brown-arrow.gif);
}
.leftcolad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 5px;
	width: 130px;
}
.recommend-amazon1 {
	float: right;
	width: 420px;
	height: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
.recommend-amazon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-left: 5px;
	background-color: #FFCC99;
}
.recommend-amazonleft {
	float: left;
}
.home-list {
	background-image: url(images/home-page-bg.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 475px;
	margin-left: 30px;
	padding: 5px;
}
.home-list-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 400px;
	float: right;
	height: 50px;
	padding: 10px;
}
.homeimageborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
form.contact {
	padding: 0;
	margin: 0;
	border: 1px solid #FFFFCC;

}
form.contact label {
	font-weight: bold;
	line-height: 150%;
}
form.contact label.fixedwidth {
	display: block;
	float: left;
	width: 170px;
}
form.contact .buttonarea input {
    background: #FB9189;
	colour: white;
	font-weight: bold;
	padding: 5px;
	border: 1px dashed #000000;
}
form.subscribe .buttonarea input {
	font-size: 80%;
	colour: white;
	font-weight: bold;
	border: 1px dashed #000000;
	margin-right: 3px;
	margin-left: 3px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FF5700;
	color: #000000;
}

form.subscribe label.fixedwidth {
	display: block;
	float: left;
	width: 75px;
	}

#subscribeformbg {
	background-color: #FFCC99;
	background-image: url(images/subscribebg.jpg);
	background-repeat: no-repeat;
	border: thin solid #FF9966;
	}
	
#listeningcourseformbg {
	background-color: #FFCC99;
	background-image: url(images/listeningkidsbg.jpg);
	background-repeat: no-repeat;
	border: thin solid #FF9966;
	}
	
#totaltransformsidebar {
	background-color: #FFCC99;
	background-image: url(images/kid-header2.jpg);
	background-repeat: no-repeat;
	border: thin solid #FF9966;
	}
	

.formbackground {
	background-color: #FFCC99;
	border: 1px solid #000000;
}
form.craftebook {
	padding: 0;
	margin: 0;
	border: 1px solid #FFFFCC;
}
form.craftebook label {
	font-weight: bold;
	line-height: 150%;
}
form.craftebook label.fixedwidth {
	display: block;
	float: left;
	width: 150px;
}
form.craftebook .buttonarea {
	text-align:center;
	padding: 4px;
	background-color:#FF5700;
}
form.craftebook .buttonarea input {
	font-size: 100%;
	colour: white;
	font-weight: bold;
	border: 1px dashed #000000;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #FFCC99;
}
.craftebook-background {
	background-color: #FFFFFF;
	border: thin solid #000000;
	width: 500px;
	margin-left: 20px;
	padding: 5px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
	font-weight: bold;
}
a:active {
    color: #000000;
}.playdoughright {
	float: right;
	height: auto;
	font-size: 95%;
	padding: 5px;
	width: 430px;
}
.playdoughleft {
	float: left;
	height: 180px;
	padding-top: 20px;
	padding-left: 5px;
}
.playdough {
	height: 200px;
	background-color: #FFFFCC;
	border: 1px dashed #000000;
}
.quickcraftleftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 5px;
	width: 130px;
}
.quickcraftleftwords {
	font-size: 100%;
	width: 125px;
	padding-left: 3px;
}
.copytestimonial {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #FFCC99;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: medium solid #FFCC66;
	width: 400px;
	float: none;
	margin-left: 70px;
}
.downloadformintro {
	padding-right: 10px;
	padding-left: 10px;
}
.craftebookintro1 {
	font-weight: bold;
	padding-left: 30px;
	background-color: #FFCC99;
}

.halloweentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF5700;
}
.handbooklayout {
	height: 220px;
	padding-top: 10px;
}
#subscribeintro {
	padding-right: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 10px;
	padding-top: 80px;
}

#listeningcourseintro {
	padding-right: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 100px;
}
form.survey fieldset {
	border: 2px solid #FFCC99;
	padding: 10px;
	font-weight: normal;
}

form.survey legend {
	font-size: small;
	color: #FF5700;
	padding: 5px;
	font-weight: bold;
}

form.survey label {
	font-weight: bold;
	line-height: 150%;
}
form.survey label.fixedwidth {
	display: block;
	float: left;
	width: 130px;
}
form.survey .buttonarea {
	text-align:center;
	background-color:#FFCC99;
}
form.survey .buttonarea input {
	font-size: 120%;
	colour: white;
	font-weight: bold;
	border: 1px groove #000000;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #FF5700;
	height: 40px;
	color: #FFFFFF;
}
.totaltransform {
	height: 130px;
	padding-top: 10px;
