/****************** Global CSS (shared by all pages) ******************/
* {
  margin: 0;
	padding: 0;
}
body {
  font: normal 11px/14px arial, verdana, sans-serif;
  color: #555;
}
p {
  margin-bottom: 20px;
}
h1#section {
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 2px;
  text-transform: uppercase;
  padding: 4px 0px 4px 10px;
  color: #fff;
  font-weight: normal;
}
h3, h4 {
  font-weight: bold;
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
table tr td, table tr {
  vertical-align: top;
}
li {
  list-style-type: none; 
}
img {
  vertical-align: top;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  color: #555;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
object {
  outline: none;
  vertical-align: top;
}
fieldset {
  border: none !important;
  margin-bottom: 15px;
}
form .error {
  border: solid 1px #cc3333 !important;
  color: #cc3333 !important;
}
form select {
  font-family: arial;
}
form option {
  min-width: 70px;
}
form input.textbox {
  border: solid 1px #fff;
  padding: 3px 5px;
  margin-bottom: 3px;
  color: #555; 
}
.required {
  color: #831212;
  font-style: italic;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
a.pdf {
  padding: 2px 0px 2px 20px;
  background: url(../images/ui/pdf_icon.png) no-repeat left center;  
}
a.pdf:hover {
  text-decoration: none;
}
a.pdf_s {
  padding: 2px 0px 2px 14px;
}

/*************************  Global > banner ***************************/         
#banner {
  width: 980px;
  background: #e5e6e7;
  height: 105px;
}
#logo {
  float: left;  
}
#links_global {
  background: #231f20;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 23px;
  margin-bottom: 3px;
}
#links_global li {
  float: left;
  margin: 0px 20px 0px 10px;
}
#links_global li a {
  color: #fff;
}
#navbar li {
  float: left;
  margin-right: 1px;
}
#navbar li.last {
  margin-right: 0px;
}

/******************** Global > Admission Widget ***********************/
#admission p {margin:0px;}
#admission table {width: 100%;}
#admission table td {
  padding: 0px !important;
  line-height: 105%;
  vertical-align: middle;
}
#admission table td input {
  height: 12px;
  vertical-align: middle;
}
#admission table td.col0 {width: 17px;}
#admission table td.col1 {width: 70px;}
#admission table td.col2 {text-align: right;}
#admission #ticket {
  float: right;
  margin-top: 7px;
}

/********************* Global > right Columbn *************************/
#rCol {
  padding-left: 9px;
}
#rCol div {
  margin-bottom: 10px;
}
#rCol h2 {
  background: #231f20;
  color: #fff;
  margin-bottom: 3px;
  font-size: 11px;
  padding: 4px 10px;  
}
#rCol #search input#search_query {
 border: solid 1px #d0d1d3 !important;
 vertical-align: top !important;
 height: 14px !important;
 width: 140px !important;
}
#rCol #visit #visit_nav {margin-bottom: 3px;}
#rCol #visit #visit_nav a {
  color: #626366;
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
}
#rCol #visit #visit_nav a.selected, 
#rCol #visit #visit_nav a:hover {
  color: #29ABE2;
  text-decoration: none;
}
#rCol #visit div {
  background: #626366;
  color: #fff;
  padding: 8px 10px 5px;
  height: 107px;
  display: none;
}
#rCol #visit #hours {
  display: block;
}
#rCol #visit #hours table {
  width: 100%;
}
#rCol #visit #hours table td.col2 {
  text-align: right;
}
#rCol #share div {
  background: #f5f5f6;
  padding: 6px 10px;
  height: 55px;
  border: solid 1px #e7e8e9;
  border-left: none;
}
#rCol #share div#email_print {
  float: left; 
  padding-right: 20px;
  border-left: solid 1px #e7e8e9;   
  border-right: none;
}
#rCol #share a {
  padding-left: 20px;
}
#rCol #share p {
  margin-bottom: 6px;
}
#rCol #share a#facebook {
  background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}
