@charset "UTF-8";

/* 
Nano Engineering
Faculty of Applied Science and Engineering
University of Toronto
Designers/Authors: Raj Grainger/Mark Balson
Version: 1.0

The general layout for this site consists of three main section 
containers that span the width of the screen. Within this each 
has a inner container to properly center it's contents and apply
a fixed width.
--------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: helvetica neue, helvetica, arial, verdana, serif;
	font-size: 12px;
	line-height: 1.33333em;
	color: #000000;
	background: #ffffff;
	}
	
/********** Header ************/

#headerContainer {
	height: 368px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	}

#headerInner {
	height: 368px;
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
	
headerFloat {
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
	
#nano_logo {
	position: absolute;
	z-index: 1;
	float: left;
	}
	
#search {
	height: 48px;
	width: 975px;
	float: left;
	}
	
#search span {
	width: 640px;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	}
	
#search p {
	width: 290px;
	padding: 12px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
	float: left;
	}
	
#search input {
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	}

#headerInner #left {
	position: absolute;
	height: 321px;
	width: 640px;
	padding: 0px 0px 0px 0px;
	margin: 48px 0px 0px 15px !important;
	margin: 0px 0px 0px 15px;
	float: left;
	}
	
#headerInner #right {
	height: 321px;
	width: 305px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px !important;
	margin: 0px 8px 0px 0px;
	float: right;
	background-color: #f3e800;
	}
	
#right #newsFeed {
	height: 172px;
	width: 305px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	}
	
#newsFeed h3  {	
	font-size: 16px;
	font-weight: normal;	
	line-height: 1em;
	padding: 14px 0px 8px 0px;
	margin: 0px 16px 0px 16px;
	border-bottom: 1px solid #ffffff;
	}
	
#newsFeed h3 img  {	
	padding: 0 0 0 0;
	margin: 0px 0px 0px 8px;
	}
	
#newsFeed p  {	
	padding: 0 0 0 0;
	margin: 8px 16px 8px 16px;
	font-size: 1em;
	}
	
#newsFeed a, 
#newsFeed a:link, 
#newsFeed a:visited, 
#newsFeed a:active {
	color: #000000;
	text-decoration: none;
	}

#newsFeed a:hover {
	text-decoration: underline;
	}
	
body#default #headerInner #left {
	background: #ccc url("http://nano.uoftengineering.com/_graphics/main_image.jpg") no-repeat 0px 0px;
	}

body#people #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image2.jpg") no-repeat 0px 0px;
	}

body#facilities #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image3.jpg") no-repeat 0px 0px;
}

body#test #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image4.jpg") no-repeat 0px 0px;
}

body#academic #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image4.jpg") no-repeat 0px 0px;
	}

body#search_results #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image.jpg") no-repeat 0px 0px;
	}
	
body#news #headerInner #left {
	background: url("http://nano.uoftengineering.com/_graphics/main_image.jpg") no-repeat 0px 0px;
	}
	
h1 {
	height: 57px;
	width: 391px;
	padding: 0px 0px 0px 0px;
	margin: 140px 0px 0px 41px;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	color: #000000;
	text-indent: -9000px;
	background: url("http://enrichment.uoftengineering.com/workshops/_graphics/header_wordmark.png") no-repeat 0px 0px ;
	}
	
/********** Main Menu & Side Bar ************/

#sidebar {
	width: 225px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px !important;
	margin: 0px 0px 0px 8px;
	background-color: #f3efef;
	float: left;
	}

#menu {
	width: 225px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
	}
	
/* Vertical Accordion */
		
h4.accordion_toggle {
	width: 195px;
	margin: 0 0 0px 0;
	padding: 15px 15px 14px 15px;
	display: block;
	background: #f3efef;
	outline: none;
	cursor: pointer;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1px solid #d4d3d3;
}
		
h4.accordion_toggle_active {
	background:  #00ccff;
	color: #000000;
	border-bottom: 1px solid #d4d3d3;
}

.accordion_content {
	background-color: #00ccff;
	color: #ffffff;
	overflow: hidden;
}

.accordion_content ul {
	list-style: none;
	margin: 16px 0 0 16px;
	padding: 0px 0px 0px 0px;
}

.accordion_content li {
	font-size: 14px;
	margin: 0 0 16px 16px;
	padding: 0px 0px 0px 0px;
}

.accordion_content ul.subList {
	list-style: none;
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
}

.accordion_content ul.subList li {
	font-size: 12px;
	margin: 0 0 0 16px;
	padding: 0px 0px 0px 0px;
}

.accordion_content a, 
.accordion_content a:link, 
.accordion_content a:visited, 
.accordion_content a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

