body {
  font: 14px/20px Garamond, "Adobe Garamond", Times, "Times New Roman", serif;
  background-color: #eee;
}
a {
  color: #0054a4;
}
#header,
h2,
#body,
#footer {
  clear: both;
  width: 700px;
  margin: 0 auto;
  background-color: white;
}
#header {
  position: relative;
  height: 58px;
  margin-top: 40px;
  padding-top: 20px;
}
  #header h1 {
    float: left;
    width: 120px;
    height: 53px;
    margin-left: 20px;
    text-indent: -10000px;
    background: url(/images/logo.gif) no-repeat;
  }
    #header h1 a {
      display: block;
      width: 100px;
      height: 53px;
    }
  #header ul {
    float: right;
    width: 530px;
    margin-top: 37px;
    font-size: 13px;
    text-align: right;
  }
    #header li {
      display: inline;
    }
      #header li a {
        padding: 4px 12px;
        border-right: 1px solid #ccc;
      }
        #header li#homeLink a {
          border-right: 0;
        }
        #header li a:hover {
          background-color: #eee;
        }
  #header p {
    position: absolute;
    width: 200px;
    right: 12px;
    font-size: 11px;
    text-align: right;
  }
    #header p a {
      color: #999;
    }
  
h2 {
  clear: both;
  background: url(/images/panorama.jpg) no-repeat 0 -80px;
  border-top: 10px solid #0054a4;
}
  h2 span {
    display: block;
    height: 40px;
    margin-top: 120px;
    text-indent: -10000px;
    background-color: #0054a4;
    background-repeat: no-repeat;
    background-position: 48px 14px;
  }
  
#sidebar {
  float: left;
  width: 150px;
}
  #sidebar ul {
    margin-right: 20px;
    text-align: right;
  }
  #sidebar li {
    margin-bottom: 6px;
  }
  #sidebar a {
    color: #666;
  }
    #sidebar a:hover {
      color: #0054a4;
    }
    
#body {
  padding-top: 20px; padding-bottom: 40px; 
  border-bottom: 1px solid #ccc;
}
	#body p {
	  margin-bottom: 1em;
	  padding-right: 170px;
	  padding-left: 50px;
	}	
	.who #body p { padding-left: 170px; }
	#body h3 {
	  display: none;
	}
	#body h4 { padding-left: 170px; }
	.what #body h4 { padding-left: 50px ;}
  #body p.extra {
	  float: right;
	  width: 150px;
	  padding: 0;
	}
	

#footer {
  font-size: 11px;
  line-height: 40px;
  text-align: right;
  background-color: #eee; color: #999;
}

/* individual page overrides */

/* home */

#home h2 { 
  height:286px;
  background-position: 0 0;
}

#home h2 span { 
  margin-top: 246px;
  background-position: 175px 14px;
}
#home #body p { padding-right:50px; }

/* who section */
#what-we-believe #believeLink a,
#mission #missionLink a,
#our-management #managementLink a { color: #0054a4; }  

.who h2 span { background-position: 168px 14px; }
.who #body { background: url(/images/two-column-bg.gif) repeat-y -200px 0; }

/* contact */
#contact-us p.info {
  width: 260px;
  padding-right: 0;
}
#contact-us p.info.left {
  float: left;
}
#contact-us p.info.right {
  float: right;
  margin-right: 80px;
}

/* privacy, legal */
.privacy #body p,
.legal #body p { padding-right: 50px; }

/* client login */
#client-login #header ul,
#client-login #header p {
  display: none;
}
#client-login #header,
#client-login h2,
#client-login #body,
#client-login #footer { width: 500px; }
#client-login h2 { height: 32px; }
#client-login h2 span {
  margin-top: 0;
  background-position: 48px 6px;
}
#client-login #body p { padding-right: 50px; }
p.error { 
  display: none;
  padding: 0.5em;
  color: white;
  background: #d00;
}