body
{
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #000;
	background-image: url(/images/backgrounds/body_background_spectrum.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
a.more
{
	padding-right: 11px;
	background-image: url(/images/design/arrowhead.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-style: normal;
}

a.back
{
	padding-left: 8px;
	background-image: url(/images/design/arrowhead_back.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-style: normal;
}

a.external
{
	background: url(/images/icons/external.png) center right no-repeat;
	padding-right: 13px;
}

.telescopesMaster #container
{
	width: 966px;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/backgrounds/container.png);
	background-repeat: repeat-y;
	background-position: left 105px;
} 
.telescopesMaster #header
{
	padding: 0;
	margin: 0px;
/*
	height: 286px;
	background-image: url(/images/backgrounds/header_background.png);
	background-repeat: repeat-y;
	background-color: black;
	background-position: center center;
*/
} 
.telescopesMaster #header p {
	background-color: #090C1B;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.telescopesMaster #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.telescopesMaster div#mainnav	{
	height: 104px;
	width: 966px;
	margin: 0;
	padding: 0 85px 0 0;
	border: 0;
	}

.telescopesMaster div#mainnav ul#menu	{
	height: 104px;
	width: 966px;
	background: transparent url(/images/design/main_nav.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

.telescopesMaster div#mainnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
.telescopesMaster ul#menu li, ul#menu a {
	height: 166px;
	display: block;
	}
	
.telescopesMaster div#mainnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
.telescopesMaster #mainnav_research     {left: 312px; width: 114px;}
.telescopesMaster #mainnav_history	      {left: 426px; width: 114px;}
.telescopesMaster #mainnav_works  {left: 540px; width: 114px;}
.telescopesMaster #mainnav_guide       {left: 654px; width: 114px;}
.telescopesMaster #mainnav_resources            {left: 768px; width: 198px;}

.telescopesMaster #mainnav_research a:hover		{background: transparent url(/images/design/main_nav.jpg) -312px -104px no-repeat;}
.telescopesMaster #mainnav_history a:hover			{background: transparent url(/images/design/main_nav.jpg) -426px -104px no-repeat;}
.telescopesMaster #mainnav_works a:hover	{background: transparent url(/images/design/main_nav.jpg) -540px -104px no-repeat;}
.telescopesMaster #mainnav_guide a:hover			{background: transparent url(/images/design/main_nav.jpg) -654px -104px no-repeat;}
.telescopesMaster #mainnav_resources a:hover				{background: transparent url(/images/design/main_nav.jpg) -768px -104px no-repeat;}

.telescopesMaster #sidebar1 {
	float: left;
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 0; /* top and bottom padding create visual space within this div  */
	margin: 0;
	height: 205px;
	min-height: 205px;
	text-align: right;
}
.telescopesMaster #sidebar1 h3, .telescopesMaster #sidebar1 p, .telescopesMaster #sidebar1 dl {
	margin: 11px 10px 0.5em 0; /* the left and right margin should be given to every element that will be placed in the side columns */
}

.telescopesMaster #sidebar1 dl { height: 170px; font-size: 1.6em; margin-bottom: 3em; }
 

.telescopesMaster #sidebar1 dd
{
	margin: 0 7px 0 1.5em;
	padding: 0;
	font-size: .8em;
	font-weight: lighter;
}

.telescopesMaster #sidebar1 div#player
{
/*
	width: 165px;
	vertical-align: bottom;
	margin: 5px 0 0 12px;
	padding-bottom: 10px;
*/
}

.telescopesMaster #sidebar1 div#player2
{
	width: 205px;
	vertical-align: bottom;
	margin: 5px 0 0 12px;
}

.telescopesMaster #sidebar1 a
{
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #C00;
}

.telescopesMaster #sidebar1 a:visited {
    text-decoration: none;
    display: block;
    padding: 3px;
	color: #C00;
}

