
* { padding: 0; margin: 0; }

body {
 width:100%;
 background:#99ebfd;
 font-family:Arial, Helvetica, sans-serif;
 
}

#wrapper { 
 margin:17px auto;
 width:1000px;  
 height:auto;
 position:relative;
}

.required, .redText {
	color: #C00;
}

.fullMonty {	
	display:none;	
}

.NoBox {
	border:0px;
	background-image:none;
}

a {
	color: #5296F9;
	text-decoration:none;
}

a:hover {
	color: #00E;
	text-decoration:underline;
}

p {
	padding-bottom: 14px;
}


/********************************* HEADER styles *****************************************/
#header {
	clear:both;
	float:left;
	width:100%;
	background-image:url(/images/header-bknd.png);
	background-repeat:no-repeat;
	height:158px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	z-index:90;	
}

.logo {
	position:absolute;
	top:27px;
	left:15px;
	z-index:100;
	height:66px;
	width:153px;
}


#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:38px; 
	background:#fff url(/images/main-nav-bknd.png) repeat-x; 
	position: absolute; 
	top:120px; 
	left:16px; 
	z-index:500; 
	font-size:14px; 
	font-family:arial, verdana, sans-serif; 
	width:965px;
}

#nav li.top {
	display:block; 
	float:left; 
	height:38px;
}

#nav li a.top_link {
	display:block; 
	float:left; 
	height:38px; 
	line-height:38px; 
	color:#FFF; 
	text-decoration:none; 
	padding:0 9px 0 9px; 
	cursor:pointer; 
	border-right:1px solid #fff; 
	border-left:1px solid #3272d1;
}

/*
#nav li a.top_link span {
	float:left; 
	display:block; 
	padding:0 9px 0 5px; 
	height:38px;
}
*/

/*
#nav li a.top_link span,
#nav li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 9px 0 5px; 
	height:38px;
}
*/

#nav li:hover a.top_link {
	color: #039d9e; 
	background:#d7f7fc; 
	border-left:1px solid #9de5f0; 
	border-right:1px solid #9de5f0; 
	border-top:1px solid #9de5f0;
}

/*
#SectionProducts #nav a#Products,
#SectionCorrelations #nav a#Correlations,
#SectionDevelopment #nav a#Development,
#SectionFunding #nav a#Funding,
#SectionOrdering #nav a#Ordering,
#SectionAbout #nav a#About,

*/
#SectionProducts #nav a#Products,
#SectionCorrelations #nav a#Correlations,
#SectionDevelopment #nav a#Development,
#SectionFunding #nav a#Funding,
#SectionOrdering #nav a#Ordering,
#SectionAbout #nav a#About {
	/*
	background-color:#a3df32;
	color:#118905; 
	float:left; 
	display:block; 
	padding:0 8px 0 5px; 
	height:38px; 
	line-height:38px; 
	border-top:0px solid #9de5f0; 
	border-right:1px solid #fff;
	*/
	font-weight:bold; 
}
/*
#nav li.top_link span.on {
	color: #378702; 
	background-color:#a3df32; 
	font-weight:bold; 
	float:left; 
	display:block; 
	padding:0 8px 0 5px; 
	height:38px; 
	line-height:38px; 
	border-top:0px solid #9de5f0; 
	border-right:1px solid #fff;
}
/*

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul {
	 background:url(/images/menu-shadow.png) no-repeat bottom right; 
}
#nav li:hover ul.sub
{left:0px; top:38px; background:#d7f7fc; padding:6px; border-bottom:1px solid #9de5f0; border-left:1px solid #9de5f0; border-right:1px solid #9de5f0; white-space:nowrap; width:100%; height:auto;
z-index:300;}
#nav li:hover ul.sub li
{display:block; height:25px; position:relative; float:left; width:100%; font-weight:bold; clear:both;}
#nav li:hover ul.sub li a
{display:block; font-size:12px; height:25px; width:100%; line-height:25px; text-indent:20px; color:#039d9e; text-decoration:none; background: #d7f7fc url(/images/bullet_off.png) no-repeat 4px 7px; border:1px solid #d7f7fc;}
#nav li:hover ul.sub li a:hover 
{color:#057da8; background: #51dadb url(/images/bullet_on.png) no-repeat 4px 7px; border:1px solid #fff;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}


/********************************* Top Link styles *****************************************/

#toplinks {
	width:511px;
	position:absolute;
	display:block;
	top:6px;
	left:210px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
	font-size:70%;
	font-weight:bold;
	background-image:url(/images/toplinks-bknd.png);
	background-repeat:repeat-x;
}

