
/*     Government of Alberta Base Style Sheet    CSS1 Definitions for Typography    Updated by CGIC – October 2011 to mimic new template schema, Modified November 24    */
/*(* {  margin: 0;}*/
html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -95px;
}

.footer {
    height: 95px;
    clear: both;
}

.push {
    height: 115px;
    clear: both;
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    Z-index: 9999;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.2em;
    background: #f1f2f2 ;
    background: #f1f2f2 url(/images/top-bar1.png) repeat-x top;
}

#454A4Fimg {
    border: none;
}

form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#pageWrap {
    margin: 0px auto -4em auto;
    /*background: url(/images/footer-bar1.png) repeat-x bottom center; */
}

#page {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 960px;
}

#accessHelpers {
    display: none;
}

#header {
    margin: 0px 8px 0px 8px;
    padding: 0px 0px 0px 0px;
    width: 912px;
    height: 100px;
}

#logo {
    float: left;
    padding: 12px 0px 0px 0px;
    /* 0px 0px 0px 0px;*/
    width: 660px;
    /*600*/
    display: table-cell;
    vertical-align: bottom;
}

#logo img {
    /*float: left;*/
    /* padding-left: 10px; */
    /*padding-bottom: 5px;*/
}

#logoContent {
    /*vertical-align: middle;    display: inline-block;*/
}

#eaeLogo {
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 20px;
    border-right: solid 1px #949b9e;
}

#TSLogoText {
    padding-left: 10px;
    padding-bottom: 4px;
}

/*#albertaLogo{    padding: 0px 10px 0px 0px;    vertical-align: bottom;    display: inline;}*/
.logoImg {
    display: inline;
    padding: 0px 0px 0px 0px;
    height: 150%;
}

#albertaLogo {
    padding: 0px 0px 0px 0px;
}

#TSLogo {
    padding: 4px 0px 0px 0px;
}

#AITLogo {
    padding: 0px 0px 0px 0px;
}

#groupTitle {
    padding: 0px 0px 0px 0px;
    margin: 0 0 10px 0;
    vertical-align: bottom;
    display: inline;
}

#groupTitle img {
    vertical-align: bottom;
    display: inline;
}

#logo h1#siteTitle {
    margin: 0px 10px 0px 5px;
    font-size: 0.75em;
    font-weight: normal;
    color: #36424b;
    display: inline;
}

#metaNav {
    float: right;
    margin: 7px 5px 0px 5px;
    /*10px 5px 0px 5px; */
    padding: 4px 0px 12px 5px;
    width: 400px;
    text-align: right;
    list-style-type: none;
}

#searchForm {
    float: right;
    /*padding: 17px 5px 2px 10px;*/
    /*10px 5px 2px 10px;*/
    width: 200px;
    /*250px*/
    overflow: hidden;
    text-align: right;
}

#breadcrumb {
    margin: -4px 8px 4px 18px;
    padding: 0px;
    width: 902px;
    overflow: hidden;
}

/* styles for desktop */
.tinynav {
    display: none;
}

#mainNav {
    margin: 0px 8px 0px 8px;
    width: 913px;
    overflow: hidden;
    line-height: 0.813em;
    /* ARD 20121010 - change from 0.9em */
    border-bottom: 1px solid #79d7f0;
    /*#ffcd29;*/
    border-top: 1px solid #79d7f0;
    background: #ffffff;
    padding-right: 1px;
    /*changed from 8px -- ak20121031*/
}

#mainNav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#mainNav li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    background: #ffffff;
}

#mainNav a {
    display: block;
    padding: 8px 5px 8px 5px;
    /* ak - 20121178px 10px 8px 10px; */
    font-size: 0.713em;
    /* Ak 20121102 - change from 0.813em*/
    /* ARD 20121010 - change from 0.9em */
    color: #808285;
    /*#36424b;*/
    text-decoration: none;
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

#mainNav a:not([dummy]) {
    /* IE9 only - hack because only IE9 uses :not. This is for the mainNav breaking into new line */
    letter-spacing: 0.03em;
}

#mainNav .isCurrent,#mainNav .isParentCurrent,#mainNav .selectedParent {
    background: #79d7f0;
    /*#ffcd29; */
}

