﻿/* ------------------------------ */
/*        Color Reference         */
/* ------------------------------ */

/* #336699 (Blue)                 */
/* #CCCC99 (Gold)                 */
/* #338800 (Green Links)          */
/* #FF6600 (Orange Links)         */
/* #FFCC33 (Orange Borders)       */
/* #FF9900 (Orange Backgrounds)   */
/* #FFFFCC (Light Yellow)         */
/* #EEEEEE (Light Gray)           */
/* #666666 (Dark Gray Sidebar)    */
/* #333333 (Dark Gray Text)       */
/* #990000 (Red Alert Text)       */


/* ------------------------------ */
/*         Redefined Tags         */
/* ------------------------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width:900px;
	font-size:.8em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #336699;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #336699;
	padding:0;
	margin:0;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #336699;
	padding:0;
	margin:0;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	/* margin-bottom: -9px; */
}
p {
	line-height: 1.5em;
	margin-top:0;
}
th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url("../../images/courses/table_bg_black.gif");
	background-repeat:repeat-x;
	background-color: #000000;
	white-space:nowrap;
}
.confirmation th /*don't want the black/white header row*/
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:none;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.certgrid td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../../images/courses/table_bg_black.gif");
	background-repeat:repeat-x;
	background-color: #000000;
}
hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
a img {
	border: 0px;
}
a:link {
	color: #338800;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #338800;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
dt {
	font-weight: bold;
}
dd {
	margin: 10px;
}
.clearfloats {
	clear:both;
}

/* ------------------------------ */
/* Main Navigation (Silver Tabs)  */
/* ------------------------------ */

#navigation li {
	/*background: url('../../images/masterpage/tabLeft.png') left top no-repeat;
	padding-left: 8px;*/
	padding-right:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	display:inline;
}
#navigation li span {
	background: url('../../images/masterpage/tabLeft.png') left top no-repeat;
	padding-left: 8px;
	display:block;
	width:auto;
} 
#navigation a {
	background: url('../../images/masterpage/tabRight.png') right top no-repeat;
	padding-right: 9px;
	padding-left:1px;
	display:block;
	text-decoration:none;
	height:29px;
	line-height:29px;
	color:#336699;
}
/*#navigation li:hover  {
	background: url('../../images/masterpage/tabLeftHover.png') left top no-repeat;
}*/
#navigation li span:hover  {
	background: url('../../images/masterpage/tabLeftHover.png') left top no-repeat;
}
#navigation a:hover {
	background: url('../../images/masterpage/tabRightHover.png') right top no-repeat;
}
 
#navigation ul {
	padding: 0;
	margin: 0;
}
 
#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	height:29px;
} 

#navigation {
	white-space:nowrap;
	font-size:13px;
	height:29px;
	border-bottom:solid 1px #336699;
	width:100%;
}
#navigation ul div, #header ul div {
	position: absolute;
	display: none;
}

#navigation ul li {
	position: relative;
	float:left;
}
#header ul li {
    position:relative;
}
#navigation li.last {
	display: block;
	width: 6px;
	height:29px;
	background-image: url('../../images/masterpage/tab_last.png');
	background-repeat: no-repeat;
}

#navigation li:hover div, #navigation  li.over div, #header li:hover div, #header  li.over div { 
	display: block; 
}

#navigation div.dropdown {
	width:auto;
	background-color:#FFFFFF;
	height:auto;
	border-left:solid 1px #336699;
	background-image:url('../../images/masterpage/drop_bg.png');
	background-repeat:repeat-x;
	border-bottom:solid 1px #336699;
	border-right:solid 1px #336699;
	padding: 5px 15px 15px 15px;
	margin-top:5px;
	float:left;
	clear:left;
	position: absolute;
	top: 24px;
	left: 0px;
	text-align:left;
	z-index:100;
	opacity:.95;
}
#header div.dropdown {
    top:22px;
    width:82px;
    background-color:#005280;
	height:auto;
	border-left:solid 1px #003366;
	background-image:url('../../images/masterpage/drop_bg.png');
	background-repeat:repeat-x;
	border-bottom:solid 1px #003366;
	border-right:solid 1px #003366;
	padding: 5px 15px 5px 15px;
	margin-top:5px;
	float:left;
	clear:left;
	position: absolute;
	left: 0px;
	text-align:left;
	z-index:100;
	opacity:.95;
}
#navigation div.dropdown li, #header div.dropdown li {
	float:none;
	text-align:left;
	background-image:none;
	margin:0;
	padding:0;
	height:23px;
	display:block;
	width:auto;
}

