/* begin - Global styles */
html, body, div {
    margin: 0px;
    padding: 0px;
    font: 13px verdana, helvetica, arial, sans-serif;
}

.hidden {
    display: none;
}

img {
    border: 0px;
    margin: 0px;
}
.bold {
    font-weight: bold;
}
p {
    margin: 10px 0px;
}
.listLinks {
    font-weight: bold;
}
.title {
    font-weight: bold;
}
.footnote {
    font-size: 11px;
    padding-top: 15px;
}
span.caption {
    margin-bottom: 15px;
}
p.translate {
    margin: 15px 0px 0px 0px;
    font-size: 10px;
}
div.timestamp {
    margin: 15px 0px 3px 0px;
    font-size: 10px;
}
div#clafHeader {
    width: 100%;
}
div#clafLinks {
    padding-top: 15px;
}
div#clafLinks img {
    margin-right: 5px;
}
div#clafLinks span {
    display: block;
    margin-top: 4px;
}
div#clafLinks a, div#clafCrumbs a {
    text-decoration: none;
    color: #00f;
}
div#clafLinks a:hover, div#clafCrumbs a:hover {
    text-decoration: underline;
}
div#clafCrumbs {
    width: 100%;
    font-size: 11px;
    clear: both;
    margin: 0px;
    background-color: #eee;
    border-top: 1px solid #0434b4;
    border-bottom: 1px solid #0434b4;
    padding: 2px 0px 2px 0px;
}
img#logo_albertaCanada {
    float: left;
    margin: 0px 0px;
}
img#text_albertaMexicoOffice {
    float: left;
    margin-right: 36px;
}
img#logo_albertaGovernment_header {
    float: right;
    margin: 20px 6px 0px 0px;
}
div#print_header {
    display: none;
}
div#headerMain {
    width: 100%;
    height: 100px;
    background: #0434b4 url(/germany/images/interface/bkg_headerMain.jpg) repeat-x;
    vertical-align: middle;
}
/* ========= DIFF ========================= */
div#header {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #0434b4;
    vertical-align: middle;
}
div#officeAddress {
    height: 100px;
    float: right;
    text-align: center;
    background-color: white;
    font-size: 10px;
}
p#officeAddressText {
    margin: 0px 20px;
    padding: 5px 0px;
}
div#globalLinksBar {
    width: 100%;
    height: 20px;
    background-color: #efefef;
    clear: both;
}
div#greyLinks {
    float: right;
    height: 20px;
    display: inline;
}
img#bkg_aboveButtons {
      float: left;
}
span#greyLinks_right {
      float: right;
}
img#text_searchButton {
    float: right;
}
div#container {
    width: 100%;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

/* ------- BEGIN: Navigation ---------------------------------------- */

div#navigation {
    width: 238px;
    float: left;
    margin: 0px;
}
div.navButton {
    padding: 0px 0px 0px 2px;
    font-weight: bold;
    color: #0434b4;
    width: 238px;
    min-height: 24px;
    height: 24px;
    font-family: verdana, helvetica, arial, sans-serif;
    margin: 0px 0px 2px 0px;
    cursor: pointer;
}

div.navButton a {
    position: relative;
    text-decoration: none;
    color: #0434b4;
    height: 20px;
    padding-left: 28px;
}

div.navButton a:hover {
      text-decoration:  underline;
}

/* ------- BEGIN: Buttons ---------------------------------------- */

div#gray1 {
    background: url(/germany/images/interface/gray_button1.gif ) no-repeat;
}
div#gray {
    background: url(/germany/images/interface/gray_button0.gif) no-repeat;
}
div#grayOn {
  background: url(/germany/images/interface/gray_activeButton.gif) no-repeat;
}

div#orange1 {
    background: url(/germany/images/interface/orange_button1.gif) no-repeat;
}
div#orange {
    background: url(/germany/images/interface/orange_button0.gif) no-repeat;
}
div#orangeOn {
  background: url(/germany/images/interface/orange_activeButton.gif) no-repeat;
}

div#brown1 {
  background: url(/germany/images/interface/brown_button1.gif) no-repeat;
}
div#brown {
    background: url(/germany/images/interface/brown_button0.gif) no-repeat;
}
div#brownOn {
  background: url(/germany/images/interface/brown_activeButton.gif) no-repeat;
}

div#green1 {
  background: url(/germany/images/interface/green_button1.gif) no-repeat;
}
div#green {
    background: url(/germany/images/interface/green_button0.gif) no-repeat;
}
div#greenOn {
  background: url(/germany/images/interface/green_activeButton.gif) no-repeat;
}

div#red1 {
  background: url(/germany/images/interface/red_button1.gif) no-repeat;
}
div#red {
  background: url(/germany/images/interface/red_button0.gif) no-repeat;
}
div#redOn {
  background: url(/germany/images/interface/red_activeButton.gif) no-repeat;
}

div#purple1 {
  background: url(/germany/images/interface/purple_button1.gif) no-repeat;
}
div#purple {
  background: url(/germany/images/interface/purple_button0.gif) no-repeat;
}
div#purpleOn {
  background: url(/germany/images/interface/purple_activeButton.gif) no-repeat;
}

div#teal1 {
  background: url(/germany/images/interface/teal_button1.gif) no-repeat;
}
div#teal {
  background: url(/germany/images/interface/teal_button0.gif) no-repeat;
}
div#tealOn {
  background: url(/germany/images/interface/teal_activeButton.gif) no-repeat;
}


/* ------- BEGIN: Sub Navigation ---------------------------------------- */

div#subNav {
      padding: 0px 0px;
      font-size: 11px;
      margin: -4px 0px -1px 0px;
}
div#subNav ul {
    margin: 0px;
    padding: 10px 0px;
}

/* Changed the names of these to suit out navigation structure */
div#subNav ul li {
      margin-left: 42px;
      margin-bottom: 5px;
}
div#subNav ul li ul li {
      margin-left: 13px;
      margin-bottom: 5px;
      list-style-type: circle;
}
div#subNav ul li ul li ul li  {
      margin-left: 13px;
      margin-bottom: 5px;
      list-style-type: square;
} 

div#subNav ul li ul {
    padding: 4px 0px 0px 0px;
}

div#subNav li a {
    text-decoration: none;
}
div#subNav li a:hover {
    text-decoration: underline;
}
img#translateButton {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
div#content {
    margin: 5px 0px 1px 238px;
    padding: 2px 120px 10px 20px;
    background-color: white;
}
div#content li {
    margin-bottom: 10px;
}
div#content li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
div#content li ul li {
    margin-bottom: 0px;
    margin-left: -23px;
}
div#footer {
    width: 100%;
    text-align: center;
    margin-top: -1px;
    padding-top: 10px;
}
div#footer * {
    font-size: 10px;
}
span#printFooter {
    display: none;
    font-size: 10px;
}
img#logo_albertaConnects {
    margin: 10px 0px 0px 10px;
}
img#logo_albertaGovernment_footer {
    margin: 10px 10px 0px 45px;
}
.headline {
    font-weight: bold;
    border-bottom: 2px solid #0434b4;
}
table.contactTable {
    margin-bottom: 15px;
}