@import url(reset.css);

body {
	background: url(../images/header_bg.gif) 0 0 repeat-x #fff;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}


h2 {
	background: url(../images/heading_bg.png) 100% 0 repeat-y #000;
	color: #fff;
	display: inline-block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 11px;
	padding: 4px 55px 5px 10px;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3px;
}

p {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 15px;
}
ul, ol {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 15px 24px;
}
li { margin-bottom: 3px; }
ul li { list-style-type: disc; }
ol li { list-style-type: lower-alpha; }

a {
	color: #528c24;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

em.under {
	font-style: normal;
	text-decoration: underline;
}


/*=wrap
--------*/
#wrap {
	margin: 0 auto;
	padding: 0 5px;
	width: 950px;
}


/*=header
----------*/
#header {
	height: 60px;
	margin-bottom: 11px;
	position: relative;
}
#header h1 {
	left: 0;
	position: absolute;
	top: 18px;
}
#header ul {
	bottom: 0;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 0;
}
#header li {
	list-style-type: none;
	margin: 0;
}
#header li a {
	background: #fff;
	color: #333;
	display: block;
	padding: 6px 11px 7px;
}


/*=content
-----------*/
#content { background: url(../images/map.jpg) 651px 50px no-repeat; }
#archive #content { background-image: none; }
#content .contentBlock {
	margin-bottom: 30px;
	padding: 0 8px;
}
#content #harmonizing { padding-right: 325px; }
/*=news
-------*/
#news li h3 {
	font-size: 13px;
	margin: 0;
}
#news li h3 em {
	font-style: italic;
	font-weight: normal;
}
/*=programs
------------*/
#content #programs { padding: 0; }
#programs table {
	font-size: 15px;
	width: 100%;
}
#programs th {
	text-align: left;
	vertical-align: top;
	width: 310px;
}
#programs th.esabc { padding-right: 5px; }
#programs th.sweep {
	border-left: 1px solid #fff;
	padding: 0 5px 0 4px;
}
#programs th.aces {
	border-left: 1px solid #fff;
	padding-left: 4px;
}
#programs th h3 { margin: 0; }
#programs th h3 a {
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #333;
	display: block;
	padding: 172px 10px 8px;
	text-align: center;
	text-decoration: none;
}
#programs th.esabc h3 a { background-image: url(../images/esabc.jpg); }
#programs th.sweep h3 a { background-image: url(../images/sweep.jpg); }
#programs th.aces h3 a { background-image: url(../images/aces.jpg); }
#programs td {
	border-left: 1px solid #fff;
	padding: 5px 7px 4px 11px;
	vertical-align: top;
}
#programs td.esabc {
	border-left: 0;
	padding-left: 7px;
}
#programs .odd td { background: #eee; }
#programs td h4 {
	font-style: italic;
	line-height: 1.1;
}
#programs td.annualReport {
	padding-bottom: 9px;
	padding-top: 10px;
}
#programs td.annualReport a {
	background: url(../images/pdf_icon.png) 0 0 no-repeat;
	display: inline-block;
	padding: 27px 0 21px 72px;
}
#programs td.annualReport.esabc a { background-image: url(../images/esabc_report_th.png); }
#programs td.annualReport.sweep a { background-image: url(../images/sweep_report_th.png); }
#programs td.annualReport.aces a { background-image: url(../images/aces_report_th.png); }
/*=research reports
--------------------*/
#researchReports .report {
	background: #eee;
	padding: 8px 7px 7px;
	text-align: left;
}
#researchReports .report a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
#researchReports .metrics a {
	background-image: url(../images/metrics_doc_th.png);
	padding: 25px 0 19px 68px;
}
#researchReports .ehfPhase1 a {
	background-image: url(../images/ehf_phase1_th.png);
	padding: 25px 0 19px 68px;
}
#researchReports .ehfPhase2 a {
	background-image: url(../images/ehf_phase2_th.png);
	padding: 25px 0 19px 68px;
}
#researchReports .dfe a {
	background-image: url(../images/dfe_th.png);
	padding: 15px 0 19px 68px;
}
/*=other programs
------------------*/
#otherProgs { padding: 0 7px; }
#otherProgs .col {
	float: left;
	margin-right: 10px;
	width: 440px;
}
#otherProgs #associations { margin-right: 0; }


/*=contact
-----------*/
#contact { margin: 30px 0 25px; }
#contact .col {
	float: left;
	text-align: center;
	width: 467px;
}


/*=footer
---------*/
#footer {
	border-top: 1px solid #ccc;
	padding: 6px 15px 15px 0;
	text-align: right;
}
#footer p {
	color: #666;
	font-size: 11px;
	margin: 0;
}