#navigation div.dropdown a {
	text-align:left;
	background-image:none;
	color:#338800;
	display:block;
}
#header div.dropdown a {
	text-align:left;
	background-image:none;
	color:#FFFFFF;
	display:block;
}
#navigation div.dropdown a:hover {
	color:#FF6600;
}
#header div.dropdown a:hover {
	color:#FFEE55;
}
#dividerLine {
	width: 100%;
	background-color: #F9CC04;
	height: 3px; clear: left;
	border-top: solid 1px #336699;
	border-bottom: solid 1px #FFF;
}

/* ------------------------------ */
/*       Breadcrumb Trail         */
/* ------------------------------ */

#trail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: .7em;
	
}
#trail a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumbs {
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	background-image:  url("../../images/template/template_11.gif");
	background-repeat: repeat-x;
}

/* ------------------------------ */
/*  Sub Navigation - Left Column  */
/* ------------------------------ */

#column_left {
	background-image: url("../../images/template/template_11.gif");
	background-repeat:repeat-x;
	width:auto;
	margin: 0px 0px 0px 0px;
	float:left; /* needed in 3 col format, not in 2 col format */
}

#background_left {
	background:url("../../images/template/left.gif") top left repeat-y;
	margin:0px;
	padding:0px;
}
#subnav .Title {
	color:#ffffff;
	background-color:#000000;
	padding:2px 3px 4px 5px;
	border-bottom-color:#888888;
	background-image: url("../../images/template/subnav_bg_black.gif");
	background-position:top;
}
#subnav {
	background-color:#666666;
	line-height:15px;
	width:138px;
	font-size: .7em;
	background:url("../../images/template/left.gif") top left repeat-y;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#subnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
}
#subnav a {
	font-weight: bold;
	color: #FFFFCC;
	display: block; 
	padding: 4px 4px 4px 7px; 
	text-decoration: none;
}
#subnav a:link, #subnav a:visited {
	font-weight: bold;
}
#subnav a:hover {
	display: block; 
	background-color: #333333;
	color: #FFFFCC;
	display: block;
}
#subnav ul ul li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-style:none;
	background-color: #EEEEEE;
	font-weight: normal;
	color: #666666;
}
#subnav ul ul li.last {

	border-bottom: none;

}
#subnav ul ul a, #subnav ul ul a:visited, #subnav ul ul a:link {
	padding-left:10px;
	font-weight: normal;
	color: #666666;
}
#subnav ul ul a:hover {
	color: #000000;
	background-color: #DDDDDD;
}

/* ------------------------------ */
/*           Page Body            */
/* ------------------------------ */

#column_center {
	background-image: url("../../images/template/template_11.gif");
	background-repeat:repeat-x;
	width:auto;
	margin: 0px 0px 0px 138px;
}

#content {
	background-image: url("../../images/template/template_11.gif");
	background-repeat:repeat-x;
	padding: 15px;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 150px;
}
#content li {
	line-height: 1.5em;
	margin-bottom: 7px;
	margin-left: -10px;
}
/* ------------------------------ */
/*     Sidebar - Right Column     */
/* ------------------------------ */

#background_right {
	background:url("../../images/template/right.gif") top right repeat-y;
	margin:0px;
	padding:0px;
}

#column_right {
	float:right;
	width:150px;
	margin-left:0px;
	padding:0px;
}

/*#sidebar {
	width: 149px;
	height:100%;
	margin-left: 1px;
	
}*/

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
}
#sidebar li {
	display: block;
	padding: 4px 7px 4px 7px;
	margin: 0;
	font-weight: bold;
}
#sidebar .pdf {
	background-image: url("../../images/icons/pdf_small_14x17.gif");
	background-repeat: no-repeat;
	padding-left:8px;
}
#sidebar .doc {
	background-image: url("../../images/icons/doc_small_14x17.gif");
	background-repeat: no-repeat;
}

