/* CSS Document */
/* ---------  CSS Styles for CRISP by Caroline Clouqueur  --------- */


/***********************************************************************/
/* ------------ for de-bugging ------------ */
/***********************************************************************/

/*
div {
	border: 1px solid green;
}
div div {
	border: 1px solid blue;
}
div div div {
	border: 1px solid red;
}
*/

/***********************************************************************/
/* ------------ Basic formatting ------------ */
/***********************************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #E5E2E2;
	font: normal 76%/1.35em Helvetica, sans-serif;
	text-align: center; /* to centre content in IE */
	}

/* list-style: | list-style-type | list-style-position | list-style-image;
ex: ul { list-style: square inside url("sqr.gif");}
*/

h1, h2, h3, h4, h5, p, ul, ol, li {
	font: normal 1em/1.35em Helvetica, sans-serif;
	color: #2f2f14;
	/*color: #4F4F4F;*/
	padding: 0 15px; /* so that the text isn't stuck against the div's side */
	margin: 0;
	text-align: left;
	}
h1 {
	font: bold 1em/1.2em Helvetica, Sans-serif;
	color: #fff;
	background: transparent url("images/bg_header.jpg");
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}
h2 {
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	font: bold 1.2em/1.2em Helvetica, Sans-serif;
	color: #B90017;
	padding-left: 1em;
}
h3 {
	font: bold 1.1em/1.2em Helvetica, sans-serif;
	color: #c60;
	padding-top: 0.7em;
	}
h4 {
	/* left nave headers */
	font: bold italic 1em/1.2em Helvetica, sans-serif;
	padding-top: 1.2em;
	padding-bottom: 0.2em;
	color: #2f2f14;
	}	
h5 {
	font: bold italic 1em/1.2em Helvetica, sans-serif;
	padding: 0.5em 0 0 1.5em;
	color: #2f2f14;	
	}
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
p.caption {
	padding-top: 0em;
	padding-bottom: 1.5em;
	color: #666;
	font-size: 0.9em;
}
p.footnote {
	margin: 10px 30px 0 15px;
	color: #666;
	font-size: 0.85em;
	border-top: 1px solid #999;
}
span {
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}

.img_outline {
	padding: 0;
	margin: 0;
	border: 1px solid #666666;
	}	
	
	
ul, ol {
	margin-left: 2em;
	}
ul {
	list-style-type: square;
	}
ul ul {
	margin-left: 1em;
	}
li {
	line-height: 1.2em;
	padding-bottom: 0.6em;
	padding-left: 0;
	}
ul ul li {
	font-style: italic;
	}
blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.9em 1.1em;
	margin: 1.5em 3em 1em 3em;
	background-color: #D7D4CE;
	text-align: left;
	}
blockquote p.footnote {
	margin-left: 0;
	margin-right: 0;
}
sup {
	line-height: 0;
	}

/***********************************************************************/
/* ------------ Table Styles ------------ */
/***********************************************************************/

table {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	width: 100%;
	font-size: 1em;
	border: none;
	vertical-align: top;
}

th {
}

tr, td {
	margin: 0;
	padding: 0;
	background-color: transparent;
	vertical-align: top;
}

table.campaigns, table.plain {
	width: 480px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
table.campaigns td, table.plain td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

table.campaigns h2,
table.campaigns p {
	padding-left: 15px;
	/*padding-right: 30px;*/
	padding-top: 0;
}



table.campaigns h2 {
	font-size: 1em;
	line-height: 1.2em;
}
table.campaigns p {
	font-size: 0.9em;
	line-height: 1.2em;
}
table.plain {
	border-top: none;
	border-bottom: 1px solid #ccc;
}

/*conference program table*/

table.conference {
	width: 480px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.conference td {
	border-top: 1px solid #ccc;
	padding-top: 4px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

table.conference h2,table.conference p {
	padding-left: 4px;
	padding-right: 4px;
	/*padding-right: 30px;*/
	padding-top: 0;
}
table.conference h2 {	
padding-right: 4px;
	font-size: 1em;
	line-height: 1.2em;
}
table.conference p {
	font-size: 1em;
	line-height: 1.2em;
	padding-right: 4px;
}



/***********************************************************************/
/* ------------ Default Linking Styles ------------ */
/***********************************************************************/

a {
	text-decoration: underline;
	color: #790B19;
	}
a:link, a:visited {
	color: #790B19;
	}
a:hover {
	color: #B90017;
	}
a:active {
	color: #790B19;
	}

/***********************************************************************/
/* ------------ Positioning Divs ------------ */
/***********************************************************************/

div, div div, div div div {
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 820px;
	background: transparent url("images/bg_container.gif") repeat-y;
}

#containerEmail {
	width: 520px;
	background: transparent url("images/bg_container.gif") repeat-y;
}

#masthead {
	height: 93px;
	width: 800px;
	background-image: url("images/bg_masthead2.jpg");
	text-align: left;
	}

#mainNav {
	height: 23px;
	width: 800px;
	}

#splash { /* homeage only, can place flash here */
	height: 186px;
	width: 800px;
	background: transparent url("images/bg_splash.jpg") no-repeat;
}