.telescopesMaster #sidebar1 a:hover
{
/*
	background-image: url(/images/backgrounds/sidebar1_ahover.gif);
	background-repeat: no-repeat;
*/
	color: white;
	background-position: 2px;
	text-decoration: underline;
}

.telescopesMaster #sidebar1 .sidebarassets
{
	text-align: left;
	background-image: url(/images/backgrounds/sidebar1_audio.png);
	background-repeat: repeat-y;
	padding: 5px 0 15px 90px;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: purple;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: purple;
}

.telescopesMaster #sidebar1 .sidebarassets h4
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 0 0px;
    color: purple;
    background: transparent;
    padding: 0px 15px 0 0px;
    display: block;
}

.telescopesMaster #sidebar1 .sidebarassets h5
{
	font-size: .9em;
	margin: 5px 0 0 5px;
    color: black;
    background: transparent;
    padding: 3px 15px 0 12px;
    display: block;
    margin: 3px 0;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.telescopesMaster #mainContent
{
	margin: 0 170px 0 310px;
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;	/*
	border-right-width: 1px;
	border-right-style: dotted;
	background-image: url(/images/backgrounds/container_hex.gif);
	background-repeat: no-repeat;
*/
    text-align: left;
} 
.telescopesMaster #mainContent h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: purple;
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.telescopesMaster #mainContent h2
{
	font-size: 1.5em;
	font-weight: bold;
	color: purple;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.telescopesMaster #mainContent h3
{
	color: #333;
	font-style: italic;
	font-size: 1.4em;
}
.telescopesMaster #mainContent p {
	font-size: 1.3em;
}
.telescopesMaster #footer {
	margin-top: 3em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: purple;
	text-align: left;
} 
.telescopesMaster #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.telescopesMaster #container #footer p a {
	color: #FFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.caption {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px 0.5em 10px;
	margin: 0px;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.captionfull {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px 0.5em 10px;
	margin: 0px;
	width: 620px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.credit
{
	font-weight: normal;
	font-style: normal;
}
div#mainContent div.mainright {
	position: relative;
	zoom: 1.0;
	float: right;
	background: white;
	margin: 0 -160px 0 17px;
    border: 1px solid #333;
	/*		clear: right;
   	margin-right: -85px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: -165px;*/
}
div#mainContent div.mainright img
{
	padding: 0;
	margin: 0;
	border: 10px white solid;
}

div#mainContent div.mainright img.slidethumb
{
	padding: 0;
	margin: 0;
	border-width: 0px 10px 0px 10px;
	border-color: white;
	border-style: solid;
}

div#mainContent div.callout
{
	position: relative;
	zoom: 1.0;
	float: right;
	width: 180px;
	margin-right: -160px;
	margin-left: 20px;
	line-height: 150%;
	/*
	background: orange;
    border: 1px solid #0b2878;
	clear: right;
   	margin-right: -85px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: -165px;*/
	font-size: 1.0em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F164F;
}
div#sidebar1 p.calloutinline
{
	color: #21356A;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1em 3px;
	line-height: 220%;
	text-align: left;
/*
	background-image: url(/images/backgrounds/pull_quote.jpg);
	background-repeat: repeat-y;
	background-position: right 0;
*/
}
div#sidebar1 .openquote
{
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #21356A;
	line-height: 22px;
	padding-top: 0.1em;
	float:left;
}
div#mainContent p.calloutinline
{
	color: #21356A;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1em 3em;
	line-height: 220%;
	text-align: right;
	background-image: url(/images/backgrounds/pull_quote.jpg);
	background-repeat: repeat-y;
	background-position: right 0;
}
div#mainContent .openquote
{
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #CEEBFD;
	line-height: 35px;
	padding-top: 0.1em;
	float:left;
}
.telescopesMaster #container #mainContent div.mainfull
{
	position: relative;
	zoom: 1.0;
	width: 630px;
	text-align:center;
	margin-right: -160px;
	float: left;
	background: white;
	margin-bottom: 1em;
	padding-top: 5px;
    border: 1px solid #333;
}