#sidebar a {
	display: block;
    padding: 0px 0px 0px 8px;
	font-weight: normal;
	color: #338800;
	text-indent: 0px;
	
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF6600;
}
#sidebar .plaintext {
	display: block;
    padding: 4px 14px 0px;
	font-weight: normal;
	text-indent: 0px;
}
#sidebar .plaintext a{
	display: inline;
	padding: 0px;
	font-weight: normal;
}
#sidebar .searcher {
	display: block;
    padding: 4px 14px 0px 7px;
	font-weight: normal;
	text-indent: 0px;
}
#sidebar .quote {
	display: block;
	padding: 4px 14px 0px;
	font-weight: normal;
	text-indent: 0px;
	font-style: italic;
}
#sidebar .Title {
	display: block;
	padding: 4px 7px 4px 7px;
	color: #000000;
	text-decoration: none;
	background-image:   url("../../images/template/sidebar_title2.gif");
	background-repeat: repeat-x;
	font-weight: bold;
	white-space: nowrap;
}
.sidebar_bg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #666666;
}
.quote {
	font-style: italic;
	font-weight: normal;
	color: #336699;
	text-align: left;
}

.nav_rightcolumn {
	background-image:  url("../../images/template/template_12.gif");
	background-repeat: repeat-x;
	border-left-style: dotted;
	border-left-color: #999999;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------ */
/*      Index/Overview Lists      */
/* ------------------------------ */

#indextable a:link, #indextable a:visited, #indextable a:active {
	display: block;
	font-weight: normal;
	padding-left: 20px;
	text-decoration: underline;
}
#indextable li {
	display: block;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 7px;
	line-height: 15px;
}
#indextable .subcategory {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin-left: -10px;
	padding-left: 0px;
	color: #333333;
}

/* ------------------------------ */
/*         Box Call-outs          */
/* ------------------------------ */

.box_yellow {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #FFCC33;
}

.box_gray {
	background-color: #EEEEEE;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #999999;
}

.box_note {
	background-color: #f9f9f9;
	padding: 5px 7px 7px 7px;
	border: 1px solid #AAAAAA;
	color: #777777;
	margin-bottom: 2px;
}

.box_note a:link, .box_note a:visited {
	color: #777777;
}

.box_info {
	background-color: #EEEEEE;
	background-image: url("../../images/template/css_box_info_bg.gif");
	padding: 10px;
	font-size: 12px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
	margin-bottom: 15px;
}

.box_info em {
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
}

.box_blue {
	background-color: #336699;
	padding: 10px;
	font-size: 11px;
	border: 1px solid #000000;
	line-height: normal;
	background-image:  url(../../images/css/backdrop_blue.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

.box_blue em {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

.box_blue a:link, .box_blue a:visited, .box_blue a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.box_blue a:hover {
	font-weight: bold;
	color:#FFFF33;
	text-decoration:underline;
}
.box_green {
	background-color: #339900;
	padding: 10px;
	font-size: 11px;
	border: 1px solid #000000;
	line-height: normal;
	background-image:  url(../../images/css/backdrop_green.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

.box_green em, .box_note em {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

.box_green a:link, .box_green a:visited, .box_green a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.box_green a:hover {
	font-weight: bold;
	color:#FFFF33;
	text-decoration:underline;
}
.box_button {
	background-color: #EEEEEE;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
	font-weight: bold;
	float: right;
}

.box_button a:link, .box_button a:visited {
	color: #336699;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
}

a.button, a.button:visited {
	background-color: #eeeeee;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #336699;
	line-height: normal;
	color: #336699;
	font-weight: bold;
	white-space: nowrap;
	margin: 1px;
}

a.button:hover  {
	background-color: #336699;
	color: #ffffff;
}

/* showdetails and showhide1, showhide2, etc. are for collapsable content */
/* some javascript (function called "toggleLayer") is required to make it work */
/* <script language="JavaScript" src="/includes/js/toggleLayer.js" type="text/JavaScript"></script> */

.box_showdetails {
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 1em;
	border: 1px solid #FFCC33;
	line-height: normal;
	color: #333333;
}
.box_showdetails em {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}
.box_showdetails li {
	margin-bottom: 0px;
}
div#showhide1 { 
  display: none; 
}
div#showhide2 { 
  display: none; 
}
div#showhide3 { 
  display: none; 
}
div#showhide4 { 
  display: none; 
}
div#showhide5 { 
  display: none; 
}
div#showhide6 { 
  display: none; 
}