#rCol #share a#digg {
  background: url(http://digg.com/img/badges/16x16-digg-guy.png) no-repeat left center;
}
#rCol #share a#twitter {
  background: url(../images/ui/twitter.png) no-repeat left center;
}
#rCol #share a#email {
  background: url(../images/ui/icon_email.gif) no-repeat left center;
}
#rCol #share a#print {
  background: url(../images/ui/icon_print.gif) no-repeat left center;
}
#rCol #newsletter div {
  background: #E6F6ED;
  padding: 10px 10px 9px;
  height: 20px;
  border: solid 1px #e7e8e9;
}
#rCol #newsletter div a.pdf {
  background: url(../images/ui/pdf_icon.png) no-repeat left center;
}
#rCol #join {
  cursor: pointer;
  height: 165px;
  margin-bottom: 0px;
}
#rCol #join img {
  position: absolute;
  z-index: 1;
}
#rCol #join h2 {
  background: none;
  position: relative;
  padding: 16px 10px 10px;  
  z-index: 10; 
  font-size: 30px;
  width: 55px;
}
#rCol #join p {
  position: relative;
  color: #fff;
  margin: 0px 10px;
  z-index: 10; 
}
#rCol #join p a {
  color: #fff;
}
#rCol #join p a:hover {
  text-decoration: none;
}

/************************ Global > footer *****************************/
#footer {
  background: #e5e6e7;
  clear: both;
  padding: 10px 0px 20px;
  color: #626366;  
}
#footer a {
  color: #626366;
}
#footer p {
  width: 980px;
  text-align: right;  
}

/**************************** index.php *******************************/
#home #banner {
  margin-bottom: 25px;
}
#home table#content {
  margin-left: 20px;
  margin-bottom: 13px;
  width: 960px;  
}
#home #lCol {
  width: 786px; 
}
#home .callout {
  float: left; 
  margin-right: 10px;
  margin-bottom: 10px;
}
#home .last {
  margin-right: 0px;
}
#home #calendar_home {
  clear: left;
  margin: 10px 0px 10px 0px;
}

/************************** search.php ********************************/
.search #banner {
  margin-bottom: 23px;
}
.search #main {
  padding-right: 25px;
}
.search #cse-search-results {
  margin-left: 25px;
  margin-top: 20px;
  padding: 0px;
  width: 100%;
}
.search #cse-search-results iframe {
  width: 530px !important;
  margin: 0px !important;
}

/******************* shared by all internal pages **********************/
#internal #content {
  width: 980px;
  margin-bottom: 23px;
}
#internal #lCol {
  width: 215px;
  padding-right: 9px;
  padding-bottom: 10px;
}
#internal #lCol div {
  border-bottom: solid 1px #d8d8d9;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
#internal #lCol h2 {
  margin: 0px 0px 0px 30px;  
}
#internal #lCol h2 a {
  color: #555;
}
#internal #lCol h3 {
  margin: 10px 0px 0px 30px;
  font-size: 12px;
}
#internal #lCol h2 {
  font-size: 14px;
}
#internal #lCol #sort h3 {
  margin-bottom: 5px;
}
#internal #lCol #sort li a  {
  padding: 0px 0px 0px 30px;
  display: block;
}
#internal #lCol #sort li a:hover,
#internal #lCol #sort li a.selected  {
  text-decoration: none;
  color: #fff;
}
#internal #lCol #archives h3 {
  margin-bottom: 5px;
}
#internal #lCol #archives li a  {
  padding: 0px 0px 0px 30px;
  display: block;
}
#internal #lCol #archives li a:hover,
#internal #lCol #archives li a.selected  {
  text-decoration: none;
  color: #fff;
}
#internal #mCol {
  font-size: 12px;
  background: #f0f0f1;
  width: 582px;
}
#internal #main {
  padding: 20px 125px 15px 25px;       
}
#internal #main p {
  line-height: 135%;       
}
#internal #main h1 {
  line-height: 100%;
  margin-bottom: 5px;
}
#internal #main h3 {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: 22px;
}
#internal #slideshow {
  height: 345px;
}
#internal #tabs {
  padding-bottom: 25px
}
#internal #tabs li {
  float: left;
}
#internal #tabs li a {
  display: block;
  color: #231F20;  
  padding: 4px 0px 7px 10px; 
  width: 145px;
}
#internal #tabs li a#last_tab {
  padding-right: 2px;
}
#internal #tabs li a:hover, 
#internal #tabs li a.selected {
  text-decoration: none;
  color: #fff; 
}
#internal #tabs li a.selected {
  cursor: default;
}
#internal #subnav {
  padding-bottom: 40px;
  border-bottom: solid 1px #d8d8d9;
  margin: 0px 0px 10px 0px;
}
#internal #subnav li {
  margin-bottom: 2px;
  font-size: 12px;
}
#internal #subnav a {
  display: block;
  color: #231F20;
  padding: 4px 10px;  
}
#internal #subnav a:hover, 
#internal #subnav a.selected {
  color: #fff;
  text-decoration: none;
}
#internal #subnav a.selected {
  cursor: default;
}
#internal #mCol h1#pageTitle {
  font-size: 26px;
  color: #fff;
  background: #000;
  padding: 15px 10px 35px;
}

