﻿
/* Adjust breadcrumb and background for this section */
#breadcrumbs { width: 926px; background: none; padding: 0; }
div#contentNoBg { background: none; }
/* ================================================================== */ 

#educateArticle { float: left; width: 755px; }
#educateArticle .paddingAdjusted { margin: 30px 15px 0 20px; } 

#educateArticle h2 { color: #086daf; font-size: 220%; padding-bottom: 5px; line-height:1.2em }
#educateArticle #ArticleIntro { padding-bottom: 15px;  }
#educateArticle #ArticleIntro P { color: #16b4b3; font-size: 140%; }

.articleBox { background: url('../../images/educatearticle/article_box_middle.gif') top left repeat-y; width: 720px; margin-bottom: 20px; }
.articleTop { background: url('../../images/educatearticle/article_box_top.gif') no-repeat -1px top; width: 720px; padding: 20px 0 0 0; }
.hasNoImage { background: none;  padding: 17px 0 0 0; }
.articleTab { background: url('../../images/educatearticle/article_box_tab.gif') -1px top no-repeat; width: 720px; height: 50px;  }
.articleBottom { background: url('../../images/educatearticle/article_box_bottom.gif') bottom left no-repeat; width: 720px; }
.articleTabText { padding: 10px 555px 0 10px; text-align: center; padding-top: 10px; color: #076cae; line-height: 120%; } 

.subArticle { padding: 0 0 10px 0!important; margin: 0!important; }
.subArticle .paddingAdjusted { margin: 0 30px 15px 20px !important; overflow: visible; }
.subArticle h3  {
	color: #086daf; 
	font-size: 150%; 
	font-family: Tahoma, Arial; 
	background: url('../../images/border.gif') bottom left repeat-x;	 
	margin-bottom: 12px; 
	padding-bottom: 6px;}
.imgRight img { float: right; margin: 0 0 10px 10px; }
.imgLeft img { float: left; margin: 0 5px 10px 0; }

.subArticle P { padding: 0 0 10px 0; }
.subArticle P A { color: #01a8a7; }
.subArticle P A:HOVER { color: #014e7c; }

/* CSS for tabbed article JS */
#jsTabsNav { float: left; background: url('../../images/educatearticle/article_tab_box_top.gif') right bottom repeat-x; width: 708px; }
#jsTabsNav UL { margin: 0; padding: 0; list-style: none;  }
#jsTabsNav UL LI { 
	float: left; 
	width: 175px; 
	height: 45px; 
	background: url('../../images/educatearticle/article_tab.gif') top left no-repeat; 
	margin: 0 2px 0 0; 
	padding: 0; 
	line-height: 100%;
	text-align: center; }
#jsTabsNav UL LI A {
	color: #014d7c; 
	text-decoration: none;
	padding: 10px 12px 10px 12px;
	display: block; }
#jsTabsNav UL LI.activeTab  {
	width: 177px;
	background: url('../../images/educatearticle/article_tab_active.gif') top left no-repeat; }
#jsTabsNav UL LI.activeTab A { color: #076cae; cursor: default; }
#jsTabsNav UL LI.last { margin-right: 0; } 
#jsTabs .articleBox { clear: left; }
#dynamicTabbing { display: none; }

