/*
Theme Name: CanMap Systems
Version: 1.3
Author: Francois Deschenes
Author URI: http://www.francoisdeschenes.com/
*/

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
 
ul, ol
{
  list-style: none;
}
 
fieldset, img
{
  border: none;
}
 
caption, th
{
  text-align: left;
}
 
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

a
{
  color: rgb(255, 102, 0);
}

body
{
  background: url(images/background.jpg) no-repeat 50% 100% rgb(0, 0, 0);
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sanf-serif;
  font-size: 13px;
  text-align: center;
}

h1 a
{
  background: url(images/canmap-systems-logo.png) no-repeat;
  display: block;
  float: right;
  height: 38px;
  margin-right: 32px;
  margin-top: 19px;
  text-indent: -9999px;
  width: 204px;
}

div#container
{
  margin: 20px auto;
  text-align: left;
  width: 985px;
}

div#global-header
{
  clear: both;
  margin-top: 80px;
  overflow: hidden;
}

div#global-header ul
{
  background: url(images/global-navigation-background.png) no-repeat;
  display: block;
  float: left;
  list-style-type: none;
  height: 44px;
  width: 679px;
}

div#global-header ul li
{
  border-right: 1px solid rgb(155, 155, 155);
  color: rgb(255, 255, 255);
  display: inline;
  float: left;
}

div#global-header ul li a
{
  color: rgb(255, 255, 255);
  display: block;
  font-size: 13px;
  line-height: 44px;
  padding: 0 21px;
  text-decoration: none;
}

div#content.dark
{
  background: url(images/content-background-dark.jpg) repeat-y rgb(0, 0, 0);
}

div#content
{
  background: url(images/content-background.jpg) repeat-y rgb(0, 0, 0);
  clear: both;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  overflow: hidden;
  width: 985px;
}

div#content p
{
  margin: 1em 0;
}

div#content h2
{
  margin-bottom: 29px;
  font-size: 33px;
}

div#content h2 a
{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

div#content-top
{
  background: url(images/content-background-top.jpg) no-repeat;
  min-height: 606px;
  height: auto !important;
  height: 606px;
  padding: 45px;
}

div#content-top-dark
{
  background: url(images/content-background-top-dark.jpg) no-repeat;
  min-height: 606px;
  padding: 45px;
  padding-top: 15px;
}

div#content-bottom
{
  background: url(images/content-background-bottom.jpg) no-repeat;
  height: 8px;
  min-height: 8px;
}

div#content-bottom-dark
{
  background: url(images/content-background-bottom-dark.jpg) no-repeat;
  height: 8px;
  min-height: 8px;
}

div#sectional-navigation
{
  background: url(images/sectional-navigation-background.png) no-repeat;
  float: right;
  margin-top: 55px;
  margin-right: 25px;
  height: 435px;
  overflow: hidden;
  width: 320px;
}

div#sectional-navigation ul
{
  color: rgb(255, 255, 255);
  font-size: 13px;
  margin: 20px 35px;
  overflow: hidden;
  padding-left: 17px;
  list-style-type: disc;
  width: 140px;
}

div#sectional-navigation a
{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

div#global-footer
{
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-top: 12px;
}

div#global-footer a
{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

div#global-footer div#contact-information
{
  float: right;
  margin-right: 39px;
}

div#global-footer ul
{
  list-style-type: none;
  margin-left: 10px;
  overflow: hidden;
}

div#global-footer ul li
{
  float: left;
  margin-right: 30px;
}