/*//////////
// Copyright Heidi Munc (munc at mac dot com)
// License:  http://creativecommons.org/licenses/by/2.5/
//////////*/

/* See images.css for image styles. */

/*=== LAYOUT STYLES ===*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #666;
  background-color: #FFF;
}
#header {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
#nav {
  position: absolute;
  top: 124px; /* header's height + content header's height [54px] */
  left: 0;
  width: 4cm;
}
#content {
  position: absolute;
  top: 70px; /* header's height */
  left: 4cm; /* nav's width */
  width: 731px;
}


/*=== OTHER STYLES ==*/

a {
  text-decoration: none;
}
a:link, a:active, a:visited {
  color: #C4C3B3;
}
a:hover {
  color: #999;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 31px; /* FF -8px, IE 31px */
}
#content-header {
  height: 54px;
}
#content-body {
  width: 731px;
  height: 424px;
  border-style: solid;
  border-color: #666;
  border-width: 1px;
}
.swiff-holder {
  position: relative;
  left: 215px;
  top: 87px;
}
h3 {
  padding: 0;
  margin: 0;
}
#contact-container {
  position: relative;
  top: 3mm;
  left: 9mm;
}
/*TODO: For Firefox, hidden from IE, move contact info up slightly. */
p.contact {
  margin-bottom: -3mm;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: #7A796C;
}
p.contact a:link {
  color: #7A796C;
}
.contactLabel {
  color: #D0CFC2;
}
.backref {
  position: relative;
  left: 1cm;
  top: 1cm;
  color: #333;
}
.multi-page-links {
  position: relative;
  top: -2mm;
  font-size: 8pt;
}
.currMulti {
  background-color: #7A796C;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* Hack for IE 7 to convince it the nav hasLayout to avoid shifting to left.
  ...currently unused... TODO: remove?
.nav_section {
	zoom: 1;
}
*/


