@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
}

body {
background: #013e5f;
background-image: url(../images/layout/cbelearn-background.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
margin: 0;
padding: 0;
font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#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;
top: 12px;
left: 17px;
background-image: url(../images/LeftBannerLogo.jpg);
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%;
top: 240px;
z-index: 2;
height: 32px;
}

/*
#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%;
margin: 0;
padding: 0;
height: 30px;
margin-left: 104px;
}



#mainnavigation ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
height: 30px;
float: left;
padding-right: 8px;
}
#mainnavigation ul li a {
display: block;
padding: 0;
margin: 0;
height: 25px;
width: 147px;

font: 16px Helvetica, Trebuchet MS, Arial, 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 {
margin: 0;
padding: 0;
list-style-image: none;
display: inline;
height: 22px;
float: left;
background-image:  url(../images/layout/TopLeftButtonStroke.gif);
padding-top: 1px;
padding-right: 1px;
}

#leftbanner ul li a {
float: left;
display: block;
padding: 0;
margin: 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 {
position: relative;
width: 1000px;;
margin-left: 1px;
padding: 0;
margin: 0;
background-image: url(../images/layout/ContentBackground.png);
padding-bottom: 30px;
}

#contentbackground {
position: absolute;
left: 0;
background-image: url(../images/layout/ContentBackground.gif);
background-repeat: no-repeat;
width: 1000px;
height: 450px;

}



#content {
position: relative;
top: 0px;
left: 0;
margin: 0;
padding: 0;
margin-right: 26px;
margin-left: 16px;
color: #333333;
width: 660px;
min-height: 640px;
padding-bottom: 1px;

border-top: 5px solid #c4d6de;
border-bottom: 3px solid #c4d6de;
border-left: 1px solid #c4d6de;
border-right: 1px solid #c4d6de;


background-color: #fff;
padding: 10px 10px 10px 10px;
}


/* other style sheet */

#content p, h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;

font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
/*border: 1px solid #d7f0ef; */
}


#content h1 {
line-height: 24px;
font-weight: normal;
font: 23px "HelveticaNeue", Helvetica, Arial, sans-serif;
color: #053877;
word-spacing: 0.12em;
background-image: url(../images/layout/HeaderImage.gif);
background-repeat: no-repeat;
background-position: left center;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;

font-weight: bold;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#content h1 strong {
	color: #6c7c8c;
	font-size: 17px;
}

#content h2 {
color: #c41230;
font: 20px "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: bold;
background-color: #fcfcfc;
border-bottom: 1px solid #f8f8f8;
margin-top: 10px;
}

#content h3 {
color: #053877;
font: 18px "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: lighter;
border-bottom: 1px solid #aadfff;
margin-top: 10px;
}

#content h4 {
color: #6c6c6c;
font: 16px "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: lighter;
border-bottom: 1px dashed #ccc;
margin-top: 10px;
}

#content h5 {
color: #00da95;
color: #0082a3;
font: 16px "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: lighter;
margin-top: 10px;
}

#content h6 {
font-size: 11px;
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;
	padding: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#content form{
color: #333;
	font-size: 12px;
	padding: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#content ul {
margin: 10px 0 0px 0;
padding: 6px 10px 6px 0px;
list-style: none inside;
}

#content ol {

margin: 10px 0px 10px 20px;
padding: 0px 2px 0px 0px;

	/*

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;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
#content li ul {
margin-top: 10px;
}

#content li ul {
margin-top: 0px;
}

#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;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	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;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 0px;

}

#content ul li {
margin-bottom: 5px;
}
#content ul li ul li {
margin-bottom: 2px;
}
#content .inline {
float: right;
margin: 12px 0px 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: 14px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
#content table td{
background-color: #f9f8f3;
border: 1px solid #ddd;
padding: 5px;
padding-top: 2px;
padding-bottom: 2px;
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: "Times New Roman", Times, serif;
font-size: 20px;
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 {
color: #660000; 
background-color: #dcff3b;
border-bottom: none;
}
#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 {
width: 49%;
float: right;
}
#content .leftcolumn {
width: 49%;
padding-right: 5px;
}



#subnavigation {
position: absolute;
top: 0px;
right: 61px;
width: 230px;
}

#subnavigation .subcontent {

width: 240px;
margin: 0;
border-top: 5px solid #ededed;
border-bottom: 3px solid #e5e5e5;
border-left: 1px solid #ededed;
border-right: 1px solid #e5e5e5;

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: 16px Helvetica, Trebuchet MS, Arial, 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: 13px Helvetica, Trebuchet MS, Arial, sans-serif; 
color: #c41230;
font-weight: bold;
margin: 0;
padding: 5px;
word-spacing: 0.12em;
/*background-color: #8b9b9f; */
}

#subnavigation h6 {
font: 11px Helvetica, Trebuchet MS, Arial, 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 Helvetica, Trebuchet MS, Arial, 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;
}

}