
.structuredcontent h1,
.structuredcontent h2,
.structuredcontent h3,
.structuredcontent h4,
.structuredcontent h5,
.structuredcontent h6
{
    margin: 0 0 .75em 0;    
    padding: 0;
}

.resource_portal_menu,
.resource_search_menu {
	margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
	background: #f3f3f3;
	border: 1px solid #d1d1d1;
	}
	
	.resource_portal_menu ul {
		list-style: none;
        padding: 0;
        margin: 0;
		}
        
		
		.resource_portal_menu ul li {
			margin-bottom: 5px;
			padding-left: 22px;
			background: url(../img/bullet_go.png) no-repeat 0 0;
			}

.resource_search_menu label {
    display: none;               
    }
    
    .resource_search_menu .search_results {
        margin-top: 1.5em;    
        padding: 5px;
        border: 1px solid #CCC;
        background-color: #FCFCFC;
    }
    
    .resource_search_menu .search_results .clearResults {
        float: right; 
        /* display: block;
        width: 16px;
        height: 16px;
        background: url(/cognoti/img/close_delete.gif)  top left no-repeat; */
    }
    
    .resource_search_menu .search_results .clearResults span {
        /* display: none; */    
    }
    
    
    .resource_search_menu .search_results ul {
        margin: 0;
        padding: 0;
    }
    
    .resource_search_menu .search_results ul li {
        list-style-position: outside;
        margin-left: 1.5em;
        clear: both;
    }
    
    .resource_search_menu .search_results ul li.active {
        background-color: #ccc;    
        font-weight: bold;
    }
    
    
    .resource_search_menu .search_results span.relevance {
        float: right;
        font-style: italic;
        margin-left: 10px;
    }
    
    .resource_search_menu .search_results span.noresults {
        font-weight: bold;
        font-style: italic;
    }
            
.resource_navigation {
    margin-bottom: 5px;
	}			

.resource_navigation a {
    font-weight: bold;
    color: black;
    text-decoration: none;
    }
    
.resource_navigation a:visited {
    color: #666;
    }
    
.resource_navigation a:hover {
    text-decoration: underline;
    }
    
a.forward_arrow,
div.rightspacer {
	display: block;
	float: right;
    text-align: right;
    width: 33%;
	}
    
a.back_arrow,
div.leftspacer {
	display: block;
	float: left;
    width: 33%;
	}
			
a.top_arrow {
	display: block;
    text-align: center;
    margin: 0 33% 0 33%;
	}
    
div.leftspacer,
div.rightspacer{
    height: 2em;
    }
	

.float_right {
	float: right;		
	}
	
	img.float_right {
		margin-left: 20px;
		margin-bottom: 20px;	
		}
	
.float_left {
	float: left;		
	}
	
	img.float_left {
		margin-right: 20px;
		margin-bottom: 20px;	
		}
		
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	}
		
/* #Content_region_left {
    width: 22%;
    float: left;
    }

#Content_region_middle {
    float: right;
    width: 76%;
    padding-left: 2%;
    } */
    
ul.col {
        padding: 0;    
    }
    li.layoutblock {
		padding: 0;
		background: none;
        list-style: none;
        margin: 0;
		}
    
.layoutblock ul {
	list-style: none;
	}
	
	.layoutblock ul li {
		padding: 0 0 5px 20px;
		background: url(../img/bullet_black.png) no-repeat 0 0;
		}
    
		.layoutblock ul li ul {
			margin-left: 5px;
			padding-top: 5px;	
			}
			
.layoutblock ul,
.layoutblock ol {
	margin-bottom: 18px;
	}
	
	.layoutblock ul ul,
	.layoutblock ul ol,
	.layoutblock ol ol,
	.layoutblock ol ul {
		margin-bottom: 0;
		}
        
.layoutblock h1,
.layoutblock h2,
.layoutblock h3,
.layoutblock h4,
.layoutblock h5,
.layoutblock h6
{
    margin: 0 0 .75em 0;    
    padding: 0;
}

        
#Content_region_footer {
    /* border-top: 1px solid gray; */
    clear: both;            
    padding-top: 5px;
}
        
#contentpagenav {
    margin-top: 25px;
    margin-bottom: 20px;
	padding: 10px 10px 5px 10px;
	background: #f3f3f3;
	border: 1px solid #d1d1d1;           
}

h1.content_item_title  a {
    color: black;
    text-decoration: none;
}

h1.content_item_title  a:hover {
    text-decoration: underline;
}

div.contentmakerzone {
    padding: 0;
    margin: 0;    
}

span.search_highlight {
    font-weight: bold;
    color: red;    
}

.row {
    clear: both;
}

.column {
    float: left;
    /* margin-right: 1%; */
}

.colspacer {
    width: 1%;
    height: 50px;
    float: left;    
}

