#page { 
  width: 769px;
  margin: 0px auto;
}
#header {
  height: 215px;
  margin-left:0px;
}
#header address { display: none; }
#navigation-menu {
  clear: both;
  height: 40px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  width: 760px;
}
#navigation-menu li {
  margin: 0px;
}
#navigation-menu li.first { 
  padding-left: 20px;
}
#navigation-menu li a {
  display:block;
  line-height: 40px;
  padding:0px 10px 0px 10px;
  text-decoration:none;
}
#navigation-menu li.on a  {
  line-height: 40px;
  padding:0px 10px 0px 10px;
  background-position:0 -40px;
}

#navigation-menu li a:hover,
#navigation-menu li a:active {
  line-height: 40px;
  padding:0px 10px 0px 10px;
  background-position:0 -40px;
}
#content {
  padding: 15px;
  display: inline-block; 
}
#content:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#content hr {
  display: none;
}
.bc { 
  margin-bottom: 1em;
}
#nav {
  width: 180px;
}
#nav li.menu-item {
  height: 30px;
}
#nav li.menu-item a {
  padding: 5px 5px 5px 22px;
  display: block;
  width: 148px;
}
body#sub #area1 {
  width: 180px;
  margin-right: 15px;
}
body#sub #area2 {
  margin-left: 200px;
}
body#home #content #area1 {
  width: 180px;
}
body#home #content #area2,
body#home #content #area3 {
  width: 520px;
  margin: 0 0px 0 15px;
}
#nav li.tier1 a {
  margin-left: 10px;
  width: 138px;
}
#nav li.tier2 a {
  margin-left: 20px;
  width: 128px;
}

#footer {
  clear: both;
  height: 70px;
}
#footer .powered-by a {
  height: 50px;
  padding-left:20px;
  width: 140px;
  display: block;
}
.align-right img { margin-left: 15px;}
.align-left img { margin-right: 15px;}
img.align-right  { margin-left: 15px;}
img.align-left  { margin-right: 15px;}

table {
  margin-bottom: 1.5em;
}
table tr {
line-height:1.5em;

}
table tr td {
  padding: 5px;
}


/* shows scroll bars in Firefox so page doesn't jump */
html { overflow: -moz-scrollbars-vertical !important; }