/* image replacement for the H1 tag */
#primarySection h1 {
	padding: 0;
	margin: 6px 0 0 9px;
	width: 534px;
	height: 245px;
	text-indent: -999em;
}
body.index #primarySection h1 { 	background: url(../images/headers/explore.jpg); }
body.your-sky-tonight #primarySection h1 { 	background: url(../images/headers/yoursky.jpg); }
body.internet-telescope #primarySection h1 { 	background: url(../images/headers/explore_telescope.jpg); }
body.how-to-videos #primarySection h1 { 	background: url(../images/headers/explore_howto.gif); 	height: 35px; }
body.observation-guides #primarySection h1 { 	background: url(../images/headers/observation_guides.jpg); }
body.birthday-stars #primarySection h1 { 	background: url(../images/headers/birthday_stars.jpg); }


/* subnav+selected state */
body.index li#index a:visited, 
body.your-sky-tonight li#your-sky-tonight a:visited, 
body.how-to-videos li#how-to-videos a:visited, 
body.internet-telescope li#internet-telescope a:visited, 
body.observation-guides li#observation-guides a:visited, 
body.birthday-stars li#birthday-stars a:visited
{
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/int_subnav_bullet_sel.gif) !important;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom:15px;
}
#exploreTopics h2
{
	text-decoration:none;
	line-height:18px;
}
#exploreTopics div
{
	float:left;
	display:block;
	margin-bottom:15px;
	width: 500px;
}
#exploreTopics div:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#exploreTopics div img
{
	float: left;
	border: 5px solid #C8D4E5;
	margin-top: 3px;
}
#exploreTopics div p, #exploreTopics div h2
{
	margin-left: 175px;
	margin-bottom:0;
	padding-bottom:0;
}
#primarySection table
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-bottom:20px;
}
#primarySection table caption
{
	color:#476E9F;
	font:bold 13px/17px Verdana, Helvetica, sans-serif;
	line-height: 1;
	padding-bottom: 9px;
	text-align:left;
}
#primarySection table th, #primarySection table td
{
	font-size: 12px;
	padding: 6px 9px 6px 6px;
	line-height: 15px;
	text-align:left;
}
#primarySection table thead th
{
	background: #87a1c1;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#primarySection table th.m { width:50px; }
#primarySection table td.m { width:50px; }
#primarySection table th.comment { width:175px; }
#primarySection table td.comment { width:175px; }
#primarySection table tbody td
{
	border-bottom: 1px solid #fff;
	background: #ecf0f5;
}
.subhead
{
	background: #dae2ec;
	font-weight:bold;
}

#launch { width: 180px;}
#launch #button { list-style: none; margin: 0px; padding: 0px; font: 1px/1px Verdana, Helvetica, sans-serif; }
#button ul { padding: 0px; margin: 0px; }
#button li { list-style: none; display: block; padding: 0px; margin: 0px; height: 26px; font: 1px/1px Verdana, Helvetica, sans-serif; margin-bottom: 1px; }

#button li a:link,
#button li a:visited { padding: 0px; display: block; height: 26px; background-position: top; text-indent: -9999em; text-decoration: none; }
#button li a:hover,
#button li a:active { background-position: bottom; }
#button li a:focus { moz-outline-style: none; }
#button_launch a { background-image: url(../images/button_launch.gif); }