/*	background-color: #f1f1f2;		/* background taken from Logo */
/*	color:  #0069aa;						/* PsyBC Blue */
/*	color: #66667d;						/* PsyBC gray  */
/* color: #e6e7e8;						/* PsyBC border gray  and TAB background */
	
body
	{
	font-size: 101%;
	background-color: #f1f1f2;	
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

#page
	{
	font-size: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	text-align: left;
	width: 1024px;
	background-color: #eeeeee;
	}
 	
 	
#main
	{
	font-size: 1em;
	vertical-align: top;
	width: 100%;	
	background-color: #f1f1f2;	/* background taken from Logo */
	}
	
#login
	{
	margin-top: 6px;
	width: 16em;
	float: right;
	}

#login p, #login a
	{
	font-size: 1em;
	margin: 0;
	text-align: left;
	color: #0069aa; /* PsyBC Blue */
	text-decoration: underline;
	line-height: 1.3;
	}

#login a:hover
	{
	color: #66667d; /* PsyBC gray */
	text-decoration:none;
	}

#top
	{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding:0;
	width: 100%;
	}
			
#nav
	{
	vertical-align: top;
	}

/* ----------- */
	
#featured-container
	{
	float: right;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	width: 33.9em;	
	}

#featured 
	{
	color: #66667d;						/* PsyBC gray  */		
	background-color: #f1f1f1;	/* background taken from Logo */	
	background-color: transparent;
	font-size: 1.2em;
	padding: 1em;
	margin-right: 4.5em;
	border: 1px solid #D9D9D9;
	}

#featured ul
	{
	color: #0033ff;						/* Dark Blue */
	color: #66667d;						/* PsyBC gray  */					
	font-size: 1em;
	text-align: left;
	}

#featured li
	{
	color: #0033ff;						/* Dark Blue */
	color: #66667d;						/* PsyBC gray  */					
	font-size: 1em;
	text-align: left;
	}
		
#featured a 
	{
	color:  #0069aa;						/* PsyBC Blue */
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	}

#featured a:hover 
	{
	color: #66667d;						/* PsyBC gray  */
	text-decoration: underline;	
	}
	
/*-----------------*/
			
#footer
	{
	margin: 0;
	padding: .5em;
	background-color: #f1f1f2;	/* background taken from Logo */
	}

#footer p
	{
	color: #0069aa;
	font-size: .8em;
	text-align: center;
	}

.clear
	{
	clear: both;
	}
	
/*-------- images ---- */

img
	{
	border: none ! important;
	margin: 1em;
	}
			
img.floatL
	{ 
	float: left;
	} 

img.floatLM
	{ 
	float: left;
	vertical-align: middle;
	} 
	
img.floatLT
	{ 
	float: left;
	vertical-align: top;
	} 
	
img.floatR
	{ 
	float: right;
	} 

/* ============================================= */
/* ------======  Begin main navigation Menu ====== ------- */

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	font-size: 1.2em;
	z-index: 10;

	left: 12.1em;	/*  */
	
	text-align: left;
	}

#menuv a
	{
	display:block;						
	padding-top: .9em;						/* expands menu box vertically*/
	padding-bottom: .9em;
	padding-left: .5em;
	white-space:nowrap;
	text-decoration: none;
	border: 1px solid #ffffff;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #4a4a4a;							/* accessible gray */	
	color: #66667d;							/* PsyBC gray  */
	text-decoration:none;				     /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	/* nothing */
	}
	
#menuv a.child, #menuv a.child:hover 	
	{
	padding-top: .45em;						/* expands sub-menu box vertically*/
	padding-bottom: .45em;
	}
	
#menuv a:hover		             /* all menus on mouse-over */
	{
	color: #00395c;						/* accessible blue */
	color:  #0069aa;						/* PsyBC Blue */
	}

#menuv a.parent		 /* all parent menus on mouse-over */
	{
	padding:.75em;	
	}
		
#menuv a.parent:hover 		 /* all parent menus on mouse-over */
	{
	color: #00395c;						/* accessible blue */
	color:  #0069aa;						/* PsyBC Blue */
	border: 1px solid #66667d;			/* PsyBC gray  */
	border-left: 1px solid #ffffff;
	background-color: #eeeeee;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 12.1em;			/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul		/* SUB MENUS */
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 12.2em;			      /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	border: 1px solid #66667d;			/* PsyBC gray  */
	background-color: #eeeeee;		/* <-- required for mouseover -- otherwise it will hold only for the text */
	}

/* End main navigation Menu */

/* ===== bottom navigation  === */

#botnav-container
	{
	padding-top: 1em;
	text-align: center;
	}
	
#botnav 
	{ 
	display: inline;
	font-size: 0.8em;
	padding-top: 5px;
	} 

#botnav a 								/* at rest */
	{ 
	text-decoration: none;
	color:  #0069aa;					/* PsyBC Blue */
	padding-right: 2em;
	padding-left: 2em;
	} 

#botnav a:hover 						/* on mouseover */
	{
	color: #66667d; 					/* PsyBC gray */
	text-decoration: underline;
	} 
