body {
	background: rgb(223,213,233);
	line-height: 1.5;
}

h1,h2,h3,h4 {
	font-weight: bold;
	color:  rgb(124,65,153);
}

h1,h2 {
	font-family:'Times New Roman', Serif;
	/*font-family: San-Serif;*/
}

h1 {
	font-size: 140%;
	text-align: left;
	padding: 0 0 1em;
}

h2 {
	font-size: 125%;
	padding: 0em 0em .5em;
	text-align: left;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

h2 .sub {
	display: block;
}

h3 {
	font-size: 110%;
	padding: .5em 0 0;
	text-align: left;
	font-style:italic;
	font-family: inherit;
}

h4 {
	font-style: italic;
}

h5 {
	display: inline;
	font-weight: bold;
	font-family:inherit;
	font-style:inherit;
}

a, a:visited {
	color: rgb(124,65,153);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td,th {
	padding: 3px .5em;
	text-align: left;
/*
	color:  rgb(124,65,153);
	*/
}

th {
	font-weight: bold;
}

p {
	padding: .5em 0 .5em  0;
}


#container {
	width: 100%;
	text-align:center;
}

#banner {
	background: rgb(124,65,153) url('images/back/banner.jpg') no-repeat top center;
	width: 100%;
	height: 132px;
	margin:0 auto;
	position: relative;
}

div#splash {
	float: right;
	padding: 0 10px 0 0 ;
	width: 245px;
}

#right #splash, div#splash img {
	width: 245px;
	padding-bottom: 10px;
}

#files #splash {
	float: right;
	width 215px;
	margin-right: -38px;
	margin-top: 6em;
}

.tier3 #files #splash {
	margin-top: 3.5em;
}

#main_nav {
	width: 100%;
	padding: 4px 0 0;
	position: absolute;
	bottom: -4px;
	text-align: center;
	left: 10px;
}

#main_nav ul {
	background: #7C4199;
	width: 601px;
	margin: 0 auto -7px;
	padding: 4px 0 4px;
	position: relative;
	bottom: 11px;

}


#main_nav li {
	display: inline;
	color: white;
	padding: 0 1em 8px;
}

#main_nav a, #main_nav a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family:  'Times New Roman', Serif;
	font-size: 100%;
	text-transform: upper-case;
}

#content {
	background: white url('images/back/content.jpg') repeat-y top left;
	width: 590px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 20px 20px;
	color: rgb(102,101,75);
	font-size: 90%;
	font-family: "Arial","Myriad","Helvetica","Arial", San-serif;
	line-height: 1.3;
	min-height: 300px;
	position: relative;
}

#content h2 {
	color: #4a245c;
	text-align: left;
	font-size: 125%;
}

.sail #content h2 {
	text-align:center;
	font-size: 110%;
}

.mathhome #content {
	margin-top: -14px;
}

.mathhome #right {
	height: 100%;
}

#left h2 {
	text-align: center;
}

#left a, #left a:hover, #left a:visited {
	color: inherit;
}

#left {
	color:  rgb(124,65,153);
}

#content ul {
	padding: 0 0 0 2em;
	margin: 0;
}


#main li,#right li {
	display: list-item;
	list-style-type: disc;
}

li.section {
	padding: 0 0 .5em 0;
}

#main li li,#right li li{
	list-style-type: circle;
}

 #files li li{
	list-style-type: disc;
}

#logindiv {
	padding: 10px;
}

#overview {
	padding: 10px;
}

#main {
	margin-top: 1em;
	padding: 0 0 0 10px;
}

#after_main {
	padding: 0 0 0 10px;
}

#main.column {
	width: 285px;
	float: left;
}


/* Side navigation/Announcements */

#left {
	float: left;
	margin-left: -149px;
	width: 130px;
	padding: 5px 5px 15px 14px;
	background: white url('images/back/left.jpg') no-repeat bottom left;
}

#left ul {
	padding-left: 1em;
	list-style: none;
}

#left li {
	margin-bottom: .5em;
}

#left h2 {
	background: white url('images/back/left_head.jpg') no-repeat bottom center;
	margin: -5px -5px 5px -5px;
	padding: 5px 0;
	font-size: 100%;
	font-family: 'Arial','Myriad',Helvetica,Sans-Serif;
}




/* Footer  */

#footer {
	width: 580px;
	font-size: 75%;
	margin: 10px auto;
	position: relative;
}

#footer a, #footer a:visited {
	color: rgb(125,65,123);
	text-decoration: none;
}

#footer .logo {
	/* position: absolute; */
	bottom: 100%;
	left: 100%;
	margin-left: 30px;
	padding-bottom: 10px;
	/* display:block; */
}



#right {
	width: 265px;
	float: right;
	padding: 0 10px 0 0px;
}




#contact, #files, #qanda {
	padding: 1em 2em;
	text-align: left;
}


/* Special Embeds styles */
div.video {
 	margin: 2em auto !important;
 	display: block;
 	width: 580px;
 }
 
