@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/* Tables still need 'cellspacing="0"' in the markup. */
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }






body {
	background-image:url(images/backgroundimage.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #ED1C24;
	text-decoration:none;
}

.more
{
 font-size: 10px;
}

.who
{
 font-size: 11px;
}

a:hover {
	color:#ED1C24;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED1C24;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}
	
p {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 13px;
}

p img {
	display: inline;
	float: right;
}


a img {
	border: none;
}

#container {
	width: 581px;
	margin: 30px auto 0 auto;
}

/*HEADER*/
#header {
	width: 581px;
	border-bottom: solid 1px #666;
	margin-bottom: 21px;
	height: 162px;
}

#logo {
	display:block;
	width: 79px;
	float: left;
	margin-right: 21px;
}

#headerpic {
	float:left;
	width: 339px;
	height: 126px;
}

#headerpic table {
	width: 339px;
	height: 126px;
}

#headerpic table td {
	text-align: center;
}

#contactinfo {
	width: 124px;
	float: right;
	font-size: 10px;
	text-align: left;
	margin-top: 31px;
	color: #666;
}

#contactinfo a:link, #contactinfo a:visited, #contactinfo a:hover {
	color: #666;
	text-decoration: none;
}

#contactinfo table {
	margin-top: 9px;
}

#contactinfo table .hoursheader {
	background-image:url(images/eachoursheader.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#contactinfo table .hoursheader span {
	display:none;
}

#navholder {
	width: 581px;
	height: 12px;
}

table#headernav { /* Levin technique */
	list-style-type:none;
	height: 13px;
	position: relative;
	margin: 17px 3px 0 0;
	padding-top: 0;
	padding-left: 0;
	font-size: 2px;
	font-weight: bold;
	display: block;
	}

table#headernav td {
	margin-right: 5px;
}

table#headernav td span {
	top: 0px;
	/*left: 0px;*/
	height: 13px;
	position: absolute;
	z-index:1;
	background-repeat: no-repeat;
	background-position: top left;
}

table#headernav td a {
	height: 13px;
	color:#FFF;
	text-decoration: none;
	display: inline;
}

td#home, td#home span {width: 41px;}
td#home span {background-image:url(images/nav_home.gif);}
td#home a:hover span {background-image:url(images/nav_homeRO.gif);}

td#newsnav, td#newsnav span {width: 49px;}
td#newsnav span {background-image:url(images/nav_news.gif);}
td#newsnav a:hover span {background-image:url(images/nav_newsRO.gif);}

td#calendar, td#calendar span {width: 69px;}
td#calendar span {background-image:url(images/nav_calendar.gif);}
td#calendar a:hover span {background-image:url(images/nav_calendarRO.gif);}

td#exhibits, td#exhibits span {width: 64px;}
td#exhibits span {background-image:url(images/nav_exhibits.gif);}
td#exhibits a:hover span {background-image:url(images/nav_exhibitsRO.gif);}

td#classes, td#classes span {width: 60px;}
td#classes span {background-image:url(images/nav_classes.gif);}
td#classes a:hover span {background-image:url(images/nav_classesRO.gif);}

td#buyart, td#buyart span {width: 63px;}
td#buyart span {background-image:url(images/nav_buyart.gif);}
td#buyart a:hover span {background-image:url(images/nav_buyartRO.gif);}

td#donate, td#donate span {width: 57px;}
td#donate span {background-image:url(images/nav_donate.gif);}
td#donate a:hover span {background-image:url(images/nav_donateRO.gif);}

td#join, td#join span {width: 41px;}
td#join span {background-image:url(images/nav_join.gif);}
td#join a:hover span {background-image:url(images/nav_joinRO.gif);}

td#about, td#about span {width: 50px;}
td#about span {background-image:url(images/nav_about.gif);}
td#about a:hover span {background-image:url(images/nav_aboutRO.gif);}

td#blog, td#blog span {width: 48px;}
td#blog span {background-image:url(images/nav_blog.gif);}
td#blog a:hover span {background-image:url(images/nav_blogRO.gif);}

td#contact, td#contact span {width: 47px;}
td#contact span {background-image:url(images/nav_contact.gif);}
td#contact a:hover span {background-image:url(images/nav_contactRO.gif);}


