html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 1px dotted;
}
body {
	color: black;
	background: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img, div { behavior: url(js/iepngfix.htc) }

.printOnly {
	display: none;
}
/*
PDF icon
*/
a.pdf {padding-right: 16px;}
a.pdf span{
	width: 16px;
	position:absolute;
	text-indent:-9999px;
	background-color: transparent;
	background-image: url(images/pdf-icon-sm.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.doc {padding-right: 16px;}
a.doc span{
	width: 16px;
	position:absolute;
	text-indent:-9999px;
	background-color: transparent;
	background-image: url(images/doc.png);
	background-repeat: no-repeat;
	background-position: right center;
}

strong {font-weight: bold;}
.target a {color: #c7d0d5;}
.target a:hover {color: #f60;}


div#container {
	width: 810px;
	margin: 0;
	padding: 0;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
}

/**************/
/* div#header */
/**************/

div#header {
	width: 770px;
	margin: 0 20px 0 20px;
	padding-top: 20px;
	background-color:#fff;
	/*background-color: #575757;*/
}
div#header div#banner {
	width: 770px;
	height: 49px;
	background: url(images/masthead.gif) no-repeat;
	text-indent:-9999px;
}
div#banner a#homeLink {
	display: block;
	position: relative;
	width: 350px;
	height: 25px;
	left: 10px;
	top: 8px;
	float: left;
}
div#banner a#saskpowerLink {
	display: block;
	position: relative;
	width: 88px;
	height: 17px;
	right: 8px;
	top: 0px;
	float: right;
}
div#header ul#topMenu {
	display: block;
	width: 764px;
	padding: 5px 0 5px 6px;
	/*margin-left: 6px;*/
	background-color: #575757;
}
#dropshadow {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x; height: 7px;
	background-color:#fff;
}
body#home div#container div#header #dropshadow {
visibility:hidden;
 height: 0;
	/*background-image: url(images/header_home_bg.gif);
	background-repeat: repeat-x; height: 7px;
	background-color:#315cab;*/
}

ul#topMenu li {
	display: inline;
	margin: 0;
	padding: 3px 5px;
}
ul#topMenu li a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	font-size:.9em;
}
ul#topMenu li a:hover {
	color: #fff;
}
body#home div#header ul#topMenu li a#nav_home,
body#current div#header ul#topMenu li a#nav_current,
body#baseload div#header ul#topMenu li a#nav_current,
body#peaking div#header ul#topMenu li a#nav_current,
body#wind div#header ul#topMenu li a#nav_current,
body#questions div#header ul#topMenu li a#nav_questions,
body#archive_peaking-1 div#header ul#topMenu li a#nav_archive,
body#archive_peaking-2 div#header ul#topMenu li a#nav_archive,
body#archive_baseload div#header ul#topMenu li a#nav_archive,
body#archive_wind div#header ul#topMenu li a#nav_archive,
body#caravan div#header ul#topMenu li a#nav_caravan,
body#contact div#header ul#topMenu li a#nav_contact{color: #fff;}
/************/
/* div#home */
/************/

