/*
BODY + CENTER COLUMN CLASSES BEGIN
*/

div.feature_box {
	color: #000;
	background-color: #FEB;
	font-size: 85%;
	padding: 0px !important;
	margin: 0.5em 0em !important;
	border: 1px solid #EDA;
}
div.feature_box h2 {
	margin: 0px !important;
	padding: 0px !important;
}
div.feature_box h2 span {
	color: #630 !important;
	background: #EC6 !important;
	padding: 5px !important;
}
div.feature_box p {
	padding: 5px !important;
	margin: 0.5em 0em !important;
}

body {
    color: #000;
    background-color: #69C;
}
div.no-print {
	padding: 0px;
	margin: 0px;
}
a.leftnav_link:link {
    color: #831;
    font-weight: bold;
    text-decoration: none;
}
a.leftnav_link:visited {
    color: #550;
    font-weight: bold;
    text-decoration: none;  
}
a.leftnav_link:active {
    color: #F00;
    font-weight: bold;
    text-decoration: none;
}
a.leftnav_link:focus,
a.leftnav_link:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
div.center,
* html div.center {
    display: block;
	padding: 0px;
    margin: 0px;
}
* html div.center {
	position: relative;
}
div.center div#content-container-2col {
    width: 600px;
    float: left;
    padding: 0px;
    margin: 0px 5px;
    border: 0px;
}
/* start IE6 fix for div#content-container-2col */
* html div.center div#content-container-2col {
    width: 590px;
    margin: 0px 2px;
    padding: 0px;
}
/* end IE6 fix for div#content-container-2col */