/*LEFT*/
#left {
	width: 398px;
	float:left;
	margin-bottom: 20px;
}

#left ul {
    padding-left: 12px;
	margin-top:0;
	margin-bottom: 13px;
	color: #333;
	list-style-image:url(images/bullet.gif);
}

.largefeatureimage {
	border: solid 2px #333;
	margin-right: 16px;
}

.smallfeatureimage {
	border: solid 2px #333;
}

#news {
	padding-left: 12px;
	margin-top:8px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
	list-style-image:url(images/bullet.gif);
}

#news a:link, #news a:visited {
	color: #000;
	text-decoration: none;
}

#news a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

#news li {
	margin-bottom: 4px;
}

#highlightinfo {
	width: 342px;
	padding: 16px;
	text-align: left;
}

#highlightinfo .sb-inner {
	background-color: #FFF;
}

#highlightinfo .sb-border {
	background-color: #bcbaba;
}

#registerclassesheader {
	background-image:url(images/registerclassesheader.gif);
	background-repeat: no-repeat;
	height: 17px;
}

#registerclassesheader span {
	display: none;
}

/*RIGHT*/
#right {
	width: 147px;
	float: right;
}

#rightnav {
	width: 147px;
}

.buttonleft, .buttonright {
	margin-bottom: 9px;
}

.buttonleft {
	float: left;
}

.buttonright {
	float: right;
}

#rightAdditional {
	margin-top: 16px;
	text-align: left;
}

#whoweareheader {
	background-image:url(images/whoweareheader.gif);
	background-repeat:no-repeat;
	height: 9px;
	margin-bottom: 3px;
}

#whoweareheader span {
	display: none;
}

#insideright {
	width: 162px;
	float: right;
}

/*#insideright #rightAdditional {
	margin-top: 1px;
}*/

#connect {
	text-align: left;
	margin-top: 24px;
}

#connect img {
	display: inline;
}

#footer {
	text-align: left;
	float:right;
	padding-bottom: 10px;
}

#footer img {
	display: inline;
}

#footernav {
	padding: 0px;
	font-size: 11px;
}

#footernav li {
	display: inline;
	list-style: none;
	padding-right: 3px;
}

#footernav a:link, #footernav a:visited {
	color:#000000;
	text-decoration: none;
}

#footernav a:hover {
	color: #ED1c24;
	text-decoration: underline;
}
/*********************** BO Grid Table ***********************************************/
.gridtable {
  border-collapse: collapse;
  border: 1px solid #9d9e9f;
  background: #E3E3E3;
  }
.gridtable caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
.gridtable td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  }

.gridtable thead th, tfoot th {
  font-weight: bold;
  border: 1px solid #8C8C8D;;
  text-align: left;
  background: #ED1C24;
  color: #ffffff;
  padding-top:3px;
  }
  
 .gridtable thead th a, thead th a:hover {
  color: #ffffff;
  }
  
.gridtable tbody td a {
  background: transparent;
  text-decoration: underline;
  color: #000000;
  }
.gridtable tbody td a:hover {
  background: #FFC20E;
  color: #FFFFFF;
  }
.gridtable tbody th a {
  background: transparent;
  text-decoration: underline;
  font-weight:bold;
  color: #000000;
  }
.gridtable tbody th a:hover {
  background: #FFC20E;
  color: #FFFFFF;
  text-decoration: underline;
  }
.gridtable tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
  
 .gridtable tfoot td {
  border: 1px solid #03476F;
  background: #0066B3;
  padding-top:3px;
  color: #333;
  }

.odd {
  background: #fff;
  }
  
.gridtable tbody tr:hover {
  background: #5E5F60;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
 .gridtable tbody tr {
  color: #5E5F60;
 }
.gridtable tbody tr:hover th,
tbody tr.odd:hover th {
  background: #5E5F60;
  color: #FFFFFF;
  }
  
  .gridtable tbody tr:hover th a,
tbody tr.odd:hover th a {
  color: #FFFFFF;
  }
/*********************** BO Grid Table ***********************************************/  

.center_left {
 margin: 0 auto;
}