/*********************** events list module ***************************/
#events_list {
  width: 582px;
}
#events_list tr.event {
  cursor: pointer;
  /*background: #f4faed;*/  
}
#events_list tr.event:hover {
  background: #e5f0d8;  
}
#events_list tr#header {
  cursor: default;
}
#events_list td {
  padding: 5px 0px 5px 10px;
  border-bottom: solid 2px #fff;   
}
#events_list #header td {
  background: #231F20;
  padding: 15px 0px 10px 10px;
  color: #fff;
  vertical-align: bottom;
  text-transform: none !important;
  font-weight: normal;
  font-size: 10px;  
}
#events_list #header span#adults {
  background: url(../images/ui/a.gif) no-repeat left center;
  padding-left: 15px;
}
#events_list #header span#family {
  background: url(../images/ui/f.gif) no-repeat left center;;
  padding-left: 15px;
}
#events_list #header td h1 {
  font-size: 26px;  
}
#events_list td.date {
  text-transform: uppercase;
  font-size: 10px; 
  width: 160px;   
}
#events_list td.title {
  width: 300px;
  font-weight: bold; 
}
#events_list td.type {width:60px}
#events_list tr.open td {
  background: #626366;
  color: #fff;
  border-bottom: solid 1px #fff;
}
#events_list img.close {
  display: none;
}
#events_list tr.open td.type img.close {
  margin-left: 20px;
  cursor: pointer;
}
#events_list tr.details {
  display: none;
}
#events_list tr.details td p {
  margin: 10px 0px 0px;
}
#events_list tr.details td {
  background: #909090;
  line-height: 130%;
  color: #fff;
  vertical-align: bottom;
  padding: 0px 10px 10px 10px;  
}
#events_list tr.details form {
  text-align: right;
}
#events_list tr.details form select {
  margin: 0px 15px 0px 0px;
}
#events_list tr.details form .submit {
  vertical-align: bottom;
}

/********************** multimedia list module ************************/
#multimedia_list {
  margin: 25px 0px 25px 25px;
}
#multimedia_list .icon {
  position: absolute;
  z-index: 10;
  /*margin-left: -77px;*/
  left: 10px;
  top: 10px;
}
#multimedia_list div {
  position: relative;
  float: left;
  width: 250px;
  padding-right: 25px;
  margin-bottom: 10px;  
}
#multimedia_list div a {
  float: left;
  margin-right: 10px;
}
#multimedia_list div h2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;  
}
#multimedia_list div h2 span {
  font-weight: normal;
  text-transform: none;  
}

