/* 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 auto;
	padding: 0;
	background-color: #FFFFFF;
	font: normal 76%/1.35em Helvetica, sans-serif;
	text-align: center; /* to centre content in IE */
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	}

/* 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 1.3em/1.2em Helvetica, Sans-serif;
	color: #1E3C78;
	background: transparent url("images/bg_header.jpg");
	margin-bottom: 0.2em;
	margin-top: .2em;
	}
h2 {
	padding-top: 0.8em;
	padding-bottom: 0.2em;
	font: bold 1.2em/1.2em Helvetica, Sans-serif;
	color: #666666;
	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 1em/1.2em Helvetica, sans-serif;
	padding-top: 1.2em;
	padding-bottom: 0.2em;
	color: #3563AC;
	}	
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;
	padding-right: 10px;
}
.floatRight {
	float: right;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol {
	margin-left: 3em;
	}
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;
}

/***********************************************************************/
/* ------------ Default Linking Styles ------------ */
/***********************************************************************/

a {
	text-decoration: underline;
	color: #0066CC;
	}
a:link, a:visited {
	color: #0066CC;
	}
a:hover {
	color: #666666;
	}
a:active {
	color: #666666;
	}

/***********************************************************************/
/* ------------ Positioning Divs ------------ */
/***********************************************************************/

div, div div, div div div {
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 815px;
	background: transparent url(images/container_bg.jpg) repeat-y;
}

#containerEmail {
	width: 520px;
	background: transparent url("images/bg_container.gif") repeat-y;
}

#masthead {
	height: 90px;
	width: 815px;
	background-image: url(images/masthead.jpg);
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	}

#mainNav {
	height: 38px;
	width: 815px;
	float: left;
	background-image: url(images/nav1_bg.jpg);
	text-align: left;
	}

#splash { /* homeage only, can place flash here */
	height: 180px;
	width: 815px;
	background: transparent url("images/bg_splash.jpg") no-repeat;
}

#sectionHeader {
	height: 60px;
	width: 815px;
	padding-left: 260px;
}



#wrapper { /* this can add left padding to the main text area*/
	width: 815px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/wrapper_bg.jpg);
}
#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: 190px;
	float: left;
	margin-left: 40px;
	}
#mainContent {
	/* keep IE 3px bug in mind*/
	width: 800px;
	float: left;
	margin-left: 10px;
}

#mainContentEmail {
	/*margin-right: 15px;*/
	background: transparent url("images/bg_watermark.gif") no-repeat bottom right;
	width: 500px;
}

#footer {
	height: 63px;
	width: 815px; /* needed for short content */
	background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	}

/***********************************************************************/
/* ------------------- 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 with dropdown  ------------------- */ 
/***********************************************************************/

/* -------  width of all of nav1  ------ */
#nav, #nav ul {
	float: left;
	width: 52em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 6em;
	text-decoration: none;
	padding: 0.25em 1em;
	color: #000000;
	text-align: center;
}

#nav a.daddy {
	text-align: left;
}

#nav li { /* -------  width individual nav1 top ------ */
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {  /* -------  drop down cell style  ------ */ 
	width: 10em;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}


 /* -------  css for the hover  ------ */ 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

 /* -------  css for the hover  ------ */ 
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

 /* -------  colour of rollover ------ */ 
 
#nav li:hover, #nav li.sfhover {
	background: #CCCCCC;
}



/* ------------------- footer nav ------------------- */


/* -------  width of all of nav1  ------ */
#footernav, #footernav ul {
	list-style: none;
	line-height: 1;
	color: #666666;
	float: right;
	width: 42em;
}

#footernav a {
	display: block;
	text-decoration: none;
	padding: 0.25em 1em;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
}

#footernav a.daddy {
}

#footernav li { /* -------  width individual nav1 top ------ */
	float: left;
	padding: 0;
}




 /* -------  css for the hover  ------ */ 

#footernav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

 /* -------  colour of rollover ------ */ 
 
#footernav li:hover, #nav li.sfhover {
	background: #CCCCCC;
}




/* ------------------- extra old nav ------------------- */

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;
	}
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;
}
h2.activitiesCampaigns {
	font-size: 1.3em;
	line-height: 1.3em;
	padding-top: 1.5em;
}
#mainContent p, #mainContent h2, #mainContent h3 {
	padding-right: 30px;
}
#mainContent ul {
	margin-top: 0.8em;
}
#mainContent li {
	margin-right: 40px;
}

.sym_right_nav_bg {
	background-image: url(images/sym_header2.jpg);
	width: 287px;
}

/* now in basic formatting
#mainContent h1, #mainContent h2, #mainContent h3, 
#mainContent h4, #mainContent h5, #mainContent p, 
#mainContent ul {
	padding-left: 20px;
	padding-right: 20px;
}
*/