div.center ul {
	margin: 0;
	padding: 0 0 0 35px; 
	list-style-type: disc;
	min-width: 1px;
}
div.center ul.imagestyle {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.center ol {
	margin: 0;
	padding: 0 0 0 35px;
	min-width: 1px;
}
div.center ul li {
	padding-bottom: 5px;
}
div.center ul.imagestyle li.blue-bullet {
	background-image: url(/obj/ol-lo/images/generic/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 2em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.center ul.imagestyle li.psc {
	background-image: url(/obj/ol-lo/images/generic/psc.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 3.5em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.center ul.imagestyle li.tbs {
	background-image: url(/obj/ol-lo/images/generic/tbs.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 3.5em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.center ul.imagestyle li.jc {
	background-image: url(/obj/ol-lo/images/generic/jc.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 3.5em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.center ul.imagestyle li.bs {
	background-image: url(/obj/ol-lo/images/generic/blue-bullet.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	padding-left: 3.5em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.center p {
    margin: 0.5em 5px;
}
div.center a:link {
    color: #831;
    font-weight: bold;
    text-decoration: none;
}
div.center a:visited {
    color: #550;
    font-weight: bold;
    text-decoration: none;  
}
div.center a:focus,
div.center a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
div.center a:active {
    color: #F00;
    font-weight: bold;
    text-decoration: none;
}


/* START - leave at top for inheritance reasons */
div.center img,
* html div.center img {
    padding: 5px;
}
div.center img.left {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 0px;
}
div.center img.right {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0px;
}
div.center p.image-caption {
    text-align: left;
    font-weight: bold;
    font-size: 80%;
    line-height: 1.25em;
	margin-top: 0px;
	padding-top: 0px;
}
div.center img.no-padding {
    padding: 0px;
}
/* END - leave at top for inheritance reasons */


/* CENTER COLUMN HEADING CLASSES BEGIN */
div.center h1 a, div.center h1 a:visited, div.center h1 a:hover, div.center h1 a:focus,
div.center div.fake-h1 a, div.center div.fake-h1 a:visited, div.center div.fake-h1 a:hover, div.center div.fake-h1 a:focus {
    color: #000;
    text-decoration: none;
}
div.center h1 {
	font-size: 1.7 em;
    font-weight: bold;
    color: #326A8D;
	padding-top: 3px;
	padding-left: 5px;
}
div.center h1.landing {
	background: url(/obj/images/generic/main_content_banner.jpg) #FFF no-repeat top left;
    color: #f9e7c8;
	padding-bottom: 5px;
}
div.center h1 span,
div.center h2 span,
div.center h3 span,
div.center h4 span,
div.center h5 span,
div.center h6 span {
    display: block;
    padding: 0px 5px;
}
* html div#content-container-2col h1.less-wide {
    width: 395px;
}
* html div#content-container-2col h1.wider {
    width: 590px;
}
div.center h1.failover {
	color: #FFF;
	background-color: #025;
	margin: 5px 0px;
}
div.center h1.failover span {
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	font-size: 0.8em;
}
div.center h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #550;
}
div.center h2.red {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #f00;
}
div.center h2.orange {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #f30;
}
div.center h2.brown {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #600;
}
div.center h2.purple {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #306;
}
div.center h3 {
    font-size: 1.15em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #550;
}
div.center h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #550;
}
div.center h5 {
    font-size: 1.05em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #550;
}
div.center h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 5px;
	color: #550;
}
div.center h2.blue-heading {
    padding: 2px 5px;
    margin: 0px;
    color: #FFF;
    background-color: #2aa4bf;
    font-size: 1.2em;
    font-weight: bold;
	clear: both;
}
div.center h3.blue-heading {
    padding: 2px 5px;
    margin: 0px;
    color: #FFF;
	background-color: #2aa4bf;
    font-size: 1.2em;
    font-weight: bold;
	clear: both;
}
div.center div.fake-h1 {
    font-size: 1.45em;
    font-weight: bold;
    padding: 3px;
    color: #000;
    background-color: transparent;
    margin: 4px 0px 0px 0px;
}
div.center h1.fake-subtitle {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0em;
    width: auto;
}
div.center h1.fake-text {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 0em auto 0em !important;
    padding: 0em !important;
    width: auto;
	color: #000 !important;
	background-color: #FFF !important;
}
/* CENTER COLUMN HEADING CLASSES END */


/* 
BODY + CENTER COLUMN CLASSES END
*/
/* 
FIP FIXER CLASSES BEGIN
*/
div.navaid a {
    visibility: none;
}
/* 
FIP FIXER CLASSES END
*/

/*
LEFTNAV + LEFT COLUMN CLASSES BEGIN
*/
div.left h2.nav, div.left h2.nav a:link, div.left h2.nav a:visited, div.left div.h2nav, div.left div.h2nav a:link, div.left div.h2nav a:visited, div.left p.h2nav, div.left p.h2nav a:link, div.left p.h2nav a:visited {
    /* background-color: #696;
    color: #FFF; */
    text-decoration: none;
}
div.left h2.nav a:hover, div.left h2.nav a:active, div.left h2.nav a:focus, div.left div.h2nav a:hover, div.left div.h2nav a:active, div.left div.h2nav a:focus, div.left p.h2nav a:hover, div.left p.h2nav a:active, div.left p.h2nav a:focus {
    text-decoration: none;
}

div.left li.menucontent a.current {
    color: #4a93b6;
    font-weight: bold;
}
div.left h2.nav {
    display: none;
}
div.left ul li {
    margin: 0px;
    padding: 0px;
    width: 150px;
}
div.left a {
    display: block;
    font-size: 0.85em;
    border-bottom: 1px solid #fff;
    padding: 3px;
}

div.left ul.nav {
/*    border-top: 1px solid #7de2f1;*/
/*	border-bottom: 1px solid #7de2f1;*/
	margin-bottom: 3px;
}

div.left ul.nav li div.menucontent {
    border: 0px;
}

div.left ul.nav1, div.left ul.nav2, div.left ul.nav3 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}
div.left ul.nav1 li a {
    color: #000;
    background-color: #eecc66;
    padding-left: 5px;
	font-weight: bold;
	font-family: verdana, sans-serif;
}
div.left ul.nav1 li a:hover, div.left ul.nav1 li a:active, div.left ul.nav1 li a:focus {
/*    color: #002c55;*/
/*    background-color: #f9e7c8;*/
	text-decoration: underline;

}

div.left ul.nav2 li a {
    color: #FFF;
    background-color: #883311;
    padding-left: 12px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

div.left ul.nav2 li a:hover, div.left ul.nav2 li a:active, div.left ul.nav2 li a:focus {
/*    background-color: #fff;*/
}

div.left ul.nav3 li a {
    color: #000;
    background-color: #fff;
    padding-left: 20px;
	border-bottom: 1px solid #7de2f1;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

div.left ul.nav3 li a:hover, div.left ul.nav3 li a:active, div.left ul.nav3 li a:focus {
/*    background-color: #fff;*/
}

div.left ul.nav1, div.left ul.nav2, div.left ul.nav3 {
    margin-top: 0px;
}
div.left ul.top-margin {
    margin-top: 5px;
}
div.left li.menucontent {
    color: #000;
    background-color: #FFF;
    border: 0px;
}
div.left div.menucontent {
    margin: 0px;
    padding: 0px;   
}
div.left div.menucontent a.menulink {
    padding-left: 12px;
    color: #000;
    background-color: #f9e7c8;
}
div.prodis {
    background-color: #FFF;
}
div#logo-leftnav {
    margin-top: 1em;
}
/* 
LEFTNAV + LEFT COLUMN CLASSES END
*/


/*  ==================== OL-LO LEFT-NAV SEARCH STYLES BEGIN  ==================== */

div.leftnav-search {
	color: #fff;
	background-color: #883311;
/*	border-top: 1px solid #7de2f1;*/
/*	border-bottom: 1px solid #fff;*/
	padding: 5px;
}

div.leftnav-search div.search-block {
	margin: 0px;
	border: none;
	padding-bottom: 5px;
}

*html div.leftnav-search,
*html div.leftnav-search div.search-block  {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

div.leftnav-search div.search-block label {
	font-size: 0.85em;
	font-weight: bold;
}

div.leftnav-search div.search-block a {
    border-bottom: none;
	text-decoration: none;
	color: #fff;
}

div.leftnav-search div.search-block a:hover {
	text-decoration: underline;
}

div.leftnav-search div.search-block form input#navQuery {
	font-size: 0.85em;
	width: 135px;
}
div.leftnav-search div.search-block form input#goButton {
	font-size: 0.85em;
	margin-left: 90px;
}


div#prez_logo {
	margin-top: -6.5em;
	margin-left: -4px;
}

/* =========================================================================================*/


/* STYLES FOR THE OL-LO RIGHT NAV BOXES - ADDITIONAL LINKS AND A LA CARTE BOX    */

div.rightnav-box {
    color: #000;
    background-color: #ffeebb;
	font-size: 85%;
	font-weight: bold;
    padding: 0px;
/*	padding-bottom: 10px;*/
	margin: 0px 0px 10px 0px;
	width: 190px;
	border: 1px solid #eeddaa;
}
/* IE 6 hack */
* html div.rightnav-box {
	position: relative;
	left: 4px;
}


div.rightnav-box img {
	margin-bottom: -2px;
}

div.rightnav-box h2 {
	color: #630;
	background: #EC6;
}

div#rightnav-2col {
    float: right;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px;
	right: -5px;
}

div.center div#rightnav-2col div.rightnav-box h2 {
	color: #000;
	padding-top: 10px;
}

div.center div#rightnav-2col div.rightnav-box div.la-carte-box {
	background: #8de9d3;
	width: 190px;
	padding: 0px;
	margin: 0px;
	color: #000;
}
div.center div#rightnav-2col div.rightnav-box div.la-carte-box h2  {
	color: #002c55;
}
div.center div#rightnav-2col div.rightnav-box div.la-carte-box ul  {
	padding-left: 20px;
	color: #002c55;
}
div.center div#rightnav-2col div.rightnav-box div.la-carte-box ul li {
	padding-top: 10px;
	padding-right: 5px;
}
div.center div#rightnav-2col div.rightnav-box div.la-carte-box a:link {
	color: #000;
}

