
body {
	margin:0;
	padding:0;
	font:75% Arial, Helvetica, sans-serif;
}

TABLE, TH, TD, INPUT, SELECT, TEXTAREA {
	font:1em Arial, Helvetica, sans-serif;
}

.clearAll {
	display: block;
	float: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}

h1 {
	font-size:20px;
	line-height:22px;
	margin:0 0 15px 0;
	color:#5b5b5b;
	font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:20px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:normal;
}
h3 {
	font-size:16px;
	line-height:20px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:bold;
}
h4 {
	font-size:14px;
	line-height:18px;
	margin:15px 0;
	color:#5b5b5b;
	font-weight:bold;
}

p {
	margin:15px 0;
}

a {
	border:none;
	color:#34799c;
}
a img {
	border:none;
}

hr {
	border: 0;
	color:#B3B3B3;
	background-color:#B3B3B3;
	height:1px;
	padding:0;
	margin:20px 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.gray {
	color:#5b5b5b;
}
.blue {
	color:#2c7194;
}

/*-------------------------------------- PAGE --------------------------------------*/

.drop_shadow_wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:url(/img/portalImages/bgr_page_shadow_btm.jpg) center top repeat-y; 
}
.page,
.page_home {
	width:970px;
	margin:0;
	padding:0 15px;	
	background:url(/img/portalImages/bgr_page_shadow_top.jpg) center top no-repeat;
	text-align:left;
}

.page_ppcl, 
.page_ppcl2 {
	background-image:none;
}

/*-------------------------------------- HEADER --------------------------------------*/

.portal_header {
	width:970px;
	height:110px;
	clear:both;
}
.header_left {
	float:left;
	width:680px;
	height:90px;
	padding:20px 0 0 0;
}
.logo {
	float:left;
	margin:0 10px 0 0;
	padding:5px 10px;
	border-right:2px solid #cacaca;	
}
.title {
	display:block;
	padding:25px 0 2px 0;
	color:#5b5b5b;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.slogan {
	display:block;
	color:#5b5b5b;
	font-size:11px;
	line-height:11px;
}

.header_right {
	width:270px;
	height:110px;
	float:right;
}
.phone {
	padding:10px 0 0 0;
	font-size:16px;
	line-height:16px;
}
.links {
	padding:5px 0 8px 0;
	height:36px;
}
.links a {
	color:#34799c;
	vertical-align:middle;
}
a.btn_student_login {
	display:inline-block;
	width:160px;
	height:36px;
	margin:0 3px 0 0;
	background:url(/img/portalImages/btn_student_login.gif) left top no-repeat;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	line-height:34px;
	text-shadow: 1px 1px 1px #777777;
}
a.btn_student_login:hover {
	background-position:left -36px;
}
.header_right iframe { /*facebook btn*/
	width:260px !important;
}

/*-------------------------------------- CONTENT --------------------------------------*/

.content_wrapper {
	background:url(/img/portalImages/bgr_content_wrapper.gif) no-repeat right bottom;
	font-size:12px;
	line-height:18px;
	color:#5b5b5b;
	height:100%;
}

.content_wrapper ul {
	list-style-type:none;
	margin:15px 0 15px 25px;
	padding:0;
}
.content_wrapper ul li {
	margin:0;
	padding:0 0 0 10px;
	background:url(/img/portalImages/li_blue.gif) no-repeat left 7px;
}

.content_left {
	float:left;
	width:520px;
	padding:20px 90px 20px 40px;
}
.content_right {
	float:right;
	width:300px;
	padding:20px 20px 160px 0;
}
.content_full_width {
	width:910px;
	padding:20px 20px 160px 40px;
}

/* home page styles */

.home_video {
	float:right;
	margin:20px 20px 40px 40px;
}
.home_starburst {
	position:absolute;
	margin:75px 0 0 345px;
}
#flashVideo {
	border:8px solid #cacaca;
}

