@charset "UTF-8";
/* CSS Document */

/*Main Area Background*/
body {
	background-color: #ffffff;
}
html, body, #wrapper, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
}

#main {
	width:880px;
	margin:0 auto;
}

/*Header*/
#header {
	width:880px;
	height:135px;
	background-image:url(../images/raw-urth-anvil-logo.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#headerNav{
	color:#ffffff;
	width:730px;
	height:44px;
	background-image:url(../images/html_navbar.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	padding: 2px 75px 0px 75px;
}

/*Content Area*/
#contentArea {
	width: 730px;
	background-image:url(../images/html_border.jpg);
	background-repeat:repeat-y;
	margin-top:-2px;
	padding:10px 75px 20px 75px;
	text-align: left;
}

flash_embed{
	height:100%;
	vertical-align:middle;
}


/* Footer Syles */
#footer {
	width: 880px;
	height:75px;
	background-image:url(../images/html_footer.jpg);
	background-repeat:no-repeat;
}


#copyright {
	padding:0px 10px 5px 0px;
	color: #666666;
	font-size:9px;
}

/******************** PRESS RELEASE PAGE ****************************/
#press_header{
	width:880px;
	height:41px;
	margin:-2px 0 0 0;padding:0;
	background-image:url(../images/html_border.jpg);
	background-repeat:repeat-y;
}

#press #contentArea {
	width: 814px;
	background-image:url(../images/html_border.jpg);
	background-repeat:repeat-y;
	margin-top:-2px;
	padding:0 33px 0 33px;
	text-align: left;
}

#press #contentInner {
 height:937px;width:814px;background-image:url(../images/bg-press.jpg);background-repeat:no-repeat;background-position:right;margin:0;padding:0;
}

.pressbox {
	margin:0 0 0 38px;
	padding-top:15px;
	width:355px;
}
#press p{
	margin:0;
	font-size:13px;
}
#press h2{
	margin:0;
	color:#000;
	line-height:20px;
}

/******************** IN THE NEWS PAGE ****************************/
#press_header{
	width:880px;
	height:41px;
	margin:-2px 0 0 0;padding:0;
	background-image:url(../images/html_border.jpg);
	background-repeat:repeat-y;
}

#news #contentArea {
	width: 814px;
	background-image:url(../images/html_border.jpg);
	background-repeat:repeat-y;
	margin-top:0;
	padding:0 33px 0 33px;
	text-align: left;
}

#news #contentInner {
 height:937px;width:814px;background-image:url(../images/bg-news.jpg);background-repeat:no-repeat;background-position:right;margin:0;padding:0;
}

#newsBody {
	margin:0 0 0 38px;
	padding-right:16px;
	width:420px;
	height:100%;
	overflow:auto;
}

.newsBlock{
	overflow:hidden;
	padding-bottom:35px;
	border-bottom:1px solid #666;
}

.news_source {
	margin:14px 0 0 0;
	color:#9d512d;
	font-size:14px;
	float:left;
}
.news_summary {
	clear:left;
	margin:0;
	color:#333;
	font-size:12px;
	float:left;
	line-height:20px;
}
.news_title {
	clear:left;
	margin:15px 0 0 0;
	color:#333;
	font-size:12px;
	font-weight:bold;
	float:left;
}
.news_link{
	clear:left;
}

a.newslink:link {
	color: #9d512d;
	text-decoration: none;
	font-size: 12px;
}
a.newslink:visited {
	text-decoration: none;
	color: #9d512d;
	font-size: 12px;
}
a.newslink:hover {
	text-decoration: underline;
	color: #9d512d;
	font-size: 12px;
}
a.newslink:active {
	color: #9d512d;
	text-decoration: underline;
	font-size: 12px;
}

/* Global font colors, and roll over links */

p {
	font-size: 11px;
	color: #555555;
	line-height: 19px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	text-indent:-9999px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}

.white_headline12 {font-size: 12px}
.white_headline14 {font-size: 14px}

a.bodylink:link {
	color: #666666;
}
a.bodylink:visited {
	color: #666666;
}
a.bodylink:hover {
	color: #333333;
}
a.bodylink:active {
	color: #333333;
}


a.headerlink:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
a.headerlink:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
a.headerlink:hover {
	text-decoration: none;
	color: #cccccc;
	font-size: 12px;
}
a.headerlink:active {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
}


/* Images */
.picRight {
	margin-left:20px;
	margin-bottom:10px;
}

.picTopMargin {
	margin-top:40px;
}

