﻿/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../Images/blue_tile2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
h1, h2, h3, h4 {
	margin: 5px 0px;
	font-size: 18px;
	font-weight: normal;	
	color: #000000;
}
hr {
	border: 0;
	border: 1px solid #999999;
	height: 1px;
	margin: 10px 0px;
}
p {
	line-height: 1.5em;
}
img {
	border-style: none;
}
a, a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active {
	color: #7ABBEB;
	text-decoration: nong;
}
a.box, a.box:link, a.box:visited {
	color: #000;
	text-decoration: none;
}
a.box:hover, a.box:active {
	color: #FF6600;
	text-decoration: none;
}
.clear {
	clear: both;
	line-height: 0px; 
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/* My CSS Style*/
.mainframe {
	width: 780px;
	height: auto;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}
.header {
	width: auto;
	height: 100px;
	background-image: url(../Images/topbg.jpg);
	background-repeat: no-repeat;
}
#lang {
	position: absolute;
	margin-left:560px;
	margin-top: 80px;
}
#lang ul {
	width: 250px;
	list-style: none;
	display: inline;
	}

#lang li {
	height: 20px;
	float: left;
	display: block;
	margin:0;
	padding:0;
}
#eng, #chn, #esp, #fre, #kor {
	width: 50px;
	height: 20px;
	float: left;
} 
#eng { background-image:url(../Images/networkcanada_english1.gif);}
#chn { background-image:url(../Images/networkcanada_chinese1.gif);}
#esp { background-image:url(../Images/networkcanada_espanish1.gif);}
#fre { background-image:url(../Images/networkcanada_french1.gif);}
#kor { background-image:url(../Images/networkcanada_korean1.gif);}

#eng:hover { background-image:url(../Images/networkcanada_english2.gif);}
#chn:hover { background-image:url(../Images/networkcanada_chinese2.gif);}
#esp:hover { background-image:url(../Images/networkcanada_espanish2.gif);}
#fre:hover { background-image:url(../Images/networkcanada_french2.gif);}
#kor:hover { background-image:url(../Images/networkcanada_korean2.gif);}

.menu {
	width: auto;
	height: 25px;
	text-align: left;
	background-color: #333333;
	background-image: url();
}
.footer {
	width: auto;
	height: 30px;
	background-color: #333333;
	background-image: url();
	color: #fff;
	line-height: 25px;
}
.footer a, .footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover, .footer a:active {
	color: #7ABBEB;
	text-decoration: nong;
}
#leftcol {
	width: 180px;
	height: auto;
	float: left;
	background-color: #e5e5e5;
	border-right: 1px solid #999999;
}
#midcol {
	width: auto;
	height: auto;
	padding: 20px 10px;
	text-align: justify;
	border-left: 1px solid #999999;
	margin-left: 180px;
	margin-right: 180px;
}
#rightcol {
	width: 180px;
	height: auto;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}
#ken, #mira, #baer, #pat, #car, #dar, #erin {
	padding: 15px 0px 0px 150px;
	text-align: justify;
	background-repeat: no-repeat;
	height: 210px;
	margin-bottom: 5px;
}
#ken { background-image:url(../Images/Kenneth_small.jpg); height: 380px;}
#mira { background-image:url(../Images/Mira_small.jpg);}
#baer { background-image:url(../Images/Baerberl_small.jpg);}
#pat { background-image:url(../Images/Patricia_small.jpg);}
#car { background-image:url(../Images/Carolina_small.jpg);}
#dar { background-image:url(../Images/Darlene_small.jpg);}
#erin	{ background-image:url(../Images/Erin_small.jpg);}

#profile {
	width: auto;
	height: auto;
	padding: 20px 10px;
	text-align: center;
	border-left: 1px solid #999999;
	margin-left: 180px;
}
#content {
	text-align: justify;
	padding: 5px 10px;
}
#content ul {
	padding: 10px 30px;
}
#content li {
	line-height: 1.5em;
}
#content li ul {
	list-style:decimal;
}
#content a, a:link, a:visited {
	color: #0099FF;
}
#content a:hover, a:active {
	color: #FF9900;
}
#imgframe {
	padding: 10px;
}
#csiclogo {
	text-align: center;
	padding: 10px;
	font-size: xx-small;
	color: #990000;
}
#highlight {
	width: auto;
	height: 30px;
	display:block;
	color: #fff;
	line-height: 25px;
	text-align: center;
	background-color: #444;
	background-image:url(../Images/highlightbg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#highlihtfooter {
	height: 20px;
	background-image:url(../Images/highlightft.gif);
	background-repeat: no-repeat;
}
#itemlist ul { 
	list-style:none;
}
#itemlist li {
	height: auto;
	text-align: center;
	background-color:#ccc;
	padding: 5px 10px;
}
#itemlist a{
	display:block;
	text-align:center;
	font-weight: bold;
	background-color: #ccc;
}
#itemlist a, a:link, a:visited {
	color:#000;
	text-decoration: none;
}
#itemlist a:hover, a:active {
	color: #0066CC;
	text-decoration: none;
}
#flashad {
	text-align: center;
	padding: 20px 0px;
	z-index: -1000;
}
#title {
	width: auto;
	height: 40px;
	display: block;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-image:url(../Images/titletop.gif);
	font-size: larger;
	font-weight: bold;
}
#newslist {
	background-color: #fff;
	padding: 0px 2px 3px 8px;
	padding-bottom: 10px;
}	
#newslist ul {
	list-style: none;
}
#newslist li {	
	padding: 5px 0px;
	text-align: left;
}
#newstitle {
	color:#0099FF;
	font-weight: bold;
}
#linkslist {
	background-color: #fff;
	text-align: center;
}
#linkslist ul {
	list-style: none;
}
#leftlist {
	background: #fff;
	text-align: center;
}
#leftlist ul { 
	list-style:none;
}
#leftlist li {
	text-align: center;
	padding: 1px 1px;
}
#leftlist a{
	display: block;
	line-height: 24px;
	padding: 0px 10px;
}
#leftlist a, a:link, a:visited {
	color:#000;
}
#leftlist a:hover, a:active {
	color: #0099FF;
	background-color: #FAFAFA;
}
#itemlist a img, #leftlist a img{ 
	border: 3px solid #F1F1F1; 
	padding: 2px; 
	margin: 3px 0px;
} 
#itemlist a:hover img, #leftlist a:hover img{
	border: 3px solid #0066CC;
}
.signature {
	text-align: right;
	font-style:italic;
	font-weight: bold;
}
.notice {
	color: #FF0000;
	font-size: x-small;
}
.notice img {
 	vertical-align: middle;
	float: left;
}
.style1 {
	color: #fff;
	font-weight: bold;
}