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

/*
=====================================
	Basic Styles 
=====================================
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #0000cc;	
}

#container
{
	background: #e6e6e6;
	width: 734px;
	padding: 28px;	
	margin: auto;
	border: 4px solid #000000;

}

a, a:link {
	text-decoration:none;	
}

.clearfloat {
	clear: both;	
}

.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}
/*
=====================================
	Banner Stuff
=====================================
*/
h1 {
	background: url(images/mainbanner.png);	
	width: 798px;
	height: 133px;
	margin: -32px 0 0 -32px;
}

h1 span {
	display: none;	
}

#notes: {
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}

#welcome {
    background: #e6e6e6;
    width: 690px;
    padding: 20px;
    margin: auto;
    border: 2px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
}
#center {
	text-align: center;	
	margin:auto;
}
#space {
	height: 2px;
	width: 674px;
	display: block;
}
/*
=====================================
	Lessons and Featured
=====================================
*/
#featured ul, #lessons ul {
	padding:0;
	margin: 0;	
}

#featured ul li, #lessons ul li {
	background: #cccccc;
	padding:0;
	margin: 0;	
	/*clear: both;*/
	height: 100px;
	list-style:none;
	overflow: hidden;
}

#featured ul li img, #lessons ul li img {
	float: left;
	margin: 5px 10px 5px 5px; 
	
}

#featured ul li h3, #lessons ul li h3 {
	padding: 5px 0 0 0;
	margin: 0;
}

#featured ul li p, #lessons ul li p {
	margin: 5px 5px 0 0;
	font-style:italic;
	line-height: 1em;
}

/*
-------------------------------------
     Link Stuff
-------------------------------------
*/

#featured ul a li, #lessons ul a li {
	color: #000000;
	
}

#featured ul a:link li , #lessons ul a:link li, #featured ul a:visited li, #lessons ul a:visited li {
	color: #000000;
	text-decoration: none;
	background: #cccccc;
	
}

#featured ul a:hover li , #lessons ul a:hover li, #featured ul a:focus li, #lessons ul a:focus li {
	color: #000000;
	background: #ffffff;
	
}

/*
-------------------------------------
     Featured Only
-------------------------------------
*/

#featured {
	width: 276px;
	/*float:left;*/
}

#featured h2 {
	background: url(images/featuredbanner.png);	
	width: 276px;
	height: 55px;
	margin: 10px 0 0 0;
	padding: 0;
}

#featured h2 span {
	display: none;
}

#featured ul li {
	width: 272px;
	border: 2px solid #000000;
	border-top: none;
}

#featured ul li+li {
	
}

/*
-------------------------------------
     Lessons Only
-------------------------------------
*/

#lessons h2 {
	background: url(images/lessonsbanner.png);	
	width: 736px;
	height: 57px;
	margin: 0 0 0 -2px;
	padding: 0;
}

#lessons h2 span {
	display: none;
}

#lessons {
	width: 732px;
	margin: 20px 0 0 0;
	border: 2px solid #000000;
	background: #cccccc;
	/*clear:both;*/
}

#lessons ul li {
	/*width: 366px;  commented out until we need two columns*/
	width: 732px;
	float: left;
}

/*
=====================================
	Footer
=====================================
*/
#footer {
	text-align: center;
}

/*
=====================================
	Flash Widget
=====================================
*/
#flashwidget {
	width: 430px;
	height: 346px;
	border: 2px solid #000000;
	margin: 10px 0 0 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*
=====================================
	Floats?
=====================================
*/
#lessons, #flashwidget, #featured {
	float:left;
}