div.center div#rightnav-2col div.rightnav-box div.la-carte-box img {
	padding: 0px;
	margin-top: 0px;
}
/* ===================================================================================    */


/* OL-LO BANNER */
#ccht_banner {
    background: url(/obj/images/ccht-banner.jpg) #FFF no-repeat top left;
}

/* OL-LO LANDING PAGES STYLES */
div.center div#content-container-2col div.middle {
	width: 380px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div.dotted-rule {
	font-size: 0.1em;
	color: #fff;
	width: 98%;
	border-bottom: 2px dotted #d0d2d3;
	margin: 5px;

}
div.grey-box {
	background-color: #eee;
	margin: 5px;
	padding: 10px;
	width: 560px;
}


/* STYLES FOR CONTENT "COLUMNS" */
div.center div#content-container-2col div.multi-col-inset {
	width: 580px;
	border: 1px solid #2aa4bf;
	margin: 10px 5px 10px 5px;
}

/* Styles for the one-column sections within the content area */
div.center div#content-container-2col div.multi-col-inset div.inset-1col {
	float: left;
	margin: 0px;
	width: 100%;
}

/* Styles for the two-column sections within the content area */
div.center div#content-container-2col div.multi-col-inset div.inset-2col {
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
}
div.center div#content-container-2col div.multi-col-inset div.inset-2col div.content-left {
	padding: 5px;
}
div.center div#content-container-2col div.multi-col-inset div.inset-2col div.content-right {
	border-left: 2px dotted #2aa4bf;
	padding: 5px;
}

