/* Standard page styles */

body {
	color: rgb(255,255,255);
	background: rgb(5,5,5) url(../images/starsbg.gif) top center repeat;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#supernova {
	position: absolute;
	top: 400px;
	left: 9%;
	height: 256px;
	width: 256px;
	background: url(../images/supernova.gif) no-repeat;
	-moz-border-radius: 128px;
	z-index: -1;
}

#page {
	/*position: absolute;*/
	top: 0px;
	left: 50%;
	margin: 0px auto;
	width: 800px;
	z-index: 20;
}

#header-box {
	/*
	height: 225px;
	*/
	height: 75px;
}

#content-box {
	color: rgb(0,0,0);
	background: rgb(236,236,236) url(../images/content-gradient.gif) repeat-x;
}

#logo-box {
	position: relative;
	top: -88px;
	left: -75px;
	height: 112px;
	width: 230px;
	z-index: 99;
	cursor: pointer;
	cursor: hand;
}

#top-nav-box {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Sans",   Verdana, "Century Gothic", 	sans-serif;
	font-size: 11px;
	line-height: 22px;
	height: 100%;
	position: relative;
}

ul#top-nav {
	margin: 0px;
	background: rgb(192,192,192) url(../images/topnav-gradient.gif) repeat-x;
	color: rgb(51,51,51);
	list-style: none inside;
	padding: 0px 0px 0px 150px;
}

ul#top-nav li {
	display: -moz-inline-box;
	display: inline-block;
	border-left: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(127,127,127);
	height: 22px;
}

ul#top-nav li.first {
	border-left: 0px none;
}

ul#top-nav li.last {
	border-right: 0px none;
}

ul#top-nav li a {
	text-decoration: none;
	color: rgb(51,51,51);
	padding: 0px 5px;
	text-transform: uppercase;
	display: inline-block;
	height: 22px;
}

ul#top-nav li.menuhover {
	color: rgb(255,255,255);
	background: url(../images/hover-gradient.gif) repeat-x;
}

ul#top-nav li.menuhover a {
	color: rgb(255,255,255);
}

ul#top-nav li a.selected {
	color: rgb(255,255,255);
	background: rgb(143,143,143) url(../images/topnav-selected-gradient.gif) repeat-x;
}
ul#top-nav li ul.subnav {
	margin: 0px;
	color: rgb(255,255,255);
	list-style: none inside;
	position: absolute;
	left: 5px;
	top: 22px;
	line-height: 20px;
	display: none;
	z-index: 90;
}

ul#subnav-visit {
	padding: 0px 0px 0px 115px;
	width: 675px;
}

ul#subnav-about {
	padding: 0px 0px 0px 115px;
	width: 675px;
}

ul#subnav-exhibits {
	padding: 0px 0px 0px 275px;
	width: 515px;
}

ul#subnav-involved {
	padding: 0px 0px 0px 275px;
	width: 515px;
}

ul#subnav-education {
	padding: 0px 0px 0px 245px;
	width: 545px;
}

ul#subnav-contact {
	padding: 0px 0px 0px 525px;
	width: 265px;
}

ul#subnav-plananevent {
	padding: 0px 0px 0px 375px;
	width: 415px;
}

li#nav-visit.menuhover ul#subnav-visit,
li#nav-about.menuhover ul#subnav-about,
li#nav-exhibits.menuhover ul#subnav-exhibits,
li#nav-involved.menuhover ul#subnav-involved,
li#nav-education.menuhover ul#subnav-education,
li#nav-contact.menuhover ul#subnav-contact,
li#nav-plananevent.menuhover ul#subnav-plananevent {
	display: block;
}

ul#top-nav li ul.subnav {
	background: url(../images/subnav-pixel.gif) repeat-x;
/*
	opacity: .85;
	filter: alpha(opacity = 85);
*/
}

ul#top-nav li ul.subnav li {
	display: inline-block;
	border-left: 1px solid rgb(25,51,102);
	border-right: 1px solid rgb(51,153,204);
	height: 20px;
	background: url(../images/subnav-gradient.gif) repeat-x;
/*
	opacity: .85;
	filter: alpha(opacity = 85);
*/
}

ul#top-nav li ul.subnav li.first {
	border-left: 0px none;
	padding-left: 35px;
}

ul#top-nav li ul.subnav li.last {
	border-right: 0px none;
	padding-right: 40px;
}

ul#top-nav li ul.subnav li a {
	text-decoration: none;
	color: rgb(255,255,255);
	padding: 0px 5px;
	text-transform: uppercase;
	display: inline-block;
	height: 20px;
}

ul#top-nav li ul.subnav li a:hover,
ul#top-nav li ul.subnav li a#selected {
	text-decoration: underline;
	color: rgb(255,255,255);
	background: url(../images/subnav-gradient.gif) repeat-x;
}

#main-content {
	margin-top: -115px;
	padding: 0px 5px;
}

