/* CSS Document */

/*blue theme*/

h2, a {
	color:#00204e;
}

a:hover{
	color: #63849c;
}



.blueTxt{
	border-bottom:1px solid #00204e;
}



/*
-------------------------------------------------------------------------------------------------- */

/* Left Navigation
-------------------------------------------------------------------------------------------------- */

/* 

	#container statements override the generic (blue) top level background color for the left navigation. 
	please use the same size image for the background image, so it coveres the area entirely on the horizontal
	
	
*/


#container { background:
#fff url(../images/nav_border_1.gif) top left repeat-y;} /* your own color and image for navigation should be replaced on this line */

/* page indicator */



#about_pg a#about,

#chairMsgPg a#department,
#memo_pg a#department,
#job_pg a#department,
#technology_pg a#department,
#galleryPg a#department,

#staffPg a#people,
#gradFacultyPg a#people,
#crossAppPg a#people,
#adjunctProfPg a#people,
#lecturerPg a#people,
#faculty_pg a#people,

#research_pg a#research,

#future_pg a#graduate,
#current_pg a#graduate,
#newgradPg a#graduate,

#proStudentsPg a#undergraduate,
#curStudentsPg a#undergraduate,
#partnershipPg a#undergraduate,

#chem_pg a#undergraduate,
#chemPrgm_pg a#undergraduate,
#chemLab_pg a#undergraduate,
#chemFclty_pg a#undergraduate,
#chemcrs_pg a#undergraduate,

#environSci_pg a#undergraduate,
#enviCrs_pg a#undergraduate,
#enviPrgm_pg a#undergraduate,
#enviFclty_pg a#undergraduate,


#physicAstro_pg a#undergraduate,
#physCrs_pg a#undergraduate,
#physFclty_pg  a#undergraduate,

#other_pg a#academic,
#current_pg a#current,
#future_pg a#future,
#gradStudy_pg a#grad

{
	background: url(../images/butt_over_0.gif) center left repeat-x;
	font-weight:700;
	color: #00204e;
	border-bottom:1px solid #d5dee9;
}

/* sub navigation indicator from the sub naved page */

#faculty_pg a#faculty,


#chem_pg a#chemistry_home,
#chemPrgm_pg a#chemistry_home,
#chemLab_pg a#chemistry_home,
#chemFclty_pg a#chemistry_home,
#chemcrs_pg a#chemistry_home,

#environSci_pg a#environ_home,
#enviCrs_pg a#environ_home,
#enviPrgm_pg a#environ_home,
#enviFclty_pg a#environ_home,

#physicAstro_pg a#phys_home,
#physCrs_pg a#phys_home,
#physFclty_pg  a#phys_home,

#staffPg a#staff,
#emeritiPg a#emeriti,
#crossAppPg a#cross_app,
#adjunctProfPg a#adjunct_prof,
#lecturerPg a#adjunct_lect,

#future_pg a#gradPros,
#current_pg a#gradCurr,
#newgradPg a#newStud,

#proStudentsPg a#undergradPros,
#curStudentsPg a#undergradCurr,
#partnershipPg a#partnership,

#technology_pg  a#technology,
#other_pg a#programs_home,
#partnershipPg a#partnership,
#chairMsgPg a#messages,
#memo_pg a#memos,
#job_pg a#jobOpp,
#technology_pg a#tech,
#galleryPg a#gallery


{
	font-weight:700;
	background: #fff url(../images/sub_bg_0.gif) center left no-repeat;
	
}


#home_pg a#home, .glossymenu a#home {background:url('../images/home_btn_a.png') no-repeat 60px 5px; }
#home_pg a#home:hover, .glossymenu #home:hover {background:#94BA26 url(http://www.utsc.utoronto.ca/_includes11/images/home_btn_v_hover.png) no-repeat 60px 5px;}
#home_pg  a#home {background:#94BA26 url('http://www.utsc.utoronto.ca/_includes11/images/home_btn_v_hover.png') no-repeat 60px 5px; font-weight:bold; color:#fff;}


a#dpes_twitter  {background:url('../images/twitter.png') 180px center no-repeat;}
#dpes_twitter:hover  {background:#94BA26 url('../images/twitter.png') 180px center no-repeat;}


a#conference,a#nserc  {background:#94ba26; padding: 10px; font-size: 13px; margin:10px 0 0 10px; width:165px; color:#00204e; border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; font-weight:bold;}

a#climateLabBtn {background:#002554 url('../images/climateLab_btn.png') no-repeat 10px 10px; 
width: 85px; 
height:44px; 
padding: 10px 10px 10px 90px;
 margin:10px 0 0 10px; 
 display:block;border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; color:#fff;font-weight:bold;}

/*#conference:hover {background:#00204e; color:#94ba26; }*/

#mainNavBar {margin:20px 0 20px 0;}
#mainNavBar ul  {margin-left: -10px;}
#mainNavBar ul  li {display: inline;}
#mainNavBar ul  li a {background: #94ba26; padding: 5px; text-decoration:none; border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; }

#mainNavBar ul  li a:hover {text-decoration: underline; color:#00204e;font-weight:bold; }

.glossymenu a { color: #00204e; }

.glossymenu a:visited, .glossymenu a:active { color: #00204e; }


.glossymenu a:hover {
	background:#94BA26;
	font-weight:700;
	color: #00204e;
	border-bottom:1px solid #d5dee9;
}


.glossymenu div.submenu ul li a { background: #fff url(../images/sub_bg_0.gif) center left no-repeat;}

.glossymenu div.submenu ul li a:hover{
	font-weight:700;
	color: #00204e;
}