/********************** exhibitions section ***************************/
.exhibitions h1#section {
  background: #29ABE2;
  width: 448px; /* 372+87*2-(1)-(10 for padding)  */
}
.exhibitions #events_list {
  background: #f4fbfe;
}
.exhibitions #events_list tr.event:hover {
  background: #D4EEF9;  
}
.exhibitions #subnav a {
  background: #D4EEF9;
}
.exhibitions #subnav a:hover, 
.exhibitions #subnav a.selected {
  background: #29ABE2;
}
.exhibitions #lCol h2 {
  color: #29ABE2;
}
.exhibitions #lCol h2 a:hover {
  color: #29ABE2 !important;
  text-decoration:none;
}
.exhibitions p.sponsors {
  margin-top: 20px;
  margin-left: 30px;
  font-style: italic;
}
.exhibitions p.sponsors a {
  color: #626366;
}
.exhibitions p.sponsors a:hover {
  color: #29ABE2;
  text-decoration: none;
}
.exhibitions #slideshow {
  background: #29ABE2;  
}
.exhibitions #tabs {
  background: #D4EEF9;
}
.exhibitions #tabs li a {
  width: 135px !important;
}
.exhibitions #tabs li a:hover,
.exhibitions #tabs li a.selected {
  background: #29ABE2;
}
#exhibitions_landing #main h3 {
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 16px;
}
#exhibitions_landing #main h3 span {
  font-weight: normal;
  font-size: 12px;
}
#exhibitions_landing #main h3 a:hover {
  color: #29ABE2;
  text-decoration: none;
}
#exhibition_single a.pdf:hover {
  background: url(../images/ui/pdf_icon_blue.png) no-repeat left center;
  color: #29ABE2
}
#exhibition_single #main .publication {
  margin-bottom: 20px;
}
#exhibition_single #main .publication p {
  margin-bottom: 6px;
  margin-top: 2px;
}
#exhibition_single #lCol form {
  margin-left: 30px;
  margin-top: 10px;
}
#exhibition_single #lCol .submit {
  vertical-align: bottom;
  margin-left: 10px;
}
#exhibition_single #lCol p#ticket_info {
  margin: 5px 80px 0px 30px;
}

/********************** engagement section ****************************/
.engagement h1#section {
  background: #95C946;
  width: 535px; /* 372+87*2-(1)-(10 for padding)  */
}
.engagement #subnav a {
  background: #EAF4DA;
}
.engagement #subnav a:hover, 
.engagement #subnav a.selected {
  background: #95C946;
}
.engagement #lCol #sort {
  border: none;
  font-size: 12px;
}
.engagement #lCol #sort h2 {
  color: #95C946;
}
.engagement #lCol #sort li a:hover,
.engagement #lCol #sort li a.selected  {
  background: #95C946;
}
.engagement #lCol #archives {
  border: none;
  font-size: 12px;
}
.engagement #lCol #archives h2 {
  color: #95C946;
}
.engagement #lCol #archives li a:hover,
.engagement #lCol #archives li a.selected  {
  background: #95C946;
}
.engagement #events_list {
  background: #f4faed;
}
.engagement #events_list tr#header {
  padding-top: 2px;  
}
.engagement #slideshow {
  background: #95C946;  
}

/******************************* blog *********************************/
#blog #lCol div.last {
  border: none;
}
#blog #lCol div h2 {
  margin-bottom: 5px;
}
#blog #lCol #sort ul {
  margin-bottom: 20px;
}
#blog #lCol p#tags, #blog #lCol #sort p {
  margin-left: 30px;
  margin-right: 15px;
}
#blog #lCol p#tags a:hover, 
#blog #lCol p#tags a.selected {
  color: #95C946 !important;
  text-decoration: none !important;
}
#blog #mCol {
  background: #fff;
}
#blog #main {
  padding: 0px !important;
}
#blog #main img {
  float: left;
  clear: left;
  margin: 0px 15px 15px 0px;
}
#blog #main div {
  border: solid 1px #ccc;
  padding: 0px 20px;
  margin: 10px 0px 15px;
}
#blog #main div.post a {
  text-decoration: underline;   
}
#blog #main div span.author {
  color: #000;
}
#blog #main div div {
  border: none;
  padding: 0px;  
}
#blog #main p.counter {
  float: right;
  margin-top: 7px;
}
#blog #main p.counter a {
  background: url(../images/ui/icon_blog.gif) no-repeat 5px 4px #95c946;
  padding: 8px 10px 10px 30px;  
  color: #fff;
  text-decoration: none !important;  
}
#blog #main p.counter a:hover {
  text-decoration: none;
}
#blog #main div h2 {
  margin: 20px 0px 10px;  
  line-height: 110%;
  margin-right: 75px;
}
#blog #main div h2 a {
  color: #000;
  text-decoration: none !important;
}
#blog #main div h2 a:hover {
  color: #95C946;  
  text-decoration: none;
}
#blog #main div .post-metadata {
  color: #999999;
}
#blog #main .tags {
  clear: both;
  border-top: solid 1px #ccc;
  padding-top: 5px;
}
#blog #main .tags a {
  color: #000;
  font-weight: bold;
  text-decoration: none !important;  
}
#blog #main .tags a:hover {
  color: #95C946;  
  text-decoration: none;
}
#blog #main a.more-link {
  color: #95C946;
  font-weight: bold;
  text-decoration: none !important;   
}
#blog #main a.more-link:hover {
  text-decoration: underline !important;
}
#blog #main #comments {
  background: #EAF4DA;
  border: none;
  padding: 0px;
  padding-top: 7px;
  padding-bottom: 10px;
}
#blog #main #comments #toolbar span {
  padding: 8px 10px 7px 33px;
  background: url(../images/ui/bubble.gif) no-repeat 5px 8px;
}
#blog #main #comments #toolbar {
  background: #EAF4DA;
  margin-bottom: 25px;
}
#blog #main #comments span#tools {
  background: #ddd;
  padding-left: 10px;  
}
#blog #main #comments ul {
  margin-left: 15px;
}
#blog #main #comments ul li {
  background: #fff;
  width: 530px;
  padding: 10px;
  margin-bottom: 10px;
}
#blog #main #comments ul li .metadata {
  color: #95c946;
}
#blog #main #respond input, #blog #main #respond textarea {
  border: none;
  width: 430px;
  padding: 2px;
}
#blog #main #respond h3 {
  margin: 5px 15px 15px 31px;
}
#blog #main #respond form p {
  margin: 5px 15px 5px 31px;
}
#blog #main #respond form p label {
  display: block;
  width: 100px;
  float: left;
}
#blog #main #respond form #moderation-notice {
  margin: 5px 122px 20px 130px; 
  float: left;
}
#blog #main #respond form #submit input {
  width: auto;
}

