/********************** RISCU SITE SPECIFIC CSS **********************/
/*********** MODIFIED TO ID4 THUR, MAR 18, 2004 - KM ***************/
/********************** 26 SEPTEMBER 2003 - JM **********************/

/********************** GLOBAL MARKUP (contains headings) **********************/

body { color: black;}
h1 {
	color: #347295;
}

h2 {
	color: #347295;
}

h3 {
	color: #347295;
}

h4 {
	color: #7FAFB1;
}

h5 {
	color: #7FAFB1;
}

h6 {
	color: #7FAFB1;
}

/* DEPARTMENT BAR */

#departmentBar {
	background-color: #7EAEB0;
}


/*LEFT NAV BAR*/


#outerNavigation, .navigationBackground {
	background-color: #97C486;
}

#navigation .rtop *,
#navigation .rbottom *,
#navigation div
{
background-color: #3D848A;
}

#navigation .selected div
{
color: #3D848A;
}

#navigation li.selectedSection div,
#navigation li.selectedSection .rtop *,
#navigation li.selectedSection .rbottom *,
#navigation li.selectedSection ul
{
 background-color: #7EAEB0;
 }
 
#navigation .submenu li.selected div.children .rtop *,
#navigation .submenu li.selected div.children .rbottom *,
#navigation .submenu li.selected div.children ul
 {
 background-color: #C2DBBC;
 }
 
	/* Section links */
	#navigation li a:link,
	#navigation li a:visited
	{
	color: #ffffff;
}

/* selected section link */
#navigation .selectedSection a:link,
#navigation .selectedSection a:visited
 {
	color: white;
	}
	
	/* page children links */
	#navigation .children a:link,
	#navigation .children a:visited
	{
	color: #74060A;
	}
	#main #navigation li a:link:hover, #main #navigation li a:visited:hover { color: white; }
	#main #navigation .selectedSection a:link:hover, #main #navigation .selectedSection a:visited:hover {color: white;}
	#main #navigation .children a:link:hover, #main #navigation .children a:visited:hover {color: #660066;} 
	#outerNavigation {
	background-image: url(bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* tweak repeat and position depending on how well image will tile */
	}
	/* enough padding to give space for the bottom image. You can make this amount less, if you want it to underlap the menus for an interesting effect*/
	#navigation {
	padding-bottom: 150px;
	}
	

/********************** MAIN BODY, RIGHT SITE, FOOTER LINES**********************/

#pageTitle, #footercontent {
border-color: #6F5AA0
}

/********************** END OF RISCU SITE SPECIFIC CSS**********************/



