/* MAKE THE EDITABLE AREA STRETCH TO COVER THE RIGHT HAND COL */
#editableArea {
	width: 693px;
}
/* Use an image for the green left col background and make the rest of the page area white */
#pageArea {
	background-image:url(../images/backgrounds/leftGreen_singlecolBG.gif);
	background-repeat:repeat-y;
	background-color:#fff;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	border-bottom:3px solid #fff;
	clear:both;
    width:900px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}
/* LINKS, P and HEADERS */

		img{
		padding:0;
		margin:0;
		}

		a:link {
			color: #d5453b;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #99cc99;
		}
		
		a:hover {
			text-decoration: underline;
			color: #d5453b;
		}
		a:active {
			text-decoration: none;
			color: #d5453b;
		}
		
		h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #d5453b;
		margin:0 0 20px 0;
		}
		
		p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #2E532E;
		margin-bottom: 10px;
		line-height: 18px;
		}
		
		hr {
		border:0;
		background-color:#ddd;
		color:#ddd;
		height:1px;
		margin:5px 0px 5px 0px;
		width:100%;
		}

/* SOME FORMATTING DIVS */

		.clear {
		clear:both;
		}
		.left {
		float:left;
		}
		.right {
		float:right;
		}
		.wrapper {
		float:left;
		position:relative;
		margin-bottom:10px;
		clear:both;
		}
		
		/* FOR IMAGES */
		
		.rightborder {
		float:left;
		margin: 0px 10px 5px 0px;
		}
		
/* STYLES FOR THE TOP NAVIGATION BAR - RED COLOUR */

		#navbar {
			width: 900px;
			margin: 0px;
			padding: 0px;
			height: 26px;
			list-style: none;
		}
		
		#navbar li {
			float: left;
		}
		
		#navbar a {
			text-decoration: none;
			display: block;
			height: 26px;
			text-indent: -5000px;
			background-image: url(../researchLib/images/menubar/topMenuGraphic.gif);
			background-repeat: no-repeat;
		}
		#navbar #search {
			background-position: 0px 0px;
			width: 168px;
		}
		#navbar #search:hover {
			background-position: 0px -26px;
		}
		
		#navbar #join {
			background-position: -168px 0px;
			width: 104px;
		}
		#navbar #join:hover {
			background-position: -168px -26px;
		}
		#navbar #events {
			background-position: -272px 0px;
			width: 85px;
		}
		#navbar #events:hover {
			background-position: -272px -26px;	
		}
		#navbar #opportunities {
			background-position: -357px 0px;
			width: 140px;
		}
		#navbar #opportunities:hover {
			background-position: -357px -26px;
		}
		#navbar #whatsnew {
			background-position: -497px 0px;
			width: 127px;
		}
		#navbar #whatsnew:hover {
			background-position: -497px -26px;
		}
		#navbar #links {
			background-position: -624px 0px;
			width: 73px;
		}
		#navbar #links:hover {
			background-position: -624px -26px;
		}
		#navbar #feedback {
			background-position: -697px 0px;
			width: 105px;
		}
		#navbar #feedback:hover {
			background-position: -697px -26px;
		}
		#navbar #sitemap {
			background-position: -802px 0px;
			width: 98px;
		}
		#navbar #sitemap:hover {
			background-position: -802px -26px;
		}
		#navbar #forthcoming {
			background-position: -900px 0px;
			width: 100px;
		}
		#navbar #forthcoming:hover {
			background-position: -900px -26px;
		}
		
		#navbar #outputs {
			background-position: -1000px 0px;
			width: 100px;
		}
		#navbar #outputs:hover {
			background-position: -1000px -26px;
		}

/* STYLES FOR THE SIDE NAVIGATION BAR */


#sidebar {
	width: 142px;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	height: 100%;
	list-style: none;
}
#sidebar a {
	text-decoration: none;
	display: block;
	height: 155px;
	width: 142px;
	text-indent: -5000px;
	background-image:url(../images/sideboxes/sidebarMenuGraphic.jpg);
	background-repeat: no-repeat;
}

#sidebar #aboutFCRN {
	background-position: 0px 0px;
}
#sidebar #aboutFCRN:hover {
	background-position: -142px 0px;
}
#sidebar #fcrnPublications {
	background-position: 0px -155px;
}
#sidebar #fcrnPublications:hover {
	background-position: -142px -155px;
}
#sidebar #fcrnEvents {
	background-position: 0px -310px;
}
#sidebar #fcrnEvents:hover {
	background-position: -142px -310px;
}
#sidebar #researchLib {
	background-position: 0px -465px;
}
#sidebar #researchLib:hover {
	background-position: -142px -465px;
}
#sidebar #interview {
	background-position: 0px -620px;
}
#sidebar #interview:hover {
	background-position: -142px -620px;
}
#sidebar #relProj {
	background-position: 0px -775px;
}
#sidebar #relProj:hover {
	background-position: -142px -775px;
}



/* Content paragraph formatting*/

#editableArea p {
font:1.2em/1.3 Arial, Helvetica, sans-serif;
color:#2E532E;
padding:0 0 8px 0;
}

/* Content list formatting*/

#editableArea ol li {
font:1.2em/1.3 Arial, Helvetica, sans-serif;
color: #2E532E;
list-style-position: outside;
list-style-image: none;
padding:0 0 7px 0;
margin-left:30px;
}

#editableArea ol ul  {
padding-top:5px;}

#editableArea ol ul li {
font:1.0em/1.3 Arial, Helvetica, sans-serif;
}

#editableArea ul li {
font:1.2em/1.3 Arial, Helvetica, sans-serif;
color: #2E532E;
list-style-position: outside;
list-style-image: url(../images/bullet_green.gif);
padding:0 0 7px 0;
margin-left:30px;
}

#editableArea ul li  {
font:1.2em/1.3 Arial, Helvetica, sans-serif;
color: #2E532E;
list-style-position: outside;
list-style-image: url(../images/bullet_green.gif);
padding:0 0 7px 0;
margin-left:30px;
}


#editableArea .entryLeftColumn ul.pdfRollover li {
	list-style-image: none;
}