/****************************** membership ****************************/
#membership #main h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 15px;
}
#membership #events_list td.date {
  font-weight: bold;
  text-transform: none;
  font-size: 12px;
}
#membership #events_list td.title {
  font-weight: normal;
} 

/************************ collections section *************************/
.collections h1#section {
  background: #ea0d8c;
  width: 622px; /* 372+87*3-(1)-(10 for padding)  */
}
.collections #slideshow {
  background: #ea0d8c;  
  height: 345px;
}
.collections #lCol #return {
  height: 50px;
  padding-top: 25px;
  padding-left: 30px;
}
.collections #lCol #return a:hover {
  text-decoration: none;
  color: #ea0d8c;
}
.collections #lCol #return img {
  vertical-align: middle;
  padding-right: 10px;
}
.collections #lCol h2, .collections #lCol h3 {
  color: #ea0d8c;
}
.collections #lCol #sort li a:hover,
.collections #lCol #sort li a.selected  {
  background: #ea0d8c;
}
.collections #lCol p#tags {
  margin-left: 30px;
}
.collections #lCol p#tags a:hover, 
.collections #lCol p#tags a.selected {
  color: #ea0d8c;
  text-decoration: none;
}
.collections #lCol #related { 
  padding-bottom: 40px;
}
.collections #lCol #related h2 {
  margin-bottom: 20px;
}
.collections #lCol #related p {
  clear: left;
  margin-left: 30px;  
}
.collections #lCol #related span {
  display: block;
  padding-top: 10px;
}
.collections #lCol #related a:hover {
  text-decoration: none;
  color: #ea0d8c;
}
.collections #lCol #related img {
  margin-right: 7px;
  padding-bottom: 2px;
  float: left;
}
.collections #lCol #faq a {
  color: #ea0d8c;
  background: url(../images/ui/pdf_icon_pink.gif) no-repeat left center;  
}
.collections #tabs {
  background: #fbcfe8;
}
.collections #tabs li a.selected {
  background: #ea0d8c;
}
.collections #main h4 {
  margin-bottom: 3px;
}
#object_gallery #main {
  padding-right: 25px;
}
#object_gallery #main #left {
  width: 350px;
  padding-right: 50px;
}
#object_gallery #main #right h4 {
  color: #ea0d8c;
}

