/* CSS Document */

/*=== notes: ===*/
/* 080906 - removed height definitions for state resources. */
/* added display block float lefts. */
/* may need to make changes to students and parents. */

/* #home .breadcrumb {
	font-weight: bold;
	width: 97%;
	height: 1.5em;
	margin: 0 0 15px 10px;
	font-size: .8em;
	clear: both;
	padding-top: 3px;
} */

#home .breadcrumb, #subject .breadcrumb {
	color: #6698C9;
	font-weight: bold;
	border-top: 1px solid #8BC0F0;
	width: 97%;
	height: 1.5em;
	margin: 0 0 15px 10px;
	text-indent: 10px;
	font-size: .8em;
	clear: both;
	padding-top: 2px;
}

#home .breadcrumb a, #subject .breadcrumb a {
	color: #6698C9;
	text-decoration: none;
	font-weight: normal;
}

#home .breadcrumb a:hover, #subject .breadcrumb a:hover {
	color: #6698C9;
	text-decoration: underline;
	font-weight: normal;
}


/* tab navigation styles */


#home #borderdiv {
	float: left!important;
	float/**/: none;
	width: 100%;
	display: block;
	background: #008DFB!important;
	background/**/: #FFFFFF url("../graphics/nav_e/bdr_right.gif") repeat-y right top;
}

#subject #borderdiv {
	float: left!important;
	float/**/: none;
	width: 100%;
	display: block;
	background: #008DFB!important;
	background/**/: #008DFB url("../graphics/nav_e/bdr_right.gif") repeat-y right top;
}

#tabnavwrapper {
	position: relative;
	left: 0px;
	clear: all;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tabnav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
		
#tabnav ul {
	margin: 0px;
	padding: 0px;
}

#tabnav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#tabnav li.nav1 { 
	position: relative;
	top: 17px;
	left: 0px;
	width: 33%; 
	margin-left: 10px!important;
	margin-left: 5px;
}
	
#tabnav li.nav2 { 
	position: relative;
	top: 7px;
	left: 0px;
	width: 33%; 
}
	
#tabnav li.nav3 { 
	position: relative;
	top: 2px;
	left: 5px;
	text-align: right;  
	width: 30%; 
}

.clearit { 
	clear: both; 
}


#home #bluetab {
	display: block;
	/* clear: both; */
	width: 100%;
	background: #FFFFFF url("../graphics/nav_e/bkg_tabnav.gif") left top repeat-x;
	height: 87px;
	margin: 0px;
	padding: 0px;
}

#subject #bluetab {
	display: block;
	/* clear: both; */
	width: 100%;
	background: #008DFB url("../graphics/nav_e/bkg_tabnav_lvl2.gif") left top repeat-x;
	height: 87px;
	margin: 0px;
	padding: 0px;
}

#leftside {
	display: block;
	float: left; 
	clear: none;
	width: 300px;
	height: 87px;
}

#rightside {
	display: block;
	float: right;
	clear: none;
	width: 300px;
	height: 87px;
}



/* content - wrappers for the main content of the page */

#home #content {
	float: left;
	width: 99%!important;
	width/**/: 98%;
	background: #FFFFFF;
	padding: 0 0 10px 0;
	margin: 0;
	border-left: 4px solid #008DFB;
}

#subject #content {
	float: left;
	clear: none;
	width: 99%!important;
	width/**/: 98%;
	background-color: #008DFB;
	padding: 0 0 10px 0;
	margin: 0;
	border-left: 4px solid #008DFB;
	/* border: 1px solid #ff3300; */
}

#materials {
	position: relative;
	top: -15px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
}

#mathead {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
	color: #E01400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mattext {
	display: block;
	margin: 0;
	padding: 0;
	font-size: .85em;
	color: #444444;
}

#statename {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2.5em;
	color: #FFFFFF;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 20;
}

#home #main {
	width: auto;
	min-width: 580px;
	background: #fff;
	margin: 0px 10px 0px 10px;
	padding: 0;
}

#subject #main {
	/* relative positioning breaks the zoom out feature in IE7 - the main content overflows the bottom border 
	position: relative; 
	top: -10px;
	left: 0px; */
	min-width: 590px;
	width: 100%;
	/* height: 100%; ****causing state and classroom resources to disappear on Netscape */
	margin:  0 0 0 15px; 
	padding: 15px 0 15px 0;
	clear: both;
	overflow: hidden; /* hides bkg image behind blue right edge on mac browsers */
	
}

