/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

/* @override http://207.63.74.142/cbi/css/cbi_lev2.css */

@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is com7uuuon to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #333366;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
div.program_container h5 {
	color: #555588;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
div.program_container {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	display: inline;
}
div.other_cats {
	padding: 3px;
	margin-top: 5px;
	border: 1px dashed #CCCCCC;
}
div.other_cats h2 {
	margin-bottom: 8px;
}

div.other_cats a {
	font-weight: normal !Important;
	text-decoration: underline !Important;
	color: #333366;
}

div.program_container p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 800px;
	background-image: url(../images/common/cbi_main.gif);
	background-repeat: repeat-y;
}
#outerWrapper #header {
	background-color: #ddd;
	border-bottom: 1px solid #000000; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/common/CBI-Header-2nd-level.jpg);
	height: 145px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 215px;
}
div.category_description h4 {
	font-size: 14px;
	color: #555588;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0px 0px 0px 10px;
}
div#outerWrapper div#content div.category_description p {
	margin: 0px;
	padding: 0px 30px 0px 20px;
}
div.category_description p a {
	font-weight: normal !Important;
	color: #555588  !Important;
	text-decoration: underline  !Important;
}

ul#side_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#side_menu  li  a {
	display: block;
	width: 210px;
	height: 30px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
	background-image: url(../images/common/lev2menuBG_off.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
}
ul#side_menu li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/common/lev2menuBG_on.jpg);
}
div#sidebar_all {
	padding:8px;	
}
div#sidebar_all h3 {
	color:#555588;
	margin:0px;
	padding-bottom:0px;
	margin-top: 5px;
}
div#sidebar_all p {
	margin:0px;
	padding: 0px 0px 8px 0px;
}
div#column_content {
	padding: 6px;
}
#outerWrapper #contentWrapper #leftColumn1 #column_content h2 {
	color: #445566;
}
#outerWrapper #contentWrapper #leftColumn1 #column_content div.special {
	margin-top:8px;
	margin-bottom:8px;
	padding:5px 8px 5px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;	
}
#outerWrapper #contentWrapper #content h1 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #555588;
	height: 36px;
	line-height: 32px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;
	margin:0px 0px 3px 0px;
}
div.program_container a {
	font-weight: normal;
	text-decoration: underline;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #ddd; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../images/firstpage/bottom_gradient.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}





[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 220px;
}

<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}

<![endif]
div.category_description p {
	margin: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
div#search_programs {
	float: left;
	width: 550px;
	text-align: center;
	
	margin-bottom: 3px;
	padding: 0px;
}
div#search_programs
.search_btn {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
/*Animated Side Menu*/


.glossymenu{
	padding: 0;
	width: 220px; /*width of menu*/
	border-bottom-width: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.glossymenu a.menuitem{
	background-image: url(../images/common/lev2menuBG_off.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/common/lev2menuBG_on.jpg);
color: #FFFFFF;
	background-color: #666666;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #555588;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 218px;
	margin: 0px;
	padding: 0px;
	
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width:200px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left:20px;
	background-color: #444477;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #FFFFFF;
	background-color: #333366;
}


#schedule div#content h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #4D4D81;
}
#schedule div.special_box {
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #555588;
	margin-right: 10px;
}