div#home {
	width: 770px;
	/*height: 400px;*/
	margin-left: 20px;
}
div#home div#cover {
	background: url(images/homepage_image.jpg) no-repeat;
	min-height: 373px;
	height:auto !important;
	height: 373px;
	color: #fff;

}
div#cover h1 {
	font-size: 1.33em;
	font-weight: bold;
	color: #cc3;
	padding: 40px 0 7px 85px;
}
div#cover p {padding: 85px 185px 7px 180px;}
div#cover p + p {padding: 7px 195px 7px 180px;}
div#cover div#news {
	line-height: 1.33em;
	background: url(images/newsBg.png) repeat-y;
	width: 360px;
	padding: 10px;
	margin: 7px 200px 7px 180px;
	color: #000;
}
div#news p {
	padding: 0 0 .5em 0;
	/*font-weight: bold;*/
}
div#news a {
	color: #f60;
	text-decoration:none;
}
div#news a:hover {
	color: #f60;
	text-decoration:underline;
}
div#home div.target {
	width: 230px;
	margin: 11px;
	float: left;
}
div.target h2 {
	font-size: 1.33em;
	font-weight: bold;

	line-height: 1.1em;
	margin: 0 10px 0 100px;
	padding-top: 18px;
}
div.target p { 
	margin: 0 10px 0 100px;
	line-height: 1.3em;
}
div.target img {
	float: left;
	margin: 0 10px 0 0;
}
/*div.target a img {border: 2px solid #fff;}
div.target a:hover img {border: 2px solid #f60;}*/
div.target a  {color: #f60; text-decoration:none;}
div.target a:hover p {color: #f60; text-decoration:underline!important;}/*c7d0d5*/

/************/
/* div#body */
/************/

div#body {
	width: 750px;
	margin: 15px 30px 30px 30px;
	padding: 0;
	background-color:#fff;
}
div#body h1 {
	color: #999;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #999;
}
div#body ul#subMenu {
	display: block;
	width: 750px;
	padding: 0.7em 0 0.6em 0;
	margin: 0;
	line-height: 1.5em;
}
ul#subMenu li {
	display: inline;
	margin: 0 2.5em 0 0;
	padding: 0;
	color: #999;
}
ul#subMenu li a {
	color: #f60;
	text-decoration: none;
}
ul#subMenu li a:hover {
	color: #f60;
	text-decoration: underline;
}
div#body ul#subMenu {

	border-bottom: 1px solid #999;
}
div#body div#content {
	padding: 1.2em 0 2em 0;
	margin: 0;
	float: left;
	width: 750px;
}
div#content div.wideCol {
	float: left;
	width: 520px;
	padding-right: 20px;
}
div#content div.narrowCol {
	float: left;
	width: 210px;
}
div#content div.middleCol {
	margin: 0 20px;
}
div#rightcontent {margin-left: 180px;}
div#content div.darkerCol {
	font-size: 0.91em;
	background-color: #f1f1f1;
	padding: 0 10px;
	margin-top: 5px;
	width: 190px;
	float: right;
	/*background-image: url(images/qa_graphic.png);*/
}
div.darkerCol h2{
	padding-top: 1em;
	font-size: 1em!important;
}
div#content h2 {
	font-weight: bold;
	font-size:1.2em;
	line-height: 2.33em;
}
div#content h3, div#content h5 {
	line-height: 1.33em;
}
div#content h4 {
	line-height: 1.33em;
	padding: 1em 0;
	font-weight:bold;
	color: #666;
}
div#content ul li {
	margin: 0 5em;
	list-style:disc;
}
div#content p, div#content div.links, div#content ul li {
	line-height: 1.33;
	padding-bottom: 1em;

}
div#content p, div#content ul{color: #666;}/*Body copy*/
div.links ul {padding: 0!important;
margin: 0!important;
list-style:none!important;}

div.links-indent ul {padding: 0!important;
margin: 5px 0 5px 13px!important;
list-style:none!important;}

div.links ul li,
div.links-indent li {padding: 0 0 .5em 0!important;
margin: 0!important;
list-style:none!important;}

div#content a {
	color: #f60;
	text-decoration:none;
	
}
.darkerCol h3 {margin: 0 0 0 13px; padding: 0;}


div#content div.darkerCol a {font-size:.9em;}
div#content a:hover {
	color: #f60;
	text-decoration:underline;
}
div#content p.subtitle {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.75em;
	line-height: 1;
	padding: 0.5em 0 1em 0;	
}
div#content hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}


/**************/
/* div#footer */
/**************/

div#footer {
	width: 750px;
	margin-left: 30px;
	border-top: 1px solid #ccc;
	clear: both;
}
div#footer p {
	font-size: 0.8em;
	padding: 2.5em 0;
}
div#footer a {
	color: #f60;
	margin: 0 1em;
	text-decoration:none;
}
div#footer a:hover {

	text-decoration:underline;
}
#afterfooter{
	background-image: url(images/bg-bot.gif);
	background-repeat: repeat-x;
}
p#afterfooter {width: 730px; margin: 0; line-height:1.33em; padding: 2em 50px 50px 30px; font-size: 0.75em;}

/*Subnav stuff*/
body#current div#body ul#subMenu li a#subnav_current,
body#wind div#body ul#subMenu li a#subnav_wind,
body#baseload div#body ul#subMenu li a#subnav_baseload,
body#peaking div#body ul#subMenu li a#subnav_peaking  {color: #999; text-decoration:none;}


.small {font-size: .8em;}
.grey {color: #999;}
.white {color: #fff;}


/*
scroller
*/
#scroller {
	width: 770px;
	margin:0 auto;
	padding: 6px 0 4px 0;
	height: 20px;
	background-color:#f57018;
	/*background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 30px;*/
}
#s4 {height: 25px; margin-right: 20px;}
#s4 p { padding: 0;color: #fff; margin: 0;}

/*#scrollerlink { width:150px; float: right; text-align: right; padding-right: 20px; margin-top:-2.6em;line-height: 2.2em; font-size: 1em;}*/
#s4 p a {
	color: #FAE5D8;
	text-decoration:none;
}
#s4 p a:hover, #scrollerlink p a:hover { color: #fff; text-decoration: none;}
#news_scroller_label {width: 3.3em; color: #fff; font-weight:bold; float: left; /*line-height: 3.2em;*/ font-size: 1em; padding-left: 8px;}
/*
Tertiary!
*/
span.tertiary {float:right; margin-top: -20px;}
span.tertiary a {color: #f60; text-decoration:none; font-size: 0.9em;}
span.tertiary a:hover { text-decoration: underline;}