/******************** Family & Education section **********************/
.family h1#section {
  background: #F15A2A;
  width: 709px; /* 372+87*3-(1)-(10 for padding)  */
}
.family #lCol a.pdf {
  background: url(../images/ui/icon_pdf_orange_l.gif) no-repeat left center;
}
.family #lCol a.pdf_s {
  color: #555 !important;
}
.family #lCol a.pdf_s:hover {
  background: url(../images/ui/icon_pdf_orange_s.gif) no-repeat left center;
}
.family #lCol h2 a.pdf {
  color: #F15A2A !important;
}
.family #slideshow {
  background: #F15A2A;  
}
.family #subnav li.level_1 a {
  background: #FCDED4;
}
.family #subnav li.level_1 a:hover, 
.family #subnav li.level_1 a.selected {
  background: #F15A2A;
}
.family #subnav li.level_2 a {
  background: #d5d6d6;
}
.family #subnav li.level_2 a:hover, 
.family #subnav li.level_2 a.selected {
  background: #58595b;
}
.family #subnav li.level_3 a {
  background: #f7f7f7;
}
.family #subnav li.level_3 a:hover, 
.family #subnav li.level_3 a.selected {
  color: #F15A2A !important;
}
.family #lCol div h2 {
  margin-left: 35px !important;
  color: #F15A2A;
}
.family #lCol h2#faq {
  margin-left: 15px !important;
}
.family #lCol div ul {
  margin-top: 3px;
  margin-left: 21px !important;
}
.family #lCol div a {
  color: #F15A2A;
}
.family #lCol div a:hover {
  color: #F15A2A !important;
  text-decoration: none;
}
.family #tabs {
  background: #FCDED4;
}
.family #tabs li a.selected {
  background: #F15A2A;
}
#family_reservation #mCol #main {
  padding: 0px;
}

/************************** support section ***************************/
.support h1#section {
  background: #662F90;
  width: 796px; /* 372+87*2-(1)-(10 for padding)  */
}
.support #subnav a {
  background: #E0D5E9;
}
.support #subnav a:hover, 
.support #subnav a.selected {
  background: #662F90;
}
.support #slideshow {
  background: #662F90;  
}
#support_landing #main h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 15px;
}
.support #lCol p {
  margin-left: 32px;
  color: #555;
  font-size: 12px;  
}
.support #lCol h2 {
  color: #662F90;
  line-height: 130%;
}
.support #lCol h2 a:hover {
  color: #662F90 !important;
  text-decoration: none;
}

/************************* rentals section ****************************/
/*  dark yellow:    #F79320  */
/*  medium yellow:  #FDE9D2  */

.rentals h1#section {
  background: #F79320;
  width: 883px; /* 372+87*2-(1)-(10 for padding)  */
}
.rentals #subnav a {
  background: #FDE9D2;
}
.rentals #subnav a:hover, 
.rentals #subnav a.selected {
  background: #F79320;
}
.rentals #subnav li.level_2 a {
  background: #d5d6d6;
}
.rentals #subnav li.level_2 a:hover, 
.rentals #subnav li.level_2 a.selected {
  background: #58595b;
}
.rentals #slideshow {
  background: #F79320;  
}
.rentals #lCol h2 a {
  color: #F79320 !important;
}
#rentals_landing #mCol {
  background: #fff;
}
#rentals_landing #mCol #slideshow {
  background: #fff;
  height: auto;
  margin-bottom: 20px;
}
#rental #mCol #slideshow {
  height: auto;
}
#inquire #main {
  padding: 0px;
}

/************************* about section ******************************/
/*  dark green:    #01A54B  */
/*  medium green:  #CCEDDB  */
/*  light green:   #E6F6ED  */