#mainNav .isCurrent a,#mainNav .isParentCurrent a,#mainNav .selectedParent a {
    /*color: #36424b;         background: #ffcd29;*/
    background: #79d7f0;
    color: #004990;
    /* ARD 20121002 - change color from #0e82ac */
    font-weight: bold;
}

#mainNav a:hover {
    /*text-decoration: none;    background: #ffcd29;*/
    color: #004990;
}

#contentColumn.left {
    float: left;
    display: inline;
    width: 758px;
    overflow: hidden;
    margin-left: -20px;
    padding-bottom: 5px;
}

#navColumn {
    /*float: left;*/
    padding: 0px 2px 16px 5px;
    width: 174px;
    overflow: hidden;
    margin-left: 6px;
    margin-top: 0px;
}



#subNav {
    /* width: 174px;*/
    margin-left: -38px;
}

#content {
    margin: 7px 0px 0px 17px;
    width: 714px;
}

#homeFeatureHeader {
    margin: 4px 0px 0px 0px;
    width: 714px;
    /* height: 178px;*/
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin-top: -95px;
    width: 100%;
    height: 95px;
    overflow: hidden;
    background: url(/images/footer-bar1.png) repeat-x bottom center
}

#footercontent {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 95px;
    overflow: hidden;
}

/* content styles */
#metaNav li {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
}

#metaNav a {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
}

#metaNav a:hover {
    text-decoration: underline;
}

#searchForm .searchInput {
    width: 150px;
    /*200px*/
    font-size: 11px/1.2;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 3px;
    height: 14px;
    border: 1px solid #b7c1c5;
}

#searchForm .searchButton {
    margin: 1px 0px 0px 0px;
    background: #36424b url(/_img/sprite.png) no-repeat -2px -1px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    /*position: absolute;*/
    border: 1px solid #000000;
}

#breadcrumb p {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 2px 0px;
    width: 852px;
    font-size: 0.688em;
    /*ARD 20121010 change from 0.75em */
    color: #6d6e71;
    /*ARD 20121010 change from #000000 */
}

#breadcrumb a {
    color: #6d6e71;
    /*ARD 20121010 change from #000000 */
    text-decoration: none;
}

#breadcrumb p a:hover {
    text-decoration: underline;
}

#slides_myTS {
    width: 913px;
    display: inline-block;
}

#myTradeSecrets {
    padding: 0px 0px 10px 0;
    color: #000000;
    background: #ffffff;
    width: 174px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

#myTradeSecrets h3 {
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    /*color: #36424b;*/
    color: #000000;
    background: #ffffff;
    border-bottom: 2px solid #f1f2f2;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 0px;
}

#myTradeSecrets p {
    font-size: 0.75em;
    margin: -5px 5px 5px 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    line-height: 1.3em;
    width: 147px;
}

#myTradeSecrets img {
    width: 80%;
}

#navColumn .banner {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0;
    color: #000000;
    background: #ffffff;
}

#navColumn .imagebanner {
    margin: 5px 0px 7px 0px;
    padding: 3px 2px 8px 1px;
    color: #000000;
    background: #ffffff;
    font-size: 10px;
}

.contact {
    margin: -5px 5px 5px 5px;
    padding-left: 40px;
    background: url(/images/icons/contact-us-icon1.png) no-repeat 5px 0;
    font-size: .75em;
}

#navColumn .banner h3 {
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    /*color: #36424b;*/
    color: #000000;
    background: #ffffff;
    border-bottom: 2px solid #f1f2f2;
    font-weight: normal;
    line-height: 1.2em;
}

#navColumn .banner ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 27px;
    line-height: 1.2em;
    margin-top: -10px;
}

#navColumn .banner li {
    margin: 0px 0px 0px 0px;
    font-size: 0.75em;
    list-style-type: square;
}

#navColumn .banner h2 {
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: normal;
}

#navColumn .banner a {
    color: #0e82ac;
    text-decoration: none;
}

#navColumn .banner a:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #005072;
}

.navContent {
    font-size: 0.75em;
    margin: -5px 5px 5px 5px;
    /*    padding-left:20px; added new button*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    display: inline-block;
    line-height: 1.3em;
}

.banner ul, .navContent {
    color: #414042;
}

.navContentImg {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.miniLink {
    font-size: 0.60em;
    width: 100%;
    text-align: center;
}

#navColumn button {
    width: 125px;
}

#subNav li.isParentCurrent a,#subNav li.isCurrent a {
    background-color: #5FCEEA;
    /* #ffcd29; */
}

