@charset "UTF-8";

/* 
SSEA
ENGINEERING STUDENT RECRUITMENT + OUTREACH OFFICE
Faculty of Applied Science and Engineering
University of Toronto
Designer/Author: Mark Balson
Revision: 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, arial, verdana, serif;
	font-size: 10px;
	color: #343434;
	background: #eeeeee;
	}
	
/********** Header ************/

#headerContainer {
	height: 254px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	}

#headerInner {
	height: 254px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_bg.gif") no-repeat 0px 0px;
	}

#headerInner #left {
	height: 254px;
        width: 466px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#headerInner #right {
	height: 254px;
	width: 480px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	}

body#default #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_image_main.jpg") no-repeat 0px 14px;
}

body#details #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_image_details.jpg") no-repeat 0px 14px;
}

body#courses #headerInner #right,
body#level_100 #headerInner #right,
body#level_200 #headerInner #right,
body#level_300 #headerInner #right,
body#level_400 #headerInner #right,
body#level_500 #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_image_courses.jpg") no-repeat 0px 14px;
}

body#register #headerInner #right {
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_image_register.jpg") no-repeat 0px 14px;
}
	
h1 {
	height: 122px;
	width: 188px;
	padding: 0px 0px 0px 0px;
	margin: 39px 0px 0px 40px;
	font-size: 4.0em;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #000000;
	text-indent: -9000px;
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/header_wordmark.png") no-repeat 0px 0px ;
	}

/********** Main Menu ************/

#menu {
	height: 67px;
	/*width: 424px;*/
	padding: 0px 0px 0px 0px;
	margin: 29px 0px 0px 14px !important;
	margin: 26px 0px 0px 0px;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
	}
	
#menu ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	float: left;
	text-decoration: none;
	list-style: none;
	}
	
#menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: left; 
	}
		
#menu li a { 
	padding: 14px 14px 35px 14px;
	color: #ffffff;
	text-decoration: none;
        float: left; 
	line-height: 1.0em;
	}
	
#menu li a:hover { 
	color: #ffffff;
	background: #383838 url("http://enrichment.uoftengineering.com/workshops/_graphics/menu_bg.gif") repeat-x 0px 0px ;
	text-decoration:none;
	}

/** active page markers **/
	
body#details #menu li#details a, 
body#courses #menu li#courses a,
body#level_100 #menu li#courses a, 
body#level_200 #menu li#courses a, 
body#level_300 #menu li#courses a, 
body#level_400 #menu li#courses a, 
body#level_500 #menu li#courses a,  
body#register #menu li#register a
	{
color: #ffffff;
	background: #383838 url("http://enrichment.uoftengineering.com/workshops/_graphics/menu_bg.gif") repeat-x 0px 0px ;
	text-decoration:none;
	}
	

/********** Content ************/

#contentContainer {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#contentInner {
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
		
#contentBlock {
	min-height: 490px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	float: left;
	display: inline;
	}
	
#mainBlock {
	width: 640px;
	margin: 0px 26px 10px 0px !important;
	margin: 0px 0px 20px 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #343434;
	display: inline;
	}
	
p {
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #343434;
	clear:both;
	}
	
.boxPadding {
	float: left;
	padding: 35px 0px 5px 0px;
	}

h2  {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	color: #00aeef;
	}
	
h3  {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #00aeef;
	}

.alert {
	font-weight: bold;
	color: #ea7f00;
	}

.alert_ok {
	font-weight: bold;
	color: green;
	}

.flagarrow {
	background: url(http://enrichment.uoftengineering.com/ssea/_graphics/flag_arrow.gif) no-repeat;
	padding-left: 38px;
	height: 16px;
}
	
hr {
	height: 4px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	border: none;
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/hr_bg.gif") no-repeat 0px 0px;
	clear:both;
	overflow: hidden;
	}
	
#mainBlock a, 
#mainBlock a:link, 
#mainBlock a:visited, 
#mainBlock a:active{
	color: #00aeef;
	text-decoration:underline;
	}

#mainBlock a:hover {
	color: #ffffff;
	background-color: #00aeef;
	text-decoration: none;
	}
	
#mainBlock ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 30px;
	}
	
#mainBlock 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;
	}
	
.fallCourses {
	width: 640px;
	margin: 0px 0px 0px 0px;
	float:left;
	}
	
.springCourses {
	width: 640px;
	margin: 0px 0px 0px 0px;
	float:left;
	}
	
.courseUnit {
	width: 285px;
	margin: 0px 10px 10px 10px;
	float:left;
	}
	
.courseUnit p {
	font-size: 12px;
	}
	
.courseUnit h3 {
	margin: 0px 0px 10px 0px;
	}
	
.amCourses {
	margin: 10px 10px 10px 0px;
	padding: 30px 0px 0px 0px;
	float:left;
	background: #ffffff url("http://enrichment.uoftengineering.com/ssea/_graphics/tab_morning.gif") no-repeat top right ;
	}
	
.pmCourses {
	margin: 10px 0px 10px 0px;
	padding: 30px 0px 0px 0px;
	float:left;
	background: #dcdcdc url("http://enrichment.uoftengineering.com/ssea/_graphics/tab_afternoon.gif") no-repeat top right ;
	}

	
/********** Side Bar ************/

#subBlock {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: left;
	width: 280px;
	}
	
#subBlock h4  {
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #00aeef;
	background: url("http://enrichment.uoftengineering.com/ssea/_graphics/sidebar_line.gif") no-repeat 0px 0px ;
	}
	
#subBlock p {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	}

#subBlock ul {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 18px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	}
	
#subBlock a:link, 
#subBlock a:visited, 
#subBlock a:active {
	color: #00aeef;
	text-decoration:underline;
	}

#subBlock a:hover {
	color: #ffffff;
	background-color: #00aeef;
	text-decoration: none;
	}
	
/********** Footer ************/

#footerContainer {
	height: 104px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
	float: left;
	}

#footerInner {
	height: 81px;
	width: 946px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #252525 url("http://skulespace-core8.uoftengineering.com/_graphics/_css/footer_bg.png") no-repeat;
	}

#footerInner #left {
	height: 81px;
	width: 276px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
	
#footerInner #left img {
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 0px 20px;
	float: left;
	}

#footerInner #right {
	height: 81px;
	width: 646px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	}
	
#footerInner #bottom {
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 20px;
	float: left;
	color: #8d8d8d;
	font-size: 0.8em;
	}
	
/********** Footer Menu ************/

#menu_footer {
	padding: 0px 0px 0px 0px;
	margin: 30px 20px 0px 0px;
	float: right;
	font-size: 1.4em;
	font-weight: normal;
	color: #93eaf8;
	}
	
#menu_footer ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-decoration: none;
	list-style: none;
	}
	
#menu_footer li {
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: left; 
	}
		
#menu_footer li a { 
	padding: 0px 14px 0px 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}
	
#menu_footer li a:hover { 
	color: #ffffff;
	text-decoration: underline;
	}

.small {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	background: url("http://skulespace-core8.uoftengineering.com/_graphics/_css/hr_bg.gif") no-repeat bottom left;
	clear:both;
	}