.reg_button {
	display: block;
	background-color: #4D4D81;
	font-size: 10px;
	width: 70px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF !important;
	border: 1px solid #000000;
}
.reg_button:hover {
	background-color: #000000;
	text-decoration: none;
}
#about div#content h2 {
	font-size: 16px;
	color: #555588;
	padding-bottom: 4px;
	margin-bottom: 3px;
}
div#content h2 {
	font-size: 16px;
	margin-bottom: 8px;
}
div.subcontainer   div.img_right {
	float: right;
	width: 100px;
}
div.subcontainer div.img_left {
	float: left;
	width: 100px;
	padding-left: 10px;
}
div.subcontainer  div.subcontainer_content_left {
	width: 410px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.subcontainer  div.subcontainer_content_right {
	width: 400px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.subcontainer img {
	border: 1px solid #000000;
}

div.subcontainer {
	width: 540px;
	float: left;
	margin-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#content p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
}
#footer a {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#foot a:hover {
	color: #CCCCCC;
}
div.special_course {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/special/reliable_cap.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.special_course h3 {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #555588;
	padding: 4px;
}
div.special_course h5 {
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
div.special_course p {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.special_course a {
	text-decoration: underline; 
}
#downloads fieldset {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#downloads legend {
	font-size: 14px;
	font-weight: bold;
}
#downloads label {
	font-size: 12px;
	font-weight: bold;
}
#downloads div#download_list {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#downloads div#download_list a {
	text-decoration: underline;
}
/*Programs Main Page*/
div.program_container {
	width: 200px;
	float: left;
	height: 175px;
	margin: 0px 0px 20px 40px;
	background-color: #ccc;
	padding: 0px;
	border: solid 1px #000;
}
div.program_container h4  {
	margin: 0px;
	background-color: #000;
	line-height: 14px;
	color: #fff;
	padding: 5px 8px 4px 8px;
}
div.program_container h4 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
div.program_container.Computer_Software_Applications {
	background-image: url(../images/programs/buttons/comp_software.jpg);
}
div.program_container.Quality_and_Process_and_Improvement {
	background-image: url(../images/programs/buttons/quality_improvement.jpg);
}
div.program_container.Organizational_and_Leadership_Development {
	background-image: url(../images/programs/buttons/organization.jpg);
}
div.program_container.Arc_Flash_Training {
	background-image: url(../images/programs/buttons/arc_flash.jpg);
}
div.program_container.Commercial_Driver_Training {
	background-image: url(../images/programs/buttons/commercial_driving.jpg);
}
div.program_container.Other_Services {
	background-image: url(../images/programs/buttons/other_services.jpg);
}
div.program_container.Other_Services {
	background-image: url(../images/programs/buttons/other_services.jpg);
}
div.program_container.Manufacturing_Reliability_Institute {
	background-image: url(../images/programs/buttons/maintenance.jpg);
}
div#program_content h2 {
	font-size: 14px;
	line-height: 18px;
	color: #34316B;
}
div.program_btn{
	width:250px;
	float:left;
	background-color:#34316B;
	margin-left:20px;
	margin-bottom:10px;
	height:200px;
	border: 1px solid #000;
	display:block;
}
div.program_btn h4 {
	font-size:12px;
	padding:5px;
	color:#FFF;
	background-color:#34316B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
div#program4 {
	background-image: url(../images/programs/buttons/program4.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
}
.boxlink{
	text-decoration:none;
}

/*Contributed Content*/
#outerWrapper #contentWrapper div#content div#contributed_content h1 {
	background-color: #fff;
	background-image: none;
	color: #34316B;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	font-weight: normal;
}
#outerWrapper #contentWrapper div#content div#contributed_content h2 {
	margin: 0px;
	padding: 0px 8px 0px 10px;
}
#outerWrapper #contentWrapper div#content div#contributed_content h3 {
	margin: 0px;
	padding: 0px 8px 0px 10px;
	
	
}
#outerWrapper #contentWrapper div#content div#contributed_content h4 {
	margin: 0px;
	padding: 0px 8px 0px 10px;
}
a.more_btn {
	background-color:#333333;
	border: solid #000 1px;
	color:#fff;
	display:block;
	width:40px;
	font-size:10px;
	padding:0px 2px 0px 2px;
	float:left;
	text-align:center;
	text-decoration:none;
	margin-bottom: 10px;
}
div.news_article {
	float: left;
	border-bottom: solid #ccc 1px;
	margin-bottom: 20px;
	width: 550px;
}
div.news_article img {
	
	border: solid 1px #000;
	margin-right:8px;
	margin-bottom:0px;	
	margin-left:20px;
	float: left;
	clear: both;
	
	padding:0px;
}
div#contributed_content div.news_article h3 {
	font-size:14px;
	float: left;
	margin-bottom:20px;
	margin-bottom:6px !important;
	color: #34316B;
}
div.news_article p {
	margin-top:0px;
	clear: both;
}
div#header_image img {
	border:solid 1px #000;
}
div#program_content {padding:10px 30px 10px 20px; font-size:12px; line-height:16px; float: left; display: inline;}
div#program_content h5 {font-size:14px; margin-top:10px; margin-bottom:3px; color:#111144 ;}

div.breadcrumb {
	font-size: 10px;
	background-color:#eeeeee;
	padding:5px;
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 5px 0px;
	
}
div#content div.breadcrumb a {
	color: #34316B;
	font-weight: normal;
	text-decoration: underline;
}
div.breadcrumb a:hover {
	color: #000;
}
div.spacer {
	clear: both;
	float: left;
}
/*Registration Form*/
div#registration_container {
	padding: 10px 0px 0px 0px;
}
div#registration_container {
	font-size: 12px;
}
div#registration_container div#register1 {
	width: 250px;
	float: left;
}
div#registration_container div#register2 {
	width: 250px;
	float: right;
	margin-right: 10px;
}
div#registration_container legend {
	font-size: 18px;
	color: #34316B;
}
div#registration_container fieldset {
	border:1px solid #ccc;
	padding: 15px;
	margin: 0px 10px;
}
div#registration_container div#register_info {
	padding: 0px 0px 10px 0px;
}
div#register2_comments {
	float: left;
	width: 500px;
	clear: both;
	
}
a.register_btn {
	background-color:#34316B ;
	padding: 2px 5px 2px 5px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #000;
	text-decoration: none;
}
a.register_btn:hover {
	background-color: #000;
}
