@charset "utf-8";

/* compensate for different browser styles by zeroing out all default browsers*/
* {
	padding:0;
	margin: 0;
	}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #000000 url(none) no-repeat;
	}
#container {
	width: 790px;
	margin: 0px auto;
	text-align: left;
	position: relative;  /*this resets the container to 0, 0 for the upper left hand corner.*/
	background: #FFFF99 url(../images/sideBkgd300.gif) repeat-y;
	} 
#header{
	height: 140px;
	background: #D44D53;
	position: relative;
	} 
#header ul {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style: none;
	bottom: 0px;
	width: 790px;
	position: absolute;
	left: 0px;
	}
#header ul li {
	float: left;
	}
#header ul li a {
	padding: 0 1.5em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	display: block;
	color: #FFFFFF;
	margin-left: .5em;
	}
#header ul li a:hover{
	color: #000000;
	}
/*  content area styles  */
#content {
	padding: 10px;
	float: left;
	width: 450px;
	/*background-color: #E6F0B3;*/
	} 
#content  p {
	margin: 0.4em 0;
	padding-left: 0.4em;
	font-size: 1.2em;
	}
#content ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content ul li {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	list-style: disc inside;
	}		
#lessons {
	padding: 10px;
	float: left;
	width: 760px;
	background-color: #E6F0B3;
	} 
#lessons  p {
	margin: 0.4em 0;
	padding-left: 0.4em;
	font-size: 1.2em;
	}
#lessons ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#lessons ul li {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	list-style: disc inside;
	}
#lessons ul ul li {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	list-style: circle inside;
	}

#lessons ul ul ul li {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	list-style: disc inside;
	}
#lessons ol li {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	list-style: decimal inside;
	}
.special2 {
	font-weight: bold;
}
.special3 {
	font-weight: bold;
	text-decoration: underline;
}
.special4 {
	padding-left: 15px;
	margin-left: 10px;
}
/* ---------------- form styles ----------------*/
#contactArea {
	padding: 1em 0em 1em 1.2em;
	}
fieldset {
	background: #DAD7BC;
	margin: 5px;
	padding-left: 5px;
	display: block;
	}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.0;
	background: #D8D5C5;
	padding: 0.2em .5em;
	margin-left: 0.5em;
	display: inline;
	}
.submit {
	margin-left: 10px;
	}
#formWrap {
	float: left;
	}
#formWrap p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: left;
	font-weight: bold;
	position: relative;
	width:150px;
}
#formWrap form {
	border: 1px solid #0033FF;
	width: 400px;
	margin-left: 10px;
	margin-top: 10px;
	}
input {
	width: 200px;
	}
/*  reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
	width: auto;
	}
/*  display labels next to form elements, and add a class when you want them to stack (turn to block elements on top*/
label {
	float: left;
	margin-right: 1.5em;
	}
/*  below is a specific element class selector so the label and input are not on the same line*/ 
label.top {
	display: block;
	float: none;
	}
#informationType {
	margin:10px 0;
	}
/*  display labels inline with checkboxes */
#informationType label, #bassPlayers label {
	float: none;
	display: inline;  /*label and checkbox on same line*/
	padding-left: 5px;
	}
/*  align colums of checkboxes or radio buttons */
div.group1, div.group2, div.group3 {
	float: left;
	width: 13em;
	padding-left: 5px;
	}
label.check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1;
	color: #000;
	}
#form {
       margin: 1.5em 0 0 0;
       padding: 0;
     }
#field {padding-bottom: 1em;}
   /*  label {
     font-weight: bold;
     float: left;
     width: 40%;
     margin-right: 1em;
     text-align: right;
     }*/
#sidebar {
	width: 300px;
	padding: 0px;
	margin-left: 10px;
	float: right;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li {
	display: block;
	margin-top: 10px;
	}
#sidebar ul li a {
	color: #0000FF;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	background-color: #E6F0B3;
	margin-left: 30px;
	height: 0px;
	margin-top: 10px;
	}
#sidebar ul li a:hover{
	color: #000000;
	}
	
#footer {
	color:#000000;
	font: Arial, Helvetica, sans-serif;
	background:#E6F0B3;
	margin-top: 1em;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
.special {
	padding-right: 10px;
	padding-left: 10px;
}
#image {
	margin-left: 0;
	border: 2px solid #000000;
	}
