a {
  color: #3256B6;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #e3e3e3;
}


h1, h2, h3, h4{
  margin-top: .5em;
  margin-bottom: .5em;
  padding: 0em;
}

h1 {
  color: white;
  background: url('/images/h_bg.jpg') top right repeat-y #597b7b;
  font-size: 250%;
  font-weight: normal;
  padding: 5px;
}

h2 {
  font-size: 220%;
}

h3 {
  color: #999;
  font-size: 180%;
  font-weight: normal;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  text-align: left;
}

#header {
  background: white;
  height: 152px;
  width: 950px;
}

#home #header, #site-resources #header {
  background: url('/images/home_header.jpg') top left no-repeat;
}

#about #header{
  background: url('/images/about_us_header.jpg') top left no-repeat;
}

#news #header{
  background: url('/images/news_header.jpg') top left no-repeat;
}

#programs #header{
  background: url('/images/programs_header.jpg') top left no-repeat;
}

#publications #header{
  background: url('/images/publications_header.jpg') top left no-repeat;
}

#resources #header{
  background: url('/images/resources_header.jpg') top left no-repeat;
}

#morville-house #header{
  background: url('/images/morville_header.jpg') top left no-repeat;
}

#contact-us-link{
   float: right;
   text-align: center;
   width: 107px;
   padding-top: 2px;
   height: 20px;
   background: url('/images/contact.jpg') top right no-repeat;
}

#contact-us-link a{
   color: black;
   font-size: 10px;
   text-decoration: none;
   font-family: Arial, sans-serif;
}

#contact-us-link a:hover{
   text-decoration: underline;
   color: white;
}

#home-link a img{
   height: 120px;
   width: 400px;
   border-style: none;
}

#global_nav{
  background: url('/images/nav_col_1.jpg') top left no-repeat #587c7c;
  height: 21px;
  padding-left: 225px;
}


#global_nav a{
   text-decoration: none;
   font-family: Arial, sans-serif;
   color: #C5D1D1;
   font-size: 12px;
   font-weight: bold;
}

#global_nav div{
   float: left;
   width: 103px;
   padding-top: 3px;
   height: 18px;
   text-align: center;
}

#global_nav a:hover{
   text-decoration: underline;
}

#global_nav div.about{
   background: url('/images/nav_col_2.jpg') top left repeat-y;
}

#global_nav div.news{
   background: url('/images/nav_col_4.jpg') top left repeat-y;
}

#global_nav div.programs{
   background: url('/images/nav_col_3.jpg') top left repeat-y;
}

#global_nav div.publications{
   background: url('/images/nav_col_5.jpg') top left repeat-y;
}

#global_nav div.resources{
   background: url('/images/nav_col_6.jpg') top left repeat-y;
}

#global_nav div.morville-house{
   background: url('/images/nav_col_7.jpg') top left repeat-y;
}
#global_nav div.blog{
   background: url('/images/nav_col_5.jpg') top left repeat-y; width: 95px;
}

#main-wrapper{
  background: url('/images/page_bg_repeat.jpg') top left;
  width: 100%;
  float: left;
}

#main {
  background: url('/images/page_bg.jpg') top left no-repeat;
  float: left;
  width: 100%;
}

#content-wrapper {
  float: left;
  width: 515px;
}

#content {
  padding: 10px;
}

#breadcrumb{
  font-size: 10px;
  padding-bottom: 5px;
}

#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}

div.entry{
  margin-bottom: 30px;
}

p.info{
  font-size: smaller;
  color: #999999;
  border-top: 1px dotted #a3a39c;
}

p.read-more{
  font-size: smaller;
  text-align: right;
}

#attachments{
  border: 1px dotted #cccccc;
}

#attachments small{
  color: #cccccc;
}

#left-column-wrapper{
  float: left;
  width: 225px;
  background: url('/images/left_col_bg.jpg') top left no-repeat;
}

#left-column {
  font-family: Arial, sans-serif;
  color: white;
  font-size: 90%;
  padding: 10px;
  padding-top: 0px;
}

#right-column-wrapper {
  float: right;
  width: 209px;
  background: url('/images/right_col_bg.jpg') top left no-repeat;
}

#right-column {
  font-family: Arial, sans-serif;
  color: white;
  font-size: 90%;
  padding: 10px;
  padding-top: 0px;
}

#left-column a, #right-column a{
  color: white;
  text-decoration: none;
}

#left-column a:hover, #right-column a:hover{
  color: #e4e4e4;
  text-decoration: underline;
}

#left-column h3, #right-column h3 {
  font-size: 160%;
}

#left-column-nav {
  margin-top: 10px;
}

#left-column-nav ul{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style-type: none;
}

#left-column-nav li{
  text-transform: uppercase;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 2px;
}

#left-column-nav a{
   display: block;
   padding: 1px;
}

#left-column-nav a:hover{
  background-color: #999999;
  color: white;
}

#left-column-nav li li{
  text-transform: none;
  font-size: 90%;
}

#left-column-nav ul ul {
  padding-left: 15px;
}

#donate {
  text-align: right;
  padding: 20px;
}

#donate a,
#donate a:active,
#donate a:visited {
  text-decoration: none;
  color: blue;
}

#right-column p {
  line-height: 140%;
}
#right-column ul {
  margin-left: 1.5em;
  padding: 0;
}
#right-column li {
  margin-bottom: .25em;
}

#news-listing div.meta{
  font-size: smaller;
  font-style: italic;
  text-align: right;  
}

#footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  float: left;
  width: 100%;
  color: white;
  background-color: #597B7B;
  text-align: center;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
span.res_diff { color: green; }
