/* General styles */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 75%;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
/* General link styles */
a:link {
  color: #003F72;
  text-decoration: none;
}
a:visited {
  color: #666;
  text-decoration: none;
}
a:active {
  color: #003F72;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
tr#content-row a.feature  {
  color: #003F72;
  font-weight: bold;
  text-decoration: none;
}
#content-row-body a, #content-row-body-wide a {
  text-decoration: underline;
}

#content-row-homepage-body a {
  text-decoration: underline;
}
/* Left-hand navigation */
.section-navigation ul {
  margin: 20px 0 0 15px;
  padding: 0 0 0 0;
}
.section-navigation ul li,
.secondary-navigation ul li.nav-list-head {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 .5em 0;
  font-weight: bold;
}
.section-navigation ul li a {
  color: #003F72;  
}
.section-navigation ul li a:visited {
  color: #003F72;  
}
.secondary-navigation ul {
  margin: 0 0 0 15px;
  padding: 0;
  color: #003F72;
}
.secondary-navigation ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #003F72;
}
.secondary-navigation ul li a{
  color: #003F72;  
}
.secondary-navigation ul li a:visited {
  color: #003F72;  
}
.secondary-navigation-home-link {
  margin-top: 4em;
}
/* Header */
#header-row {
  height: 39px;
}
#header-row-left {
  background-image:url(/angus/images/above_nav_rainbow.gif);
  width: 149px;
  margin-right: 0px;
  border-bottom: 1px #fff solid;
  border-right: 0px #fff solid;
}
#header-row-right {
  background-color: #013a67;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px #fff solid;
}
/* Global header */
#global-header 
{
	border-collapse:collapse;
}
#global-header-row {
  background-color: #fff;
}
#global-header-top-row {
  background-color: #fff;
}
#global-header-bottom-row {
  background-color: #fff;
}
.global-header-top-row {
  background-color: #fff; 
}
.global-header-logo {
  background-color: #fff; 
}
.global-header-variable {
  text-align: right;
  vertical-align: bottom;
  padding-right: 5px;
  padding-bottom: 0px;
  background-color: #fff; 
  color: #666;
  font-weight: bold;
}
/* Fix IE gap */
* html .global-header-variable img 
{
	margin-bottom:-3px;
}
/* Navigation */
#content-row-navigation {
  width: 139px;
  vertical-align: top;
  border-right: 1px #fff solid;
  padding-right: 10px;
  font-size: .95em;
  background-color: #fff;
}
/* Footer */
#footer-row-left {
  background-color: #fff;
  width: 149px;
  border-right: 1px #fff solid;
}
#footer-row-right {
  padding-left: 0px;
}
/* Misc */
h2.feature-story-headline {
  font-family: Univers Condensed, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 180%;
  color: #003F72;
  margin-bottom: 8px;
}
.content-row-body-copy {
  padding: 20px 20px 20px 0px;  
}
div.content-row-body-copy h2{
  color: #000; 
}
#content-row-body, #content-row-body-wide {
  text-align: left;
  vertical-align: top;
  padding: 0 0 100px 0;
  margin-top: 0;
  background-image: url(/angus/images/watermark.jpg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
#content-row-right {
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 0 20px;
  margin: 0 0 0 0;
  border-collapse: collapse;
  background-image: url(/angus/images/watermark.jpg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
.homepage .module-header
{
	display: none;
}
.content-row-body-copy-home {
  padding: 0 0 20px 0; 
}

.site-title-h1 {
  font-family: Helvetica Condensed, Arial Narrow, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  margin-left: 19px;
  margin-bottom: 2px;
  margin-top: 2px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
