@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
}

body {
	background: #013e5f url(../images/layout/cbelearn-background.jpg) top center no-repeat fixed;
	font-family: 'Verdana', Verdana, sans-serif;
	font-size:10pt;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	margin: 60px auto;
	padding: 0;
	width: 992px;
}

#header {
	background-image: url(../images/layout/BannerBackground.png);
	position: relative;
	height: 288px;
	width: 1000px;
}

#leftbanner {
	position: absolute;
	background-image: url(../images/LeftBannerLogo.jpg);
	top: 12px;
	left: 17px;
	width: 468px;
	height: 201px;
}

#rightbanner {
	position: absolute;
	top: 12px;
	right: 9px;
	background-image: url(../images/RightBannerImage.png);
	background-repeat: no-repeat;
	width: 498px;
	height: 203px;
}

/*
* html body #rightbanner {
background-image: url(../images/RightBannerImage-IE.png);
}
*/

.cbelink {
	float: right;
	margin-right: 1px;
	margin-top: 1px;
}

.cbelink IMG {
	border: 0;
}

#mainnavigation {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 240px;
	z-index: 2;
}

/*
#mainnavigation ul li #tab1 a {
background: url(../images/layout/tabbutton-leftselect.gif) left top no-repeat;
border: 1px solid red;
}
*/

#mainnavigation ul {
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0 0 0 62px;
	padding: 0;
}

#mainnavigation ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	height: 30px;
	float: left;
}
#mainnavigation ul li a {
	display: block;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 138px;
	font: 16px 'Verdana', Verdana,  sans-serif; 
	color: #c41230;
	word-spacing: 0.12em;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#mainnavigation ul li a:hover {
	background-image: url(../images/layout/MainButtonAnimate.gif);	/*text-decoration: underline; */
}

.select {
	background-image: url(../images/layout/MainButtonSelect.gif);
}

#mainnavigation ul li a IMG {
	border: 0;
}

#leftbanner ul {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 21px;
}
#leftbanner ul li {
	display: inline;
	margin: 0;
	padding: 1px 1px 0 0;
	list-style-image: none;
	height: 22px;
	float: left;
	background-image:  url(../images/layout/TopLeftButtonStroke.gif);
}

#leftbanner ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 19px;
}

#leftbanner ul li a {
	background-image: url(../images/layout/TopLeftButtonBackground.jpg);
}

#leftbanner ul li a:hover {
	background-image: url(../images/layout/TopLeftButtonAnimate.gif);
}

#leftbanner ul li a IMG {
	border: 0;
}

#contentcontainer {
	background-image: url(../images/layout/ContentBackground.png);
	position: relative;
	width: 1000px;
	margin: 0;
	padding: 0 0 30px;
}

#contentbackground {
	position: absolute;
	left: 0;
	background-image: url(../images/layout/ContentBackground.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 450px;
}

#content {
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	margin-right: 26px;
	margin-left: 16px;
	color: #333333;
	width: 660px;
	min-height: 640px;
	border-top: 5px solid #c4d6de;
	border-bottom: 3px solid #c4d6de;
	border-left: 1px solid #c4d6de;
	border-right: 1px solid #c4d6de;
}


/* other style sheet */

#content p, h1, h2, h3, h4, h5, h6 {
	padding: 5px;
	margin: 0;
	*clear:both;
	font-family: 'Verdana', Verdana, sans-serif;
	/*border: 1px solid #d7f0ef; */
}


#content h1 {
	font: 20pt/24pt  'Verdana', Verdana,  sans-serif;
	font-weight: bold;
	color: #053877;
	background-image: url(../images/layout/HeaderImage.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right:10px;
	padding: 10px 0 10px 45px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content h1 strong {
	color: #6c7c8c;
	font-size: 17px;
}
#content h1 a{font-size:18pt;}

#content h2 {
	background-color: #fcfcfc;
	color: #c41230;
	font: 16pt 'Verdana', Verdana, sans-serif;
	font-weight: bold;
	margin-top: 10px;border-bottom: 1px solid #f8f8f8;
}

#content h3 {
	color: #053877;
	font: 18px 'Verdana', Verdana, sans-serif;
	font-weight: lighter;
	margin-top: 10px;
	border-bottom: 1px solid #aadfff;
}

#content h4 {
	color: #6c6c6c;
	font: 16px 'Verdana', Verdana, sans-serif;
	font-weight: lighter;
	margin-top: 10px;	
	border-bottom: 1px dashed #ccc;
}

#content h5 {
	color: #00da95;
	color: #0082a3;
	font: 16px 'Verdana', Verdana, sans-serif;
	font-weight: lighter;
	margin-top: 10px;
}

