/* This Style Sheet is only for styles that are added for a specific customer site
   All styles used in the default setup of the PowerWeb site can be found in the site_styles.css 

   Modified:
   July 14, 2005: KSTEVENSON: Moved all styles into site_styles.css
   
   
   
   Any styles needed for a customer's site design need to be added below. Do not ADD styles in site_styles.css
*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE */ 
html {
	height: 100%;
}
/* Style For HTML BODY */ 
body {
	background: #dae3e7;
	margin: 5px 0px 5px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* Setting Text Throughout the skin */ 
table, tr, td, p, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
}

hr {
color: #fff; 
background-color: #fff; 
border: 1px dotted #cccccc; 
border-style: none none dotted; 
}

hr.dotted{

width: 90%;}

.bktxt {
	color: #000000;
}

/*========================================================*/
/*  2. Tables                                 */
/*========================================================*/
.OuterTable { 
	width: 950px; 
	background: #FFF url(/client/client_images/template/page_l_bg.gif) repeat-y left top; 
	align: center;
	 
}
.MiddleDiv {
	height: 100%;
}
.MiddleTD {
	background: url(/client/client_images/template/page_r_bg.gif) repeat-y right top;
	padding: 0 0 0 0px;
	height: 100%;
}
.LogoTD {
	padding-top: 20px;
	padding-left: 18px;
	padding-bottom: 15px;
}

.ContentTD {
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
}

.AdsTD {
	padding: 15px 15px 0px 0px;
	border-left: 1px solid #CCCCCC;
	width: 160px;
}
.BottomTD {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}


