body {
    background-color: #eef5f1;
    color: #4a4b3c;
}
#container { 
    background-color: #fff;
  }
a { color: #ae381d; }

/* Menu start */

    #menuMain li a {
        background: #fff url('../images/menu-2/sprite.png') no-repeat;
        border: 9px solid #fff;
      }
    #menuMain li a:hover {
        background-color: #edf4ef;
        border-color: #edf4ef;
      }
    #banner #menuMain li a {
        border-width: 9px 33px 10px 33px !important;
      }

/* Menu end */

#topAd-handbook {
    background-color: #becfc3;
    border: 1px solid #e5ece7;
    color: #FFF;
}
#topAd-questions {
    background-color: #66836b;
    color: #FFF;
  }

#triFeatures {
    background-image: url('../images/triFeatures-bg.png');
    background-repeat: repeat-y;
  }
#triFeatures h3 { background-repeat: no-repeat; }
#triFeatures > div {
    background: url('../images/triFeatures-gradient.png') repeat-x;
  }
#triFeatures #biography { background-color: #C1D1C5; }
  #triFeatures #biography h3 { background-image: url('../images/titles/biography.png'); }
#triFeatures #spotlight {
    background-color: #DFEFE4;
    color: #5d5e4f;
  }
  #triFeatures #spotlight h3 { background-image: url('../images/titles/spotlight.png'); }
#triFeatures #news { background-color: #708877; }
  #triFeatures #news h3 {
    background-image: url('../images/titles/happenings.png');
    background-position: 0 6px;
  }
  #triFeatures #news h4.title {
        background-color: #a8b4ac;
        color: #36423a;
    }

#footer {
    background-color: #FFF;
    color: #384232;
    border-top: 1px solid #eee;
  }
    #footer ul { color: #A7BABF; }
    #footer li a { color: #333; }
    #footer li a:hover {
	color: #A2445E;
	text-decoration: underline;
      }

/* SUB PAGE start */

#article {
    background-color: #d6e1da;
    border: 1px solid #d2e1d7;
    color: #6e6564;
  }
    #article a {
	color: #703129;
      }
    #article a:hover { color: #9b4237; }
    #article .photo {
	background-color: #aecbc2;
      }
    #article .quote {
	color: #799782;
	border-top: 1px solid #a5b9af;
	border-bottom: 1px solid #a5b9af;
      }
    #article .col3 .quote {
background-color: #a8bfb0;
background-color: #fafdfa;
color: #3D2A2;
color: #64928d;
	border-top: 1px solid #e4ede7;
padding: 20px 15px 15px !important;
width: 284px;
      }
#article .col3 .quote p {
    padding: 0 5px;
  }
      #article .col3 .quote .credit {
	  background-color: #3d2a28;
	  background-color: #fff;
//	  background-color: #CFCFCF;
          background-color: #597d7b;
	  border-top: 1px solid #CCC;
	  color: #A2445E;
color: #EEE;
padding: 5px 10px !important;
	}
        #article .col3 .quote .credit span,
	#article .quote a { color: #6f9da3; color: #76c5cf }
    #article .col2,
    #article .col3 .quote { margin-top: 14px }
    #article .col1,
    #article .col2 {
        border-right: 1px solid #dce6e0;
      }
    #article h2#headings-about { background-image: url('../images/headings/about.png'); }
    #article h2#headings-services { background-image: url('../images/headings/services.png'); }
    #article h2#headings-portfolio {
        background-image: url('../images/headings/portfolio.png');
        left: -35px;
        height: 112px;
        width: 353px;
        margin-bottom: -20px;
      }
    #article h2#headings-contact { background-image: url('../images/headings/contact.png'); }
    #article h2#headings-handbook { background-image: url('../images/headings/handbook.png'); }
