body {
	background: url(../images/embed/bg.jpg) no-repeat;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px .75em;
	padding: 0px;
}
h1, h2 { margin:0; padding:0;}
.left { float:left;}
.right { float:right;}
#embed {
	width: 540px;
	padding: 20px 10px 10px 10px;
}
.chart {
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
.chart h1, .chart h1 a {
	font-size:22px;
	color: #2f2f2f;
	margin-bottom: 12px;
	line-height:24px;
	text-decoration:none;
}
.chart h1 a:hover {
	color: #005F8C;
	text-decoration: none;
}
.chart-subject, .chart-source {
	color: #999999;
	font-size: 11px;
	margin:0;
}
.chart-subject {
	text-transform: uppercase;
	font-weight: bold;
}
#embed.embed {
	display: block;
	position: absolute;
	top: 5px;
	width: auto;
	right: 10px;
	font-size: 10px;
	color: #FFF;
	color: rgba(255,255,255,.7);
	text-decoration: none;
	padding:0;
}
#embed-chart {
	display:none;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px;
	padding: 10px;
	position: relative;
	background: #2f2f2f;
	background: rgba(47, 47, 47, .8);
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 6px;
	border-radius: 3px;
	border-top-right-radius: 6px;
	position:absolute;
	top: 30px;
	right: 10px;
	left: 10px;
}
#embed-chart textarea {
	border: solid 1px white;
	background: rgba(255, 255, 255, .9);
	border-radius: 3px;
	width: 478px;
	padding: 10px;
	font-size: 12px;
	height: 50px;
	outline: none;
	text-shadow: 1px 1px 0 white;
}
#embed-chart #close-embed {
	position: absolute;
	right: 0;
	top: 0;
	background: #3c6a85;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	font-size: 11px;
	padding: 5px;
}
#embed-chart #close-embed:hover {
	background: #000;
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,.5);
	text-decoration:none;
}
.heritage {
	padding:10px 10px 2px;
	width: 520px;
}
.heritage a {
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}
.heritage h1 a {
	width: 213px;
	height:36px;
	background: url(../images/embed/title.png) no-repeat;
	margin-right:20px;
	margin-top: 11px;
}
.heritage h2 a {
	width: 115px;
	height:36px;
	background: url(../images/embed/heritage.png) no-repeat;
}
.heritage a.right {
	background: url(../images/embed/learnmore.png) no-repeat;
	width: 150px;
	height:46px;
}
.displaynone {
display:none;
}