div#mainContent div.mainfull h4
{
	margin: 0 5px 0 5px;
	padding: 3px 6px 3px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: black;
	text-align: left;
	border-bottom: 1px solid black;
	color: white;
}

div#mainContent div.mainfull .timeline { border: 5px solid white; padding: 0; margin: 0; }

div#mainContent div.mainright h4
{
	margin: 0 10px 0 10px;
	padding: 3px 6px 3px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: black;
	text-align: left;
	color: white;
}

div#mainContent div.mainright p.caption
{
	font-size: 1.1em;
	padding-bottom: 1.4em;
	color: #333;
}

div#mainContent div.mainright .narration { border: 10px solid white; padding: 0; margin: 0; }

img.asseticon
{
	float: left;
	padding: 0 0 1em 0;
}

div#noborder { border: none; }
.telescopesMaster #container #mainContent h1 {
	color: #333;
}
.telescopesMaster #container #mainContent p {
	color: #333;
}
.telescopesMaster #container #mainContent .mainleft {
	border: 1px solid black;
	float: left;
	position: relative;
	zoom: 1.0;
	background: white;
	margin: 0 10px 0 -70px;
}
div#mainContent div.mainleft img { border: 5px solid white; padding: 0; margin: 0; }

div#mainContent div.mainleft p.caption
{
	width: 170px;
	font-size: 1em;
	padding-bottom: 1.4em;
	color: #333;
}

.timelineimage
{
	float: left;
	margin: 0;
	padding: 10px 5px 5px 0px;
}
.timelinerow {
	margin: 0 -110px 0 0;
	padding: .5em 0;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: purple;
	clear: left;
/*
	background-image: url(/images/backgrounds/timeline_bg.png);
	background-repeat: repeat;
*/
}
.timelinerow:hover {
/*
	background-image: url(/images/backgrounds/timeline_bg.png);
	background-repeat: repeat;
*/
}
.timelinerow h5 {
    font-size: 1.3em;
	padding: 0px;
	margin-top: -1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7em;
	line-height: 30px;
}

.timelinerow p
{
	padding: 0px;
	margin-top: -.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 7em;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
}
.timelinerow .tlextended
{
	clear: both;
}
.timelinerow .tlextended p
{
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7em;
	font-weight: normal;
	font-style: normal;
	line-height: 200%;
}
.telescopesMaster #container #mainContent .timelinerow .tlextended p.caption
{
	clear: both;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.telescopesMaster #container #mainContent .timelinerow .tlextended .mainleft {
	float: left;
	position: relative;
	zoom: 1.0;
	background: white;
	margin: 1em 10px 0 -70px;
}
.telescopesMaster #container #mainContent .timelinerow .tlextended .mainleft img { border: 5px solid white; padding: 0; margin: 0; }

.telescopesMaster #container #mainContent .timelinerow .tlextended .mainleft p.caption {
	width: 170px;
	margin: 0 -60px 0 10px;
	color: #333;
	padding-bottom: 1.4em;
}
.timelineyear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 2.2em;
}
.timelinerow .timelineyear a {
	text-decoration: none;
	color: #FFF;
	background-color: purple;
	padding: 3px;
}
.timelinerow .timelineyear a:hover {
	background-color: purple;
}
.tlsidebar
{
	float: right;
	width: 120px;
	margin: 1em -3px 0 10px;
	border-right: 3px solid purple;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: normal;
	/*
	background-color: #CAFDCC;
*/
	background-image: url(/images/backgrounds/tlsidebar_bg.png);
	background-repeat: repeat-y;
}
.tlextended .tlsidebar p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	line-height: normal;
	
}.telescopesMaster #container #sidebar1 .sidebarassets #sidebarmug {
	float: left;
	padding-right: 3px;
}

p#normal { font-weight: normal; }.telescopesMaster #container #mainContent p img.whimgbrdr {
	border: 10px solid #FFF;
}