#toplinks ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0px 0 0 0;
	padding:0;
}
#toplinks ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#toplinks ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:4px 4px;
	text-align:center;
	color:#1189c7;
	text-decoration:none;
	position:relative;
	left:0px;
	border-left:1px solid #FFF;
	border-right:1px solid #cbdae1;	
}
#toplinks ul li a:hover {
	background-image: url(/images/toplinks-link-bknd-ON.png);
	background-repeat:repeat-x;
	color:#57bb1a;
}
#toplinks ul li a.active,
#toplinks ul li a.active:hover {
	background-image:url(/images/toplinks-link-bknd-ON.png);
	background-repeat:repeat-x;	
	color:#57bb1a;
	font-weight:bold;
}
#toplinks ul li a span {
	display:block;
}
/********************************* Search styles *****************************************/

#search {
	width:220px;
	position:absolute;
	display:block;
	top:60px;
	right:32px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:110;
	font-size:11px;
	padding:4px;
}

#search a {
	color:#5296f9;
	text-decoration:none;
}

#search a:hover {
	text-decoration:none;
	color:#57bb1a;	
}

#search a.active,
#search a.active:hover {
	color:#57bb1a;	
}

/********************************* Login/cart link styles *****************************************/

#login-links {
	width:250px;
	position:absolute;
	display:block;
	top:10px;
	right:5px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:112;
	font-size:11px;
}

#login-links a {
	color:#0d4da9;
	text-decoration:none;
	padding:0px 4px 0px 2px;
}

#login-links a:hover {
	text-decoration:none;
	color:#FFF;
	padding:0px 4px 0px 2px;
}

#login-links a.active,
#login-links a.active:hover {
	color:#57bb1a;
	padding:0px 4px 0px 2px;
}

/********************************* breadcrumb styles *****************************************/
#breadcrumb {
	height:auto;
	width:775px;
	display:block;
	float:left;
	clear:both;
	position:relative;
	margin-left:206px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:10px 0px;
	color:#6d6c6c;
}

#breadcrumb a {
	color:#5296f9;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:none;
	color:#57bb1a;	
}

#breadcrumb a.active,
#breadcrumb a.active:hover {
	color:#57bb1a;	
}

/********************************* CONTENT CONTAINERS styles *****************************************/
.main-content {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background-image:url(/images/main-shadow-bknd.png);
	background-repeat: repeat;
	border:solid 0px #000;
}

/********************************* LEFT NAV styles *****************************************/
#leftcolumn { 
 color: #000;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 20px;
 padding: 0px;
 height: auto;
 width: 186px;
 float: left;
 position:relative;
 font-family:Arial, Helvetica, sans-serif;
}

/* Expanders for drop downs */

#leftnav .expander-lvl0 { 
	z-index:5; 
	margin-left:3px; 
	margin-top:5px; 
	position:absolute;
}

#leftnav {
	width: 186px;
	margin: 0px;
	}

#leftnav h1 {
	width:100%;
	color:#3f8ca9;	
	font-size:18px;
	margin:20px 0px 5px 0px;
	font-weight:normal;
	padding-left:8px;
	}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}	
	
#leftnav ul li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight:bold;
	}	
	
#leftnav ul li a:link, #leftnav ul li a:visited {
	color: #1b8abd;
	display: block;	
	/*background-image:url(/images/left-nav-bknd.png);*/
	background-repeat:no-repeat;
	padding: 6px 0 6px 18px;	
	}
	
#leftnav ul li a:hover, #leftnav ul li a.on {
	color: #18900c;
	/*background-image:url(/images/left-nav-bknd-ON.png);*/
	background-repeat:no-repeat;
	padding: 6px 0 6px 18px;	
	}
	
#leftnav ul li a:link, #leftnav ul li a:visited,
#leftnav ul li a.noChild:link, #leftnav ul li a.noChild:visited
{
	background-image:url(/images/left-nav-bknd-nochild.png);
}
	
#leftnav ul li a:hover, #leftnav ul li a.on,
#leftnav ul li a.noChild:hover, #leftnav ul li a.noChild.on {
	background-image:url(/images/left-nav-bknd-nochild-ON.png);
}
	

