body {
  background-color: #e4dfdb;
  font-family: Verdana, Arial, Sans;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}

.content {
  width: 780px;
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 0;
}


/***************************************
 HEADER
***************************************/


.header {
  padding: 0;
  margin: 5px 0 0 0;
  width: 780px;
  height: 71px;
  background: url(images/greentop.jpg) no-repeat;
}

.header .menu {
  display: block;
  float: right;
  margin: 7px 25px 0 0;
}

.header a, .header a:visited {
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;

  background-image: url("images/topnav_bullet.gif");
  background-repeat: no-repeat;
  background-position: center left;

  color: #e4dfdb;
  text-decoration: none;
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

.header a:hover {
  color: white;
}



.headerRightCorner {
  margin: 0;
  padding: 0;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  border-top: 1px solid #e4dfdb;
}


/***************************************
 HEADER MENU
***************************************/

ul.headerMenu {
  width: 770px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 23px;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

ul.headerMenu li {
  display: block;
  float: left;
  border-right: 1px solid #e4dfdb;
}

ul.headerMenu li.first {
  margin-left: 13px;
}

ul.headerMenu li.last {
  border: 0;
}

ul.headerMenu li a {
  display: block;
  padding: 5px 15px 5px 15px;

  cursor: pointer;

  color: #eee;
  font-size: 10px;
  font-family: Verdana, Sans;
  text-decoration: none;
  font-weight: bold;
}

.headerMenuInitial { background-color: #636363; }
.headerMenuCurrent { background-color: #f8872f; }


ul.headerMenu ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 3px;
  border-top: 1px solid #fff;

  list-style-type: none;
  background-color: #b7b7b7;
}

ul.headerMenu ul li {
  display: block;
  float: none;
  margin: 0;
  
  /* IE hacks */
  border: 1px solid #b7b7b7;
  line-height: 14px;
  vertical-align: middle;
}

ul.headerMenu ul a, ul.headerMenu ul a:hover, ul.headerMenu ul a:active, ul.headerMenu ul a:visited {
  display: block;
  margin: 0 3px 0 3px;
  padding: 3px 3px 3px 5px;

  color: white;
  font-size: 9px;
  font-family: Verdana, Sans;
  text-decoration: none;
  font-weight: bold;
}

.headerMenuItemInitial { background-color: #b7b7b7; }
.headerMenuItemCurrent { background-color: #7f7f7f; }


/***************************************
 CATEGORY MENU
***************************************/

.categoryRightCorner {
  margin: 0;
  padding: 0;
  background-color: #636363;
  background-image: url("images/menu_corner_grey_topright.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.categoryMenu {
  width: 770px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 26px;
  background-color: #636363;
  margin-top: 5px;
  
  background-image: url("images/menu_corner_grey_topleft.png");
  background-repeat: no-repeat;
  background-position: top left;
  
}

.categoryMenu li {
  height: 18px;
  color: white;
  font-size: 6pt;
  float: left;
  text-align: center;
  padding: 8px 6px 0 6px;
  border-left: 1px solid white;
  
  background-repeat: no-repeat;
  background-position: top center;
}

.categoryMenu li.first {
  border-left: 0;
  margin-left: 10px;
  padding-left: 8px;
}

.categoryMenu a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}


/***************************************
 BROWSE BOX
***************************************/

.browseBox {
  background-color: #5B5A58;
  width: 170px;
  float: right;
  padding-bottom: 30px;

  background-image: url("images/browse_bottom_grey.png");
  background-repeat: no-repeat;
  background-position: bottom center;

}

.browseBox h1 {
  margin: 2px 2px 0 2px;
  padding: 8px 0 8px 10px;
  background-color: black;
  color: #dddddd;
  font-size: 10px;
  font-weight: normal;\
}

.browseBox h2 {
  margin: 25px 15px 5px 15px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #888;
  color: #bbbbbb;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.browseBox a, .browseBox a:visited {
  display: block;
  margin: 0 0 0 15px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.5em;
}

.browseBox a:hover {
  text-decoration: underline;
}


/***************************************
 SEARCH BOX
***************************************/

.searchErl {
  width: 605px;
  font-family: Verdana, Sans;
  margin: 0;
  background-color: rgb(255, 235, 43);
  background-image: url("images/search_corner_yellow_left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#search_corner_right {
  width: 595px;
  padding: 5px;
  margin: 0;

  background-color: transparent;
  background-image: url("images/search_corner_yellow_right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.searchErl .right {
  float: right;
  width: 300px;
}


.searchErl .right .heading {
  width: 180px;
  line-height: 2.5em;
  padding: 2px 5px 0 0;
  
  background-color: white;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: #91884D;

  background-image: url("images/search_corner_white_right.png");
  background-repeat: no-repeat;
  background-position: top right;

}

.searchErl .right .content {
  width: 100%;
  background-color: white;
}

.searchErl .right .content textarea {
  width: 97%;
  height: 45px;
  margin: 2px;
  
  border: 1px solid rgb(236, 231, 212);
  overflow: auto;
}

.searchErl .right a {
  display: block;
  float: left;
  line-height: 2.5em;

  background-color: rgb(255, 173, 15);
  font-size: 9px;
  text-align: center;
  color: white;
  text-decoration: none;
}

.searchErl .right a.button { 
  width: 120px; 
  font-weight: bold;
  border-right: 1px solid white;
  height: 24px;
}

.searchErl .right a.tucked_button {
  width: 60px; 
  height: 24px;
}

.searchErl .heading {
  width: 282px;
  line-height: 3em;
  padding-left: 8px;

  background-color: rgb(255, 202, 0);
  color: #3F3301;
  font-size: 11px;
  font-weight: bold;
}

.searchErl dl {
  margin: 0;
  padding: 0;
}

.searchErl dt, .searchErl dd {
  display: block;
  float: left;
  padding: 0;
  height: 15px;
  vertical-align: text-bottom;
}

.searchErl dt {
  width: 80px;
  clear: left;
  margin: 5px 5px 0 0;
  
  font-size: 9px;
  text-align: right;
}

.searchErl dd {
  margin: 3px 0 2px 0;
  vertical-align: middle;
}

.searchErl select {
  display: block;
  width: 205px;
  
  border: 0;
  font-size: 9px;
}


#search_button_search {
  background-image: url("images/search_corner_orange_left.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

#search_button_refine {
  background-image: url("images/search_corner_orange_right.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}


/***************************************
 CONTENT TABS
***************************************/

.contentTabs {
  width: 596px;
  height: 37px;
  margin-top: 5px;
  padding-left: 9px;
  background-color: #f4e9bb;
  background-image: url("images/tab_background.png");
}

.contentTabs a, .contentTabs a:visited {
  display: block;
  width: 195px;
  height: 37px;
  float: left;
  margin-right: 1px;

  background-repeat: no-repeat;
  background-position: top left;
  
  font-size: 9px;
  color: #5d5530;
  text-align: center;
  line-height: 37px;
  text-decoration: none;
}

.contentTabs a:hover {
  text-decoration: underline;
}

.contentTabs a.other { background-image: url("images/tab_other.png"); }
.contentTabs a.current { 
background-image: url("images/tab_current.png"); 
  font-weight: bold;
}


/***************************************
 CONTENT AREA
***************************************/

.contentArea {
  width: 568px;
  border: 1px solid #d0c7b8;
  border-top: 0;
  padding: 10px;
  padding-left: 25px;
  background-color: #f4e9bb;  
}

.contentArea h1 {
  color: #232317;
  font-size: 22px;
  font-weight: normal;
  margin-top: 40px;
}

.contentArea h2 {
  color: #473c00;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 0;
}

.contentArea p {
  color: #6d6649;
  font-size: 11px;
  width: 370px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.contentArea table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.contentArea th {
  background-color: #a7a17f;
  color: white;
  font-size: 11px;
  padding: 10px;
  text-align: center;
}

.contentArea td { 
  background-color: #d7cc9f;
  border-top: 5px solid #f4e9bb;
  text-align: center;
  padding: 5px;
}

.contentArea td.desc {
  text-align: left;
  padding-left: 10px;
}

.contentArea td h3 {
  width: auto;
  color: #53490c;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.contentArea td p {
  width: auto;
  color: #b2950b;
  font-size: 10px;
  font-weight: bold;
  margin: 3px 0 3px 0;
  padding: 0;
}

.contentArea td a, .contentArea td a:visited {
  display: block;
  width: auto;
  color: #69654a;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.contentArea td a:hover {
  text-decoration: underline;
}

.ratings {
  padding: 20px 0 20px 15px;
  font-size: 9px;
  width: 380px;
}

.ratings h3 {
  color: #655C4D;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.ratings .flasks {
  margin: 10px 0 0 5px;
  padding: 0;
}

.ratings .flasks img {
  margin-right: 3px;
}

.ratings p {
  font-size: 9px;
  color: #655C4D;
  margin: 5px 0 5px 0;
}

.ratings strong {
  font-weight: normal;
  font-size: 11px;
}

.ratings .choose {
  color: #655c4d;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 0 5px;
}

.ratings .reviewTitle {
  font-weight: bold;
  color: #655c4d;
  margin: 8px 0 5px 5px; 
}

.ratings textarea {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  background-color: #f5edc6;
  border: 1px solid #a0881a;
  width: 378px;
}

.ratings a, .ratings a:visited {
  color: white;
  font-size: 9px;
  text-decoration: none;  
}

.ratings .otherReviews {
  background-color: #bcb79d;
  float: right;
  border: 1px solid #8e8760;
  padding: 5px;
}

.ratings .button {
  background-color: #aca56f;
  border: 1px solid #8e8760;
  color: white;
  font-size: 9px;
  padding: 3px;
  cursor: pointer;
}

#educators {
  height: 650px;
  
  background-image: url("images/main_content3.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  
  border-right: 0;
  border-bottom: 0;
  
}

#educators p {
  width: auto;
  padding-right: 20px;
}

#results {
  width: 593px;
  padding: 5px;
  padding-bottom: 20px;
}

/***************************************
 RELATED CONTENT
***************************************/

.relatedContent {
  float: right;
  margin: 0 10px 10px 10px;
  width: 140px;
  padding: 0 5px 30px 15px;
  
  background-color: #fbf7eb;
  color: #766b33;
  
  background-image: url("images/related_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.relatedContent h1 {
  margin: 25px 0 5px 0;
  padding: 0;
  
  font-size: 10px;
  font-weight: bold;
  color: #79640d;
}

.relatedContent a, .relatedContent a:visited {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 2.5em;
  font-size: 9px;
  color: #937e07;  
  text-decoration: none;
}

.relatedContent a:hover {
  text-decoration: underline;
}


/***************************************
 EMBEDDED CONTENT
***************************************/

.embeddedContent {
  width: 356px;
  background-color: #cdc18f;
  padding: 10px 10px 20px 10px;
  font-size: 14px;
  border: 2px solid white;
  border-bottom: 0;
   
}

.embeddedContent .image {
  float: left;
  width: 95px;
  height: 95px;
  border: 1px solid white;
  margin: 0 10px 0 0;
}

.embeddedContent h1 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #373006;
  font-size: 11px;
  font-weight: bold;
}

.embeddedContent p {
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
  color: #9f942a;
  font-size: 10px;
}

.embeddedContent p a, .embeddedContent p a:visited {
  color: #79640d;
}

.embeddedContent .format {
  color: #7d7444;
  font-size: 10px;
}

.embeddedSeparator {
  font-size: 8px;
  height: 12px;
  width: 380px;
  border-top: 2px solid white;
  
  background-image: url("images/properties_top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.embeddedProperties {
  width: 350px;
  background-color: #ccc6a6;
  padding: 0 15px 20px 15px;
  font-size: 10px;
  line-height: 2em;
  color: #5a5340;
  
  background-image: url("images/embedded_transition.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.embeddedProperties ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.embeddedProperties h3 {
  float: left;
  width: 110px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #8a8460;
}

.granteeBox {
  background-color: #c9c3ad;
  width: 360px;
  margin: 0;
  padding: 0 10px 5px 10px;  
  
  background-image: url("images/grantee_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  
}

.granteeContent {
  margin: 0;
  padding: 0;
  background-color: #c9c3ad;
  display: none;
  
  color: #666;
  font-size: 11px;
  
}

.granteeContent p {
  width: 340px;
  padding: 10px;
  margin: 0;
  color: #666;
}

.granteeContent li {
  color: #666;
  padding-right: 30px;
  margin-bottom: 5px;
}

.embeddedButton {
  width: 160px;
  height: 23px;
  background-image: url("images/embedded_button.png");
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin: 0 auto 0 auto;
  cursor: pointer;
}


/***************************************
 FOOTER
***************************************/

.footer {
  width: 780px;
  height: 30px;
  padding-top: 17px;
  margin: 15px 0 10px 0;
  background-image: url("images/footer.jpg");
}

.footer p {
  margin: 0 25px 0 0;
  padding: 0;
  float: right;
}

.footer p, .footer a, .footer a:visited {
  color: white;
  font-size: 11px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footerText {
  margin-left: 10px;
  color: #777;
  font-size: 10px;
}

.footerText a, .footerText a:visited {
  color: #777;
  font-size: 10px;
  text-decoration: none;
}

.footerText a:hover {
  text-decoration: underline;
}
