/*  General Classes  ----------------------------------------------------- */

body {
	font-size: 11px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	background:url(images/background.gif); 
	margin: 0 0 0 0;
}

a:link {
	color: #b60000;
	text-decoration: none;
}

a:hover {
	color: white !important; 
	background-color:#b60000;
	text-decoration: none;
}

a:active {
	color: #b60000;
	text-decoration:none;
}

a:visited {
	color: #b60000;
	text-decoration:none;	
}

H1 {
	font-size: 24px;
	color:#3d4b4d;
	text-align: left;	
}

H2 {
	font-size: 18px;
	color:#3d4b4d;
	text-align: left;	
}

H3 {
	font-size: 12px;
	color: #b60000;	
	margin-bottom:0px;
	padding-bottom:0px;
}

H4 {
	font-size: 14px;	
	font-weight: bolder;
	text-align: left;		
}

H5 {
	font-size: 11px;	
	font-style:italic;
	text-align: left;		
}

li {
	list-style-image:url(images/bullet.gif);
	margin-bottom:10px;
}

hr {
	clear:both;
}

.LeftAlign {
	text-align:left;
}

/*  Header ----------------------------------------------------- */

#Header {
	background:url(images/header_background.gif);
	background-position:100px 0px;
	height:91px;
	margin: 0 0 0 0;
}

#Header Table {
	padding-top:10px;
}

/*  Content ----------------------------------------------------- */

#BodyCopy {
	width:551px;
    margin-left: auto;
    margin-right: auto;	
	text-align:justify;
	padding-top:40px;
	padding-bottom:40px;
}

#BodyLeftColumn {
	width:150px;
	float:left;
	padding-top:15px;
}

#BodyRightColumn {
	float:right;
	width:380px;
}

.FirstCap {
/*
	font-size:x-large;
	font-weight:bold;
	color:#b60000;
*/
}	


.Blog {
	width:250px;
	text-align:justify;	
}

.NewsDate {
	font-style:italic;
	font-size:smaller;
	margin-top:0px;
	padding-top:0px;
}	

/*  Section Banners - ENG ----------------------------------------------------- */

.PicTitle {
	display:none;
}

.PicEnClimate, .PicEnWilderness, .PicEnHealthy, .PicEnToxics, .PicEnAuthors, .PicEnFullReport, .PicEnNews, .PicEnContact {
	width:550px;
	height:230px;
}

.PicEnClimate {
	background-image:url(images/en_climate.jpg);
}

.PicEnWilderness {
	background-image:url(images/en_wilderness.jpg);
}

.PicEnHealthy {
	background-image:url(images/en_healthy.jpg);
}

.PicEnToxics {
	background-image:url(images/en_toxics.jpg);
}

.PicEnToxics {
	background-image:url(images/en_toxics.jpg);
}

.PicEnAuthors {
	background-image:url(images/en_authors.jpg);	
}

.PicEnFullReport {
	background-image:url(images/en_full_report.jpg);	
}

.PicEnNews {
	background-image:url(images/en_news.jpg);	
}

.PicEnContact {
	background-image:url(images/en_contact.jpg);	
}

.PicEnFullReportInsetImage {
	background-image:url(images/en_full_report.gif);
	width:225px;
	height:208px;
	float:right;
	margin-right:20px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:45px;
}

/*  Section Banners - FRE ----------------------------------------------------- */

.PicTitle {
	display:none;
}

.PicFrClimate, .PicFrWilderness, .PicFrHealthy, .PicFrToxics, .PicFrAuthors, .PicFrFullReport, .PicFrNews, .PicFrContact {
	width:550px;
	height:230px;
}

.PicFrClimate {
	background-image:url(images/fr_climate.jpg);
}

.PicFrWilderness {
	background-image:url(images/fr_wilderness.jpg);
}

.PicFrHealthy {
	background-image:url(images/fr_healthy.jpg);
}

.PicFrToxics {
	background-image:url(images/fr_toxics.jpg);
}

.PicFrToxics {
	background-image:url(images/fr_toxics.jpg);
}

.PicFrAuthors {
	background-image:url(images/fr_authors.jpg);	
}

.PicFrFullReport {
	background-image:url(images/fr_full_report.jpg);	
}

.PicFrNews {
	background-image:url(images/fr_news.jpg);	
}

.PicFrContact {
	background-image:url(images/fr_contact.jpg);	
}

/*  Menu  ----------------------------------------------------- */

#Menu {
	font-size:12px;
	text-transform:uppercase;
	position:absolute;
	bottom:30px;
	right:10px;
	font-weight:bold;
}

#Menu ul {
	text-align:right;
}	

#Menu li {
	list-style:none;
}

#Menu a:hover {
	background-color:white;
}

#FullReportMenu {
	position:absolute;
	top:150px;
	left:20px;
	width:200px;
}

/*  Book link to Full report ----------------------------------------------------- */

#FullReport {
	position:absolute;
	bottom:20px;
	left:10px;
}

#FullReport a:hover {
	background-color:white!important;
}

/*  Authors  ----------------------------------------------------- */

.AuthorLogo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height:120px;
}

.AuthorLogo img {
	border:none;
}

.AuthorLogo a:hover {
	background-color:white;
}

.AuthorDescription {
}

/*  Footer  ----------------------------------------------------- */

#Footer {
	position:relative;
	clear:both;
}