/********************************* left nav child links *****************************************/	
/*
#leftnav-child {
	width: 164px;
	margin-left: 18px;
	display:block;
	float:left;
	}
	
#leftnav-child ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftnav-child ul li {
	padding-left:0px;
	line-height:16px;
	width:164px;			
	}
	
#leftnav-child ul li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-bottom:1px solid #d9d9d9;
	}	
	
#leftnav-child ul li a:link, #leftnav-child ul li a:visited {
	color: #075d9f;
	display: block;
	padding: 4px 4px 4px 14px;
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: .2em .7em;	

	}
	
#leftnav-child ul li a:hover {
	color: #51ac0e;
	padding: 4px 4px 4px 14px;
	border-bottom:1px solid #FFF;
	background-color:#cbf184;
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: .2em .7em;
	}

#leftnav-child ul li a:link.on{
	color: #51ac0e;
	display: block;
	border-bottom:1px solid #FFF;	
	background-color:#cbf184;	
	padding: 4px 4px 4px 14px;
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: .2em .7em;
	font-weight:bold;

	}

#leftnav-child ul li a.active,
#leftnav-child ul li a.active:hover {
}


#leftnav-child2 {
	width: 152px;
	margin-left: 30px;
	display:block;
	float:left;
	}
	
#leftnav-child2 ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#leftnav-child2 ul li {
	padding-left:0px;
	line-height:16px;
	width:152px;			
	}
	
#leftnav-child2 ul li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#leftnav-child2 ul li a:link, #leftnav-child2 ul li a:visited {
	color: #075d9f;
	display: block;
	padding: 2px 4px 2px 2px;
	border-bottom:1px solid #FFF;	

	}
	
#leftnav-child2 ul li a:hover {
	color: #51ac0e;
	padding: 2px 4px 2px 2px;
	border-bottom:1px solid #FFF;
	background-color:#cbf184;
	}

#leftnav-child2 ul li a:link.on{
	color: #51ac0e;
	display: block;
	border-bottom:1px solid #FFF;	
	background-color:#cbf184;	
	padding: 2px 4px 2px 2px;
	font-weight:bold;

	}

#leftnav-child2 ul li a.active,
#leftnav-child2 ul li a.active:hover {
}
*/
#leftnav ul.tier2 li a:link, #leftnav ul.tier2 li a:visited,
#leftnav ul.tier2 li a:hover, #leftnav ul.tier2 li a:active {
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: .2em .7em;
	padding: 4px 4px 4px 14px;
	border-bottom:1px solid #d9d9d9;
	color: #075d9f;
	background-color:#FFF;
	font-weight:normal;
}

#leftnav ul.tier2 {
	width: 158px;
	list-style-type: none;
	margin: 5px 0px 5px 8px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftnav ul.tier2 li {
	width: 176px;
	list-style-type: none;
}

#leftnav ul.tier2 li a:hover, #leftnav ul.tier2 li a.on {
	color: #51ac0e;
	background-color:#cbf184;
}

#leftnav ul.tier2 li a.on {
	font-weight:bold;
}

/*TIER 3 */
#leftnav ul.tier3 li a:link, #leftnav ul.tier3 li a:visited,
#leftnav ul.tier3 li a:hover, #leftnav ul.tier3 li a:active {
	background-image: none;
	padding: 2px 4px 4px 6px;
	border-bottom:1px solid #FFF;
	color: #075d9f;
	background-color:#FFF;
	font-weight:normal;
}

#leftnav ul.tier3 {
	width: 150px;
	list-style-type: none;
	margin: 5px 0px 0px 10px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#leftnav ul.tier3 li {
	width: 166px;
	list-style-type: none;
}

#leftnav ul.tier3 li a:hover, #leftnav ul.tier3 li a.on {
	color: #51ac0e;
	background-color:#cbf184;
}

#leftnav ul.tier3 li a.on {
	font-weight:bold;
}


/********************************* Content styles *****************************************/

#rightcolumn { 
 float: left;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: auto;
 width: 782px;
 display: inline;
 position:relative;
}

#rightcolumn .shadowtop {
	background-image:url(/images/interior-content-top.png);
	background-repeat:no-repeat;
	float: left;
	height:17px;
 	width: 782px;
	display:block;
	position:relative;
}

#rightcolumn .content {
	background-image: url(/images/interior-content-shadow.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	display:block;	
	width:782px;
	position:relative;
	margin:0px auto;
}

#rightcolumn .shadowbottom {
	background-image:url(/images/interior-content-bottom.png);
	background-repeat:no-repeat;
	float: left;
	height:19px;
 	width: 782px;	
	display:block;
	position:relative;
	margin-bottom:10px;
}

/********************************* Home Page styles *****************************************/

#homepage-wrapper {
	display:block;
	width:971px;
	height:auto;
	float:left;
	position:relative;
	margin:0 0 0 14px;
	
}

#download-btn {
	display:block;
	position:absolute;
	left:42px;
	top:-2px;
	width:152px;
	height:22px;
	z-index:130;
	text-align:center;
}

#download-btn a {
	background-image: url(/images/downloadbtn.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#c46802;
	padding-top:4px;
	padding-left:2px;
}

#download-btn a:hover {
	background-image:url(/images/downloadbtn-ON.png);
	background-repeat:no-repeat;	
	text-decoration:none;
	color:#118905;	
}

.bar {
	display:block;
	float:left;
	position:relative;
	margin:2px 0;
	padding:0;
	background-color:#c7ebf9;
	width:100%;
	height:12px;
}

/***************** tips container styles ****/

.slideshow-container {
	display:block;
	float:left;
	position:relative;
	margin:2px 2px 2px 0;
	padding:0;
	width:642px;
	height:338px;
	border:1px solid #a7d1e1;
}