#content h6 {
	font-size: 10pt;
	margin-bottom: 5px;
	/*
	margin-top: 2px;
	font-weight: lighter;
	font-size: 12px;
	*/
}

#content h6 strong {
	color: #900;
}

#content IMG {
	border: 0;
	margin: auto;
	padding: 10px;
}

#content p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Verdana', Verdana, sans-serif;
	padding: 15px 0 0;
}

#content form{
	color: #333;
	padding: 15px 0 0 0;
}

#content ul {
	margin: 10px 0 0 0;
	padding: 6px 10px 6px 0px;
	list-style: none inside;
}

#content ol {
	margin: 10px 0 10px 20px;
	padding: 0 2px 0 0;

	/*

list-style-position: inside;
color: #333;
	font-size: 14px;
	line-height: 20px;

	font-family: Arial, Helvetica, sans-serif;
	*/
}
#content ul li {
	line-height: 16px;
	margin-left: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 12px;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #333;
}
#content li ul {
	margin-top: 10px;
}

#content li ul {
	margin-top: 0;
}

#content li ul li {
	border: none;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 14px;
}

#content ol li {
	font: italic 1em Georgia, Times, serif;
 	color: #007eff;
	margin-left: 12px;
	margin-bottom: 5px;
	border-top: 1px dashed #cbe5ff;
	border-bottom: 1px dashed #cbe5ff;

/*

background-image: url(../images/layout/bullet-numbers.gif);
background-position: left top;
padding-left: 2px;
list-style-position: inside;
*/
}

#content ol li p {
	color: #333;
	line-height: 20px;
	padding: 0;
	font-style: normal;
}


#content ol li ul li {
	line-height: 16px;
	margin-left: 12px;
	margin-bottom: 6px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	padding-bottom: 0;
}

#content ul li {
	margin-bottom: 5px;
}
#content ul li ul li {
	margin-bottom: 2px;
}
#content .inline {
	float: right;
	margin: 12px 0 12px 12px;
}
#content .leftimage {
	float: left;
	margin: 0px 28px 12px 0px;
}
#content table {
	margin: auto;
	padding: 0;
	border: 1px solid #ccc;
	width: 94%;
	margin-top: 14px;
	font: 10pt 'Verdana', Verdana, sans-serif;
}
#content table td{
	background-color: #f9f8f3;
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
}
#content table td p{
	margin: 0;
}
#content table th{
	background-color: #e7e9f5;
	color: #000066;
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#content table th p{
	margin: 0;
}

#content blockquote {
	width: 200px;
	float: right;
	padding: 9px;
	font-family: 'verdana', Verdana, sans-serif;
	font-size: 16pt;
	color: #900;
}

#content strong {
font-weight: bold;
}
#content em {}

#content dl {
	font-size: 14px;
	word-spacing: 0.1em;
	line-height: 19px;
	text-align: justify;
}

#content dt {
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
}

#content dd {
	font-size: 13.5px;
	color: #565656;
	padding-left: 10px;
}
#content dfn {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}
#content address {
	font-size: 13px;
	padding-left: 30px;
}
#content acronym, #content abbr {
	color: #660000; 
	background-color: #dcff3b;
	border-bottom: none;
}

#content a {
	color: #007eff;
	text-decoration: underline;
}
#content a:hover {
	color: #075782;
}

#content a:visited {
	color: #166087;
}

#content .imageright {
	float: right;
	padding: 10px;
	background-color: #FFF;
}

#content hr {
	border: 1px solid #CCC;
}

#content .rightcolumn {
	display:block;
	position:relative;
	width: 49%;
	float: right;
	padding-left:10px;
}
#content .leftcolumn {
	width: 49%;
	padding-right: 5px;
	*float:left;
}

#content .clear{
	position:relative;
	clear:both;
	width:100%;
}

#subnavigation {
	position: absolute;
	top: 0px;
	right: 61px;
	width: 230px;
}

#subnavigation .subcontent {
	
	width: 240px;
	margin: 0;	
	border-top: 5px solid #c4d6de;
	border-bottom: 3px solid #c4d6de;
	border-left: 1px solid #c4d6de;
	border-right: 1px solid #c4d6de;
	margin-bottom: 10px;
	background-color: #fff;
}

#subnavigation .subcontent IMG {
	margin-left: 14px;
}

#subnavigation .subcontent a IMG {
	margin-left: 4px;
	border: 0;
}

#subnavigation a {
	overflow: hidden;
	line-height: 1.4;
	text-decoration: none;
	color: #007eff;
	font-family: Arial, Helvetica, sans-serif;
/*
letter-spacing: 0.06em;
*/
}

