@charset "utf-8";

#contentheaders {
	color:#fff;
	background:#000;
	
	padding:0px 0px 10px 10px;
}
h1.headline, h2.subheadline {
	letter-spacing:1px;
}
h2.subheadline {
	text-transform:lowercase;
}
h2.contenthead {
	font-weight:bold;
	margin-top:10px;
}

#breadcrumb {
	font-size:0.8em;
	color:#000;
	background-color:#D1D1D1;
	border-bottom:1px solid #999;
    border-top:3px solid #999;

	padding:2px 0px 5px 10px;
}
#breadcrumb a {
    color:#3399CC;
	text-decoration:underline;
}
#breadcrumb a:hover {
    text-decoration:none;
}
#fsect {
	position:relative;
	width:99%;
	margin-top:15px;
}
#factfile {
	padding:15px;
	width:62%;
	
	background:#E0EBFC;
	border:1px solid #bbb;
	font-size:0.9em;
	line-height:1.8em;	
}
#factfile label {
	width:9em;
	float:left;
	font-weight:bold;
	background-image: url(../images/littletriangle.gif);
	background-position: 1px 9px; 
	background-repeat: no-repeat;
	padding-left: 15px;
	display:compact;
}
#factfile span {
	text-indent:9em;
}
#floats {
	position:absolute;
	top:0px;
	right:2%;
	margin:0px 11px;
}
#mapthumb img {
	border:1px solid #bbb;
	width:150px;
	height:165px;
}
#quote {
	margin: 17px 4px 0px;
}
#bodytext {
	width:85%;
	padding:10px 10px 30px;
	
}
#bodytext h2 {
	font-weight:bold;
	margin:10px 0px;
}


