* {
	padding: 0;
	margin: 0;
	}

body	{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px;
	}

body a, body a:visited {
	color: #B60637;
	}

body a:hover {
	color: #B60637;
	text-decoration: none;
	}

/*----------------------------------------- MAIN DIVs ------------------------------------------*/

div#wrapper {
	width: 100%;
	margin: 0;
	text-align: left;
	}

div#header {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#content {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	}


/*----------------------------------------- HEADER ------------------------------------------*/

div#header h1 {
	display: none;
	}

div#header img#logo {
	padding: 0;
	display: none;
	}

div#header img#logo_print {
	padding: 0;
	}

/*
div#header div {
	width: 300px;
	height: 127px;
	display: block;
	position: absolute;
	top: 0;
	left: 480px;
	}
*/

div#header div {
	display: none;
	}


/*----------------------------------------- MAIN NAVIGATION ------------------------------------------*/

div.nav_bar {
	display: none;
	}



/*----------------------------------------- HOME INTRO ------------------------------------------*/

div#home_intro	{
	float: left;
	width: 100%;
	height: auto;
	color: #837F77;
	background: none;
	padding: 10px 0 10px 0;
	}

div#home_intro h2 {
	color: #666;
	line-height: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

div#home_intro p {
	display: none;
	}

div#home_intro span {
	color: #333333;
	}

div#home_intro p a {
	color: #B60637;
	text-decoration: underline;
	}

div#home_intro p a:hover {
	color: #B60637;
	text-decoration: none;
	}
	

/*----------------------------------------- HOME CONTENT ------------------------------------------*/

div#home_boxes {
	float: left;
	position: relative;
	margin: 0 0 10px 0;
	}

div#home_boxes div#left {
	width: 100%;
	float: left;
	background: none;
	border-top: 1px solid #D2CDC5;
	}

div#home_boxes div#left div {
	display: none;
	}

div#home_boxes div#middle {
	width: 100%;
	float: left;
	background: none;
	border-top: 1px solid #D2CDC5;
	}

div#home_boxes div#middle div {
	display: none;
	}

div#home_boxes div#right {
	width: 100%;
	float: left;
	background: none;
	border-top: 1px solid #D2CDC5;
	}

div#home_boxes div#right div {
	display: none;
	}

div#home_boxes div#left h3, div#home_boxes div#middle h3, div#home_boxes div#right h3 {
	padding: 10px 0 0 0;
	}

	
div#home_boxes div#left h3 a, div#home_boxes div#middle h3 a, div#home_boxes div#right h3 a {
	text-decoration: none;
	}

div#home_boxes div#left h3 a:hover, div#home_boxes div#middle h3 a:hover, div#home_boxes div#right h3 a:hover {
	text-decoration: underline;
	}


div#home_boxes div#left p, div#home_boxes div#middle p, div#home_boxes div#right p, div#about_boxes div#look p, div#about_boxes div#listen p, div#about_boxes div#think p, div#about_boxes div#write p {
	line-height: 18px;
	padding: 0 10px 10px 0;
	}

div#home_boxes div#left ul, div#home_boxes div#middle ul, div#home_boxes div#right ul {
	line-height: 18px;
	padding: 0 10px 10px 16px;
	}

div#home_boxes div#right img {
	display: none;
	}


/*----------------------------------------- GENERIC CONTENT ------------------------------------------*/

div#content div#left {
	float: left;
	width: 100%;
	}

div#content div#right {
	float: left;
	width: 100%;
	}

div#content h2 {
	padding: 20px 0 0 0;
	color: #6F9ABD;
	}

div#content h2 a {
	color: #6F9ABD;
	text-decoration: underline;
	}

div#content h2 a:hover {
	color: #6F9ABD;
	text-decoration: none;
	}

div#content div#left h3 {
	margin: 20px 0 0 0;
	}

div#content div#left h3 a {
	color: #6F9ABD;
	text-decoration: none;
	}

div#content div#left h3 a:hover {
	color: #6F9ABD;
	text-decoration: none;
	}

div#content p, div#content div#left p {
	padding: 14px 0 0 0;
	}

div#content div#right img {
	display: none;
	}

div#content div#right p#caption {
	display: none;
	}