.accordion_content a:hover {
	text-decoration: underline;
	}

	
/** active page markers **/
	
body#instructors #menu li#instructors a, 
body#courses #menu li#courses a, 
body#registration #menu li#registration a
	{
	color: #ffffff;
	text-decoration:none;
	}
	
#contactInfo {
	width: 195px;
	margin: 16px 0 0px 15px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	float:left;
	}
	
#contactInfo h2 {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	}
	
#contactInfo p {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	}
	
#contactInfo a, 
#contactInfo a:link, 
#contactInfo a:visited, 
#contactInfo a:active{
	color: #00ccff;
	text-decoration:underline;
	}

#contactInfo a:hover {
	color: #ffffff;
	background-color: #00ccff;
	text-decoration: none;
	}

	

/********** Content ************/

#contentHead {
	width: 705px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("http://nano.uoftengineering.com/_graphics/content_head.gif") repeat-x 0px 0px;
	float: left;
	}

#contentContainer {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url("http://nano.uoftengineering.com/_graphics/content_bg.gif") repeat-y top center;
	}

#contentInner {
	width: 975px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
		
#contentBlock {
	width: 705px;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px; 
	float: left;
	display: inline;
	}
	
#mainBlock {
	width: 385px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #343434;
	display: inline;
	}
		
p, blockquote, pre, td, th, label {
	padding: 0 0 0 0;
	margin: 0 0 1.3333333333333333em 0;
	font-size: 1em;
	line-height: 1.3333333333333333em;
}

.small {
	padding: 0 0 0 0;
	margin: 0 0 1.6em 0;
	font-size: 0.8333333333333334em;
	line-height: 1.6em;
}

.noleading {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
.boxPadding {
	float: left;
	padding: 16px 0px 16px 0px;
	}

h2  {
	padding: 0 0 0 0;
	margin: 0 0 0.8em 0;
	font-size: 1.66667em;
	line-height: 0.8em;
	color: #00ccff;
	}
	
h3  {
	padding: 0 0 0 0;
	margin: 0 0 0.8888888888888888em 0;
	font-size: 1.5em;
	line-height: 0.8888888888888888em;
	}
	
h4  {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	font-size: 1.3333333333333333em;
	line-height: 1em;
	}
	
h5 {
	padding: 0 0 0 0;
	margin: 0 0 1.1428571428571428em 0;
	font-size: 1.1666666666666667em;
	line-height: 1.1428571428571428em;
}

table {
	margin: 0 0 1.3333333333333333em 0;
}
	
#contentBlock a, 
#contentBlock a:link, 
#contentBlock a:visited, 
#contentBlock a:active{
	color: #00ccff;
	text-decoration:underline;
	}

#contentBlock a:hover {
	color: #ffffff;
	background-color: #00ccff;
	text-decoration: none;
	}
	
#contentBlock ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 30px;
	}
	
#contentBlock li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	font-size: 1.0em;
	}
	
.block {
	padding: 14px 14px 14px 14px;
	margin: 5px 0px 0px 0px;
	background: #f8f8f8;
	font-size: 12px;
	}
	
.block p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	}

.highlight {
	color: #00aeef;
	font-weight: normal;
	}
	
blockquote {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: normal;
	background: url("http://nano.uoftengineering.com/_graphics/blockquote.gif") no-repeat 0 0 ;
	}
	
.contentColumn {
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 38px;
	float: left;
	}

	
/********** Sub Content Area ************/

#subBlock {
	padding: 0px 0px 0px 0px;
	margin: 32px 0px 0px 15px;
	float: right;
	text-align: left;
	width: 305px;
	}
	
#subBlock img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 0px;
	}
	
	
/********** Footer ************/

#footerContainer {
	height: 111px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	float: left;
	}

#footerInner {
	height: 111px;
	width: 945px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #00204e;
	}

#footerInner #left {
	height: 111px;
	width: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
	
#footerInner #right {
	height: 111px;
	width: 705px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	float: right;
	}
	
#footerInner #right #rightUpper {
	height: 95px;
	width: 705px;
	float: right;
	}
	
#footerInner #right #rightUpper p {
	margin: 55px 0 1.1428571428571428em 0;
	font-size: 1.1666666666666667em;
	line-height: 1.1428571428571428em;
	color: #00ccff;
	}
	
#footerBottom {
	width: 945px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	}
	
#footerBottom p {
	padding: 0 0 0 0;
	margin: 1em 0 1.6em 240px;
	font-size: 0.8333333333333334em;
	line-height: 1.6em;
	color: #333333;
	}