* {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	}

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	background-color: #EFEAE1;
    }

body a, body a:visited {
	color: #B60637;
	}

body a:hover {
	color: #B60637;
	text-decoration: none;
	}


/*----------------------------------------- MAIN DIVs ------------------------------------------*/


div#wrapper {
	width: 780px;
	margin: auto;
	padding: 0;
	text-align: left;
	/*background-color: pink;*/
	}

div#header {
	height: 127px;
	margin: 0;
	padding: 0;
	/*background-color: green;*/
	}

div#content {
	/* 
 	float: left;
	position: relative;
	*/
	width: 760px;
	margin-top: 16px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;

	/*background-color: blue;*/
	}




/*----------------------------------------- HEADER ------------------------------------------*/

div#header h1 {
	display: none;
	}

div#header img#logo {
	display: block;
	float: left;
	padding: 26px 0 0 0;
	}

div#header img#logo_print {
	padding: 26px 0 0 0;
	display: none;
	float: left;
	}

div#header img#logo2 {
	float: right;
	display: block;
	width: 300px;
	height: 127px;
	}


/*----------------------------------------- MAIN NAVIGATION ------------------------------------------*/

div.nav_bar {
	width: 780px;
	height: 26px;
	margin: 0;
	padding: 0;
	list-style: none;	
	}

div.nav_bar a, div.nav_bar a:visited, div.nav_bar a:hover, div.nav_bar a.active{
	color: #fff;
}

div.nav_bar ul {
	margin-left: 10px;
	list-style: none;
}

div.nav_bar li {
	float: left;
	margin: 0;
	}
	
div.nav_bar a {
	float: left;
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 24px;
	text-decoration: none;
	border-bottom: none;
	}
	

/*-- --*/
	
div.nav_bar#nav{
	background: transparent url(../images/nav_bg.gif) left top no-repeat;
}

div.nav_bar#nav li {
	border-right: 1px solid #8B0026;
}
div.nav_bar#nav li#first {
	border-left: 1px solid #8B0026;
	}

div.nav_bar#nav a:hover{
	background: #97052D;
	text-decoration: none;
	}
	
div.nav_bar#nav a.active {
	background: #97052D;
	}

/*-- --*/
	
div.nav_bar#sub_nav{
	margin-top: 3px;
	background: transparent url(../images/sub_nav_bg.gif) left top no-repeat;
}

div.nav_bar#sub_nav li {
	border-right: 1px solid #3B6D96;
}
div.nav_bar#sub_nav li#first {
	border-left: 1px solid #3B6D96;
	}

div.nav_bar#sub_nav a:hover{
	background: #4678A0;
	text-decoration: none;
	}
	
div.nav_bar#sub_nav a.active {
	background: #4678A0;
	}

/*-- --*/

div#signup {
	color: #fff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0 6px 0 0;
	}

div#signup a {
	line-height: 24px;
	color: #fff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	text-decoration: underline;
	}

div#signup a:hover {
	line-height: 24px;
	color: #fff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	text-decoration: none;
	background-color: transparent;
	}


/*----------------------------------------- GENERIC CONTENT ------------------------------------------*/

div#content div#left {
	float: left;
	width: 500px;
	}

div#content div#right {
	float: right;
	text-align: right;
	width: 240px;
	}

div#content div#centre {
	text-align: center;
	
	}

div#content h2 {
	font-size: 1.6em;
	color: #6F9ABD;
	}

div#content h3 {
	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: underline;
	}

div#content p, div#content div#left p {
	padding: 14px 0 0 0;
	}

div#content div#right p#caption {
	text-align: center;
	}

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-top: 20px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	}


/*----------------------------------------- HOME INTRO ------------------------------------------*/

div#home_intro	{
	float: left;
	width: 780px;
	height: 142px;
	color: #837F77;
	background-image: url(../images/dvd_box_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

div#home_intro h2 {
	font-size: 24px;
	color: #666666;
	line-height: 32px;
	font-weight: normal;
	margin: 30px 0 0 140px;
	padding: 0;
	}

div#home_intro p {
	font-size: 18px;
	font-weight: normal;
	margin: 6px 0 0 140px;
	padding: 0;
	}

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-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	}

div#home_boxes div#left {
	width: 240px;
	min-height: 350px;
	height: 330px;
	float: left;
	background: url(../images/home_left_bg.gif) left top repeat-y;
	}

div#home_boxes div#left div {
	position: absolute;
	bottom: -3px;
	width: 240px;
	height: 3px;
	background: url(../images/home_left_box_bottom.gif) left bottom no-repeat;
	}

div#home_boxes div#middle {
	width: 240px;
	min-height: 350px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 260px;
	background: url(../images/home_middle_bg.gif) left top repeat-y;
	}

div#home_boxes div#middle div {
	position: absolute;
	bottom: -3px;
	width: 240px;
	height: 3px;
	background: url(../images/home_middle_box_bottom.gif) left bottom no-repeat;
	}

div#home_boxes div#right {
	width: 240px;
	min-height: 350px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 520px;
	background: url(../images/home_right_bg.gif) left top repeat-y;
	}

div#home_boxes div#right div 
{
	position: absolute;
	bottom: -3px;
	width: 240px;
	height: 3px;
	background: url(../images/home_right_box_bottom.gif) left bottom no-repeat;
	}

div#home_boxes div#left h3 {
	background: url(../images/home_left_h3.gif) left top no-repeat;
	}

div#home_boxes div#middle h3 {
	background: url(../images/home_middle_h3.gif) left top no-repeat;
	}

div#home_boxes div#right h3 {
	background: url(../images/home_right_h3.gif) left top no-repeat;
	}

