@charset "UTF-8";
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, stike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*  REMEMBER TO DEFINE FOCUS STYLES!  */
:focus {
	outline: 0;
}
/*  REMEMBER TO HIGHLIGHT INSERTS SOMEHOW!   */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*   TABLES STILL NEED CELLSPACING="0" IN THE MARKUP    */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}









/* OUR CODE BELOW THIS LINE*/
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #wrapper1 {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixLtHdr #wrapper {
	position: relative;
}
#wrapper .hanging {
}
.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
}
#container .overhang {
	position: absolute;
	left: 0px;
	top: 0px;	
}
p {
	font: 1.3em/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	letter-spacing: 0.07em;
}
p .italic {
	font-style: italic;
}
p .italicBold {
	font-style: italic;
	font-weight: bold;
}
.dropcap {
	font: italic bold normal 3.1em/0.85em Arial, Helvetica, sans-serif;
	padding: 0.09em 0.1em 0em 0em;
	float: left;
	color: #900;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 346px;
	background: url(images/topbanner.jpg) no-repeat center bottom;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
}
#header ul {
	position: absolute;
	right: 0px;
	top: 40px;
}
#header li {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding-right: 1.2em;
	padding-left: 2.2em;
	letter-spacing: 0.1em;
}
#header a:link, #header a:visited {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color: #C60;
	text-decoration: none;
}
#header li a:hover, #header li a:active, #header li a:focus {
	text-decoration: underline;
	color: #00C;
}
#visitedUpperLink {
	color: #000;
	text-decoration: none;
}
#visitedLowerLink {
	color: #FFC;
	text-decoration: none;
}




.deco {
	background: url(images/dots.gif) no-repeat left center;
}
.visitedDatasetsLink {
	color: #000;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.homeLink {
	left: 0.85em;
	font: bold 0.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	position: absolute;
	top: 24.5em;
}
.homeLink a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 0.25em 0.8em 0.3em 0.8em;
}
.homeLink a:hover {
	text-decoration: underline;
	display: block;
	color: #FF6;
	background: url(images/arrow.gif) no-repeat left center;
}



#econDownturnContain  {
	margin-left: 0px;
	padding-left: 0px;
	background: left top;
	text-align: left;
	left: 0px;
	height: 37px;
	width: 217px;
	padding-bottom: 31px;
	border-bottom: thin dotted #990000;
	position: absolute;
	top: 496px;
}
#econDownturn {
	display: block;
	width: 217px;
	height: 50px;
	background: url(images/econdturnup.jpg) no-repeat left top;
	left: 0px;
}

#econDownturn:hover
{
	background: url(images/econdturnover.jpg) no-repeat 0 0;
}
#econDownturn span
{
  display: none;
}



#pastToPresContain  {
	margin-left: 0px;
	padding-left: 0px;
	background: left top;
	text-align: left;
	left: 0px;
	height: 37px;
	width: 217px;
	padding-bottom: 31px;
	border-bottom: thin dotted #990000;
	position: absolute;
	top: 583px;
}
#pastToPres {
	display: block;
	width: 217px;
	height: 50px;
	background: url(images/pastpdcrmpup.jpg) no-repeat left top;
	left: 0px;
}

#pastToPres:hover
{
	background: url(images/pastpdcrmpover.jpg) no-repeat 0 0;
}
#pastToPres span
{
  display: none;
}
#readFilmWContain  {
	margin-left: 0px;
	padding-left: 0px;
	background: left top;
	text-align: left;
	left: 0px;
	height: 37px;
	width: 217px;
	padding-bottom: 30px;
	border-bottom: thin dotted #990000;
	position: absolute;
	top: 670px;
}
#readFilmW {
	display: block;
	width: 217px;
	height: 50px;
	background: url(images/readfilmwup.jpg) no-repeat left top;
	left: 0px;
}
#readFilmW:hover
{
	background: url(images/readfilmwover.jpg) no-repeat 0 0;
}
#readFilmW span {
  display: none;
}
#rightsRemunContain  {
	margin-left: 0px;
	padding-left: 0px;
	background: left top;
	text-align: left;
	left: 0px;
	height: 37px;
	width: 217px;
	position: absolute;
	top: 756px;
}
#rightsRemun {
	display: block;
	width: 217px;
	height: 50px;
	background: url(images/rightsremup.jpg) no-repeat left top;
	left: 0px;
}

