#left {
   float: left;
   width: 140px;
}

#center {
   margin-left: 150px;
}

.left-image {
  float: left;
  margin-right: 10px;
}

.right-image {
  float: right;
  margin-right: 10px;
}

body {
  font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif; 
  font-size: 75%;
  margin: 0;
  padding: 0;
  line-height: 125%;
  background: #333;
}

#main {
  background: #333;
}

#bread { 
    background: white;
    padding: 1em;
    margin: 0;
}

#header {
    background: white;
    padding: 1em 4em 1em 4em;
    margin: 0;
    border-top: 4px solid grey;
}
#content {
    background: white;
    padding: 1em;
    padding-bottom: 3em;
}
#footer {
    border-top: 2px solid grey;
    background: #333;
    padding: 1em;
    margin: 0;
    color: white; 
    font-size: 80%;
}
#footer a {
    color: white;
}

h1 {
  font-weight: 100;
  padding-top: 0em;
}   
h2, h3, h4, h5, h6 {
  font-weight: 100;
}
#nav {
    color: #777777;
    background: white;
    padding: 1em;
}

#nav a {
    color: #777777;
    padding: 0.5em;
    text-decoration: none;
}

#nav a:hover {
    color: #555555;

}

#main-content {
} 

#right-content {
   float:right;
}

#bread {
    margin-left: 0;
    border: none;
    list-style: square;
 } 
 
 #bread {
    display: block;
    padding-left: 0;
 }

#bread li {
	display: inline;
	padding-left: 1.5em;
	padding-top: 1px;
	padding-right: 0.5em;
    color: #777777;
    font-size: 80%;
    height: 20px;
}

#bread li a {
    text-decoration: none;
    color: #777777;
    height: 16px;
} 

dt {
    font-weight: bold;
    line-height: 125%;
}

dd {
    line-height: 125%;
}

/* table of contents */
#toc li {
    color: #777777;
    list-style: square;
}

#toc li a {
    font-size: 80%;
    line-height: 125%;
    color: #777777;
}

li a.indent {
    padding-left: 0.6em;
}    
a img {
    border: none;
}

#fp {
    padding: 1em;
    margin: 1em;
}
#fp p {
    padding-left: 3em;
    padding-right: 3em;
    line-height: 1.5em;
}
pre {
    border: 1px solid grey;
    border-left: 3px solid #58BD3C;
    background: whitesmoke;
    padding: 1em;
} 
p.warning {
    border: 3px solid #58BD3C;
    background: whitesmoke;
    margin: 0;
    padding: 0.5em;
    font-weight: bold;
}
h1 a {
    color: black;
    text-decoration: none;
}
.bar {
    font: 11px Arial, Helvetica, sans-serif;
    background-image: url(http://www.clearwind.ca/images/bc_bg.png); 
    background-repeat: repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border: solid 1px #cacaca;
    margin:0px;
    padding:0px;
}
.bar li {
    list-style-type:none;
    float: left;
    padding-right:20px;
}
.bar .separator {
    height:30px;
    display:block;
    background-image:url(http://www.clearwind.ca/images/bc_separator.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 22px;
    padding-left: 22px;
    text-decoration: none;
    color:#454545;
}
.bar .firstitem {
    height:30px;
    display: block;
    text-decoration: none;
    color:#454545;
}
.bar .firstitem a {
    height:18px; 
    margin-left: 10px;
    display: inline;
    text-decoration: none;
    color:#454545;
}
.bar .item {
    height:30px;
    display:block;
    background-image:url(http://www.clearwind.ca/images/bc_separator_item.png); 
    background-repeat:no-repeat; 
    background-position:left;
    padding-left: 22px;
    text-decoration: none;
    color:#454545;
}
