@charset "utf-8";
/* CSS Document */

@import url("lists.css");	
@import url("breadcrumbs.css");
@import url("map_shades.css");

#header, #sidebar, #footer, .offScreen, .breadcrumb, #cmi_sidebar, #palette {display: none;}

#breadcrumb {display: none;}

main 
{
	padding-left: 2em;
	padding-right: 2em;
	float: none !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	background-color: #fff;
	line-height: 20px;
	} 
	
p {
		margin:0;
    padding-bottom: 0.7em;
	}
	
ol
{
	background-color:#fff;
    }

h1
{
	line-height:110%;
}

ul.key li
{
	list-style:none!important;
    display: inline-block !important;
    margin-right: 20px !important;
	margin-left:0!important;
	padding-left:0!important;
}

ul.key 
{
	margin-left:0!important;
	padding-left:0!important;
}

ul.key img {
    vertical-align: middle;
}

p.key
{
	padding-bottom: 0.3em;
}

.data_source {
    font-size: 11px !important;
    margin-bottom: 4ex;
    margin-top: 2ex;
}