/* Styles for the three-column sections within the content area */
div.center div#content-container-2col div.inset-3col-side {
	width: 30%;
	float: left;
	padding: 5px;
}
div.center div#content-container-2col div.inset-3col-middle {
	width: 33%;
	border-right: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
	float: left;
	padding: 5px;
}

div.center div#content-container-2col h1 {
	background: #ffeebb;
}
div.center div#content-container-2col h1 span {
	color: #cc0000;
}

/* ===========================================================================================*/


/* FOOTER CSS BEGINS | DEBUT DU CSS DU PIED DE LA PAGE */
div.footer {
    padding-top: 0.5em;
    clear: both;
}
div.footer div.footerline {
    background-color: #cccc99;
}
div.footer a:link, div.footer a:visited, div.center div.footer a:link, div.center div.footer a:visited, div.center div.topPage a:link, div.center div.topPage a:visited, div.center p.topPage a:link, div.center p.topPage a:visited {
    color: #369;
    background-color: #FFF;
}
/* FOOTER CSS ENDS | FIN DU CSS DU PIED DE LA PAGE */

/*
BREADCRUMB CLASSES BEGIN
*/
p.breadcrumb a {
    color: #369;
    text-decoration: none;
}
p.breadcrumb a:visited {
    color: #663;
}
p.breadcrumb a:hover,
p.breadcrumb a:focus {
    color: #F00;
    text-decoration: underline;
}
/*
BREADCRUMB CLASSES END
*/

/*
GENERIC UTILITY CLASSES BEGIN
*/
div.center form {
	margin: 0em;
	padding: 0em 5px;
}
div.center form label {
	font-weight: bold;
}
.red-font {
	color: #900;
}
.font-e12 {
	color: #E12;
}
/* NRC CUSTOM WIDTH CLASSES BEGIN */
.width48 {
	width: 48%;
}
.width195 {
    width: 195px;
}
.width253 {
    width: 253px;
}
.width395 {
    width: 395px;
}
.width595 {
    width: 595px;
}
/* NRC CUSTOM WIDTH CLASSES END */

