/*--------------------------------------------------------------------------------
 * Subpage EHS@SFU CSS template. Covers the page layout with in the containers defined in MAIN.CSS
 * Subnavigation, and subpage layout is defined here.
 * 
 *  Angelo Sozzi (asozzi at sfu dot ca)
 * V0.2  20.Dec.2006
 - Added the left 25px margin to the navcontainer instead of the links
-----------------------------------------------------------------------------------*/

/*** Subpage Navigation, now works in both IE and FF. ****************************************************/

#navcontainer {
 list-style: none;
 margin: 0px 0px 0px 25px;
 padding: 0px;
 border: none;
}
#navcontainer ul {
	list-style: none;
}

#navcontainer li {
 margin: 0;
}

#navcontainer li a {
 display: block;
 padding: 2px 5px 3px 5px;
 border-right: 3px solid #BCBCB4;  /*set same as background color*/
 color: #555555;
 text-decoration: none;
 width: 157px;/* try to use em in the final version so that IE 5 does not throw a fit */
/* total width must be as set in #navcontainer, 190-25px=170px=padding left+right & borders left+right + width=190px*/
 } 

#navcontainer li a:hover{
 border-right-color: #666666;
 background-color: #CDCDC7; /* Same as the left column */
 }
/* Move in the sublink by 6px*/
#navcontainer li li a{
	padding-left: 11px; /*+6px*/
	width:151px; /*-6px*/
	}
/* Move in the subsublink by another 4px*/
#navcontainer li li li a{
 padding-left: 17px; /* +6px*/
 width:155px; /*-6px*/
}

/* Fancy underlines for the first link. Use classe="homeLinks" on the rist <li> element*/
#navcontainer .homeLink {
 margin: 0 0 5px 0; /* IE fix otherwise borders collaps, set as below*/
}
#navcontainer .homeLink a {
margin: 0 0 5px 0;
background: url(../img/navcontainer_underline.gif) bottom left no-repeat;
}

/* Fancy underlines forSublinks. Use classe="homeLinks" on the sublink <li> element
Almost too much but who knows, eh?*/
#navcontainer .underhome {
 margin: 0 0 10px 0; /* IE fix otherwise borders collaps, set as below*/
}

#navcontainer .underhome a {
margin: 0 0 5px 0;
background: url(../img/navcontainer_underline.gif) bottom left no-repeat;
}

/*---------SFU breadcumbs and Page title directly copied from original------------*/
#breadcrumbs {
	padding: 135px 0 0 0;
}
#sideItems #breadcrumbs {
	/*padding-top: 10px;*/
	padding: 0;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
	padding-right: 0.45em;
}
#breadcrumbs ul, #breadcrumbs ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
#PageTitle {
	padding: 1.5em 0 1em 0;
}
#PageTitle, .title {
	text-transform: uppercase;
	color: #B5111A;
}
