/* CSS Document */
.header-top { 
	width:960px;  
}
div#logo {
	float:left;
    width:960px; 
	height: 60px;
	margin-bottom: 0;   
}
#topSiteNav {
	width: 870px;
	float: left;
	height: 35px;
	background: url(../images/nav_bg.jpg);
	padding-left: 90px;
}
#topSiteNav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#topSiteNav ul li {
	float: left;
	width: auto;
	list-type:none;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#topSiteNav li a {
	display: block;
	text-indent: -999em;
	height: 35px;
}
#topSiteNav li#navExhib a {
	width: 71px;
	background: url(../images/but_onexhibit_off_blue.gif);
}
#topSiteNav li#navExhib, #topSiteNav li#navExhib a:hover {
	background: url(../images/but_onexhibit_on_blue.gif);
}
#topSiteNav li#navProgram a {
	width: 102px;
	background: url(../images/but_pubprograms_off_blue.gif);
}
#topSiteNav li#navProgram, #topSiteNav li#navProgram a:hover {
	background: url(../images/but_pubprograms_on_blue.gif);
}
#topSiteNav li#navPlan a {
	width: 92px;
	background: url(../images/but_planvisit_off_blue.gif);
}
#topSiteNav li#navPlan, #topSiteNav li#navPlan a:hover {
	background: url(../images/but_planvisit_on_blue.gif);
}
#topSiteNav li#navScience a {
	width: 54px;
	background: url(../images/but_science_off_blue.gif);
}
#topSiteNav li#navScience, #topSiteNav li#navScience a:hover {
	background: url(../images/but_science_on_blue.gif);
}
#topSiteNav li#navEduca a {
	width: 65px;
	background: url(../images/but_education_off_blue.gif);
}
#topSiteNav li#navEduca, #topSiteNav li#navEduca a:hover {
	background: url(../images/but_education_on_blue.gif);
}
#topSiteNav li#navSupport a {
	width: 86px;
	background: url(../images/but_support_off_blue.gif);
}
#topSiteNav li#navSupport, #topSiteNav li#navSupport a:hover {
	background: url(../images/but_support_on_blue.gif);
}
#topSiteNav li#navKids a {
	width: 90px;
	background: url(../images/but_kids_off_blue.gif);
}
#topSiteNav li#navKids, #topSiteNav li#navKids a:hover {
	background: url(../images/but_kids_on_blue.gif);
}
#topSiteNav li#navTickets a {
	width: 53px;
	background: url(../images/but_tickets_off_blue.gif);
}
#topSiteNav li#navTickets, #topSiteNav li#navTickets a:hover {
	background: url(../images/but_tickets_on_blue.gif);
}
#topSiteNav li#navShop a {
	width: 38px;
	background: url(../images/but_shop_off_blue.gif);
}
#topSiteNav li#navShop, #topSiteNav li#navShop a:hover {
	background: url(../images/but_shop_on_blue.gif);
}
form#search_mini_form {
	display: inline;
}
form#search_mini_form fieldset {
	border: none;
	padding:0px;
	margin:0px;
	
}
form#search_mini_form legend {
	display: none;
}
.mini-search {
	background: url(../images/searchbox_bg.jpg); 
	height: 35px; 
	width: 126px;
	background-repeat:no-repeat;
}
.mini-search .input-text { 
	width:70px; 
	margin-top: 11px; 
	float: left; 
	background: #b2cde8;
	border:none;
}
.mini-search a {
	display: block;
	text-indent: -999em;
	height: 35px;
	width: 52px;
	background: url(../images/but_search_off_blue.gif);
	float: left;
}
.mini-search a:hover {
	background: url(../images/but_search_on_blue.gif);
}