#wrapper { /* this can add left padding to the main text area*/
	width: 800px;
	padding-top: 7px;
	margin-bottom: 20px;
}
#wrapperEmail { /* this can add left padding to the main text area*/
	width: 500px;
	padding-top: 7px;
	margin-bottom: 20px;
}

#leftCol { /* homepage narrow column left */
	width: 260px;
	float: left;
	}
#mainContent {
	/* keep IE 3px bug in mind*/
	width: 532px;
	float: right;
	/*margin-right: 15px;*/
	background: transparent url("images/bg_watermark.gif") no-repeat bottom right;
}

#mainContentEmail {
	/*margin-right: 15px;*/
	background: transparent url("images/bg_watermark.gif") no-repeat bottom right;
	width: 500px;
}

#footer {
	height: 120px;
	width: 800px;
	clear: both; /* needed for short content */
	}

/***********************************************************************/
/* ------------------- Functional Nav (Contact) ------------------- */
/***********************************************************************/

ul.funcNav {
	margin: 0 0 0 630px;
	list-style-type: none;
	text-align: center;			
	padding-right: 0;
	padding-left: 0;
	}
ul.funcNav li {
	padding: 0 0.7em;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	display: inline;
	float: left;
	}
ul.funcNav a {
	color: #fff;
	}
ul.funcNav a:link, ul.funcNav a:visited {
	color: #fff;
	}
ul.funcNav a:hover {
	color: #FF9933;
	}
ul.funcNav a:active {
	color: #fff;
	}

/***********************************************************************/
/* -------  Main/Top Navigation Rules  ------------------- */ 
/* -------  (Activities and Campaigns, Reserach, etc.) -------- */
/***********************************************************************/

ul.topNav {
	list-style-type: none;
	text-align: center;			
	margin-left: 0;
	padding-right: 0;
	}
ul.topNav li {
	margin-right: 0;
	padding: 0 1.5em;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #B90017;
	background: transparent url("images/bullets_mainNav_off.gif") no-repeat;
	display: inline;
	float: left;
	}
ul.topNav li.on {
	background: transparent url("images/bullets_mainNav_on.gif") no-repeat;
}
ul.topNav li.on_home {
	background: transparent url("images/bullets_mainNavHome_on.gif") no-repeat;
	padding-right: 4em;
}

ul.topNav a {
	color: #666;
	text-decoration: none;
	}
ul.topNav a:link, ul.topNav a:visited {
	color: #666;
	}
ul.topNav a:hover {
	color: #B90017;
	}
ul.topNavv a:active {
	color: #666;
	}

/***********************************************************************/
/* ------------------- Side Navigation Rules (Product List) ------------------- */
/***********************************************************************/

#leftCol p {
	list-style-type: none;
	padding: 8px 0.7em 0.1em 16px;
	margin: 0;
	color: #473A27;
	}
#leftCol a {
	color: #B90017;
}
#leftCol a:link, #sideNav a:visited {
	color: #B90017;
}
#leftCol a:hover {
	color: #790B19;
	text-decoration: underline;
}
#leftCol a:active {
	color: #B90017;
}

/***********************************************************************/
/* ------------------- Stray Para Styles ------------------- */
/* ------------------- many for the forms ------------------- */
/***********************************************************************/

#footer p {
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}

.posted {
	font-size: 0.9em;
	color: #666;
}
h2.newsHighlights {
	background: transparent url("images/bullets_page.gif") no-repeat left top;
	margin-left: 15px;
	padding-left: 30px;
}
ul.quickLinks_ul {
	margin-left: 10;
	margin-top: 10px;
}
li.quickLinks {
	background: transparent url("images/bullets_arrow.gif") no-repeat left top;
	list-style-type: none;
	color: #B90017;
	padding-left: 1.5em;
	font-weight: bold;
}
.thumbContainer {
	float: left;
	margin: 15px;
	border: 1px solid #000;
	clear: left;
}
.thumbContainercentre {
	border: 1px solid #000;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	clear: left;
	float: left;
}

.biopicContainer {
	float: left;
	margin: 0px 15px 4px 0px;
	border: 1px solid #000;
	clear: left;
}

h2.activitiesCampaigns {
	font-size: 1.3em;
	line-height: 1.3em;
}
#mainContent p, #mainContent h2, #mainContent h3 {
	padding-right: 10px;
}
#mainContent ul {
	margin-top: 0.8em;
}
#mainContent li {
	margin-right: 40px;
}

.sym_right_nav_bg {
	background-image: url(images/sym_header2.jpg);
	width: 287px;
}

.larger_title {
	font-size: 1.6em;
	padding-top: 4px;
	padding-left: 15px;
	
}

.smaller_title {
	padding-top: 2px;
	padding-left: 15px;
	font-size: 1.3em;
	
}


/* now in basic formatting
#mainContent h1, #mainContent h2, #mainContent h3, 
#mainContent h4, #mainContent h5, #mainContent p, 
#mainContent ul {
	padding-left: 20px;
	padding-right: 20px;
}
*/