div#home_boxes div#left h3, div#home_boxes div#middle h3, div#home_boxes div#right h3 {
	font-size: 0.9em;
	width: 240px;
	height: 30px;
	display: block;
	color: #fff;
	padding: 0 0 0 10px;
	}
	
div#home_boxes div#left h3 a, div#home_boxes div#middle h3 a, div#home_boxes div#right h3 a {
	color: #fff;
	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 {
	color: #fff;
	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 {
	padding: 0 10px 0px 10px;
	}

div#home_boxes div#left ul, div#home_boxes div#middle ul, div#home_boxes div#right ul {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 26px;
	}

div#home_boxes div#right img {
	padding: 10px 10px 4px 10px;
	}	


/*----------------------------------------- ABOUT CONTENT ------------------------------------------*/

div#look_listen_think_write {
	float: left;
	width: 760px;
	height: 166px;
	background-image: url(../images/look_listen_think_write.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

div#about_boxes {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	}

div#about_boxes div#look {
	width: 184px;
	float: left;
	margin-left: 0px;
	background: url(../images/about_look_bg.gif) left top repeat-y;
	}

div#about_boxes div#look div {
	width: 184px;
	height: 3px;
	background: url(../images/about_look_box_bottom.gif) left bottom no-repeat;
	}

div#look h3 {
	background: url(../images/about_look_h3.gif) left top no-repeat;
	}


div#about_boxes div#listen {
	width: 184px;
	float: left;
	margin-left: 8px;
	background: url(../images/about_listen_bg.gif) left top repeat-y;
	}

div#about_boxes div#listen div {
	width: 184px;
	height: 3px;
	background: url(../images/about_listen_box_bottom.gif) left bottom no-repeat;
	}

div#listen h3 {
	background: url(../images/about_listen_h3.gif) left top no-repeat;
	}


div#about_boxes div#think {
	width: 184px;
	float: left;
	margin-left: 8px;
	background: url(../images/about_think_bg.gif) left top repeat-y;
	}

div#about_boxes div#think div {
	width: 184px;
	height: 3px;
	background: url(../images/about_think_box_bottom.gif) left bottom no-repeat;
	}

div#think h3 {
	background: url(../images/about_think_h3.gif) left top no-repeat;
	}


div#about_boxes div#write {
	width: 184px;
	float: left;
	margin-left: 8px;
	background: url(../images/about_write_bg.gif) left top repeat-y;
	}

div#about_boxes div#write div {
	width: 184px;
	height: 3px;
	background: url(../images/about_write_box_bottom.gif) left bottom no-repeat;
	}

div#write h3 {
	background: url(../images/about_write_h3.gif) left top no-repeat;
	}
	

div#look h3, div#listen h3, div#think h3, div#write h3 {
	width: 184px;
	height: 42px;
	display: block;
	color: #fff;
	text-indent: -9999px;
	padding: 0;
	}


/*-- OVERVIEW --*/

div#about_boxes div#narrative {
	width: 240px;
	clear: both;
	float: left;
	margin-left: 8px;
	}


div#about_boxes div#poetry {
	width: 240px;
	float: left;
	margin-left: 8px;
	}

div#about_boxes div#music {
	width: 240px;
	float: left;
	margin-left: 8px;
	}

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_left {
	width: 370px;
	text-align: center;
	float: left;
	/* background: url(../images/example_box_bg.gif) left top repeat-y; */
	}

div#about_boxes div#example_right {
	float: right;
	width: 370px;
	text-align: center;
	}

/*
div#about_boxes div#example_left div {
	width: 370px;
	height: 3px;
	background: url(../images/example_box_bottom.gif) left bottom no-repeat;
	}
*/

div#example_01 h3, div#example_right h3 {
	margin: 6px 0 0 0;
	}

div#example_01 p, div#example_right p {
	padding: 14px 0 0 0;
	}

img.in_action {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	margin: 2px 0 6px 0;
	}
	
/*----------------------------------------- CURRICULUM TABLE ------------------------------------------*/

table.curriculum_table th
{
	padding: 20px 0 10px 0;
}

table.curriculum_table td
{
	vertical-align: top;
	padding: 16px 0px 16px 0;
	border-top: 1px solid #D2CDC5;
}

table.curriculum_table .strand
{
	width: 20em;
	color: #4F7A9D;
}

table.curriculum_table .tint {
	background-color: #F3EFE8;
	}

/*----------------------------------------- ORDER FORM (Could be used for all forms) ------------------------------------------*/

div.orderform { /* general layout for a form block */
	margin-top: 20px;
	text-align: left;
	}

div.orderform form input,div.orderform td {
	margin: 5px;
}


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 span.attractiveForm input,div.orderform form span.attractiveForm 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;
 border-width: 1px;
}


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_block {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 20px;
	/*background-color: red;*/
}

div#footer {
	width: 780px;
	clear: both;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	border-top: 1px solid #D2CDC5;
	}





/*----------------------------------------- MISC CLASSES ------------------------------------------*/

span#blue {
	color: #6F9ABD;
	}

span.print {
	padding: 0 18px 0 0;
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}

div#content p#elearn_small, div#content div#left p#elearn_small {
	text-align: left;
	padding: 15px 0 0 30px;
	padding-left: 45px;
	background-image: url(../images/col_25_s.gif);
	background-repeat: no-repeat;
	background-position: 13px 13px;
	}

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;
	}

div.testimonial {
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	background-color: #EFE3D2;
	font-style: italic;
	border: 1px solid #9B0046;
}
div#resource ul {
	list-style-position: inside;
}
div#resource {
	margin-left: 270px;
}