.slideshow-container_test {
	display:block;
	float:left;
	position:relative;
	margin:2px 2px 2px 0;
	padding:0;
	width:642px;
	height:338px;
	border:1px solid #a7d1e1;
}

.carousel {
	margin:-2px 0px 0px -3px;
}

.slideshow-banner {
	display:block;
	float:left;
	position:relative;
	background-color:#f3f9fd;
	width:642px;
	height:303px;
}

.controls {
	display:block;
	float:left;
	height: 35px;
	width:100%;
	background-image:url(/images/controls-bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #a7d1e1;
}

#back-btn {
	display:block;
	float:left;
	width:19px;
	height:19px;
	margin-left:25px;
	padding:9px 0px;
}

#back-btn a {
	background-image: url(/images/control-back.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
}

#back-btn a:hover {
	background-image:url(/images/control-back-ON.png);
	background-repeat:no-repeat;	
	width:19px;
	height:19px;
}

#next-btn {
	display:block;
	float:left;
	width:19px;
	height:19px;
	padding:9px 0px;	
}

#next-btn a {
	background-image: url(/images/control-next.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
}

#next-btn a:hover {
	background-image:url(/images/control-next-ON.png);
	background-repeat:no-repeat;	
	width:19px;
	height:19px;
}

#marker-btn {
	display:block;
	float:left;
	width:19px;
	height:19px;
	padding:8px 0px;
	margin-left:15px;	
	font-family:Arial, Helvetica, sans-serif;
}

#marker-btn a {
	background-image: url(/images/control-marker.png);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	color:#FFF;
}

#marker-btn a:hover {
	background-image:url(/images/control-marker-ON.png);
	background-repeat:no-repeat;	
	width:19px;
	height:19px;	
}

#play-btn {
	display:block;
	float:left;
	width:23px;
	height:23px;
	padding:6px 0px;
}

#play-btn a {
	background-image: url(/images/control-play.png);
	background-repeat:no-repeat;
	width:23px;
	height:23px;
}

#play-btn a:hover {
	background-image:url(/images/control-play-ON.png);
	background-repeat:no-repeat;	
	width:23px;
	height:23px;
}

#pause-btn {
	display:block;
	float:left;
	width:23px;
	height:23px;
	padding:6px 0px;	
}

#pause-btn a {
	background-image: url(/images/control-pause.png);
	background-repeat:no-repeat;
	width:23px;
	height:23px;
}

#pause-btn a:hover {
	background-image:url(/images/control-pause-ON.png);
	background-repeat:no-repeat;	
	width:23px;
	height:23px;
}


/***************** tips container styles ****/

.tips-container {
	display:block;
	float:left;
	position:relative;
	margin:2px 0px 2px 0;
	padding:0;
	width:325px;
	height: auto;
	min-height:340px;
}