#main-content-home {
	margin-top: -115px;
	padding: 0px;
}

#flash-rotator {
	height: 270px;
	margin-bottom: 10px;
	z-index: 30;
}

#flash-rotator-thin {
	background: url(../images/store-stars.gif);
	color: rgb(255,255,255);
	text-align: center;
	height: 50px;
	margin-bottom: 10px;
	z-index: 30;
}

body.homepage #flash-rotator {
	height: 430px;
}

#left-nav {
	width: 180px;
	background: url(../images/left-gradient.gif) repeat-y;
	font-size: 11px;
}

#nav-header, #left-nav h2, #left-nav .left-hdr {
	text-transform: uppercase;
	padding-left: 25px;
	border-top: 1px solid rgb(51,153,204);
	border-bottom: 1px solid rgb(0,51,102);
	line-height: 22px;
	font-size: 14px;
	color: rgb(255,255,255);
	margin: 0px;
	background: rgb(51,102,153) url(../images/header-gradient.gif) repeat-y;
}

#left-nav ul {
	list-style: none outside;
	padding: 0px 20px 25px 23px;
}

#left-nav ul ul {
	padding: 0px 0px 0px 15px;
}

#left-nav li {
}

#left-nav a {
	text-decoration: none;
	color: rgb(0,0,0);
}

#left-nav a:hover, #left-nav a.hilite:hover {
	background-color: rgb(51,51,51);
	color: rgb(255,255,255);
}

#left-nav a.hilite {
	background-color: rgb(102,102,102);
	color: rgb(255,255,255);
}

#left-nav li a, #left-nav .storeNav a {
	display: block;
	border-bottom: 1px solid rgb(153,153,153);
}

#left-nav li a {
	padding: 7px 0px 7px 2px;
}

#left-nav .storeNav a {
	padding: 7px 0px 7px 25px;
}

#left-nav li a:hover, #left-nav .storeNav a:hover {
}

#left-nav .storeNav br {
	display: none;
}

#content, #content-wide {
	padding: 0px 25px;
}

#content-wide .imagemargin {
	margin: 2px 5px;

}	

#right-panel {
	width: 270px;
	padding-right: 20px;
}

#content h2, #right-panel h2, #content-wide h2, #content-wide .infoBoxHeading, #content-wide .pageHeading {
	font-size: 14px;
	color: rgb(0,51,102);
	border-bottom: 1px solid rgb(153,153,153);
	font-weight: bold;
}

#content h3, #right-panel h3, #content-wide h3 {
	font-size: 12px;
	color: rgb(0,51,102);
	font-weight: bold;
	margin: 1em 0px;
}

#content h4, #right-panel h4, #content-wide h4 {
	font-size: 11px;
	color: rgb(0,51,102);
	font-weight: normal;
	font-style: italic;
	margin: 0px;
}

#content a, #content-wide a {
}

#content-wide .infoBoxHeading a {
	color: inherit;
	text-decoration: none;
}

td.messageStackWarning {
	border: 2px solid yellow;
	background-color: rgb(255,255,204);
	padding: 5px;
}

td.messageStackError {
	border: 2px solid red;
	background-color: rgb(255,204,204);
	padding: 5px;
}

td.messageStackSuccess {
	border: 2px solid blue;
	background-color: rgb(204,204,255);
	padding: 5px;
}

#rounded-corners {
	height: 25px;
	background: rgb(236,236,236);
}

#left-corner {
	height: 25px;
	width: 185px;
	float: left;
	background: url(../images/left-corner.gif) bottom left no-repeat;
}

#right-corner {
	height: 25px;
	width: 27px;
	float: right;
	background: url(../images/right-corner.gif) bottom right no-repeat;
}

#footer-box {
	height: 100px;
	margin: 0px auto;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 12px;
	padding-top: 10px;
	clear: both;
}

#footer-box a.nav {
	text-decoration: none;
}

#footer-box a.nav:hover,
#footer-box a.nav:active,
#footer-box a.nav:focus {
	text-decoration: underline;
	outline: none;
}

#footer-box a {
	text-decoration: none;
	color: rgb(255,255,255);
}

#straxis {
	height: 31px;
	width: 88px;
	margin: 0 auto;
}

#straxis img {
	border: none;
}

#straxis a:active {
  outline: none;
}

#breadcrumbs {
	padding-bottom: 5px;
}

#breadcrumbs a {
}

table.datatable {
	margin-bottom:1em;
}

table.datatable td, table.datatable th {
	border-bottom:1px dotted rgb(51,51,51);
}

th {
	text-align: left;
}
a.plain {
	text-decoration:none;
	color:#003366;
}

li.plain {
	text-decoration:none;
	color:#003366;
}

.required {
	color: #990000;
}

font.boldtext {
	font-weight:bold;
	font-size:12px;
}

font.boldtext2 {
	font-weight:bold;
	font-size:11px;
}