body, td {
  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #868686;
  margin-top: 0px;
  margin-left: 0px;
}

body {
  background-color: #50657f;
}


#middle_content a { color: #000; }
#middle_content a:visited { color: #666; }
#middle_content a:hover { color: #fff; background-color:#000; }

#homepage_middle_content a { color: #000; }
#homepage_middle_content a:visited { color: #666; }
#homepage_middle_content a:hover { color: #fff; background-color:#000; }

#left_sidebar_menu a{padding: 6px 0px 6px 0px;}
#left_sidebar_menu A:link {text-decoration: none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; color: #868686;}
#left_sidebar_menu A:visited {text-decoration: none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px;  color: #868686;}
#left_sidebar_menu A:active {text-decoration: none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; }
#left_sidebar_menu A:hover {text-decoration: none; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px;  color: #000089;}

#top_menu A:link {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #999999;}
#top_menu A:visited {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: bold;color: #999999;}
#top_menu A:active {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;}
#top_menu A:hover {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: bold; color: #000000;}

#footer A:link {text-decoration: none; font-size: 11px; font-weight: normal; color: #50647D;}
#footer A:visited {text-decoration: none; font-size: 11px;  font-weight: normal;color: #50647D;}
#footer A:active {text-decoration: none; font-size: 11px; font-weight: normal;}
#footer A:hover {text-decoration: none; font-size: 11px;  font-weight: normal; color: #50647D;}

/* On an input's focus, makes the field's background yellow */
input:focus, textarea:focus {
  color: black;
  background-color: #FFFFCF;
}

#notice {
  width: 300px;
  border: 2px solid #003966;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  background-color: #F0F0F0;
  font: bold smaller sans-serif;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border: red solid 1px;
  background-color: #FF9999;
  padding: 2px;
}
*>.fieldWithErrors { /* Ignored by IE6 */
  border: red solid 2px;
  background-color: #FF9999;
  display: table;
}

/*
{
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: red;
  border-right-color: red;
  border-bottom-color: red;
  border-left-color: red;
}
*/

#web_form label {
  display: block;
  text-align: right;
  float: left;
  width: 115px;
  padding-right: 20px;
}

#web_form select {
  margin-left: 0px;
  margin-bottom: 5px;
}

#web_form .radio_buttons {
  margin-left: 125px;
}

#web_form .radio_buttons label{
  display: inline;
  float: none;
  text-align: left;
}

#web_form p {
    margin-left: 125px;
    width: 375px;
    font-weight: bold;
    font-size: 11px;
}

.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
}

#star {
  width: 44px;
  height: 40px;
  float: left;
}

#date {
  background-color: #506580;
  font-size: 8pt;
  float: left;
  color: white;
  width: 108px;
  text-align: center;
  line-height: 40px;
}

#page {
  background-color: white;
  width: 854px;
  /*border: red 1px solid;*/
  padding-top: 12px;
  padding-right: 75px;
}

#left_sidebar {
  float: left;
  /* width: 153px; */
}

#left_sidebar_menu {
  /* background-color: #E3E1E2; */
  background-color: #E8E6E7;
  width: 150px;
  margin: 0px 2px 0px 2px;
  border-bottom: 4px solid white;
}

#left_sidebar_menu ul {
  margin: 0px 10px 0px 30px;
  padding: 10px 0px 10px 0px;
}

#left_sidebar_menu ul li {
  list-style: none;
  text-indent: -20px; 
  padding: 0px;
  margin: 0px;
  padding: 2px 0px;
}
#left_sidebar_menu ul li ul {
  margin: 0px;
  padding: 0px;
}
#left_sidebar_menu ul li ul li {
  /* list-style: url(redstar.gif) square; */
  margin-left: 20px;
  padding-left: 0px;
}

#middle {
}

#middle_content {
  margin-top: 3em;
  margin-left: 168px;
  padding-left: 37px;
  padding-right: 37px;
}

#homepage_middle_content {
  margin-left: 160px;
}

#footer {
  padding-top: 15px;
  padding-bottom: 70px;
  clear: both;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #50647D;
}

#footer hr {
  width: 95%;
  color: #e2e2e2;
}