.tips-top {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:73px;
	background-image:url(/images/tips-top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.tips-top h1 {
	position:relative;
	display:block;
	width:300px;
	height:37px;
	text-align:center;
	color:#FFF;
	font-size:20px;
	padding:15px 0px;
}

.tips-middle {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:auto;
	background-image: url(/images/tips-shadow-bg.png);
	background-repeat: repeat-y;
}

.tips-content {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:313px;
	height:232px;
	margin-left:6px;
	background-image: url(/images/tips-bg.png);
	background-repeat: repeat-x;
}

.tips-content h1 {
	font-size:22px;
	color:#08c3ca;
	padding:0 5px;
}

.tips-content h2 {
	font-size:12px;
	color:#49ad65;
	margin-top:10px;	
}

.tips-content p {
	font-size:12px;
	color:#000;
}

.tips-bottom {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:36px;
	background-image:url(/images/quote-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}

/***************** minilesson styles ****/
.minilesson-container {
	display:block;
	float:left;
	position:relative;
	margin:2px 2px 2px 0;
	padding:0;
	width:320px;
	height:340px;
}

.minilesson-top {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:49px;
	background-image:url(/images/concept-booster-top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.minilesson-top h1 {
	position:relative;
	display:block;
	width:300px;
	height:37px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	padding:6px 0px;
}

.minilesson-middle {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:auto;
	min-height:250px;
	background-image: url(/images/concept-booster-shadow-bg.png);
	background-repeat: repeat-y;
}

.minilesson-content {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:308px;
	height:auto;
	min-height:280px;
	margin-left:6px;
	background-image: url(/images/concept-booster-bg.png);
	background-repeat: repeat-x;
}

.minilesson-content h1 {
	font-size:14px;
	color:#4db828;
	margin-top:5px;
}

.minilesson-content p {
	font-size:13px;
	color:#000;
}

.minilesson-bottom {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:36px;
	background-image:url(/images/concept-booster-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}

.minilesson-bottom #download-btn {
	top:-10px;
}
/***************** vocab styles ****/

.vocab-booster-container  {
	display:block;
	float:left;
	position:relative;
	margin:2px 2px 2px 0;
	padding:0;
	width:320px;
	height:350px;
}

.vocab-booster-top {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:49px;
	background-image:url(/images/vocab-booster-top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.vocab-booster-top h1 {
	position:relative;
	display:block;
	width:300px;
	height:37px;
	text-align:center;
	color:#FFF;
	font-size:20px;
	padding:15px 0px;
}

.vocab-booster-middle {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:auto;
	min-height:250px;
	background-image: url(/images/concept-booster-shadow-bg.png);
	background-repeat: repeat-y;
}

.vocab-booster-content {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:308px;
	height:auto;
	min-height:280px;
	margin-left:6px;
	background-image: url(/images/vocab-booster-bg.png);
	background-repeat: repeat-x;
}

.vocab-booster-content h1 {
	font-size:22px;
	color:#08c3ca;
	margin-top:0px;
	padding:0 5px;
}

.vocab-booster-content h2 {
	font-size:16px;
	color:#6d6c6c;
	font-weight:normal;
}

.vocab-booster-content p {
	font-size:13px;
	color:#000;
	padding:0px;
}

.vocab-booster-bottom {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:320px;
	height:36px;
	background-image:url(/images/concept-booster-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}

.vocab-booster-bottom #download-btn {
	top:-10px;
}
/********************************* quote/signup container *****************************************/
.quote-container {
	display:block;
	float:left;
	position:relative;
	margin:2px 0px 2px 0;
	padding:0;
	width:325px;
	height:350px;	
}

.quote-top {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:49px;
	background-image:url(/images/quote-top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.quote-top h1 {
	position:relative;
	display:block;
	width:300px;
	height:37px;
	text-align:center;
	color:#FFF;
	font-size:20px;
	padding:15px 0px;
}

.quote-middle {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:auto;
	min-height:250px;
	background-image: url(/images/quote-shadow-bg.png);
	background-repeat: repeat-y;
}

.quote-content {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:313px;
	height:auto;
	min-height:260px;
	margin-left:6px;
	background-image: url(/images/quote-bg.png);
	background-repeat: repeat-x;
}

.quote-content h1 {
	font-size:22px;
	color:#08c3ca;
	margin-top:0px;
	padding:0 5px;
}

.quote-content h2 {
	font-size:16px;
	color:#4acbeb;
}

.quote-content p {
	font-size:13px;
	color:#000;
}

.divider-quote {
	display:block;
	float:left;
	position:relative;
	width:100%;
	height:2px;
	margin:15px 0;
	background-image: url(/images/divider-blue-bg.png);
	background-repeat: repeat-x;
}

.quote-bottom {
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:325px;
	height:36px;
	background-image:url(/images/quote-bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}

.signup-burst {
	background-image:url(/images/signup-burst.png);
	background-repeat:no-repeat;
	width:175px;
	height:79px;
	position:absolute;
	bottom:14px;
	right:6px;
	z-index:140;
	cursor:hand;
}

#signup-btn {
	display:block;
	position:absolute;
	left:8px;
	top:0px;
	width:110px;
	height:22px;
	z-index:130;
	text-align:center;
}

#signup-btn a {
	background-image: url(/images/signupbtn.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#c46802;
	padding-top:4px;
	padding-left:2px;
}

#signup-btn a:hover {
	background-image:url(/images/signupbtn-ON.png);
	background-repeat:no-repeat;	
	text-decoration:none;
	color:#118905;	
}

/********************************* top-container *****************************************/
.top-container {
	display:block;
	float:left;
	height:auto;
	min-height:150px;
 	width:767px;
	position:relative;
	margin-left:8px;
	padding-bottom:30px;
	background-image:url(/images/top-container-bknd.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:12px;	
}

.top-container h1 {
	color:#3f8ca9;
	font-size:30px;
	margin-bottom:7px;
}

.top-container h2 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	padding-bottom:7px;
}


.top-container h3 {
	color:#3f8ca9;
	font-size:12px;
	margin-bottom:2px;
}

.top-container p.author {
	color:#a3a3a3;
	font-size:16px;
	margin-top:-7px;
	padding-bottom:8px;
}

.top-container p {
	color:#000;
	padding-bottom:14px;
}

.top-container ul {
	list-style-type: none;
	margin-bottom:10px;	
	font-family:Arial, Helvetica, sans-serif;
}

.top-container ul li {
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left:16px;
	padding-bottom:8px;
	line-height:16px;		
	}	
	
.top-container  ul li a {
	color:#5296f9;
	text-decoration:none;
}
.top-container  ul li a:hover {
	color:#57bb1a;	
	text-decoration: underline;
}
.top-container  ul li a.active,
.top-container  ul li a.active:hover {
}

.top-container-left {
	display:block;
	float:left;
	width:400px;
	height:auto;
	position:relative;
	padding:20px 10px 10px 20px;
	margin:0px 0px 0px 0px;
}

.top-container-right {
	display:block;
	float:right;
	width: auto;
	height:auto;
	position:relative;
	padding:20px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
	
.top-links-container {
	display:block;
	float:left;
	height:auto;
	width:230px;
	position:relative;
	margin:10px 10px 0px 10px;
}

.top-links-container h3.contentpgs {
	margin:0px 0px 0px 0px;
	position:relative
}	

.burst-topcontainer {
	height:112px;
	width:112px;
	display:block;
	position:absolute;
	top:-10px;
	right:-20px;
	z-index:50;
}

.pulldown-menu1 {
	background-image:url(/images/pulldown-bknd.png);
	background-repeat:no-repeat;
	height:85px;
	width:300px;
	display:block;
	position:absolute;
	top:-20px;
	left:77px;
	z-index:125;
}

.pulldown-menu2 {
	background-image:url(/images/pulldown-bknd.png);
	background-repeat:no-repeat;
	height:85px;
	width:300px;
	display:block;
	position:absolute;
	top:-20px;
	right:77px;
	z-index:125;
}

.pulldown-titles {
	text-align:center;
	font-weight:bold;
	color:#4fa304;
	font-size:18px;
	padding-top:10px;
	padding-bottom:4px;
}

.conceptlinks-logo-sml {
	display:block;
	width:143px;
	height:55px;
	background-image: url(/images/cl-logo-sml.png);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:50;
}

.product-image {
	float:left;
	margin-right:20px;
	position:relative;
	}
	
.view-module-btn {
	display:block;
	float:left;
	width:178px;
	height:38px;
	margin-top:20px;
}	
	
.view-module-btn a {
	background-image:url(/images/view-module-btn.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#1189c7;
	text-decoration:none;
	padding:11px 18px;
}

.view-module-btn a:hover {
	background-image:url(/images/view-module-btn-ON.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}

#preview-btn {
	display:block;
	position:absolute;
	width:140px;
	height:46px;
	bottom:-15px;
	left:5px;
	z-index:129;
}	
	
#preview-btn a {
	background-image:url(/images/preview-btn.png);
	background-repeat:no-repeat;
	width:140px;
	height:46px;	
}

#preview-btn a:hover {
	background-image:url(/images/preview-btn-ON.png);
	background-repeat:no-repeat;
	width:140px;
	height:46px;	
}

.product-info-container {
	display:block;
	width:220px;
	height:auto;
	float:right;
	position:relative;
	margin:110px 10px 0px 0px;
}

.product-info-container p {
	font-size:12px;
	margin:0;
	padding:0;
	line-height:20px;
}

.addtocart-container {
	display:block;
	width:220px;
	height:22px;
	float:right;
	position:relative;
	margin:10px 0px 0px 0px;
	font-size:12px;
}

#addtocart-btn {
	display:block;
	float:right;
	width:74px;
	height:22px;
	margin-right:30px;
}

#addtocart-btn a {
	background-image:url(/images/addtocart-btn.png);
	padding:0;
	margin:0;
}

#addtocart-btn a:hover {
	background-image:url(/images/addtocart-btn-ON.png);
	padding:0;
	margin:0;	
}

.stripe {
	display:block;
	background-image:url(/images/stripe-bknd.png);
	background-repeat: repeat-x;
	float:left;
	height:85px;
 	width:767px;
	position:relative;
	margin:0px 0px 0px 8px;
}

/********************************* middle container styles *****************************************/

.middle-container-wrapper {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:auto;
	margin:-68px 0px 0px 25px;
	font-size:12px;
}

.middle-container-top {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:23px;
	background-image:url(/images/middle-container-top.png);
	background-repeat:no-repeat;
}

#middle-container-content {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:auto;
	background-image:url(/images/middle-container-bknd.png);
	background-repeat:repeat-y;
	padding-left:40px;
	
}

.middle-container-bottom {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:24px;
	background-image:url(/images/middle-container-bottom.png);
	background-repeat:no-repeat;	
}

#middle-container-content h1 {
	color:#3f8ca9;
	font-size:30px;
	margin-bottom:7px;
}

#middle-container-content h2 {
	color:#000;
	font-size:20px;
	font-weight:normal;
	padding-bottom:7px;
}


#middle-container-content h3 {
	color:#3f8ca9;
	font-size:14px;
	margin-bottom:2px;
}

#middle-container-content p {
	color:#000;
	padding-bottom:14px;
	padding-right:80px;
}

