/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
=================================================================================================
Large Font CSS file for www.wcrf-fr.org / Created by: Lorraine Humm lorraine@divine-creations.com
=================================================================================================
*/

@import url("global.css");
@import url("navMulti.css");


body {
	font-size: 1.1em;
    }

/*-- POSITIONAL ELEMENTS --*/    
	
.mastRight {
	/*width: 400px;*/
    }
	
/*-- HOMEPAGE PORTALS --*/

.portal {
	height: 220px;
	}
	
/*-- STYLE SWITCHERS --*/

#globalswitchers p, #globalswitchers ul li a {
	font-size: 0.7em;
	line-height: normal;
	}
	
/* NAV MODIFICATIONS --*/
	
#nav a {
	padding: 0px 3px 0px 3px;
	height: 40px;
	font-size: 0.8em;
	}
#nav ul li a.aqua {
	background: url(../images/nav/tab_aqua.gif) top right no-repeat;
	}
#nav ul li a.red {
	background: url(../images/nav/tab_red.gif) top right no-repeat;
	}
#nav ul li a.green {
	background: url(../images/nav/tab_green.gif) top right no-repeat;
	}
#nav ul li a.yellow {
	background: url(../images/nav/tab_yellow.gif) top right no-repeat;
	padding: 0px 3px 0px 3px;
	height: 40px;
	}
#nav ul li a.orange {
	background: url(../images/nav/tab_orange.gif) top right no-repeat;
	padding: 0px 3px 0px 3px;
	height: 40px;
	}
#nav ul li a.blue {
	width: 154px;
	background: url(../images/nav/tab_blue.gif) top left no-repeat;
	}
/* GENERIC HOVER CLASS FOR GLOBAL NAV */
	
#nav ul li a:hover {
	background-position: 100% -40px;
	}
#nav ul li a#selected {
	background-position: 100% -80px;
	}
	
#subnav ul li a {
	width: 170px; /*190*/
	padding: 6px 0 6px 20px;
	}
#sitenav ul li a {
	width: 170px; /*190*/
	padding: 6px 0 6px 20px;
	}

