@CHARSET "UTF-8";

/* Copied from Plone site for header */
#portal-logo img {
    border: 0 none;
    /*margin: 0.5em 0 0.5em 1em;*/
    margin: 0.5em 0 0.5em 0em;
    padding: 0;
}

ul#portal-globalnav {
    /*width: 95%;*/
    width: 100%;
}
#portal-globalnav {
    background-color: transparent;
    border-bottom: 1px solid #CC6600;
    color: #FFFFFF;
    height: 22px;
    overflow: hidden;
}
#portal-globalnav {
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    white-space: nowrap;
}

#portal-globalnav li {
    background: none repeat scroll 0 0 transparent;
}
#portal-globalnav li {
    border-right: 1px solid #CC6600;
    float: left;
    height: 22px;
    margin-left: 3px;
}
#portal-globalnav li a {
    /* background: url("./globalnav-topleft.png") no-repeat scroll left top transparent; */
    border: medium none;
    color: #E6E1CF;
    float: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
}
#portal-globalnav li.selected a {
    background-color: transparent;
    border: medium none;
    color: white;
}
#portal-globalnav li a:hover {
    background-color: #EB9900;
    border: medium none;
    color: white;
}
#portal-globalnav li a {
    height: auto;
    margin-right: 0.5em;
    padding: 0 1.25em;
    text-decoration: none;
    text-transform: none;
}

.divFrontPagePane {
	padding: 5px 10px 5px 35px;
}

.divFrontPagePane em {
	font-size: 0.9em;
	font-style: italic;
}

.div_content {
	padding: 10px 20px 10px 30px;	
}

.div_content ul, .div_content ol {
	margin: 0.5em 0 0 1.5em;
}
.div_content ul li, .divFrontPagePane ul li {
	list-style-image: url("/icons/bullet.gif");
	list-style-type: square;
	margin-left: 0.3em;
	margin-bottom: 0.3em;
}
.div_content ol li, .divFrontPagePane ol li {
	list-style-type: decimal;
	margin-left: 0.3em;
	margin-bottom: 0.3em;
}
.div_content h3 {
	margin: 15px 0px 10px;
}
.div_content p {
	margin-left: 10px;
	margin-top: 8px;
}
/*
 * Footer
 */
#footer {
	color: #5E5A42;
	padding:15px 100px 10px 100px;
	background-color:#D6CFA5;	
}
#footer p {
	margin: 0px 0px 0.5em 0px;
}
#footer a {
	color: #436976;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #EB9900;
}


h3.h3_bg {
	padding: 0.2em 0 0.2em 1.5em;
	margin-top: 15px;
	background: linear-gradient(to right, #DFDFC3 10%, transparent 100%);
}

hr {
	margin: 0.4em 0 0.4em;
}

/* Legend box next to the summary map on the front page */
#div_legend {
	padding:0px; 
	width:110px;
	font-size: 11px; 
	margin-top: 15px;
	/*
	background-color:#eeffff; 
	width:260px; 
	position:absolute;
	visibility:hidden;
	*/
}

#div_legend img {
	height:12px;
}
#div_legend .classes {
	/*float:left;*/
}

/* Overwrite main.css */
.div_legend_frame {
	margin: 10px 0;
	border-radius: 4px;
}
#div_advanced_search {
	/*
	width: 300px; 
	margin: 15px 0 0 20px; 
	padding:30px 0px 0px 60px; 
	*/ 
	width: 200px; 
	height: 100px; 
	margin: 30px 0 0 10px; 
	font-weight:bold; 
	text-align:left; 
	padding:15px 0px 0px 40px; 
	color: #C0504D; 
	font-size: 18px; 
	background: url('/icons/advanced_search_logo.png') no-repeat scroll 0 0 / 150px auto transparent;
}