#middle-container-content .divider {
	display:block;
	float:left;
	width:78%;
	height:2px;
	background-image:url(/images/divider-gray-bg.png);
	background-repeat:repeat-x;
	margin:10px 0;
}

#middle-container-content .backtotop-btn {
	width:85px;
	height:25px;
	display:block;
	float:left;
}

#middle-container-content ul {
	list-style-type: none;
	margin-bottom:10px;	
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

#middle-container-content ul li {
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left:16px;
	line-height:16px;
	max-width:500px;
	margin-right:10px;
		
	}	
	
#middle-container-content  ul li a, 
#middle-container-content  ul li a:link,
#middle-container-content  ul li a:visited {
	color:#5296f9;
	text-decoration:none;
}

#middle-container-content  ul li a:hover {
	color:#57bb1a;	
	text-decoration: underline;
}
#middle-container-content  ul li a.active,
#middle-container-content  ul li a.active:hover {
}

/********************************* bottom container styles *****************************************/

.bottom-container {
	display:block;
	float:left;
	height:auto;
 	width:767px;
	position:relative;
	margin:0px 0px 0px 8px;
	padding-bottom:30px;
}

.bottom-links-container {
	display:block;
	float:left;
	height:auto;
	width:230px;
	position:relative;
	margin:30px 10px 0px 0px;
	
}