.EmailSignUp {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.EmailSignUp input {
	background-color: #f0faff;
	font-size: 11px;
	color: #34505F;
}
.EmailSignUp .JoinHeadTD img {
	padding-bottom: 3px;
}


.CountryRow {
	background: url(/client/client_images/template/countrytop_bg.gif) repeat-x left top;
	padding: 0;
}
.CountryLeft {
	background: url(/client/client_images/template/countrytop_l_bg.gif) no-repeat; 
	padding: 0;
	color:#dae3e7;
}
.CountryDisplay {
	background: url(/client/client_images/template/countrytop_r_bg.gif) no-repeat right top;
	width:100%;
	margin:0;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
}


.TopRowLeft { 
	width:100%; padding: 0; 
		background: url(/client/client_images/template/newtop_r_bg.gif) no-repeat right top; 
}
.TopRowRight { 
	background: url(/client/client_images/template/newtop_r_bg.gif) no-repeat right top; 
	width:100%; padding: 0; margin:0;
}
.BannerAdTD {
	padding-top: 0px;
	text-align: right;
	
}
.BannerSpace {
	vertical-align: bottom;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(/client/client_images/template/page_r_bg.gif);
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.BannerBG {
	text-align: right;
	background-image: url(/client/client_images/template/page_r_bg.gif);	
	background-repeat: repeat-y;
	vertical-align: top;
}
.BannerBGCart {
	padding: 5px;
	text-align: center;
	width: 290px;
	height: 70px;
}


/*-- TD for top nav links --*/ 

.TopNavFlagTD {
	background: url(/client/client_images/template/page_r_bg.gif) repeat-y right top;
	padding: 0 0 0 0px;
}
.TopNavSecTD {
	background: url(/client/client_images/template/menu_r_bg.gif) repeat-y right top;
	padding: 0 0 0 0px;
}
.TopNavTD{
	background: #cc0000;
	text-align: center;
	
}
.TopNavTD a, .TopNavTD a:link, .TopNavTD a:visited {
	color: #ffffff;
	text-decoration: none;
	border-right: 0px solid #CCCCCC;
	background-color: #cc0000;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.TopNavTD a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*-- TD for left nav bar --*/ 
.NavDiv {
	width: 100%;
}
.NavTD {
	border-right: 1px solid #CCCCCC;
	padding-left: 15px;
	width: 165px;
	text-align: left;
}
/*-- cell containing search --*/ 
.SearchTD {
	background-image: url(/client/client_images/template/search_bot_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-- TD for top search graphic --*/ 
.SearchHeadTD{
	width: 2px;
	background-color:#00FF00
}
/*-- TD replaces Search head on cart tempate --*/ 
.LeftSpaceHeadTD{
	width: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
}
/*-- cell browse --*/ 
.BrowseTD {
	padding-bottom: 10px;
	border-bottom: 0px solid #CCCCCC;
	vertical-align: top;
}
/*-- cell cart --*/ 
.CartTD {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
/*-- cell top ten --*/
.TopTenTD {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	vertical-align: top;
	}
.TopTen {
	list-style-type: decimal;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.TopTen p{
	font-weight: normal;
	}
/*-- format head graphics in nav --*/ 
.NavHeads {
	padding-top: 15px;
	padding-bottom: 5px;
}


/*-- Bottom Section --*/ 
.BottomNavTD {
	padding: 20px 15px 0px;
	text-align: center;
	width: 100%;
}
.BottomNav {
	background-image: url(/client/client_images/template/bot_div_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}
.BottomNav a {
	padding-right: 5px;
	padding-left: 5px;
}
.AdsTD .RightAdArea {
	text-align: center;
	padding-top: 15px;
	border: 1px solid #fff;
}

.BottomRow { 
	background: url(/client/client_images/template/bottom_bg.gif) repeat-x left top; 
	height: 32px; padding: 0; 
}
.BottomLeft { 
	background: url(/client/client_images/template/bottom_l_bg.gif) no-repeat left top; 
	height: 32px; width:100%; padding: 0;
}
.BottomRight { background: url(/client/client_images/template/bottom_r_bg.gif) no-repeat right top; 
	height: 32px; width:100%; padding: 0; margin:0
}

/* #################### STATIC PAGE STYLES ########################## 	letter-spacing: .1em;*/
h1 {
	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
	font-size: 26px;
	font-weight: normal;
}
h2 {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	color: #cc0000;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	line-height: 1.3em;
}
h4 {
	color: #cc0000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5 {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.resource {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	background-color: #c02427;
	color: #ffffff;
	text-align: center;
	}
.resource2 {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	background-color: #5fa841;
	color: #ffffff;
	text-align: center;
	}
.resource3 {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	background-color: #381778;
	color: #ffffff;
	text-align: center;
	}
/* #################### Category text Top Include STYLES ########################## */
.topcategoryinclude {
	padding: 0px 5px 0 5px;
	border: 0px solid #999999;
margin-left: 5px;
}
.topcategoryinclude H1 {

	color: #336699;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0em;
}

.rightbar{
width: 140px;
	padding: 0px 10px;
	border: 0px solid #999999;}


.display_categoryinclude {
	padding: 5px;
	margin-bottom: -10px;
	border: 0px solid #999999;
}
.display_topcategoryinclude H1 {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0em;
}



/*Feedburner widge */
.Feedburner {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}
.feedTitle{
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 10px;
}
.feedburnerFeedBlock li {
	list-style-type: none;
	position: relative;
	left: -30px;
	}
	
	
	div.feedburnerFeedBlock span.headline { 
font-weight:bold; 
}
	
	
	/* ########## Styles for drop down menu in Teacher's section #############*/

#dropmenudiv{
position:absolute;
border:1px solid #cccccc;
border-bottom-width: 0;
font: bold 11px Geneva, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eceeed;
}

	/* ########## Styles for main list links on the main page indec.cfm #############*/

.redlist {
	color: #CC0000;
	list-style: outside;
	padding: 0;
	margin-left: 0;
	}
	
.listtext {color:#333333;}

	/* ##########  New Styles added in 2009 redesign #############*/
	



.redlink, .redlink a, .redlink a:link, .redlink a:visited, a:hover{
	color:#CC0000;
}
.vline{
	background: url(/client/client_images/template/section_vr.gif) repeat-y;

	width: 20px;
	float: left;

	height: 75%;}


