@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	color:#333;
	font-size:.8em;
}

#mainCntr
{
	width:705px;
	height:785px;
	border:0px solid #000;
	background:#FFF;
	margin:20px;
	margin-left:5px;
}

#header, #footer
{
	height:115px;
	background:#FFF;
	padding-bottom:1px;
}

#footer
{
	float:left;	
}

#navigationBar, #footerBar
{
	height:24px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #333;
	border-left:none;
	border-right:none;
	bottom:0px;
}

#footerBar
{
	float:left;
}

#navInner, #footerInner
{
	height:21px;
	background:#00529b;
	text-align:center;
	padding-top:3px;
	color:#FFFFFF;
}

#footerInner
{
	text-align:right;
	width:685px;
	padding-right:15px;
	font-size:.80em;
	height:18px;
	padding-top:6px;
}

.navItem
{
	color:#FFFFFF;
	margin-top:0px;
	padding-right:10px;
	padding-left:10px;
	font-size:.75em;
}

a.navItem
{
	color:#FFFFFF;
	text-decoration:none;
}	

a.navItem:Hover
{
	color:#ffb500;	
	text-decoration:none;
}

/* Header graphic and text containers */
#pageHeaderGraphic
{
	background-color:#d49104;
	color:#FFF;
	height:149px;
}

#pageHeaderGraphic img
{
	border-right:5px solid #b47c00;	
	display:block;
	float:left;
}

#pageHeaderGraphicText
{
	width:462px;
	height:129px;
	padding-left:20px;
	padding-top:20px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
}

#pageHeaderGraphicText h1
{
	color:#FFF;
	border:0;
	text-align:left;
	display:block;
	width:400px;
	font-size:1.4em;
	padding-left:20px;
}



/* NEXT AND PREVIOUS LINKS */
.nextAndPrevOnRight, .nextAndPrevOnLeft
{
	padding:10px;
	padding-right:15px;
	text-align:right; /*IF OPTED FOR LEFT ALIGNMENT,CHANGE right TO left */
	background-color:#FFF;
	margin-top:30px;
}

.nextAndPrevOnRight a, .nextAndPrevOnLeft a
{
	font-weight:bold;
	color:#000;
}

.nextAndPrevOnRight a:Hover, .nextAndPrevOnLeft a:Hover
{
	font-weight:bold;
	color:#888;
}

/*REMOVE THIS --- PREVIEW ONLY */
.nextAndPrevOnLeft
{
	margin-top:3px;
	text-align:left; 
}

/* NEXT AND PREVIOUS LINKS */

.pipe
{
	font-size:1.1em;	
}


/* HOME PAGE CONTAINERS */
#leftContentCntr
{
	width:476px;
	background:#FFFFFF;
	border-right:1px solid #333;
	float:left;
}

#rightContentCntr
{
	width:226px;
	background:#FFFFFF;
	border-right:0px solid #333;
	float:left;
}

#rightContentCntr p, #leftContentCntr p, #mainCntCntr p
{
	padding:0px 10px 10px 10px;	
}

/* SUPPORT PAGE TEMPLATE MAIN CONTENT CONTAINER */
#mainCntCntr
{
	width:702px;
	background:#FFFFFF;
	border-right:0px solid #333;
	float:left;	
}

.smallBlueCopy, smallBlueCopy a
{
	font-size:.85em;
	color:#0033A1
}

h1
{
	font-family:"Times New Roman";
	font-size:1.80em;
	color:#999;
	font-weight:lighter;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0;
}

h2,h3, h4, h5, h6
{
	font-family:"Times New Roman";
	color:#999;
	font-weight:lighter;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	margin-left:0;
}

/* Curriculum CSS */
ul.curriculum 
{
	list-style-image: url(../images/orangeCheck.gif);
}

th.curriculum
{
	font-size:1.5em; padding-bottom:10px;	
}

#headerImgCntr.curriculum
{
	text-align:center; 
	border:0px solid #000;
	background-image:url(../images/orangeGradienBg.gif); 
	background-repeat:repeat-x; height:120px; margin-top:3px;	
}

.learnSeriestitle
{
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
}

table.progSchedule td
{
	text-align:left;
}

p.curriculumLearningSeries
{
	
}

.buttonRegister {text-decoration: none;border: 1px solid Black;font-size: 12px;font-weight: bold;color: #000000;background-color: #e8a219;height: 20px;}	