#page #subNav a:hover {
    color: #000000;
    background-color: #5FCEEA;
    /* #ffcd29; */
}

#content .columnLeftFull {
    width: 100%;
    background: #ffffff;
    /* border: 8px solid #ffffff;*/
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    border-top: 4px solid #ffffff;
}

#content .columnLeftTwo {
    width: 450px;
    background: #ffffff;
    /* border: 8px solid #ffffff;*/
    /*margin:20px 0px 10px 5px;*/
    padding-bottom: 10px;
    border-top: 4px solid #ffffff;
}

#content .columnLeftOne {
    width: 75px;
    background: #ffffff;
    /* border: 8px solid #ffffff;*/
    margin: 20px 0px 10px 5px;
    padding-bottom: 10px;
    border-top: 4px solid #ffffff;
}

.featureimage {
    margin-bottom: 20px;
}

#content p {
    padding: 5px;
}

#content .columnLeft,#content .columnLeftHalf {
    float: left;
    display: inline;
    width: 332px;
    background: #ffffff;
    border: 8px solid #ffffff;
    margin: 8px 0px 10px -10px;
}

#leadStories,#SecondaryStories {
    clear: both;
    background: #ffffff;
    /*border-left:8px solid #ffffff;    border-right:8px solid #ffffff;*/
    margin-top: -5px;
}

#leadStories p /* ARD 20121010 - added */
{
    font-size: 1.225em;
    /*1.125em;*/
    padding: 10px 30px 0 12px;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 1.3em;
}

#searchResultContent {
    margin-left: 10px;
    margin-right: 10px;
}

#content .intro-padding {
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 10px -10px 0px 0px;
}

#content h1 {
    /*margin: 0px 8px -10px 8px;*/
    margin: 0px 8px 10px 8px;
    padding: 10px 2px 12px 4px;
    /* ARD 20121010 - changed from 10px 2px 12px 10px; */
    font-weight: bold;
    font-size: 20px;
    /* color: #36424b; */
    /*ARD 20120928 - changed the H1 color */
    color: #0e82ac;
    border-bottom: 1px solid #d1d4d3;
    background: #ffffff;
}

#content h2 {
    padding: 10px 0px 0px 5px;
    /* ARD 20120928 - changed from  0px 10px 0px 0px; */
    font-weight: bold;
    font-size: 16px;
    /* ARD 20120928 - changed from 18px to 16px */
    color: #004990;
    /* ARD 20121010 - changed from #0e82AC */
    margin: 10px 8px 10px 8px;
}

#content .block h2, #content .block2 h2 {
    margin: 0px;
}

#content h2.section {
    padding: 0px 10px 0px 10px;
    font-weight: normal;
    font-size: 18px;
    color: #36424b;
}

#content h3.subhead1 {
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #36424b;
}

#content h3 {
    padding: 10px 10px 0px 12px;
    /* ARD 20121010 - changed from 0px 10px 0px 10px; */
    font-weight: normal;
    font-size: 17px;
    /* ARD 20121010 - changed from 18px */
    /* color: #36424b; */
    /*ARD 20120928 - changed the H1 color */
    /*color: #004990;*/
    /* ARD 20121010 - changed from #0e82ac */
    color: #135698;
    /*    margin-bottom:8px;  ARD 20121011 - added */
    margin-bottom: .2em;
    /* AK 20121107 - edited */
    margin-top: 0px;
}

#content h4 {
    margin: 10px 10px 6px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #003f8f;
}

#content hr {
    color: #d1d4d3;
    height: 1px;
    border-width: 0px;
}

#content {
    padding: 0px 00px 10px 10px;
}

#page #content h3 a {
    /*font-size: 18px;*/
    /*color: #0e82ae;*/
    color: #000000;
    text-decoration: none;
}

#page #content h3 a:hover {
    text-decoration: none;
}

#content * {
    font-size: 0.75em;
}

#content * * {
    font-size: 1.00em;
    /* ARD 20121010 - updated from 1.00em */
}

#content a, a:hover, a:visited {
    text-decoration: none;
}

#content a {
    color: #0e82ac;
}

#content a:hover {
    padding-bottom: 1px;
    border-bottom: #005072 1px solid;
}