#subject #main h3 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #CC3300;
}

a img { border-width: 0px;  }

#home #main #art {
	float: right;
	display: block;
	width: 245px;
	height: 246px;
	padding: 0;
	margin: 0;
}
	
#subject #main #art {
	display: block;
	width: 225px;
	height: 197px;
	padding: 0;
	margin: 0;
}

#leftmainhome {
	float: left;
	width: 42%;
	display: block;
	padding: 0;
	margin: 0;
}

#rightmainhome {
	float: right;
	clear: none;
	width: 53%;
	min-width: 315px;
	margin: 0 0 0 10px;
}

#leftmain {
	float: left;
	width: 50%!important;
	width/**/: 325px;
	display: block;
	min-width: 321px;
}

#rightmain {
	float: right;
	clear: none;
	width: 45%;
	margin: 0 1px 0 0!important;
	margin/**/: 0;
	padding: 0;
}
	
p.instructions {
	color: #CC3300; 
	margin: 3px 0 7px 0;
	padding: 0;
	font-size: 1.2em;
}

ul.bookslist {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}


/* altered esm - accomodate two line marketing
ul.bookslist li {
	display: inline;
	margin: 0;
	padding: 0;
	width: 102px;
} */

ul.bookslist li {
	display: block;
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 102px;
}

/*-- added esm for two line marketing feature -*/

ul.bookslist li ul {
	display: block;
	width: 102px;
	margin: 0px;
	padding: 0px;
}



#morebooks {
	width: 100%;
	float: left;
	clear: left;
	line-height: 1.3em;
}

#morebooks h4 { text-transform: uppercase; }


#subject #main h4 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 1em;
}

ul.morebookslist {
	padding: 0;
	margin: 0px 0px 0px 5px;
}

ul.morebookslist a {
	/* color: #000000; */
	color: #222;
	text-decoration: none;
}

ul.morebookslist a:visited {
	/* color: #666666; */
	color: #663366;
}

ul.morebookslist a:hover {
	color: #aaa;
	text-decoration: none;
}

/*** subject selector box - nav button color styles ***/

#subj_select {
	background-color: #D3E9FC;
}

#subj_select .change_state a, #subj_select .change_state a:link, #subj_select .change_state a:visited {
	color: #0021C1;
}

#subj_select .change_state a:active {
	color: #663366;
}

#subj_select .change_state a:hover { 
	color: #3599FF; 
	}

#subj_select li a, #subj_select li a:link, #subj_select li a:active, #subj_select li a:visited {
	color: #0021C1;
	border: 1px solid #0021C1;
}

#subj_select li a:hover {
	color: #3599FF;
	border: 1px solid #4CA4FD;
}

#subj_select h2 {
	color: #0034AC;
}
	
/* #subj_select h2 .area {
	font-weight: bold;
} */

#statelist {
	width: 65%;
	margin-bottom: 10px;
}

#boxinner {
	display: block;
	padding: 0 14px 0 14px;
}

#boxtop {
	height: 8px;
	width: auto;
	background-color: #D3E9FC;
}

#boxtopleft {
	display: block;
	float: left; 
	clear: none;
	width: 120px;
	height: 8px;
}

#boxtopright {
	display: block;
	float: right;
	clear: none;
	width: 120px;
	height: 8px;
}
	
#boxbtm {
	height: 8px;
	width: 100%;
	background-color: #D3E9FC;
	clear: both;
}

#boxbtmleft {
	position: relative;
	top: 0px!important;
	top/**/: 8px;
	left: 0px;
	display: block;
	float: left; 
	clear: none;
	width: 156px;
	height: 8px;
}

#boxbtmright {
	position: relative;
	top: 0px!important;
	top/**/: 8px;
	left: 0px;
	display: block;
	float: right;
	clear: none;
	width: 156px;
	height: 8px;
}

	
/* scaling resources tab  */
	
.resources_menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#subject .resources_menu {
	margin: 0 0 0 4px;
	padding: 0;
	width: 100%;
}

#home .resources_menu {
	margin-left: 0px;
	width: 100%;
}

.resources_menu li {
	list-style-type: none;
	float: left;
	clear: none;
	width: 12em;
	margin: 0px 2px 3px 0px;
	padding: 0;
	font-size: .9em;
}

.resources_menu li a {
	cursor: pointer;
	text-align: left;
	margin-left: 3px;
	text-decoration: none;
	color: #222;
}

