/********** page-structure.css **********/

#pageName h1 {
 	color: #004080;
 	padding-top: 40px;
}
.section h2 {
	border-bottom: 1px dotted #ccc;
	color: #C00;
	font: bold 17px Arial;
	margin-bottom: 20px;
}
.section h3 {
	color: #036;
	font: bold 16px Arial;
}
.section h6 {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.section img {
 	float: none;
}
.section .body p {
	color: #333;
	line-height: 140%;
	margin-bottom: 15px;
}
.section .body ul {
color: #333;
line-height: 150%;
}
.section h2 span {
font: bold 12px Arial;
color: #333;
line-height: 20px;
}
.section .body p a {
	font: bold 12px Arial;
}
.section .body {
	overflow: hidden;
}
.section {
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.section .footer {
	float: left;
	width: 100%;
   	border-top: 1px solid #999;
    padding-top: 40px;
	position: relative;
    z-index: 0;
}
.section .footer a {
	font-weight: bold;
}
.section {
	overflow: hidden;
}
.section .header h6, .section .header h3 {
	margin-bottom: 10px;
}
#social-icons {
	background-color: #efefef;
}
#social-icons ul {
	height: 45px;
	list-style-type: none;
	margin: 0 auto;
	padding: 5px;
	width: 130px;
}
#social-icons ul li {
	display: inline;
	float: left;
	height: 45px;
	margin-right: 2px;
	width: 39px;
}
#social-icons ul li.bookmark {
	background: url(http://www.nano.org.uk/social-bookmark.gif);
}
#social-icons ul li.rss {
	background: url(http://www.nano.org.uk/social-rss.gif);
}
#social-icons ul li.twitter {
	background: url(http://www.nano.org.uk/social-twitter.gif);
}
#social-icons ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
#projects {
	text-align: center;
	font: bold 12px Arial;
	padding: 0;
	margin: 0;
}
#projects ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#projects ul li a {
    border: 1px dotted #CCC;							/* Border round the project logo images */
	margin: auto;										/* Centre the project logo images in the column */
}
#projects ul li {
	margin-bottom: 10px;								/* Vertical spacing between the project logo images */
}
#projects .projects-title {
	display: block;
	margin-bottom: 15px;
}

/***** Image Rollover Styles *****/

/* Observatory NANO */

	a.observatory-nano { 	
		background-image: url(../images/observatory-nano.png);
		display: block;
		height: 48px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.observatory-nano:hover {
		background-position: bottom;
	}

/* ICPC NanoNet */

	a.icpc-nanonet { 	
		background-image: url(../images/icpc-nanonet.png);
		display: block;
		height: 40px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.icpc-nanonet:hover {
		background-position: bottom;
	}

/* NanoCharM */

	a.nanocharm { 	
		background-image: url(../images/nanocharm.png);
		display: block;
		height: 50px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.nanocharm:hover {
		background-position: bottom;
	}

/* NanoCode */

	a.nanocode { 	
		background-image: url(../images/nanocode.png);
		display: block;
		height: 34px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.nanocode:hover {
		background-position: bottom;
	}
	
	/* EICOON */

	a.eicoon { 	
		background-image: url(../images/eicoon.png);
		display: block;
		height: 34px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.eicoon:hover {
		background-position: bottom;
	}
	
	/* NanoSustain */

	a.nanosustain { 	
		background-image: url(../images/nanosustain.png);
		display: block;
		height: 34px;
		text-decoration: none;
		text-indent: -999em;
		width: 150px;
	}
	a.nanosustain:hover {
		background-position: bottom;
	}

h3.page-title {
	color: #036;
	font: bold 18px Arial;
	background-color: #eee;
	padding: 5px;
	padding-left: 15px;
	border: 1px solid#999;
}
.news-links li.separator {
color: #999;
}
.section p.conference-title {
font: bold 14px Arial;
color: #036;
}