.bottom-container h1 {
	color:#3f8ca9;
	font-size:18px;
	width:100%;	
	padding:10px 0px 0px 20px;
}

.bottom-container h2 {
	color:#000;
	font-size:20px;
	padding:5px 0px 0px 20px;
	width:100%;	
	font-weight:normal;
}

.bottom-container h3 {
	color:#3f8ca9;
	font-size:12px;
	padding:5px 0px 0px 20px;
	width:100%;	
}


.bottom-container ul {
	list-style-type: none;
	margin:0;
	padding:10px 0px 0px 20px;
	width:100%;			
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.bottom-container ul li {
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:16px;
	line-height:16px;
	width:100%;			
	}
	
.bottom-container ul li a {
	color:#5296f9;
	text-decoration:none;
}
.bottom-container ul li a:hover {
	color:#57bb1a;	
	text-decoration:underline;
}
.bottom-container ul li a.active,
.bottom-container ul li a.active:hover {
}

.concept-skills-container {
	width:735px;
	height:244px;
	position:relative;
	display:block;
	float:left;
	margin:-68px 0px 0px 25px;
	background-image:url(/images/concept-skills-container-bknd.png);
	background-repeat:no-repeat;
	padding:0;
}

.concept-skills-container h1, .concept-skills-container-content h1 {
	color:#3f8ca9;
	font-size:20px;
	width:100%;	
	padding:10px 0px 0px 60px;
}

/* NEW CONTAINERS */
.concept-skills-container-header {
	background-image:url(/images/concept-skills-container-top-white.png);
	height:15px;
	width:733px;	
	position:relative;
	display:block;
	float:left;	
	margin:-68px 0px 0px 25px;
}

.concept-skills-container-content {
	background-image:url(/images/concept-skills-container-middle-white.png);
	margin:-53px 0px 0px 25px;
	width:733px;
	position:relative;
	display:block;
	float:left; 
	padding-bottom:14px;
}

.concept-skills-container-footer { 
	background-image:url(/images/concept-skills-container-bottom-white.png);
	height:16px;
	width:733px;	
	position:relative;
	display:block;
	float:left;
	margin:0px 0px 0px 25px;
}

.content-container {
	width:290px;
	height: auto;
	position:relative;
	display:block;
	float:left;
	margin:0px 0px 0px 60px;
	padding:0;
}

.content-container h3 {
	color:#000;
	font-size:12px;
	width:100%;	
	padding:20px 0px 0px 0px;
}

.content-container ul {
	list-style-type: none;
	margin:0;
	padding:0px 0px 0px 0px;
	width:100%;			
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.content-container ul li {
	background-image: url(/images/bullet-orange.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left:16px;
	line-height:16px;
	width:100%;			
	}
	

.conceptlinks-logo {
	display:block;
	width:193px;
	height:66px;
	position:relative;
	float: right;
	margin-right:40px;
}

/********************************* SKU styles *****************************************/

.sku-container-wrapper {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:auto;
	margin:-68px 0px 0px 25px;
}

.sku-container-top {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:23px;
	background-image:url(/images/middle-container-top.png);
	background-repeat:no-repeat;
}

.sku-container-bottom {
	display:block;
	float:left;
	position:relative;
	width:735px;
	height:24px;
	background-image:url(/images/middle-container-bottom.png);
	background-repeat:no-repeat;	
}

#sku-container-content {
	display:block;
	float:left;
	position:relative;
	width:746px;
	/*height:auto;*/
	background-image:url(/images/middle-container-bknd.png);
	background-repeat:repeat-y;
}

#sku-title-bar {
	display:block;
	float:left;
	width:706px;
	height:42px;
	background-image:url(/images/sku-title-bar-bg-open.png);
	background-repeat:no-repeat;
	clear:both;
	margin:-8px 0px 0px 15px;
	cursor:hand;
}

#sku-title-bar:hover {
	background-image:url(/images/sku-title-bar-bg-open-on.png);
}