div#content div#left p#site_map {
	padding: 4px 0 0 0;
	}

div#content div#left ul {
	padding: 14px 0 0 26px;
	}

.screenshot_sm {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	}

.screenshot_lg {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 20px 0 0 0;
	}

/*----------------------------------------- ABOUT CONTENT ------------------------------------------*/

div#look_listen_think_write {
	width: 100%;
	height: auto;
	background: none;
	}

div#about_boxes {
	width: 100%;
	float: left;
	position: relative;
	margin: 10px 0 10px 0;
	}

div#about_boxes div#look {
	width: 100%;
	float: left;
	background: none;
	}

div#about_boxes div#look div {
	display: none;
	}

div#look h3 {
	background: none;
	}

div#about_boxes div#listen {
	width: 100%;
	float: left;
	background: none;
	}

div#about_boxes div#listen div {
	display: none;
	}

div#listen h3 {
	background: none;
	}

div#about_boxes div#think {
	width: 100%;
	float: left;
	background: none;
	}

div#about_boxes div#think div {
	display: none;
	}

div#think h3 {
	background: none;
	}

div#about_boxes div#write {
	width: 100%;
	float: left;
	background: none;
	}

div#about_boxes div#write div {
	display: none;
	}

div#write h3 {
	background: none;
	}
	
div#look h3, div#listen h3, div#think h3, div#write h3 {
	}


/*-- OVERVIEW --*/

div#about_boxes div#narrative, div#about_boxes div#poetry, div#about_boxes div#music {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0 10px 0;
	}

div#narrative h3, div#music h3, div#poetry h3 {
	font-weight: normal;
	margin: 6px 0 0 0;
	}

div#narrative h3 a, div#music h3 a, div#poetry h3 a {
	color: #6F9ABD;
	text-decoration: underline;
	}

div#narrative h3 a:hover, div#music h3 a:hover, div#poetry h3 a:hover {
	color: #6F9ABD;
	text-decoration: none;
	}


/*-- IN ACTION --*/

div#about_boxes div#example_01, div#about_boxes div#example_02 {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 1px solid #D2CDC5;
	}

div#example_01 h3, div#example_02 h3 {
	margin: 6px 0 0 0;
	}

div#example_01 p, div#example_02 p {
	}

img.in_action {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 2px 0 6px 0;
	}

/*----------------------------------------- CURRICULUM TABLE ------------------------------------------*/

.t_header {
	padding: 10px 0 10px 0;
	width: 260px;
	}
	
.t_cell {
	vertical-align: top;
	padding: 4px 20px 4px 0;
	width: 260px;
	border-top: 1px solid #D2CDC5;
	}
	
.t_space {
	padding-left: 0px;
	}

.t_tint {
	background-color: transparent;
	}

/*----------------------------------------- ORDER FORM (Could be used for all forms) ------------------------------------------*/

div.orderform { /* general layout for a form block */
	margin-top: 10px;
	text-align: left;
	}

div.orderform form span.attractiveForm label { /* line up the labels to the left (right aligned) */
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

div.orderform form input,div.orderform form textarea { /* line up the fields to the right */
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

div.orderform form label.invalid { /* Highlight invalid entries */
	color: #FF0000;	
}

div.orderform form input.invalid { /* Highlight invalid entries */
 background-color: #FFEEEE;
}

div.orderform input.numeric { /* align numeric input fields right */
	text-align: right;
}

div.orderform form br { /* must put one of these in after each label/field pair (for some reason) */
	clear: both;
}

span.product_name {
	font-weight: bold;
}

span.product_description {
	font-size: 0.8em;
}

/*----------------------------------------- FOOTER ------------------------------------------*/

div#footer {
	width: 100%;
	line-height: 18px;
	clear: both;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #D2CDC5;
	}


/*----------------------------------------- MISC CLASSES ------------------------------------------*/

span#blue {
	color: #6F9ABD;
	}

span.print {
	background-image: none;
	}

dl {
	margin: 10px 0 0 10px;
	}

dt {
	width: 2em;
	float: left;
	margin: 0;
	font-weight: bold;	
	}
	
dd {		
	margin:  0 0 0 10px;
	padding: 0;
	}


.hide {
	display: none;
	}
	