.about h1#section {
  background: #01A54B;
  width: 970px; /* 372+87*2-(1)-(10 for padding)  */
}
.about #lCol #subnav a {
  background: #CCEDDB;
}
.about #lCol #subnav a:hover, 
.about #lCol #subnav a.selected {
  background: #01A54B;
}
.about #lCol h2 a.pdf {
  color: #01A54B !important;
  background: url(../images/ui/pdf_icon_green.png) no-repeat left center;
}
.about #lCol div input {
  vertical-align: middle;
  margin-top: 10px;
}
.about #lCol div input:first-child {
  border: solid 1px #aaa;
  color: #999;
  margin-left: 35px;
  width: 100px;
  padding: 3px;
  font-size: 11px;
}
.about #lCol div h4 {
  margin-top: 15px;
  margin-left: 35px;
  color: #01A54B;
}
.about #mCol #slideshow {
  background: #01A54B;  
}
.about .pdf a {
  color: #555;
  font-weight: bold;
  padding-left: 18px;
  font-size: 11px;
  background: url(../images/ui/pdf_icon.png) no-repeat left center;
}
.about .pdf a:hover {
  color: #01A54B;
  text-decoration: none;
  background: url(../images/ui/pdf_icon_green.png) no-repeat left center;  
}
.about #main hr {
  color: #fff;
  background: #fff;
  border: solid 1px #fff;
  height: 3px;
  clear: both;
}
.about #lCol div h2 {
  margin-left: 35px !important;
  color: #01A54B;
}
.about #lCol div ul {
  margin-top: 3px;
  margin-left: 21px !important;
}
.about #lCol div a {
  color: #000;
}
.about #lCol div a:hover {
  color: #01A54B !important;
  text-decoration: none;
}
.about #lCol a.pdf_s:hover {
  background: url(../images/ui/icon_pdf_green_s.png) no-repeat left center;
}
.about #tabs {
  background: #CCEDDB;
}
.about #tabs li a {
  width: 135px !important;
}
.about #tabs li a:hover,
.about #tabs li a.selected {
  background: #01A54B;
}
.about #events_list {
  background: #E6F6ED;
}
.about #events_list td.date {
  width: 25%;
}
.about #events_list td.title {
  width: auto;
}
.about #events_list td.type {
  width: 10%;
  text-align: right;
  padding-right: 10px;
}
.about #events_list .details td {
  padding-bottom: 15px;
}
.about #events_list .details td:first-child {
  padding-right: 50px;
}
.about #events_list tr.event:hover {
  background: #CCEDDB;  
}
.about #main .date {
  margin-bottom: 2px;
  color: #777;
  margin-left: 18px;
}
.about #main .pdf {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
#about_landing #main {
  padding: 0px;
}
#about_landing #main .section {
  padding: 0px 25px;
}
#about_landing #main .section .note {
  color: #999;
}
#about_landing #main .section h2 {
  color: #000;
  margin: 20px 0px 10px;
  margin-bottom: 10px;
}
#about_landing #main .section h3 {
  color: #01A54B;
  font-size: 12px;
  margin-bottom: 0px;
}
#about_landing #main .section div.left {
  float: left;
  padding-bottom: 20px;
  width: 250px;  
}
#about_landing #main .section div.right {
  margin-left: 280px;  
}
#about_landing #mCol #admission table td.col1 {
  width: 180px;
  font-weight: bold;
}
#about_landing #mCol #admission table td {
  line-height: 150%;
}
#about_landing #mCol #admission #ticket {
  margin-top: 10px;
}
#about_landing #main #gift {
  width: 255px;
  padding-bottom: 20px;
  padding-right: 20px;
}
#about_landing #main #gift select {
  margin-right: 50px;
}
#about_landing #main #gift input {
  float: right;
}
#about_landing #main #accessibility {
  border-left: solid 3px #fff;
  padding-bottom: 20px;
  padding-left: 20px;
}
#about_landing #main #accessibility h2 {
  background: url(../images/ui/icon_accessibility.gif) no-repeat left center;
  padding-left: 30px;
  line-height: 27px;
}
#about_landing #locationMap input,
#about_landing #locationMap select {
  color: #999 !important;  
  vertical-align: middle; 
  margin-right: 3px;
}
#about_landing #locationMap select {
  border: solid 1px #ccc;  
}
#about_landing #locationMap h2 {
  margin-bottom: 20px !important;
}
#about_landing #locationMap p {
  margin-bottom: 5px;
}
#about_landing #locationMap #submit {
  vertical-align: middle;
}
#about_landing #map_canvas {
  margin-top: 10px;
  /*width: 527px;*/
  margin: 10px 25px 10px;
  /*position:normal !important;*/
  height: 320px;
  margin-bottom: 25px;
}
#overview #mCol #main {
  padding: 0px 0px 20px;
} 
#overview #mCol #main h1 {
  font-size: 20px;
  margin: 20px 75px 10px 30px;
}
#overview #mCol #main p#visionText {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: normal;
  margin: 0px 75px 10px 30px;  
}
#overview #mCol #main p { 
  margin: 0px 75px 10px 30px;  
}
#overview #mCol #main p.pdf { 
  margin: 0px 75px 10px 15px;
  border: none;  
}
#history #mCol #main h1 {
  margin: 10px 0px 5px;
}
#profiles #main {
  padding: 0px;
}
#profiles #pageTitle {
  margin-bottom: 15px;
}
#profiles #mCol #main table {
  margin: 15px 25px;
  border-bottom: solid 1px #ccc;
}
#profiles #mCol #main table:last-child {
  border-bottom: none;
}
#profiles #mCol #main table td {
  padding-bottom: 10px;
}
#profiles #mCol #main table h1 {
  margin-bottom: 6px;
}
#profiles #mCol #main table p {
  margin-bottom: 15px;
}
#profiles #mCol #main table img {
  margin-right: 15px;
}
#profiles #main table div {
  background: url(../images/ui/icon_blog.gif) no-repeat 200px 0px #fff;
  padding: 10px;
  width: 210px;
  margin-top: 10px;
  margin-right: 15px;
}
#profiles #main table div h1 {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
#profiles #main table div p {
  margin-bottom: 10px;
}
#profiles #main table div a {
  color: #9FCB42;
}
#board #main {
  padding-right: 25px;
}
#board #main table  {
  width: 100%;
}
#board #main table td {
  width: 25%;
  padding-bottom: 20px;
}
#news #main {
  padding: 25px 25px 25px 10px;
}
#volunteer #main, #employment #main, #staff #main {
  padding-right: 25px;
}
#volunteer #main h1, #volunteer #main p,
#employment #main h1, #employment #main p {
  margin-right: 100px;
}
#volunteer #main p.date, #volunteer #main p.pdf, #volunteer #main p#link,
#employment #main p.date, #employment #main p.pdf, #employment #main p#link {
  margin-right: 0px;
}
#volunteer #main h2, #employment #main h2 {
  color: #01A54B;
  font-size: 12px;
  margin-bottom: 15px;
}
#volunteer #main #link {
  text-align: right;
  margin-top: 15px;
}
#volunteer_form #main {
  padding: 0px;
}
#staff #main p {
  color: #777;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  line-height: 130%;
}