#content .boardMemberImageTN a:hover {
    padding-bottom: 1px;
    border-bottom: none;
}

#content a.moreLink:hover {
    padding-bottom: 0px;
    border-bottom: 0px solid;
}

#content a:visited {
}

#content .block h2 a, #content .block2 h2 a {
    color: #004990;
}

/* ARD 20121012 - stuff for hover on block links */
#content .block h2 a:hover, #content .block2 h2 a:hover {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0px;
    color: #000;
}

#content .block a:hover, #content .block2 a:hover, #navColumn .banner a:hover {
    text-decoration: underline;
    /*none;*/
    border-bottom: none;
    padding-bottom: 0px;
}

#content .block h2, #content .block2 h2 {
    padding: 0px 0px 0px 5px;
    margin-top: 0px;
}

#content ul {
    /* margin: 6px 0px 0px 0px; <- original value */
    margin: 6px 10px 0px 15px;
    padding: 0px 0px 10px 17px;
}

#content ol {
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
}

#content ul ul,#content ul ol,#content ol ul,#content ol ol {
    margin: 0px 0px -20px 0px;
}

#content ul li {
    margin: 2px 0px 0px 0px;
    list-style-type: square;
}

#content ol li {
    margin: 2px 0px 0px 0px;
}

#content ol li ol li {
    list-style-type: lower-alpha;
}

#content img {
    /*margin: 1px 3px 0px 3px;*/
    margin: 0px;
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

#footerLogo {
    float: left;
    display: inline;
    padding: 10px 10px 0px 20px;
    width: 120px;
}

#TSfooterLogo {
    float: right;
    display: inline;
    margin-top: 20px ;
    width: 280px;
}

#goaLinks,#siteLinks {
    width: 750px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#goaLinks li,#siteLinks li {
    float: right;
    display: inline;
    padding: 0px 5px 0px 5px;
    list-style-type: none;
}

#copyright {
    float: left;
    display: inline;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 500px;
    font-size: 11px;
    color: #fff;
}

#copyright a {
    padding-left: 5px;
    /*10px; */
}

/*#content a[href^="http:"] */
#content .hideicon {
    background: none;
}

/*#content .external{  display:inline-block;        padding-right:14px;  background:transparent url(/images/ExternalLink.gif) center right no-repeat;      }*/
#content a {
    background: none;
    padding-right: 0;
}

/*a[href$='.pdf'] {display:inline-block;    padding-left:20px;    line-height:18px;    background:transparent url(/images/pdf_icon.gif) center left no-repeat;}*/
/*News*/
/** news features */
#feature {
    margin: 0 0 20px;
}

.feature h3 {
    padding: 4px 0 10px;
    font-size: 10px;
}

.more {
    /*text-decoration: none;*/
    text-align: right;
    font-size: 14px;
    /* padding-bottom:20px; <- Original value */
}

.more a {
    text-decoration: underline;
    color: #03A9D3;
}

.moreBoard {
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    padding-right: 30px;
}

.getStarted {
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    /* padding-bottom:20px; <- Original value */
}

.getStarted a {
    text-decoration: none;
    color: #03A9D3;
}

#slideshow {
    width: 99%;
}

.bannerpic {
    padding: 0;
    margin: 10px 10px 10px 9px;
    overflow: hidden;
}

#searchForm input,#searchForm button {
    vertical-align: middle;
}

.banner, .block, .block2, .block3, #subnav, #leadStories, #SecondaryStories, #headlines, #myTradeSecrets {
    outline: 1px #dbdddd solid;
}

#page #content #leadStories h3 a {
	color:blue;
}

.boardMemberContent {
    /*margin: 0px 300px 10px 10px;*/
    padding-right: 10px;
    padding-bottom: 15px;
}

p.clear {
    line-height: 0em;
    clear: both;
}

.boardMemberImage {
    padding: 0px 20px 10px 10px;
    float: left;
    text-decoration: none;
}

.boardMemberImageTN {
    padding: 0px 10px 10px 10px;
    float: left;
    text-decoration: none;
}

.boardMemberImage img {
    /*width: 110px;
    height: 135px;*/
}

.boardMemberImageTN img {
    /*width: 60px;
    height: 74px;*/
}

.highlight {
    padding: 10px 10px 10px 10px;
    background: #5fceea;
    margin: 10px 10px 10px 10px;
}