#sku-title-bar h1 {
	font-size:18px;
	position:relative;
	color:#3f8ca9;
	padding:10px 0px 0px 10px;
}

.sku-wrapper {
	display:block;
	float:left;
	width:340px;
	height:130px;
	margin: 10px 0px 0px 0px;
}

.sku-image {
	display:block;
	float:left;
	width:25%;
}

.sku-info {
	display:block;
	float:left;
	width:75%;
	position:relative;
	font-size:12px;
}

.more-info {
	display:block;
	float:left;
	padding-right:48px;
}

.price {
	display:block;
	float:left;
}

.sku-wrapper a:link, a:visited {
	text-decoration:none;
	color:#5296f9;
}

.sku-wrapper a:hover {
	text-decoration: underline;
	color:#57bb1a;
}

.qty {
	display:block;
	float:left;
	height:18px;
	width:100px;
	margin-top:10px;
	font-weight:bold;
}

#sku-addtocart {
	display:block;
	float:right;
	margin:10px 10px 0px 0px;
	padding:0px;
	width:74px;
	height:22px;	
}

#sku-addtocart a {
	background-image:url(/images/addtocart-btn.png);
	padding:0;
	margin:0;
}

#sku-addtocart a:hover {
	background-image:url(/images/addtocart-btn-ON.png);
	padding:0;
	margin:0;	
}

.divider-vertical {
	display:block;
	float:left;
	width:2px;
	height:130px;
	background-image:url(/images/divider-vertical.png);
	background-repeat:repeat-y;
	margin-top: 10px;
	
}

.sku-divider {
	display:block;
	float:left;
	width:100%;
	height:2px;
	background-image:url(/images/divider-gray-bg.png);
	background-repeat:repeat-x;
	margin:20px 0;
}

.sku-bottom-grfx {
	display:block;
	height:180px;
	width:295px;
	position:absolute;
	bottom:-5px;
	right:0px;
	z-index:180;
}

/********************************* Footer styles *****************************************/
.footer { 
	height:auto;
	background-image: url(/images/footer-links-bknd.png);
	background-repeat:repeat-y;
	display:block;
	float:left;
	clear:both;
	width:100%;
	position:relative;
}

#footerlink-containers {
	display:block;
	width:860px;
	height:auto;
	position:relative;
	float:left;
	margin:25px 0px 20px 70px;
}

.footer-links {
	display:block;
	height:auto;	
	float:left;
}

.divider {
	background-image:url(/images/footer-dividers.png);
	background-repeat:repeat-y;
	width:2px;
	display:block;
	height:120px;
	float:left;
	margin:0px 20px;
}

.footer-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer-links ul li {
	background-image: url(/images/bullet-blue.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	line-height:18px;
	}

.footer-links ul li a {
	background-position: 0 .4em;
	padding-left: .6em;
	color:#0d4ca8;
	text-decoration:none;
	}
	
.footer-links ul li a:hover {
	background-position: 0 .4em;
	padding-left: .6em;
	color:#0d4ca8;
	text-decoration: underline;
	}
	
.footer-links ul li a.active,
.footer-links ul li a.active:hover {
	background-position: 0 .4em;
	padding-left: .6em;
	color:#0d4ca8;
	text-decoration:none;
	}			
	
.resource-bnr {
	display:block;
	height:73px;
	width:217px;
	background-image:url(/images/resource-link-footer-bnr.png);
	background-repeat:no-repeat;
	float:right;
}
/********************************* Resource banner styles *****************************************/
.resource-bnr {
	display:block;
	height:73px;
	width:217px;
	background-image:url(/images/resource-link-footer-bnr.png);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	margin-top:20px;
}

.resource-bnr-text {
	display:block;
	height:73px;
	padding:0px 15px;
	float:right;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:28px;
	color:#a64916;
}


.bottom-border {
	clear:both;
	float:left;
	width:100%;
	height:27px;
}

.copyright {
	display:block;
	float:left;
	padding:5px 0px;
	color:#0da8ad;
	font-size:10px;
	margin-left:40px;
}
.ttdc {
	display:block;
	float:right;
	padding:5px 0px;
	color:#0da8ad;
	font-size:10px;
	margin-right:40px;
}

.ttdc a, .ttdc a:visited  {
	color:#3F8CA9;
	text-decoration:none;
}

.ttdc a:hover  {
	color:#3F8CA9;
	border-bottom:1px dotted #0da8ad;
}

.green-text {
	color:#84c339;
	}

.dark-green {
	color:#27a809;
}
	
.teal-text {
	color:#3f8ca9;
	}
	
.indent {
	margin-left:20px;
	padding:10px 0px;
}

form td {
	padding:3px;
}

table td {
	padding:3px;
}

table th {
	padding:5px;
}

table#search td,
table#login-links td {padding:0px;}

/********************************* Search Results *****************************************/	

.srchTerm {
	font-size:14px;
	color:#0066CC
}