/* NRC CUSTOM ALIGNMENT CLASSES BEGIN */
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.right-float {
    float: right;
    margin: 5px 15px 5px 5px;
}
.left-float {
    float: left;
    margin: 5px 15px 5px 0px;
}
.no-float {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.center div.clearBoth {
    height: 0.1em;
    clear: both;
    visibility: hidden;
}
hr.clear {
    height: 1px;
	width: 100%;
    margin: 0em;
    padding: 0em;
    visibility: hidden;
    clear: both;
}
.clear {
	clear: both;
}
/* NRC CUSTOM ALIGNMENT CLASSES END */
.smaller-font {
    font-size: 85%;
}
span.padding-5px {
    display: block;
    padding: 5px;
}
div.center ul.inline {
	display: block;
	list-style-position: inside;	
	margin: 0.75em 0em;
	padding: 0em;
}
div.center ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 0em 1em;
	margin: 0.5em 0em;
	border-right: 1px solid #000;
}
div.center ul.inline li.last {
	border-right: 0px;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.no-line {
    text-decoration: none;
}
.no-bullet {
    list-style-type: none;
    display: block;
}
.blue-text {
    color: #369;
}
.default-font-size {
    font-size: 1em !important;
    margin: 0.5em 5px !important;
}
div.center ul.no-format {
    list-style-type: none;
    margin: 0.75em 0em 0em 0.5em;
    padding: 0em 5px;
}
div.center ul.no-format li {
    list-style-type: none;
    margin: 0.25em 0em;
}
div.center ul.no-indent {
    margin: 0.25em 0em;
    padding: 0em 0em 0em 1.75em;    
}
div.center div.content {
    padding: 0.25em 5px;
	min-width: 1px;
}
div.para {
    padding: 0.5em 5px;
	min-width: 1px;
}
div.grey-emphasis {
    margin: 0.75em 5px;
    padding: 5px;
    border: 1px solid #369;
    color: #000;
    background-color: #DDD;
}
div.row {
	clear: left;
	padding: 5px;
}
div.cell {
	float: left;
}
table tr.blue-headers {
	color: #FFF;
	background-color: #369;
}
.hidden {
	display: none;
}
/*
GENERIC UTILITY CLASSES END
*/




/* CUSTOM CSS FOR PRINTING BEGINS */
@media print {
    body div.page 
	{
		width: 95% !important;
		padding: 0px !important;
		margin: 0px !important;
	}
	div.page,
	div.core,
	div.colLayout,
	div.center,
    * html div.center,
	div.center div#content-container-2col,
    div.center h1,
    div.center h2,
	div.center h2.blue-heading,
    div.center h3,
    div.center h4,
    div.center h5,
    div.center h6
	{
        width: auto !important;
        border: 0px !important;
		color: #000 !important;
		background-color: #FFF !important;
		padding: 0em !important;
		display: block !important;
    }

	div.right
	{
		width: 25% !important;
		margin-right: 2% !important;
	}
	div.rightnav-box
	{
		width: 100% !important;
	}
	div.center div#content-container-2col
	{
        width: 100% !important;
        border: 0px !important;
		color: #000 !important;
		background-color: #FFF !important;
		padding: 0em !important;
		display: block !important;
    }	
	div#rightnav-2col {
		width: 100% !important;
	}
	
    div.no-print,
	div.fp,
	div.navaid,
	div.left,
	div.banner,
	div#nav_search,
	div#home-tagline,
	div#home-browse-by,
	div.special-notice-box,
    div.center div#content-container-3col div#content-banner,
    div.center div#content-container-2col div#content-banner,
    div.center div#content-container-2col div#content-banner-wide,
	div.center div#content-container-3col div#content-banner-large,
	div.center div.center-buttons,
	div.center div.alpha-links 
	{
        display: none !important;
    }
    div.center div#content-container-3col div#content-banner-colored,
    div.center div#content-container-2col div#content-banner-colored,
    div.center div#content-container-2col div#content-banner-colored-wide 
	{
        color: #000 !important;
        background-color: #FFF !important;
        border: 0px !important;
		width: 100% !important;
		clear: both !important;
    }
	p.breadcrumb,
	div.foot2 
	{
		visibility: hidden !important;
	}
}
/* CUSTOM CSS FOR PRINTING ENDS */

	div.center div#content-container-3col {
	    border: 1px solid #eeddaa;
	}
	
	div.center div#content-container-3col img {
		margin-left: -5px;
		margin-top: -5px;
	}

	div.center div#content-container-3col h1 {
		background: #ffffff; /*#ffeebb*/
		color: #cc0000;
	}
	
	
img.tb_borders {
	border: 1px solid #369;
	border-right: 0px;
	border-left: 0px;
}
/* =========================================================================================*/


/* NEWS   */

div.news-box {
    color: #000;
    background-color: #ffeebb;
	font-size: 95%;
	font-weight: bold;
    padding: 0px;
/*	padding-bottom: 10px;*/
	margin: 0px 0px 10px 0px;
	width: 400px;
	border: 1px solid #eeddaa;
}
/* IE 6 hack */
* html div.news-box {
	position: relative;
	left: 4px;
}


div.news-box img {
	margin-bottom: -2px;
}

div.news-box h2 {
	color: #630;
	background: #EC6;
}

div#news-2col {
    float: center;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px;
	right: -5px;
}

div.center div#news-2col div.news-box h2 {
	color: #000;
	padding-top: 10px;
}

div.center div#news-2col div.news-box div.la-carte-box {
	background: #8de9d3;
	width: 190px;
	padding: 0px;
	margin: 0px;
	color: #000;
}
div.center div#news-2col div.news-box div.la-carte-box h2  {
	color: #002c55;
}
div.center div#news-2col div.news-box div.la-carte-box ul  {
	padding-left: 20px;
	color: #002c55;
}
div.center div#news-2col div.news-box div.la-carte-box ul li {
	padding-top: 10px;
	padding-right: 5px;
}
div.center div#news-2col div.news-box div.la-carte-box a:link {
	color: #000;
}

div.center div#news-2col div.news-box div.la-carte-box img {
	padding: 0px;
	margin-top: 0px;
}
/* ===================================================================================    */