.calendar {
 	width: 560px;
 	margin: 1em auto;
 	height: 400px;
 }
 
 #calendar {
 	text-align: center;
 	width: 100%;
 }
 
 
 /* General class-based styles */
 .question {
 	font-weight: bold;
 	padding: 1em 1em 0 0;
 }
 
 .answer {
 	padding:0 1em .5em 2em;
 	
 }
 
 
 /* Utility styles */
 .clear {
 	clear:both;
 }
 
 .t2_eng #nav_t2_eng {
 	list-style-image: url('images/icons/urhere.png');
	color: rgb(124,65,153);
 }
 
 /*
 Navigation Marker Styles
 */
 
 
.preparing #nav_prep {
	font-weight: bold;
	color: #777777;
}
  
 
.k #nav_k {
	font-weight: bold;
	color: #777777;
}
  
 
.first #nav_first {
	font-weight: bold;
	color: #777777;
}
  
 
.second #nav_second {
	font-weight: bold;
	color: #777777;
}
  
 
.presentations #nav_presentations {
	font-weight: bold;
	color: #777777;
}
  
 
.preparing #nav_prep {
	font-weight: bold;
	color: #777777;
}
  
.mathhome #nav_home {
	background:  #a054c5 url(images/back/active_main_nav.gif) no-repeat bottom center;
}

.intervention #nav_intervention {
	background:  #a054c5 url(images/back/active_main_nav.gif) no-repeat bottom center;
}

.assessment #nav_assessment {
	background:  #a054c5 url(images/back/active_main_nav.gif) no-repeat bottom center;
}


 #math_inst {
 	display:block;
 	position: absolute;
 	right: 0;
 	width: 230px;
 	bottom: 18px;
 	height: 26px;
 }
 
 #link_holder {
 	position: relative;
 	margin:0 auto -100px;
 	width: 600px;
	height: 100px;
 	left: 10px;
 	z-index: 4;
 }
 
 .intervention #subbanner{
 	width: 600px;
 	height: 42px;
 
 }
 
 
 
 .intervention.home #subbanner{
 	background-image:  url('/images/banners/ic_home.jpg');
 }
 
 .intervention.english #subbanner{
 	background-image:  url('images/back/ic_eng_home.jpg');
}
 
 .intervention.english.tier3 #subbanner{
 	background-image:  url('images/back/ic_eng_3_home.jpg');
}
 
 .intervention.spanish #subbanner{
 	background-image:  url('images/back/ic_span_home.jpg');
}
 
 #subbanner {
 	margin-bottom: 10px;
 }
 
 #subbanner span {
 	visibility: hidden;
 }
 
 #nav_stripe {
 	width: 600px;
 	background: white url('images/back/nav_stripe.jpg') repeat-x right center;
 	overflow: hidden;
 	margin-top: 25px;
 }

 #nav_stripe ul {
 	width: 570px;
 }

#nav_stripe li {
 	display: block;
 	float: left;
 	width: 20%;
 	background-color: #428626;
 	margin: 0 6.5%;
 	padding: 0;
 	text-align: center;
 	font-family: 'Times New Roman', Serif;
 }
 
#nav_stripe li a {
	color: white;
	font-size: 120%;
	font-weight: bold;
	display:block;
	height:100%;
	width:100%;
	padding: 10px 0;
}
 
 
#nav_stripe li.oneline a{
 	display: block;
}

#nav_stripe li.oneline a span {
	display: inline;
	line-height: 2.6em;
	vertical-align: middle;
}

#nav_stripe li span {
	display: none;
} 

#nav_stripe li.side_only {
	display:none;
}
 
#nav_stripe li span.lang {
	display: block;
	text-transform: uppercase;
}

#main #nav_stripe {
	margin-left: -10px;
	margin-bottom: 20px;
}

#left br.optional {
	display:none;
}

#files, #files a, #files h3, #files h4 {
	color: inherit;
}


#files h4 {
	text-indent: -1em;
	padding: 0 0 .5em 0;
}

#files ul {
		border-top: 2px solid;
		border-bottom: 2px solid;
		padding-left: 80px;
		margin-right: -2.5em;
}

#files ul ul{
		border-top: none;
		border-bottom: none;
		padding-left: 10px;
}

.k #files, .k h3 {
	color: #458526;
}

.first #files, .first h3 {
	color: rgb(127,65,151);
}

.second #files, .second h3 {
	color: rgb(0,113,189);
}

.second.tier3 #files, .second.tier3 h3 {
	color: rgb(214,75,55);
}


#fly {
	font-family: Georgia,Serif;
	vertical-align: super;
	line-height: 1;
}

#fly span {
	font-size: 5em;
	display:block;
	vertical-align: sub;
	line-height: .8em;
}

#ataglance, .tier3table {
	border-left: 1px solid;
	border-bottom: 1px solid;
}

#ataglance td, #ataglance th, .tier3table td, .tier3table th {
	border-right: 1px solid;
	border-top: 1px solid;
}

#ataglance th, .tier3table th {
	font-weight: bold;
}

#ataglance p, .tier3table p {
	padding: 0;
	margin: 0;
}

#ataglance .lessonnumber {
	text-decoration: underline;
}


.breadcrumb {
	padding-left: 10px;
}

#sail_files li {
	list-style-type:none;
}

#sail_files ul {
	padding-left: 1em;
}

.sail #splash {
	margin-right: 0;
	padding-right:0;
	padding-top: 10px;
}

.sail #main.column {
	width:295px;
}

