/*====LEFT NAV======*/

/*=====*Top Level =====*/
#left ul {
list-style: none;
margin: 0;
padding: 0;
font: bold 115% Verdana, Futura, sans-serif;
letter-spacing: .1em;
}

#left li a {
padding: 24px 0 0 45px;
margin-bottom: .3em;
display: block;
text-decoration: none;
color: #666;
}

#left li#about a {
background: url(images/nav_about.gif) no-repeat left bottom;
}

#left li#about a:hover {
	color: #272c75;
	text-decoration: underline;
}

body#aboutpage #left li#about a  {
	border-bottom: 1px solid #272c75;
	color: #272c75;
	text-decoration: none;
}

#left li#product a {
background: url(images/nav_software.gif) no-repeat left bottom;
}

#left li#product a:hover {
color: #4272b8;
text-decoration: underline;
}

body#productpage #left li#product a  {
	border-bottom: 1px solid #4272b8;
	color: #4272b8;
	text-decoration: none;
}

#left li#pubs a {
background: url(images/nav_publications.gif) no-repeat left bottom;
}

#left li#pubs a:hover {
color: #086734;
text-decoration: underline;
}

body#pubspage #left li#pubs a  {
	border-bottom: 1px solid #086734;
	color: #086734;
	text-decoration: none;
}

#left li#news a {
background: url(images/nav_news.gif) no-repeat left bottom;
}

#left li#news a:hover {
color: #702f85;
text-decoration: underline;
}

body#newspage #left li#news a  {
	border-bottom: 1px solid #702f85;
	color: #702f85;
	text-decoration: none;
}


/*===Sub-Navigation====*/

#left ul li ul.subnav {
	margin: 0;
	padding: 0;
	font: normal 80% Verdana, Futura, sans-serif;
	list-style: none;
}

#left ul li ul.subnav li {
	margin: .4em;
	padding: 0;
	border: 1px solid #fff;
}

#left ul.subnav li a
{
display: block;
text-decoration: none;
background: none!important;
border-bottom: none!important;
padding: .1em 0 0 45px;
margin:0;
}

#left  ul.subnav li a:hover
{
text-decoration: underline!important;
margin-bottom: 0;
}

body.learning ul.subnav li#learning,
body.projects ul.subnav li#projects,
body.people ul.subnav li#people,
body.wordspring ul.subnav li#wordspring,
body.lessonplanner ul.subnav li#lessonplanner,
body.scope ul.subnav li#scope,
body.order ul.subnav li#order
{
font-weight: bold;
text-decoration: none!important;
}


/*===COLOR=====================*/

/*Vertical line*/

body#aboutpage #center,
body#aboutpage #centerwide
 {
border-left-color: #272c75;
}
body#productpage #center,
body#productpage #centerwide{
border-left-color: #4272B8;
}
body#pubspage #center,
body#pubspage #centerwide {
border-left-color: #086734;
}
body#newspage #center,
body#newspage #centerwide {
border-left-color: #702F85;
}

/*Headers*/

body#aboutpage h1,
	body#aboutpage h2, 
	body#aboutpage h3,
	body#aboutpage h3 a
	{color: #272c75;
	}
	body#productpage h1, 
	body#productpage h2,
	body#productpage h3,
	body#productpage h3 a
	{color: #4272b8;
	}
	body#pubspage h1, 
	body#pubspage h2, 
	body#pubspage h3,
	body#pubspage h3 a
	{color: #086734;
	}
	body#newspage h1, 
	body#newspage h2, 
	body#newspage h3,
	body#newspage h3 a
	{color: #702f85;
	}
	
		
	/*Right side box header background color*/
	
	body#aboutpage dt {
		background-color: #272c75;
	}
	
	body#productpage dt {
		background-color: #4272B8;
	}
	
	body#pubspage dt {
		background-color: #086734;
	}
	
	body#newspage dt {
		background-color: #702F85;
	}
	
	body#orderpage dt {
		background-color: #999;
	}