.blog_title {
	padding:5px 0 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.blog_date {
	float:left;
	height:55px;
	width:50px;
	padding:0 2px 3px 0;
	margin:0 10px 10px 0;
	background:url(/img/portalImages/bgr_blog_date.gif) left top no-repeat;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-shadow:1px 1px 1px #444444;
}
.blog_date .date_day {
	display:block;
	padding:6px 0 0 0;
	font-size:24px;
	line-height:24px;
}
.blog_date .date_month {
	font-size:18px;
	line-height:18px;
}

/* sidebar styles - subpages */

.sidebar_register {
	background:url(/img/portalImages/bgr_sidebar_box.gif) left bottom repeat-x;
	border:1px solid #b3b3b3;
	overflow:hidden;
	padding:0 0 10px 0;
}
.sidebar_register h4 {
	margin:0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;
}
.sidebar_register p {
	margin:10px;
}
a.btn_register {
	display:block;
	width:230px;
	height:38px;
	padding:0 2px 3px 10px;
	margin:0 10px;
	background:url(/img/portalImages/btn_register.gif) left top no-repeat;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:22px;
	line-height:38px;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
a.btn_register:hover {
	background-position:left -41px;
}

.sidebar_links h4,
.sidebar_blogs h4 {
	margin:10px 0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;	
}
.sidebar_links img,
.sidebar_blogs img {
	margin:0 5px 0 0;
}

.sidebar_blog_post {
	background:url(/img/portalImages/bgr_sidebar_box.gif) left bottom repeat-x;
	border:1px solid #b3b3b3;
	overflow:hidden;
	margin:15px 0;
	padding:0 0 10px 0;
}
.sidebar_blog_post h4 {
	margin:0;
	padding:5px 10px;
	color:#2c7194;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom:1px solid #b3b3b3;
}
.sidebar_blog_post .blog_date {
	display:inline;
	margin:10px 0 0 10px;
}
.sidebar_blog_post .blog_title {
	float:left;
	width:220px;
	margin:10px 0 0 5px;
	padding:0;
}
.sidebar_blog_post p {
	float:left;
	width:220px;
	margin:0 0 0 5px;
}
.sidebar_blog_post a {
	display:block;
	width:220px;
	margin:10px 0 0 0;
	color:#B73F30;
}

.sidebar_list h4 {
	margin:10px 0;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
.sidebar_list ul {
	margin:10px 0 15px 10px;
}
.sidebar_list ul li {
	font-size:14px;
	line-height:18px;
}

a.btn_resources_sidebar {
	display:block;
	width:283px;
	height:53px;
	margin:5px 0;
	padding:8px 2px 3px 15px;
	background:url(/img/portalImages/btn_resources_sidebar.gif) left top no-repeat;
	color:#000000;
	text-decoration:none;
	text-align:left;
	font-size:22px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #777777;
}
a.btn_resources_sidebar:hover {
	background-position:left -64px;
}

/*-------------------------------------- FOOTER --------------------------------------*/

.footer {
	clear:both;
	width:970px;
	padding:20px 0;
	background:#e5e5e5;
	color:#5b5b5b;
	font-size:12px;
	line-height:18px;
	border-top:2px solid #cacaca;
}
.footer_left {
	float:left;
	width:198px;
	padding:0 25px;
}
.footer_left p {
	margin:10px 0;
}
.footer_left h4 {
	margin:0;
	color:#2c7194;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.footer_right {
	float:right;
	width:670px;
	padding:0 25px;
	text-align:center;
	border-left:2px solid #cacaca;
}
.footer_links {
	margin:15px 0 0 0;
}
.footer_links a {
	color:#5b5b5b;
	text-decoration:none;
}
.footer_links a:hover {
	text-decoration:underline;
}

/*-------------------------------------- NAVIGATION --------------------------------------*/

.nav_bar {
	width:970px;
	height:38px;
	clear:both;
	overflow:visible;
	background:url(/img/portalImages/bgr_nav_bar.gif) left top repeat-x;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	background:url(/img/portalImages/bgr_nav_item_divider.gif) right top no-repeat;
}
.nav ul li a {
	float:left;
	display:block;
	height:38px;
	margin:0;
	padding:0 20px;	
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:38px;
	text-shadow:1px 1px 1px #333333;
}
.nav ul li a:hover {
	background:url(/img/portalImages/bgr_nav_item_hover.gif) left top repeat-x;
	margin-left:-1px;
	padding-left:21px;
	position:relative;
	z-index:2;
}
.nav ul li.nav_home a:hover {
	margin-left:0;
	padding-left:20px;
}

/* nav dropdown */

.nav ul li ul {
	display:none;
}
.nav ul li:hover ul,
.nav ul li.over ul {
	display:block !important;
}
.nav ul li ul {	
	position:absolute;
	top:38px;
	left:-1px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:100;
}
.nav ul li ul li {
	float:none;
	display:block;
	margin:0;
	padding:0;
	background:none;
	border-left:1px solid #b5b0b0;
	border-right:1px solid #b5b0b0;
	border-bottom:1px solid #b5b0b0;
}
.nav ul li ul li a {
	float:none;
	display:block;
	height:30px;
	min-width:101px;
	_width:101px;
	margin:0;
	padding:0 10px;
	background:url(/img/portalImages/bgr_dropdown_nav_item.gif) left top repeat-x;
	color:#5b5b5b;
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	text-shadow:none;
}
.nav ul li ul li a:hover {
	background:none;
	margin:0;
	padding:0 10px;
	background-color:#ffffff;
}

/* state select area in nav bar */

.state_select_area {
	float:right;
	width:310px;
	height:38px;
}
.state_select_area span {
	display:inline-block;
	height:38px;
	color:#ffffff;
	font-size:14px;
	line-height:38px;
	text-shadow:1px 1px 1px #333333;
}
.state_select_area select {
	width:200px;
	padding:2px;
	margin:8px 0 0 3px;
	vertical-align:top;
	font-size:12px;
}
.state_select_area input {
	height:24px;
	width:40px;
	padding:0;
	margin:7px 0 7px 3px;
	vertical-align:top;
	background:url(/img/portalImages/btn_state_select_go.gif) left top no-repeat;
	border:0 none;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	text-shadow:1px 1px 1px #333333;
	cursor:pointer;
}

/* subpage navigation */

.subpage_nav_bar {
	width:970px;
	height:28px;
	clear:both;
	background:url(/img/portalImages/bgr_subpage_nav_bar.gif) left top repeat-x;
}

.subpage_nav_bar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.subpage_nav_bar ul li {
	float:left;
	margin:0;
	padding:0 1px 0 0;
	background:url(/img/portalImages/bgr_subpage_nav_item_divider.gif) right top no-repeat;
}
.subpage_nav_bar ul li a {
	float:left;
	display:block;
	height:28px;
	margin:0;
	padding:0 20px;	
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	text-shadow:1px 1px 1px #555555;
}
.subpage_nav_bar ul li a:hover {
	background:url(/img/portalImages/bgr_nav_item_hover.gif) left top repeat-x;
}

/* subpage path nav */

.path_nav {
	width:900px;
	height:15px;
	padding:30px 0 0 70px;
	background:url(/img/portalImages/blue_bar.gif) no-repeat left top;
	color:#444444;
	font-size:10px;
	line-height:10px;
}











/*-------------------------------------- OLD SITE STYLES --------------------------------------*/


/* PROGRESS BAR */


.ViewVideo A:link, .ViewVideo A:active, .ViewVideo A:hover, .ViewVideo A:visited {
	display:block;
	overflow:hidden;
	background-image:url(img/viewVideo.png);
	height:30px; width:125px;
	text-indent:-200px;
}


.TakeExam A:link, .TakeExam A:active, .TakeExam A:hover, .TakeExam A:visited {
	display:block;
	overflow:hidden;
	background-image:url(img/takeExam.png);
	height:30px; width:125px;
	text-indent:-200px;
}


.progressBar {
	clear:both;
	margin:0; 
	padding:0;
}


.progressBar A:link, .progressBar A:visited,
.progressBar A:hover, .progressBar A:active {
	color:#000000;
	font-weight:normal;
}


.Available A:link, .Available A:visited,
.Available A:hover, .Available A:active {
	color:#e88924;
	font-weight:bold;
}


.Passed A:link, .Passed A:visited,
.Passed A:hover, .Passed A:active {
	color:#90b8dd;
}


.Available, .Passed, .NotAvailable {
	float:left;
	text-align:left;
	width:107px;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:#acacac 1px solid;
}


.section {  
	padding:8px 0 0 10px; 
	margin:0 0 10px 3px;
	height:22px;
}
	
.sectionName { color: #FFFFFF; font-size: 18px; }


.statusText { 
	font-weight:bold; 
	font-size:13px; 
}


.quizLink { 
	margin-left:10px; 
	font-size:14px; 
}


.Available .section { background:url(/img/available.gif) repeat top; }
.Available .statusText { color:#e88924; }


.Passed .section { background:url(/img/passed.gif) repeat top; }
.Passed .statusText { color:#90b8dd; }


.NotAvailable .section { background:url(/img/notavailable.gif) repeat top; }
.NotAvailable .statusText { color:#acacac; }
.NotAvailable .quizLink { color:#acacac; }


.Section1_Available .section { background:url(/img/available_section1.gif) no-repeat top left; margin-left:0; }
.Section1_Passed .section { background:url(/img/passed_section1.gif) no-repeat top left; margin-left:0; }
.Section1_NotAvailable .section { background:url(/img/notavailable_section1.gif) no-repeat top left; margin-left:0; }


.FinalExam_Available .section{ background:url(/img/available_final.gif) no-repeat top right; }
.FinalExam_Passed .section { background:url(/img/passed_final.gif) no-repeat top right; }
.FinalExam_NotAvailable .section { background:url(/img/notavailable_final.gif) no-repeat top right; }


.Exam_Available .section{ background:url(/img/available_final.gif) no-repeat top right; }
.Exam_Passed .section { background:url(/img/passed_final.gif) no-repeat top right; }
.Exam_NotAvailable .section { background:url(/img/notavailable_final.gif) no-repeat top right; }


.certificate {
	margin: 0 auto;
	width: 7in;
	text-align: center;
	border: 3px solid black;
	background: url(/img/CertificateLogo.jpg) no-repeat;
}
.certificate * {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.certificate H1 {
	margin: 0 0 20px 0;
	font-size: 24pt;
}
.certificate H2 {
	margin: 15px 0 0 0;
	font-size: 14pt;
}
.certificate .phone {
	font-size: 12pt;
}
.certificate .divider {
	margin: 15px  125px;
	border-top: 2px dotted #CCCCCC;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.certificate .leftPadding {
	padding-left: 25px;
}


.certificate .rightPadding {
	padding-right: 25px;
}
.certificate .courseProvider {
	padding-bottom: 15px;
}


/*	INTERFACE	*/
.panel{
	border-style:outset;	
	border-width:1px;
	padding:4px;	
	background-color:#ffd84d;
	}


TD.questionText {
	font-weight:bold;
	font-size:16px;
	}


.section_MyAccount .forgotPassword {	
	position:absolute;
	margin:135px 0 0 -85px;
	font-size:12px;	
	}

.section_MyAccount .forgotPassword_high {
	position:absolute;
	margin:115px 0 0 -365px;
	font-size:12px;
	}


/* CC Security Code popup */
.securitycodeinfoPopup {
	display: block;
	position: absolute;
	margin: -115px 0 0 220px;
	width: 200px;
	padding: 10px;
	background: #FFF8DD;
	white-space: normal;
	border: 1px solid #e88924;
}
.securitycodeinfoCloseButton {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 15px;
	height: 15px;
	background: #e88924;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}






TABLE.loginForm {
	width:520px;
}

.page_ForgotPassword FORM {
	width:520px;
	margin:0 auto !important;
}

.page_Register FORM {
	width:520px;
}

#ErrorMessage TD,
#DefaultLoginMessage TD {
	text-align: left;
	padding: 0 0 2em 0;
}






@media print {
	a:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	}
}







