@import url("reset.css");

/* STRUCTURE */

body {
	font: 0.77em/1.3em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background: #FFFFFF;
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 707px;
}

#header {
	height: 172px;
}

#search {
	position: relative;
	top: 125px;
	text-align: right;
	height: 33px;
}

#main {}

#navigation {
	float: left;
	width: 170px;
	font-size:14px;
}

#maincontent {
	float: left;
	width: 380px;
	margin: 0px 0px 30px;
}

#latest {
	float: left;
	width: 135px;
	font-size: 11px;
	line-height: 13px;
	padding-left:5px;
	border-left-style: solid ; 
	border-left-color:#CCCCCC; 
	border-left-width: 2px;
	margin-top:30px;
}

#logos {
	text-align: right;
	height: 62px;
	clear: both;
}

#footer {
	height: 106px;
}

#maincontent .content {
	padding: 5px 20px 5px 0px;
}

#latest .content {
	padding: 5px 10px 5px 0px;
}

/* BACKGROUNDS */

/*body#intro #header {background: url(../images/archive_header.jpg) no-repeat 0 0;}*/
body#intro #logos {background: url(../images/archive_logos.gif) no-repeat 0 0;}
/*body#intro #footer {background: url(../images/archive_footer.jpg) no-repeat 0 0;}*/

/*body#networkaims #header {background: url(../images/networkaims_header.jpg) no-repeat 0 0;}*/
body#networkaims #logos {background: url(../images/networkaims_logos.gif) no-repeat 0 0;}
/*body#networkaims #footer {background: url(../images/networkaims_footer.jpg) no-repeat 0 0;}*/

/*body#industryprofile #header {background: url(../images/industryprofile_header.jpg) no-repeat 0 0;}*/
body#industryprofile #logos {background: url(../images/industryprofile_logos.gif) no-repeat 0 0;}
/*body#industryprofile #footer {background: url(../images/industryprofile_footer.jpg) no-repeat 0 0;}*/

/*body#collaboration #header {background: url(../images/collaboration_header.jpg) no-repeat 0 0;}*/
body#collaboration #logos {background: url(../images/collaboration_logos.gif) no-repeat 0 0;}
/*body#collaboration #footer {background: url(../images/collaboration_footer.jpg) no-repeat 0 0;}*/

/*body#globaltrends #header {background: url(../images/globaltrends_header.jpg) no-repeat 0 0;}*/
body#globaltrends #logos {background: url(../images/globaltrends_logos.gif) no-repeat 0 0;}
/*body#globaltrends #footer {background: url(../images/globaltrends_footer.jpg) no-repeat 0 0;}*/

/*body#archive #header {background: url(../images/intro_header.jpg) no-repeat 0 0;}*/
body#archive #logos {background: url(../images/intro_logos.gif) no-repeat 0 0;}
/*body#archive #footer {background: url(../images/intro_footer.jpg) no-repeat 0 0;}*/

/*body#publications #header {background: url(../images/publications_header.jpg) no-repeat 0 0;}*/
body#publications #logos {background: url(../images/publications_logos.gif) no-repeat 0 0;}
/*body#publications #footer {background: url(../images/publications_footer.jpg) no-repeat 0 0;}*/

/*body#contact #header {background: url(../images/contact_header.jpg) no-repeat 0 0;}*/
body#contact #logos {background: url(../images/contact_logos.gif) no-repeat 0 0;}
/*body#contact #footer {background: url(../images/contact_footer.jpg) no-repeat 0 0;}*/

/*body#news #header {background: url(../images/latestnews_header.jpg) no-repeat 0 0;}*/
body#news #logos {background: url(../images/collaboration_logos.gif) no-repeat 0 0;}
/*body#news #footer {background: url(../images/latestnews_footer.jpg) no-repeat 0 0;}*/

/*body#resources #header {background: url(../images/resources_header.jpg) no-repeat 0 0;}*/
body#resources #logos {background: url(../images/resource_logos.gif) no-repeat 0 0;}
/*body#resources #footer {background: url(../images/resources_footer.jpg) no-repeat 0 0;}*/

/* NAVIGATION */

ul#nav {
	margin: 32px 0 0;
}

ul#nav li {
	padding: 0 0 6px;
}

/* HEADERS */

h2 {
	color: #979387;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0 0;
	letter-spacing: -1px;
}

body#intro h3 {color:#e0c94c;}
body#networkaims h3 {color:#2b65af;}
body#industryprofile h3 {color:#15b6cb;}
body#collaboration h3 {color:#12396b;}
body#globaltrends h3 {color:#961b1e;}
body#archive h3 {color:#016f75;}
body#publications h3 {color:#979387;}
body#contact h3 {color:#e25d26;}
body#news h3 {color:#12396b;}
body#resources h3 {color:#2e3174;}


/* HYPERLINKS */

a, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navigation a.intro, body#intro a {color:#016f75;}
#navigation a.networkaims, body#networkaims a {color:#2b65af;}
#navigation a.industryprofile, body#industryprofile a {color:#15b6cb;}
#navigation a.collaboration, body#collaboration a {color:#12396b;}
#navigation a.globaltrends, body#globaltrends a {color:#961b1e;}
#navigation a.archive, body#archive a {color:#e0c94c;}
#navigation a.publications, body#publications a {color:#979387;}
#navigation a.contact, body#contact a {color:#e25d26;}
#navigation a.news, body#news a {color:#12396b;}
#navigation a.resources, body#resources a {color:#2e3174;}
#navigation a.blog, body#blog #maincontent a {color:#de1785;}


/* SPECIAL POSITIONING */

.archive_item {
	margin: 20px 0px 0px;
}

.archive_item_left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.archive_item_right {}

#header h1, #logos h2, #logos br {
	display: none;
}

#news #maincontent {
	margin: 32px 0px 0px;
}

#maincontent li {
	background: url(../images/li_bullet.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 15px;	
}

#maincontent li li {
	background: url(../images/li_bullet2.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 15px;	
}

img.pdf_thumb {
	margin: 0px 5px 5px 0px;
}

p {}

.clearboth {
	clear: both;
}