#rightsRemun:hover
{
	background: url(images/rightsremover.jpg) no-repeat 0 0;
}
#rightsRemun span
{
  display: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	color: #EBEBEB;
	height: 37px;
	border-bottom: thin dotted #990000;
	left: 0px;
	padding: 21px 0px 73px;
}
#sidebar1 h3 {
	font: lighter 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	color: #990000;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
	padding-left: 0px;
	height: 37px;
	width: 217px;
	left: 0%;
	margin-left: 0px;
}
#sidebar1 p li{
	margin-top: 200px;
	padding-top: 200px;
}
.twoColFixLtHdr #mainContent {
	padding: 0 0px 0 20px;
	margin: 0 0 0em 235px;
}
#mainContent h1 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0.035em;
	padding-top: 24px;
	padding-left: 130px;
}
.welcomeTitle   {
	margin-left: 62px;
}
#mainContent h1 p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	background: url(images/embelishgr1.gif) no-repeat left top;
}
#pdfContainerTop {
	margin-left: -23px;
	width: 650px;
	position: relative;
	display: block;
	left: 2.5em;
	top: 0.8em;
}
#pdfContainer {
	margin-left: -10px;
	width: 630px;
	position: relative;
	display: block;
	left: 2.5em;
	top: 4.5em;
}
#pdfContainer a {
	text-decoration: none;
	color: #FFF;
}
#pdfContainer a:hover {
	text-decoration: underline;
}
.pdfContainerStyleTop {
	color: #FFF;
	height: 50px;
	font: small-caps normal 1.6em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
}
.pdfContainerStyle {
	color: #FFF;
	height: 90px;
	font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
}
.pdfContainerNameOfDoc {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.pdfContainerPDFDoc {
	position: absolute;
	top: 0px;
	left: 535px;
}
.pdfContainerPDFDocInd {
	text-indent: 28px;
}
#downloadPDFBackgr {
	position: relative;
	background: #d99473 url(images/bkdownlpdf.jpg) repeat-x left bottom;
	height: 500px;
	top: 0.8em;
}
#quoting {
	text-indent: 159px;
}
#quoting p {
	line-height: 2;
}
blockquote {
	font: 1em/1.5 Georgia, "Times New Roman", Times, serif;
	color: #009;
	letter-spacing: 0.09em;
}
cite {
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
	color: #009;
	letter-spacing: 0.09em;	
}
.embelishImg {
	margin-left: 208px;
	height: 0.8125em;
	width: 1.3125em;
	top: 0px;
	margin-top: 0px;
	padding-top: 6px;
}
.elinorGlyVisitMinersImg {
	height: 13.625em;
	width: 17.75em;
}
.elinorGlyItImg {
	height: 11.125em;
	width: 18.75em;
	float: right;
	margin-left: 15px;
	padding-left: 10px;
}
#mainContent h2 {
	letter-spacing: 0.12em;
	font: 1.5em Arial, Helvetica, sans-serif;
	padding-bottom: 0.5em;
}
.twoColFixLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d0a3a3;
	height: 40px;
	position: relative;
	border-top: 15px solid #ddddf0;
}
#footer a:link, #header a:visited {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #006;
}
#footer a:hover, #header a:active #header a:focus {
	text-decoration: underline;
	color: #FFF;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottomNavigation {
	width: 940px;
	height: 20px;
	top: 5px;
	position: absolute;
	background: url(images/embelishgr3.gif) no-repeat center center;
}
.twoColFixLtHdr #footer ul  {
	text-align: right;
}
.twoColFixLtHdr #footer li {
	display: inline;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	padding-right: 1.2em;
	padding-left: 2.2em;
	letter-spacing: 0.1em;
}
.decoBottom {
	background: url(images/dots.gif) no-repeat left center;
}
.ahrcLogo{
	position: absolute;
	left: 0px;
	top: 1750px;
}
.rimadLogo{
	position: absolute;
	left: 0px;
	top: 2000px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