.resources_menu li a:visited {
	/* color: #666; */
	color: #663366;
	text-decoration: none;
}

.resources_menu li a:hover {
	color: #6D99EA;
	text-decoration: none;
}

.state_menu h3 {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	margin: 0 2% 3px 0;
	padding: 0;
	color: #CC3300;
}

.state_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.state_menu {
	display: block;	/*added block 080706-esm*/
	/*float: left;*/	/*added float 080706-esm*/

	margin: 0 0 0 4px;
	padding: 0;
	width: 100%;
	clear: both;
}

.state_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.state_menu li {
	list-style-type: none;
	/* width: 11em; */ /* removed 081806esm */
	margin: 0px 2px 3px 0px;
	padding: 0;
	font-size: .9em;
}

.state_menu li a {
	text-align: left;
	margin: 0;
	text-decoration: none;
	/* color: #4B4B4B; */
	color: #222;
}

.state_menu li.cs { /* added 081806esm */
	text-align: left;
	margin: 0px 2px 3px 0px;
	text-decoration: none;
	color: #4B4B4B;
	white-space: normal;
}

.state_menu li a:visited {
	/* color: #aaa; */
	color: #663366;
	text-decoration: none;
}

.state_menu li a:hover {
	color: #ff9863;
	text-decoration: none;
}

#downloads, #profres, #prodinfo {
	display: block;	/*added block 080706-esm*/
	float: left;
	padding: 0 0 0 .5em;
	margin: 0 0 0 2%;
	/* height: 10em; */ /*removing height 080706-esm*/
	width: 19%;
}

#downloads_intl, #profres_intl, #prodinfo_intl { /*added international resources 100206-esm*/
	display: block;	
	float: left;
	padding: 0 0 0 .5em;
	margin: 0 0 0 2%;
	/* height: 10em; */ /*removing height 080706-esm*/
	width: 29%;
}

#prodinfo {
	margin-right: 22px!important;
	margin-right/**/: 0px;
}

#standards, #downloads, #profres {
	border-right: 1px solid #B6CFEF;
}

#downloads_intl, #profres_intl { /*added international resources 100206-esm*/
	border-right: 1px solid #B6CFEF;
}

#standards {
	display: block;	/*added block 080706-esm*/
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	/* height: 10em; */ /*removing height 080706-esm*/
	width: 20%;
	min-width: 135px;
	display: inline; /* this line fixes IE double margin bug for this floated div  */
}

#statetab {
	display: block;
	float: left;
	width: 98%;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	vertical-align: bottom;
	background: url(../graphics/shared/restab_bak.gif) repeat-x 0% 100%;
}

#statetab h2 { 
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: url(../graphics/shared/restab_left.gif) no-repeat top left;
	color: #CC3300;
	font-size: 1.2em;
}


#classtab {
	display: block;
	float: left;
	width: 98%;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	vertical-align: bottom;
	background: url(../graphics/shared/restab_bak.gif) repeat-x 0% 100%;
}

#subject #classtab h2 { 
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: url(../graphics/shared/restab_left.gif) no-repeat top left;
	color: #4170FF;
	font-size: 1.2em;
}

#home #classtab h3 { 
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: url(../graphics/shared/restab_left.gif) no-repeat top left;
	color: #4170FF;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.right_restab {
	display: block;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../graphics/shared/restab_right.gif) no-repeat top right;
}

/* removed from html
#postitletab {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #008DFB;
	z-index: 0;
}
*/
 
#titletabwrapper {
	float: left;
	background: #FFFFFF url(../graphics/nav_e/titletab_left_bdr.gif) no-repeat top left;
	margin: -22px 15px 0 15px;
	padding: 0 0 15px 0;
	width: 95%;
	overflow: hidden;
	height: 100%;
	display: inline; /* this is a fix for the IE6 bug where left margin is doubled on floats */
}

#titletab {
	float: left;
 	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	background: #FFFFFF url(../graphics/nav_e/titletab_bak.gif) repeat-x 0% 100%;
}

#titletab h2 { 
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background: url(../graphics/nav_e/titletab_left.gif) no-repeat top left;
	/* color: #E43322; */
	color: #1346BF;
	font-size: 1.2em;
}

#topright_titletab {
	display: block;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url(../graphics/nav_e/titletab_right.gif) no-repeat top right;
}




#rule {
	clear: both;
	height: 20px;
	display: block;
	background: url(../graphics/nav_e/rule_blue.gif) repeat-x top left;
	width: auto;
}