body {
	margin:0;
	padding:0;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
}

body#home {
	color:#000000;
}


h1,h2,h3,h4,h5,h6,ul,li,ol,form,select,input {
	padding:0;
	margin:0;
}

h4 {
	font-size:13px;
}


ul { list-style:none; }

ul li {
	background:url(/SunMedia/MultimediaTraining/Images/bullet.gif) no-repeat 0 6px;
	padding-left:10px;
}

img { border:0; }

a {
	text-decoration:none;
	color:#e6001d;
}
a.grey {
	text-decoration:none;
	color:#888877;
}

a:hover { text-decoration:underline; }

.imgBorder {
	border: 1px solid #d6d6d6;
	display:block;
}

.imgBorder img {
	margin:2px;
}

p {
	padding:0 0 10px 0;
	margin:0;
}

/*		GENERIC CLASSES		*/
	.margin			{ margin:10px; }
	.marginTop		{ margin-top:10px; }
	.marginRight	{ margin-right:10px; }
	.marginBottom	{ margin-bottom:10px; }
	.marginLeft		{ margin-left:10px; }
	.padding		{ padding:10px; }
	.paddingTop		{ padding-top:10px; }
	.paddingRight	{ padding-right:10px; }
	.paddingBottom	{ padding-bottom:10px; }
	.paddingLeft	{ padding-left:10px; }

	.left { float:left; }
	.right { float:right; }
	.textLeft { text-align:left; }
	.textRight { text-align:right; }
	.halfWidth { width:50%; }
	.bold { font-weight:bold; }
	
	a.fullStory {
		background:url(/SunMedia/MultimediaTraining/Images/bullet.gif) no-repeat 0 6px;
		padding-left:10px;
		font-weight:bold;
		display:block;
	}
	
	h3.arrowBorder {
		border-bottom:1px solid #888877;
		text-transform:uppercase;
		font-size:12px;
		line-height:16px;
		position:relative;
		height:12px;
	}
	
	h3.arrowBorder span {
		background:url(/SunMedia/MultimediaTraining/Images/channelbg.gif) no-repeat right center;
		padding:0 20px 0 5px;
		position:absolute;
		bottom:-1px;
		left:0;
		line-height:11px;
		color:#898989;
		text-decoration:none;
	}
	
	.storyLead {
		padding:10px 0 5px 0;
		background:url(/SunMedia/MultimediaTraining/Images/dotted_fade_down.gif) repeat-x bottom left;
	}
	
	.dottedFade {
		padding-bottom:10px;
		background:url(/SunMedia/MultimediaTraining/Images/dotted_fade_down.gif) repeat-x bottom left;
	}

	p.storyLead {
		padding-bottom:15px;
	}	
	
	.storyLead h4 {
		font-size:13px;
		padding-bottom:10px;
	}
	
	.storyLead.last {
		background:none;
	}
	
	.rightBox {
		border:1px solid #888877;
		border-top:0;
		padding:15px 10px;
	}

	.rightBox li {
		padding-bottom:5px;
	}	

	h3.sectTitle {
		text-transform:uppercase;
		font-size:15px;
		color:#555555;
		background:url(/SunMedia/MultimediaTraining/Images/dotted_fade_down.gif) repeat-x bottom left;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	
	.arrow {
	 background:url(/SunMedia/MultimediaTraining/Images/arrow_down.gif) right center no-repeat;
	 padding-right:15px;
	}
	
	.dropDownList h4 a {
		font-size:13px;
		color:#000000;
	}
	
	.dropDownList ul {
		display:none;
		padding-top:5px;
		margin-left:20px;
		font-weight:bold;
	}
	
	.dropDownList ul li{
		padding-bottom:5px;
	}

	.dropDownList {
		padding-bottom:10px;
	}	

/*		MAIN STRUCTURE		*/
	#mainContainer {
		width:788px;
		margin:0 auto;
		text-align:left;
		background:url(/SunMedia/MultimediaTraining/Images/bg_788x10.gif) repeat-y;
	}
		
	#mainInner {
		padding:0 4px 10px;
		background:url(/SunMedia/MultimediaTraining/Images/bottom.gif) repeat-x bottom left;
		
	}

	/*		TOP BAR		*/
		#topBar {
			height:23px;
			background-color:#000000;
			overflow:hidden;
			color:#ffffff;
			line-height:23px;
		}
		
		#topBar h1 {
			font-size:12px;
			line-height:20px;
			padding-left:40px;
		}
	
	/*		HEADER		*/
		#header {
			overflow:hidden;
			/*
                        text-indent:-1000px;
			background:url(http://www.sunmedia.ca/SunMedia/ban_sunmedia.gif);
			height:119px;
                        */
		}
	
	/*		MAIN NAV		*/
		#mainNav a:hover, #subNav a:hover {
			text-decoration:none;
		}
		
		ul#mainNav {
			background:url(/SunMedia/MultimediaTraining/Images/nav.gif) repeat-x;
			height:25px;
			overflow:hidden;
			line-height:25px;
			white-space:nowrap;
		}
		
		ul#mainNav li {
			float:left;
			text-transform:uppercase;
			background:url(/SunMedia/MultimediaTraining/Images/nav_divider.gif) no-repeat right center;
			_width:1px;
			padding:0;
		}
		
		ul#mainNav li.last {
			background:none;
		}
		
		ul#mainNav li a {
			overflow:hidden;
			display:block;
			padding:0 9px;
			height:25px;
			color:#FFFFFF;
			font-weight:bold;
			margin-left:-1px;
			margin-right:2px;
			position:relative;
		}
		
		ul#mainNav li a:hover,
		body#workshops ul#mainNav li#btn_workshops a,
		body#thebest ul#mainNav li#btn_thebest a,
		body#tips ul#mainNav li#btn_tips a,
		body#resources ul#mainNav li#btn_resources a,
		body#about ul#mainNav li#btn_about a,
		body#feedback ul#mainNav li#btn_feedback a
		{
			background:url(/SunMedia/MultimediaTraining/Images/nav.gif) repeat-x 0 -25px;
		}
		
		ul#mainNav li.home a {
			display:block;
			width:40px;
			height:25px;
			background:url(/SunMedia/MultimediaTraining/Images/but_home.gif) 0 0;
			text-indent:-1000px;
			overflow:hidden;
			padding:0;
			margin:0;
		}
	
		ul#mainNav li.home a:hover,
		body#home ul#mainNav li#btn_home a 
		{
			background:url(/SunMedia/MultimediaTraining/Images/but_home.gif) 0 25px;
		}

	/*		LOWER CONTENT		*/
		#lowerContent {
			padding:20px 10px 20px 15px;
		}
		
		/*		LEFT COLUMN		*/
			#leftColumn {
				width:400px;
				float:left;
			}

			/*		HOMEPAGE		*/
				#topStory {
					padding-bottom:20px;
				}
				
				#topStory a.imgBorder img {
					width:180px;
					height:52px;
				}
				
				#topStory a.imgBorder {
					width:184px;
					height:56px;
					float:left;
				}
				
				#topStory div.right {
					width:300px;
				}				
				#topStory h3 {
					font-size:22px;
					padding-bottom:15px;
				}

			/*		STORY PAGE		*/
				#story {
					color:#000000;
				}
				
				#story h3 {
					font-size:22px;
					padding-bottom:15px;
				}
				
				#story .imageBox {
					color:#555555;
					float:right;
					/*width:248px;*/
					margin:0 0 10px 10px;
				}
				
				#story .imageBox p {
					padding:0;
				}
				
				#story .imageBox img {
					/*width:248px;
					height:187px;*/
				}
				
				p.storyFooter {
					clear:both;
					background:url(/SunMedia/MultimediaTraining/Images/dotted_fade_down.gif) repeat-x top left;
					padding-top:8px;
					text-transform:uppercase;
					font-weight:bold;
				}
				
				#commentbox {
					display:none;
				}

			/*		FEEDBACK		*/
				form#feedback label {
					display:block;
					float:left;
					width:170px;
				}
				
				form#feedback input {
					width:200px;
				}
				
				form#feedback input, form#feedback textarea {
					float:left;
				}
				
				form#feedback div {
					margin-bottom:5px;
				}
				
				form#feedback input.submitBtn {
					text-transform:uppercase;
					width:60px;
					margin-left:292px;
				}
				
			/*		INDUSTRY WATCH		*/
				body#industrywatch .storyLead {
					margin-left:55px;
				}
	
				.industryWatch {
					display:block;
					height:67px;
					width:170px;
					text-indent:-1000px;
					overflow:hidden;
					background:url(../Images/industrywatch.gif) no-repeat;
					margin-bottom:20px;
				}
			
			/*		THE BEST		*/
				.imgStory {
					float:left;
					width:215px;
					position:relative;
					height:170px;
				}
				
				.imgStory a, .imgStory a:hover {
					/*cursor:pointer;*/
					text-decoration:none;
					color:#000000;
					display:block;
					position:absolute;
					top:0;
					padding-top:143px;
					width:215px;
					font-size:12px;
					line-height:18px;
					background-image:url(http://www.canoe.ca/Canoe/CanoeClassic/Images/invisible.gif); /* Yet another IE hack */
				}
							
				.imgStory.marginRight{
					margin-right:37px;
				}
				
				.imgStory h4 {
					line-height:normal;
					font-size:10px;
					text-transform:uppercase;
					font-weight:normal;
					color:#888877;
				}
				
				.imgStory h5 {
					font-size:13px;
					color:#888877;
					margin-bottom:2px;
				}
				
				#imgStories .imgBorder img {
					width:210px;
					height:106px;
				}
				
				#imgStories .imgBorder {
					width:214px;
					height:110px;
				}
		
		/*		RIGHT COLUMN		*/
			#rightColumn {
				float:right;
				width:340px;
			}
			
			/*		HOMEPAGE		*/
				#industryWatch {
					border:1px solid #888877;
					border-top:none;
					position:relative;
					padding:90px 0 5px 0;
				}
				
				#industryWatch h3 {
					position:absolute;
					top:0;
					left:-1px;
					width:240px;
					height:85px;
					text-indent:-1000px;
					overflow:hidden;
					background:url(/SunMedia/MultimediaTraining/Images/iw_home.gif) top left no-repeat;
				}
				
				#industryWatch h4 {
					font-size:13px;
				}
		/*		FOOTER		*/				
			#footer ul.hList li {
				display:inline;
				float:none;
				background:none;
				border-right:1px solid #000000;
				background:transparent none repeat scroll 0%;
				font-size:11px;
				line-height:11px;
				padding:0pt 0px 0 4px;	
			}
			#footer { width:100%; text-align:center; }
			#footer ul li.last {
				border-right:none;
			}		
	
		/*		LOGO PAGE	*/					
			.logoPage .contContain { padding:0 30px 0 30px; }
			.logoPage .boxes { 
				width:340px;
			}
			.logoPage .boxes div {
				padding-bottom:50px;	
				font-weight:bold;
			}
			.logoPage .boxes div a { font-weight:normal; padding-left:10px;} 
			.logoPage .downLinkContain ul li {
				list-style-type: none;
				margin:0;
				padding:0;
				color:#000000;
			}
			.logoPage .logoContain { 	padding-top:30px; }
			.logoPage .downLinkContain { padding-top:65px; }
			.logoPage .waiting { 
				color:#999999;
				cursor:default;
			}
			.logoPage .downLinkContain .waiting:hover {text-decoration:none}
	
/*		FIXES		*/
	/* Fix's containers not clearing inner floats in firefox */
	.clearIt:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	html .clearIt {
		height: 1%;
	}		
	.homeLogo {
		display:block; 
                width:780px; 
                text-indent:-1000px; 
                height:119px; 
                background:url(http://www.sunmedia.ca/SunMedia/ban_sunmedia.gif);
	`}
