/*******************/
/*	Generic styles */
/*******************/

* {
	border: 0px #000 none;
	margin: 0px;
	padding: 0px;
}

html, body {
	min-height: 400px;
	min-width: 768px;
}

html {
	background-attachment: fixed;
	background-color: #ddf;
	background-image: url("gfx/Back.jpg");
	float: right;				/*	This wierd bit of code stops Opera trying to scroll the page with height: 100% */
	height: 100%;
	width: 100%;
}

body {
	font: italic normal normal 16px/1.25em "Arial", "Helvetica", sans-serif;
}

em		{font-style: italic;}
em em	{font-style: normal;}
strong	{font-weight: bold;}
p {margin: 0.5em 0px;}
*.error {color: #744 !important;}
*.proposed {color: #999 !important;}
*.spacer {display: none;}
a, a:link {color: #000;}
a:visited {color: #333;}
a:hover, a:active {color: #666;}

sup {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	vertical-align: top;	/* Browsers differ in their positioning of "...super" so use "...top" instead. */	
}

/******************/
/*	Heading block */
/******************/

div.heading {
	left: 0px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 100%;
	z-index: 3;
}

div.heading h1 {
	font: italic normal normal 3em/1.125em "Sylfaen", "Georgia", serif;
	left: 220px;
	position: absolute;
	top: 0px;
	z-index: 10;
}

div.heading h1 #MainTitle {
	height: 94px;
	width: 337px;
}

div.heading div {
	font: italic normal normal 0.875em/1.25em "Sylfaen", "Georgia", serif;
	height: 1.25em;
	text-align: center;
}

div.heading div.subtitle {
	background-color: #cbe;
	border-bottom: 1px #657 solid;
	border-top: 1px #edf solid;
	height: 32px;
	left: 0px;
	position: absolute;
	top: 94px;
	width: 100%;
}

div.heading div.subtitle a.homelink {
	display: block;
	left: 0px;
	margin: 0px 8px;
	position: absolute;
	top: -78px;
	z-index: 5;
}

div.heading div.subtitle a.homelink #MainCosmos {
	background-color: transparent;
	display: block;
	height: 192px;
	width: 192px;
}

div.heading div.subtitle div.captions {
	color: #879;
	margin-left: 200px;
	text-align: left;
}

div.heading div.subtitle span {
	cursor: default;
	font: italic normal bold 1.3em/32px "Sylfaen", "Georgia", serif;
	position: relative;
	z-index: 6;
}

/******************/
/*	Content block */
/******************/

div.content {
	margin: 140px 80px 0px 201px;
	position: relative;
	z-index: 4;
}

div.content div.section {
	background-image: url("gfx/border.png");
	background-repeat: no-repeat;
	/*border-bottom: 1px #bbd solid;*/
	/*border-left: 1px #fff solid;*/
	/*border-right: 1px #bbd solid;*/
	/*border-top: 1px #fff solid;*/
	margin: 4px 0px;
	padding: 4px;
	overflow: hidden;
}

div.content h2 {
	background-image: url("gfx/border.png");
	background-repeat: no-repeat;
	/*background-color: #e5e5ff;*/
	/*border-bottom: 1px #bbd solid;*/
	/*border-left: 1px #fff solid;*/
	/*border-right: 1px #bbd solid;*/
	border-top: 1px #fff solid;
	font-size: 1em;
	overflow: hidden;
	padding: 2px 0px;
	text-align: left;
	width: 100%;
}

div.content h3, div.content dt {
	font: italic normal bold 1em/1.25em "Arial", "Helvetica", sans-serif;
	margin: 0.5em auto 0.125em 1em;
	text-align: left;
}

div.content h2 span {
	font: italic normal bold 1.25em/1.25em "Arial", "Helvetica", sans-serif;
	padding: 0px 0.5em;
}

div.content p, div.content ul {
	font: normal normal normal 0.8em/1.25em "Arial", "Helvetica", sans-serif;
	margin: 0.5em 1em;
}

div.content p.cost {
	font-style: italic;
}

div.content ul ul {
	font-size: 1em;
	margin-top: 0px;
}

div.content li {
	font: normal normal normal 1em/1.25em "Arial", "Helvetica", sans-serif;
	list-style: disc outside;
	margin-left: 1.5em;
	padding: 0px;
}

div.content li li {
	list-style: circle outside;
}

div.content dl {
	margin-bottom: 0.5em;
}

div.content dd {
	font: normal normal normal 0.8em/1.25em "Arial", "Helvetica", sans-serif;
	margin: 0.25em 1em;
	padding: 0px;
}

div.content dd dd {
	font-size: 1em;
}

div.content dd dt {
	margin-left: 1.25em;
}

div.content img#FrontCosmos {
	display: inline;		/*	IE float fix */
	float: right;
	height: 180px;
	margin: 0px auto;
	width: 256px;
}

/*********************/
/*	Navigation block */
/*********************/

div.navigation {
	left: 0px;
	overflow: visible;
	position: absolute;
	top: 223px;
	z-index: 5;
	width: 1px;
}

div.navigation ul a, div.navigation ul a:link, div.navigation ul a:visited, div.navigation ul a:hover {
	background-color: #d5c5f5;
	border-bottom: 1px #879 solid;
	border-right: 1px #879 solid;
	border-top: 1px #edf solid;
	color: #333;
	display: block;
	padding: 4px 0px 4px 16px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

div.navigation ul a:hover, div.navigation ul a.active {
	background-color: #dcf;
}

div.navigation li {
	clear: left;	/* Ensure that items are vertical (see following line) */
	float: left;	/* Removes unwanted whitespace between items in IE */
	font: italic normal bold 0.8em/1.25em "Arial", "Helvetica", sans-serif;
	list-style-type: none;
	position: relative;
	width: 180px;
}

div.navigation li ul {
	display: none;
	position: absolute;
	left: 197px;
	top: 0px;
}

div.navigation li li ul {
	left: 182px;
}

div.navigation li ul.menushow {
	display: block;
}

div.navigation li li {
	font: italic normal bold 1em/1.25em "Arial", "Helvetica", sans-serif;
}

div.navigation li li a, div.navigation li li a:link, div.navigation li li a:visited, div.navigation li li a:hover {
	border-left: 1px #edf solid;
	font-size: 0.9em;
	padding: 2px 0px;
}

div.copy {
	clear: both;
	font: italic normal normal 0.875em/1.25em "Sylfaen", "Georgia", serif;
	padding-top: 8px;
	text-align: center;
	width: 196px;
}
