/*@import url('/_resources-2016/css/style.css');Client CSS */
@import url('/_resources-2016/css/bootstrap.min.css');
@import url('/_resources-2016/css/ccri.css');
@import url('/_resources-2016/css/modern-business.css');
@import url('/_resources-2016/css/ccri-inside.css');

body{
/*margin:0 auto !important;*/
width:555px;
/*background: #ffffff;*/	
}
	

.maincontent::before { 
    content: url(/images/pageheading.png);
}		
.maincontent{
	margin-top:7px;
	width:540px;
	background-image: url("/images/edit_backgroundnewnewnewnew.png");
    background-repeat: no-repeat;
	margin-left:260px;
}
.navigation{
	background-image: url("/images/nav_header_edit_view.jpg");
    background-repeat: no-repeat;
	background-position:40px 25px;
}
.navigation .list-group-item{
	margin-left:0px;
	width:250px;
	background: #ffffff;
}
.navigation li:first-of-type {
	margin-top:60px;
	border-radius: 0px;
}
.navigation .list-group-item a{
	border-bottom:none;
}
 


.contact{
	background-image: url("/images/contact_editview_final.png");
    background-repeat: no-repeat;
	background-position:40px 25px;
	margin-top:90px;
	margin-left:58px;
	font-size:1.2em;
}

.contact p, .contact hr, .contact strong, .contact span, .contact a, .contact h3, .contact h4, .contact h5, .contact h6,  .contact ul, .contact li {
    max-width:230px !important;
	
}


.contact h6 {
    color: #144466;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
    font-size: 1.2em;
    font-weight: bold !important;
    line-height: 1em;
    
    margin-bottom: 1px;
    text-transform: uppercase;
    padding-top: 1em;
    padding-right: 5px;
    
    padding-left: 0px;
}

.contact h6:first-of-type {
    padding-top: 0px;
	margin-top:0px;
}

/*--- added by jnk on 3/21/17-----*/
.toc-nested {
	font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #666;
	list-style-type: none;
	font-weight: lighter;
}
.toc-nested li {
	font-size: 1.2em;
	margin-left: 2%;
}
.toc-nested li ul {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: .6em;
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -15px;
}
.toc-nested li ul li {
	margin-bottom: 1em;
	font-size: 120%;
}
.toc-nested li ul li ul li {
	font-size: 150%;
}
.red-bold {
	font-weight:600;
	color:red;
}
.one-six {
	font-size:1.6em!important;
}
/* added by jnk on 4/21/20	/*
/*------- footnote ----------*/
.footnote {
	font-size: 1em!important;
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
	Line-height: 1.2em;
	color:#777;
}
/* added by jnk on 7/28/20  /*

/*------- opens up accordian menus in editing view ----------*/
.collapse {
display: block;
}