/* 150 pixel wide ad */
.box_ad {
	display: block;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	border: 1px solid #336699;
	font-weight: normal;
	background-color: #EEEEEE;
	background-image: url("../../images/template/css_box_info_bg.gif");
	font-size: 11px;
	line-height: normal;
	color: #336699;
}

.box_ad em {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

/* ------------------------------ */
/*   Blue/Orange Box Navigation   */
/* ------------------------------ */

#nav td {
	font-weight: bold;
	border: 1px solid #003366;
	background: #FFFFFF;
	border-width: 1px 0;
	font-size: 12px;
}
#nav a {
	display: block; 
	padding: 1px 2px 1px; 
	border-left: 1px solid #003366; 
	color: #338800; 
	text-align: center; 
	text-decoration: none;
} 
#nav a:hover {
	background: #FF9900; 
	color: #FFFFFF;
}
#nav .first a {
	border-left-style: solid;
}
#nav .last {
	border-top-color: #003366; 
	border-right: 1px solid #003366;
}
#nav .last a {
	padding: 1px 2px 1px;
}
#nav .last a:hover {
	background: #FF9900; 
	color: #FFFFFF;
}
#nav .hi a {
	background: #336699; 
	color: #FFFFFF;
}
#nav .firsthi a {
	border-left-style: solid;
	background: #336699;
	color: #FFFFFF;
}
#nav .lasthi a {
	background: #336699; 
	color: #FFFFFF; 
	border-right: 1px solid #003366;
}

/* ------------------------------ */
/*              Header            */
/* ------------------------------ */

#banner {
	background-image:url('../../images/masterpage/bg_header.jpg');
	background-repeat:no-repeat;
	background-color:#b2c3d5;
}
#header {
	height: 77px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#header ul {
	position: static;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	z-index: 10;
}
#header li {
	float: right;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-image: url('../../images/masterpage/header_links.png');
	line-height: 25px;
	background-position: left;
	height: 33px;
	font-size: 12px;
	text-align:center;
}
#header .first     {
	background-image: url('../../images/masterpage/header_link_first.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#header li a:hover {
	color: #FFEE55;
	text-decoration: underline;
}
#unexLogo {
	position: absolute;	
	left:0; 
	top: 0px; 
}
#LiveHelp {
	position:absolute;
	top:40px;
	right:7px;
}

/* ------------------------------ */
/*             Footer             */
/* ------------------------------ */

#footer {
	height:40px;
	width:auto; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url("../../images/template/template_17.gif"); 
	color: #999999;
	clear:both;
	padding:10px;
}
#footer a, #footer a:link {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
#footer .leftcolumn {
	float:left;
}
#footer .rightcolumn {
	float:right;
	text-align:right;
}
#footer a.btnFooter {
	background-color:#FFFFFF;
	color:#336699;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #336699;
}
#footer a.btnFooter:hover {
	background-color:#336699;
	color:#FFFFFF;
	text-decoration:none;
}
/* ------------------------------ */
/*             Tables             */
/* ------------------------------ */

/* <th> should replace all .sectionheader classed <td> tags */
/* Note: <td> is redefined above  */
/* Note: <th> is redefined above  */

.sectionheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../../images/courses/table_bg_black.gif");
	background-color: #000000;
}
.table_standard {
	border: 1px solid #000000;
}
.table_altrow {
	background-color: #eeeeee;
}
.table_or {
	background-color: #eeeeee;
	background-image: url("../../images/courses/grid_or_bg.gif");
	padding-left: 25px;
}
.table_500 {
	border: 1px solid #333333;
	width: 500px;
	border-collapse: collapse;
	margin-top:15px;
	margin-bottom:1px;
}
.table_500 td {
	padding: 5px;
	vertical-align:top;
	border-bottom: 1px dotted #999999;
}
.table_500 th {
	padding: 5px;
	vertical-align:bottom;
}
.table_500 .goldbar, .table_500 th, .table_500 .no_border td {
	border-bottom:none;
}