#subnavigation h1 {
	background-repeat: no-repeat;
	font: 13pt  'Verdana', Verdana, sans-serif; 
	color: #ff4f4b;
	color: #c41230;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	word-spacing: 0.12em;
}

#subnavigation h2 {
	border-top: 1px solid #F0F0F0;
	background-repeat: no-repeat;
	font: 11pt  'Verdana', Verdana,  sans-serif; 
	color: #c41230;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	word-spacing: 0.12em;
	/*background-color: #8b9b9f; */
}

#subnavigation h6 {
	font: 11px  'Verdana', Verdana, sans-serif; 
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 4px;
	word-spacing: 0.12em;
	/*background-color: #8b9b9f; */
}

#subnavigation .subcontent ul {
	font: 13px  'Verdana', Verdana,  sans-serif; 
	margin: 0;
	padding: 0;
	color: #000000;
}

#subnavigation .subcontent ul li ul {
	margin: auto;
	padding: 0;
	display: inline-block;
}

#subnavigation .subcontent ul li {
	border-top: 1px solid #F0F0F0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnavigation .subcontent ul ul li {
	margin: 0;
	padding: 2px 0px 2px 16px;
	list-style-position: inside;
	list-style-type: disc;
	color: #c1e8ff;
}

/*
#subnavigation .subcontent ul li:hover {
background-color: #fbfbfb;
}
#subnavigation .subcontent ul ul li:hover {
background-color: #f1f1f1;
}
*/

#subnavigation .subcontent ul li a {
	overflow: hidden;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
/*
letter-spacing: 0.06em;
*/
}

#subnavigation .subcontent ul li a:hover {
	text-decoration: underline;
	text-decoration: none;
	color: #007eff;
}

#subnavigation .subcontent ul li ul li a {
	overflow: hidden;
	line-height: 1.4;
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	color: #444;
	display: inline;
}



#subnavigation .subcontent .adobe {
	background-image: url(../images/global/gfx-adobereader.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	color: #09F;
}


#subnavigation .subcontent p {
	font-size: 12px;
	padding-left: 16px;
	padding-right: 16px;
}


#cur-leftside {
	padding-right: 290px;
	padding-bottom: 20%;
}

#cur-rightside {
	width: 290px;
	height: 100%;
	float: right;
}

#contactback {
	background-image: url(../images/21stcentury/btn-contactinfoback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contactback ul {
	padding-bottom: 14px;
}

#contactback ul li {
	border-top: 1px dashed #CCC;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	margin-left: -32px;
	width: 254px;
	padding-left: 10px;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 96px;
	background-image: url(../images/layout/FooterBackground.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#footer a {
	color: #075782;
}

.footertext {
	background-image: url(../images/layout/CLT-logo.png);
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 8px;
	margin-left: 10px;
	padding-top: 57px;
	padding-right: 50px;
	font-size: 10px;
	position: absolute; 
	width: 955px;
	height: 120px;
	text-align: center;
	z-index: 2;
}

/*
a[href $='.pdf'] { 
background-color: #FFC;
}
*/


* html body #container {}

* html body #header {
background-image: url(../images/layout/BannerBackground-IE.png);
}

* html body #mainnavigation ul {
margin-left: 95px;
}

* html body #mainnavigation ul li a {
display: inline;
float: left;
height: 24px;
}

* html body #mainnavigation ul li a:hover {
float: left;
border-bottom: 1px solid #777;
}

* html body #contentbackground {
	background-image: url(../images/layout/ContentBackgroundOver-IE.png);
	background-repeat: no-repeat;
}
* html body #contentcontainer {
	background-color: #fff;
	background-color: transparent;
	background-image: url(../images/layout/ContentBackground-IE.png);
}

* html body #content {
height: 560px;
}

* html body #content ul li {
line-height: 16px;
margin-left: 12px;
margin-bottom: 4px;
padding-left: 12px;
list-style: circle;
list-style-position: outside;
background-image: none;
background-position: center;
color: #333;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}


* html body #subnavigation {
	right: 51px;
	background-repeat: repeat-y;
}

* html body #subnavigation .subcontent ul li {
margin-right: -30px;
padding-bottom: 0;
border: 1px solid white;
border-top: 1px solid #F0F0F0;
}

* html body #footer {
background-image: url(../images/layout/FooterBackground-IE.png);
}

* html body #subnavigation .subcontent ul li a {
margin-bottom: 0;
}

* html body #subnavigation .subcontent ul li ul li  {
padding-right: 70px;
}

.screenreader {
display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media print {
	
body {
background: white;
}

#header {
display: none;
height: 2px;
}

#leftbanner {
display: none;
height: 2px;
border: 1px solid red;
}

#rightbanner {
display: none;
height: 2px;
}

}
