/* HTML Definitions */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
h1 {
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	padding: 0px 0px 10px;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 950px;
}
#logo {
	float: left;
}
#topbanner {
	float: right;
}
#contentbg {
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	padding-top: 5px;
}
hr {
	color:#a9a9a9;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
}
a {
	color: #0077C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c41130;
}
.container {
	background-color: #FFFFFF;
}
#nav {
	margin-left:9px;
	margin-top: 65px;
	width: 238px;
		background-color: #3d3c3b;

}
#navcontainer {
}
#navlist {
	padding-left: 0;
	margin-left: 0;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0em 0.5em 1.2em 0.4em;
}
#navlist li a, #navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	padding-left: 25px;
	display:block;
	background-color: #3d3c3b;
}
#navlist li a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color:#3e45ba;
	padding-left: 25px;
}
#navlist .on {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4d3920;
}
#subnav {
	list-style: none;
	margin: 0px;
	font-size: 12px;
}
#subnav li {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#subnav li a, #subnav li a:link, #subnav li a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	display: block;
	text-indent: 6px;
	padding: 2px 10px 2px 10px;
	margin: 0px;
}
#subnav li a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	font-weight: bold;
	background-color: #9cc6ec;
	display: block;
}
.subnavon {
	text-decoration: none;
	font-size: 12px;
	color: #4d3920;
	letter-spacing: 0.1em;
	text-indent: 6px;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	font-weight: bold;
	background-color: #9cc6ec;
	display: block;
}
#newsbox {
	background-color: #f3f2f0;
	background-image: url(../images/bg-newstile.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	background-position: bottom;
	width: 201px;
	float: right;
}
#news {
	width: 190px;
	padding-left: 10px;
}
#news ul {
}
#news li {
	list-style-image: url(../images/arrow.jpg);
	padding-bottom: 7px;
}
#news li a {
	color: #4d3920;
}
#sidebar {
}
#footer {
	background-image: url(../images/footer-graphic.jpg);
	background-repeat: no-repeat;
	height: 111px;
}
#footer #copyright {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
}
#footer #flash {
	float: left;
	width:200px;
	padding-left: 30px;
	padding-top: 20px;
}
#footer #edmontonlogo {
	float: right;
	width:140px;
	padding-right: 30px;
	padding-top: 20px;
}
.imgright {
	text-align: right;
	padding-left: 5px;
	padding-bottom: 8px;
	float: right;
}
.imgleft {
	text-align: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgpadright {
	padding-right: 10px;
}
.flash {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding-left: 10px;
}