/******************************* forms ********************************/
#form {
  margin: 15px 25px 0px;
}
#form input, #form textarea {
  color: #777;
}
#form p#required {
  text-align: right;
  margin-bottom: 10px;
}
#form div {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
#form h4 {
  margin-bottom: 10px;
}
#form input {
  vertical-align: middle;
}
#form table {
  width: 100%;
  border-collapse: separate;  
}
#form table td p {
  margin: 3px 0px;
}
#form .textboxes p {
  margin-bottom: 10px;
}
#form p.floated {
  float: left;  
  margin-right: 5px;
}
#form input.textbox {
  margin-top: 3px;
  padding: 3px 0px;  
}
#form .textboxes {
  clear: left;
}
#form textarea {
  width: 100%;
  border: none;
  height: 120px;
}
#form #submit {
  text-align: right;
  margin: 10px 0px 20px 0px;
}
#form #availability label {
  margin-right: 30px;  
}
#inquire #form textarea {
  height: 50px;
}
#form #estimate {
  margin-right: 20px;
}
#form #serving {
  margin-top: 23px;
}
#form #serving input {
  margin-left: 10px;
}
#form div#date span {
  padding: 0px 10px;
  color: #F79320;
  font-weight: bold;
}
#form div#date input.textbox, #form div#date select  {
  margin: 0px 5px;  
  vertical-align: middle; 
}
#form #date select.am_pm {
  width: 50px !important;
  padding: 0px !important;
}
#form div#date input.textbox {
  padding: 2px 0px 1px;
  text-align: center;
  margin: 0px;
}
#form div.last {
  border: none;
  padding-bottom: 0;
  clear: left;
}

/******************************** rsvp ********************************/
.rsvp #main {
  padding: 25px;
}
.rsvp h1#section {
  background: #000;
  width: 970px; 
}
#rsvp_form #main {
  padding: 0px;
}
#rsvp_form #main .textboxes {
  border-bottom: none;
  margin-bottom: 0px;
}
#rsvp_form h3 {
  margin-bottom: 20px !important;
}
#rsvp_form #guest {
  margin: 30px 0px 20px 270px; 
}
#rsvp_form #guest input {
  margin-left: 12px;
  margin-right: 3px; 
}