#top_menu {
  /*display: inline-table;*/
  border: solid #A7A8A2 1px;
  width: 600px;
  height: 18px;
  border-collapse: collapse;
  /*
  padding: 0px;
  border-spacing: 0px;
  */
  float: right;
  margin-bottom: 8px;
}

#top_menu td {
  border: 1px inset gray;
  text-align: center;
  /*vertical-align: center;*/
  padding-top: 1px;
}

#top_menu_end_cap {
  width: 25px;
  background-color: #cbd2a8;
  text-align: center;
}

#william_mckinley_signature {
  text-align: center;
}

#search_bar {
  height: 35px;
  background-color: #8B8E7D;
  border-bottom: 4px solid white;
}

/* Does not work in IE6 */
#search_bar A:link { text-decoration: none; color: inherit; }
#search_bar A:visited { text-decoration: none; color: inherit; }
#search_bar A:active { text-decoration: none; color: inherit; }
#search_bar A:hover { text-decoration: none; color: inherit; }

.search_bar_event_link {color: #18365A;}
.search_bar_features_link {color: #CBD2A8;}

#page_title {
  line-height: 35px;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  /* border-right: 4px solid white; */
  background-color: #CBD2A8;
  font-size: 18pt;
  color: #18365A;
  float: left;

  text-transform: lowercase;
}

#features_link {
  padding-left: 15px;
  font-size: 18pt; 
  line-height: 35px;
  height: 35px;
  color: #CBD2A8;
  background-color: #8B8E7D;
  float: left;

  text-transform: lowercase;
}

#search_our_site {
  height: 35px;
  padding-right: 5px;
  text-align: right;
  line-height: 35px;

  background-color: #8B8E7D;
  color: white;
  font-weight: bold;
  float: right;
}

#search_box {
  line-height: 35px;
  height: 35px;
  width: 140px;
  float: right;
  padding-left: 10px;
  background-color: #4E6680;
  color: white;
  font-weight: bold;
}

#search {
  text-align: center;
}
#search input { font-size: 10px; }
#search .form-text { width: 100px; }
#search .form-submit {
  background: #4e6680;
  color: #ffffff;
  border: none;
  padding: 0px;
  font-weight: bold;
}

#libraries_g_and_collections_membership_menu {
  text-align: right;
}

#homepage_section1 {
  width: 120px;
  height: 100%;
  border-left: 1px solid orange;
  border-left-color: orange;
  float: right;
  margin: 0px 5px;
  padding: 0px 10px;
}

#homepage_section1 h2 {
  font-size: 13px;
  color: #506580;
}

#homepage_section2 {
  width: 280px;
  height: 100%;
  border-left: 1px solid orange;
  border-left-color: orange;
  float: right;
  margin: 0px 5px;
  padding: 0px 10px;
}

#homepage_section2 h2{
  font-size: 13px;
  color: #BC574F;
}

#homepage_section3 {
  width: 160px;
  height: 100%;
  border-left: 1px solid black;
  border-left-color: black;
  margin: 0px 5px;
  padding: 0px 10px;
  float: right;
}

#homepage_section3 h2 {
  font-size: 13px;
  color: #506580;
}

.teacher_resources_top_level_category {
  font-weight: bold;
}

#speakers_bureau_speaker_photo {
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px;
}

.museum_shoppe_product_listing {
  margin-bottom: 25px;
}

#events_list .delete_marker, #events_list a .delete_marker, #events_list a:link .delete_marker, #events_list a:visited .delete_marker, #events_list a:active .delete_marker, #events_list a:hover .delete_marker {
  font-size: 120%;
  font-weight: bold;
  color: #f33;
  text-decoration: none;
  background: inherit;
}

table#events_list td {
  padding: 1ex;
}
#events_list .row_even {
  background: #ffffff;
}
#events_list .row_odd {
  background: #e8e6e7;
}

textarea#event_description {
  width: 100%;
}
#footer_text{
	float:left;
	text-align:center;
	width:854px;
}
#blog_link{ 
   float:left;
   clear:both; 
   padding-top: 20px;
   padding-left: 2px;
   text-align:center;		
}
#blog_link img{
  border: none;
}

.sponsor_text {
  font: bold smaller sans-serif;
}