.table_simple {
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
	margin-top:27px;
}
.table_simple td {
	padding: 4px;
	vertical-align:middle;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	line-height:14px;
}
.table_simple th {
	padding: 5px;
	vertical-align:bottom;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url("../../images/courses/table_bg_black.gif");
	text-align: left;
	background-color: #000000;
	border-bottom:none;
	line-height:15px;
}
/*.home_paragraph p:first-letter {
	font-size: 43px;
	font-family:"Times New Roman", Times, serif;
	float:left;
	line-height:38px;
	padding-right:1px;
}*/

.DataGrid table, .DataGrid td, .DataGrid th {
	border:solid 1px #000;
	border-collapse:collapse;
}
.DataGrid table {
	margin-top:-1px;
}
table.DataGridPR {
	border:none;
	border-collapse:collapse;
	width:100%;
}
.DataGridPR td {
	border:solid 1px #FFF;;
	padding:5px;
	vertical-align:top;
}

.dropcap {
	font-size: 43px;
	font-family:"Times New Roman", Times, serif;
	float:left;
	line-height:38px;
	padding-right:1px;
	letter-spacing:-.07em;
	
}
table + p, table + h2, table + h3, table + h4 {
	margin-top:20px;
}
.goldbar {
	background-color:#CCCC99;
	background-image:url("/images/template/goldbar.gif");
	color:#000;
}

/* ------------------------------ */
/*            Pressroom           */
/* ------------------------------ */

.media_contact {
	display: block;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 150px;
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ------------------------------ */
/*   Alert / Error Message Text   */
/* ------------------------------ */

.alert {
	color: #990000;
}
.alert a {
	color: #CC0000;
}

/* ------------------------------ */
/*           List Icons           */
/* ------------------------------ */

#questions li {
	list-style-image: url(../../images/icons/list_Q.gif);
	list-style-type: image;
}
#questions li span a {
	font-weight:normal;
}
#questions ul ul li {
	list-style-image:none;
	list-style-type:square;
	margin-left:-20px;
}
#questions ul ol li {
	list-style-image:none;
	list-style-type:decimal;
	margin-left:-20px;
}
/*#questions li a {
	color:#444444;
	text-decoration:underline;
}*/
#questions_numbers li {
	list-style-image:none;
	list-style-type:decimal;
}
#questions_bullets li {
	list-style-image:none;
	list-style-type:square;
}
#questions_alpha li {
	list-style-image:none;
	list-style-type:lower-alpha;
}
code {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

/* ------------------------------ */
/*       Testimonial Quotes       */
/* ------------------------------ */

.testimonial {
	float: right;
	padding-left: 7px;
}

/* ------------------------------ */
/*             Floats            */
/* ------------------------------ */
.float_right {
	float:right;
	margin-bottom:15px;
}
.float_clear {
	clear:left;
}

#intl_links  a, #intl_links {
	color: #444;
	text-align: center;
}
.publication {
	text-decoration: underline;
}
.onlineIcon {
	background-image: url(/images/icons/online.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	padding-left: 18px;
	font-weight: bold;
	color: #888;
	margin-bottom: 15px;
	display:block;
	margin-top:15px;
}

/* ------------------------------ */
/* Show PDF icon in LI elements   */
/* ------------------------------ */
.pdf_list {
  list-style-image: url(/images/icons/pdf_small.gif);
}

/* ------------------------------ */
/* Shopping Cart Progress Bar     */
/* ------------------------------ */
ul#progressBar { 
	height: .75em;
	border-bottom:solid 1px #FFCA55;
	margin:1em 0 2em 0;
	padding:0;
	white-space:nowrap;
	min-width:450px;
	width:100%;
	display:block;

}
#progressBar li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	list-style-type: none;
	background-color: #FFFDD3;
	border: 1px solid #FFCA55;
	margin-left: -1px;
	padding-right: 8px;
	padding-left: 8px;
	color: #BC8938;
	font-size: 1em;
	text-align: center;
	font-weight:bold;
	line-height:1.75em;
}
#progressBar li.on {
	color: #FFFDD3;
	background-color: #FFCC33;
}
#progressBar li.on + li {
	background-image: url(/images/courses/progressBar.png);
	background-position: -27px center;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-left:solid 1px #FFCA55; 
}
#progressBar li.on + li.on {
	padding-left: 3px;
}
#progressBar li.status {
	background-color:#FFF;
	float:right;
}
ul#progressBar > li:first-child {
	background-image: url(/images/courses/progressBar.png);
	background-position: -27px center;
	background-repeat: no-repeat;
}


