﻿/********************************************************************

	This style sheet defines the standard styles for elements in
	your web site as they should appear on a standard computer
	monitor. It is divided into three sections: 
	
		1) The basic page layout
		2) Navigation buttons
		3) Content styles

*********************************************************************/

/********************************************************************

	B A S I C   P A G E   L A Y O U T
	
*********************************************************************/

/********************************************************************
	Neutralize different browsers' defaults for margins and padding
	by resetting both for ALL styles.
*********************************************************************/

* 	
	{ 
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
body
	{
	font-family: Aquiline Book,Optimum,Optim,Raavi,Mangal,Trebuchet MS;
	background-color: black;
	background-attachment: fixed;
	background-image: url('Images/Page_Background.jpg');
	background-repeat: no-repeat;
	}
	
.pullquote, h1, h2, h3, h4, h5, h6
	{
	font-family: Harrington,Times New Roman;
	}
	
p
	{
	margin-bottom: 0.7em;
	}
	
table
	{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12pt;
	}
	
div.PageContainer
	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
/********************************************************************

	P A G E   H E A D E R
	
*********************************************************************/

div.Header
	{
	position: relative;
	display: block;
	width: 900px;
	height: 230px;
	margin-bottom: 10px;
	}
	
div.Header img
	{
	position: absolute;
	top: 0;
	right: 0;
	}
	
div.Header h1
	{
	position: absolute;
	min-width: 500px;
	max-width: 500px;
	margin: 0px;
	right: 10px;
	top: 160px;
	bottom: 10px;
	text-align: right;
	font-family: Harrington,Times New Roman;
	color: LightYellow;
	font: bold;
	font-size: 32pt;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=4);
	}
	
ul
	{
	margin-left: 4em;
	margin-bottom: 0.7em;
	}
	
/********************************************************************

	P A G E   F O O T E R
	
*********************************************************************/

div.Footer
	{
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding-top: 4px;
	margin-top: 4px;
	}
	
div.Footer p
	{
	color: White;
	}
	
div.Footer p a
	{
	color: Yellow;
	text-decoration: none;
	}
	
div.Footer p a:hover
	{
	text-decoration: underline;
	}
	
div.Footer p.Copyright
	{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	color: Yellow;
	}
	
/********************************************************************

	S I D E B A R   L E F T
	
*********************************************************************/

div.Sidebar
	{
	clear: both;
	float: left;
	position: relative;
	width: 160px;
	min-height: 500px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 10px 20px 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: white;
	}
	
div.Sidebar p.PullQuote
	{
	color: yellow;
	font-size: 14pt;
	}
	
div.Sidebar h1
	{
	display: block;
	width: 90%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12pt;
	margin-bottom: 12pt;
	color: white;
	text-shadow: midnightblue 3px 3px 3px;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=3);
	}
	
div.Sidebar h2
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 10px;
	padding: 10px;
	width: 150px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 18pt;
	color: yellow;
	text-shadow: midnightblue 3px 3px 3px;
	filter: Shadow(Color=midnightblue, Direction=135, Strength=3);
	}
	
div.Sidebar h2 + h2
	{
	font-size: 10pt;
	font-weight: normal;
	margin-top: -18pt;
	padding: 0;
	text-align: right;
	}
	
div.Sidebar p.PullQuote
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 10px;
	padding: 10px;
	width: 120px;
	text-align: center;
	margin-bottom: 18pt;
	color: LightYellow;
	font-weight: bold;
	background-color: MidnightBlue;
	border-style: inset;
	border-color: MidnightBlue;
	border-width: 2px;
	opacity: 0.75; filter: alpha(opacity=75); 
	}
	
/********************************************************************

	N A V I G A T I O N
	
*********************************************************************/

div.Menu_PrevHomeUpNext
	{
	display: block;
	width: 100%;
	min-height: 0px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	}
	
div.Menu_PrevHomeUpNext img
	{
	float: left;
	border: thick;
	}

a.NavHome, a.NavPrev, a.NavUp, a.NavNext
	{
	float: left;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 9pt;
	margin: 2px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
	color: White; 
	}
	
a.NavHome, a:visited.NavHome
	{
	background-image: url("Images/Home_Normal.gif");
	}
	
a:hover.NavHome
	{
	background-image: url("Images/Home_Hover.gif");
	}

a.NavPrev
	{
	background-image: url('Images/Prev_Normal.gif')
	}
	
a:hover.NavPrev
	{
	background-image: url("Images/Prev_Hover.gif");
	}
	
a.NavUp
	{
	background-image: url("Images/Up_Normal.gif");
	}
	
a:hover.NavUp
	{
	background-image: url("Images/Up_Hover.gif");
	}
	
a.NavNext
	{
	background-image: url("Images/Next_Normal.gif");
	}
	
a:hover.NavNext
	{
	background-image: url("Images/Next_Hover.gif");
	}
	
div.Sidebar a.NavChild
	{
	display: block;
	background-image: url('Images/Child_Normal.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
	width: 140px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding-top: 25px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	}
	
div.Sidebar a.NavChild:hover
	{
	background-image: url('Images/Child_Hover.gif');
	}
	
/********************************************************************
	C O N T E N T
*********************************************************************/

div.ContentContainer
	{
	float: right;
	position: relative;
	width: 665px;
	min-height: 500px;
	padding: 0px;
	margin: 0px; 
	}

div.Content
	{
	display: block;
	position: relative;
	float: right;
	width: 635px;
	padding: 10px;
	border-style: inset;
	border-width: 3px;
	border-color: Gray;
	background-color: White;
	margin: 5px 0px;
	font-size: 12pt;
	color: Black;
	min-height: 300px;
	}
	
div.Content h1
	{
	clear: both;
	color: DarkBlue;
	font-size: 24pt;
	font-width: bold;
	margin-bottom: 12pt;
	}
	
div.Content h2
	{
	clear: both;
	color: Blue;
	font-size: 16pt;
	font-width: bold;
	margin-bottom: 12pt;
	}

div.Content h3
	{
	clear: both;
	color: DarkGreen; 
	font-size: 14pt;
	font-width: bold;
	margin-bottom: 12pt;
	}

div.Content h4
	{
	clear: both;
	color: Green;
	font-size: 12pt;
	font-width: bold;
	margin-bottom: 12pt;
	}

div.Content h5
	{
	color: Purple;
	font-size: 10pt;
	font-width: bold;
	margin-bottom: 10pt;
	}

div.Content h6
	{
	color: LightPurple;
	text-align: right;
	font-size: 9pt;
	font-width: bold;
	margin-bottom: 6pt;
	}
	
div.Content p
	{
	text-align: left;
	margin-bottom: 8pt;
	}
	
div.Content img
	{
	page-break-inside: avoid;
	}
	
div.Content img.left
	{
	float: left;
	border: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
div.Content img.right
	{
	float: right;
	border: none;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	}
	
div.Content img.center
	{
	display: block;
	clear: both;
	border: none;
	margin-top: 4px;
	margin-left: auto;
	margin-bottom: 12pt;
	margin-right: auto;
	}
	
div.CaptionedImageCenter
	{
	display: block;
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	border-color: #336699;
	border-width: 1px;
	border-style: solid;
	margin: 0.5em;
  	padding: 0.5em;
  	text-align: center;
	}
	
div.CaptionedImageCenter img
	{
	margin-right: auto;
	margin-bottom: auto;
	width: auto;
	border: 0;
	}
	
div.CaptionedImageCenter p
	{
  	text-align: center;
  	color: #336699;
  	font-style: normal;
  	font-size: 10pt;
  	line-height: 8pt;
	margin-right: auto;
	margin-bottom: auto;
  	margin-top: 4px;
  	margin-bottom: 4px;
  	padding: 4px;
  	border: none;
	}
	
div.Content p a, li a
	{
	color: DarkBlue;
	font-weight: bold;
	text-decoration: none; 
	}
	
div.Content p a:hover, li a:hopver
	{ 
	text-decoration: underline;
	}

div.Content table
	{
	border-collapse: collapse;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	
div.Content table, th, td
	{
	border: 1px solid #336699;
	}
	
div.Content th
	{
	font-size: 10pt;
	font_width: bold;
	color: white;
	background-color: #336699;
	text-align: center;
	padding: 2px;
	}
	
div.Content td
	{
	font-size: 10pt;
	text-align: center;
	padding: 2px;
	}
	
div.Content table.SideBySide, div.Content table.SideBySide tr td
	{
	border-style: none;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	}
	
div.Content table.SideBySide, div.Content table.SideBySide tr td td
	{
	text-align: right;
	}
	
div.Content ul
	{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	}

div.Content ul li
	{
	background-image: url('Images/Bullet.gif');
	background-repeat: no-repeat;
	background-position: 12px 5px;
	padding-left: 2em;
	margin-bottom: 1em;
	text-align: left;
	}
	
div.Content ul.CompressedList li
	{
	margin-bottom: 0;
	}
	
div.Content li.CompressedList
	{
	margin-bottom: 0;
	}
	
div.content ul li.CompressedList p
	{
	margin-top: 1em;
	}
	
div.Content ol
	{
	margin-bottom: 1em;
	}

div.Content ol li
	{
	padding-left: 30px;
	margin-left: 20px;
	margin-bottom: 8pt;
	}
	
div.Content ol li ol
	{
	list-style-type: lower-alpha;
	}

input
	{
	border: 1px solid #336699;
	}
	
div.Content p.Address
	{
	font-size: 9pt;
	margin-left: 30px;
	margin-bottom: 10pt;
	}
	
div.Content .InsertBar
	{
	display: block;
	font-size: 10pt;
	font-style: italic;
	color: #336699;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 12pt;
	border: 1px solid #336699;
	padding: 5%;
	}
	
div.Content .InsertBar a
	{
	color: #336699;
	font-size: 10pt;
	font-style: normal;
	font-decoration: none;
	font-weight: bold;
	}
	
div.Content .InsertBar i
	{
	font-style: normal;
	}
	
hr
	{
	margin-bottom: 1em;
	}
	
div.Content blockquote
	{
	display: block;
	position: relative;
	margin: 5px 20px 0px 20px;
	padding: 25px 25px 0px 25px;
	min-height: 85px;
	background-image: url('Images/Quote.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: italic;
	color: midnightblue;
	font-size: 10pt;
	font-weight: bold;
	}
	
/********************************************************************
	S P E C I A L
*********************************************************************/

div.Sound
	{
	text-align: center;
	}

	
div.Sound > p.Sound
	{
	font-size: 42pt;
	margin-bottom: -20pt;
	}
	
div.Sound > p
	{
	text-align: center;
	margin-bottom: 20pt;
	}
	
div.Sound a
	{
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: blue;
	}
	
/********************************************************************
	S P E C I A L
*********************************************************************/

.System01, .System02, .System03, .System04, .System05, .System06, .System07, .System08,  .System09, .System10, .System11, .System12
	{
	font-weight: bold;
	font-style: italic;
	}

.System01
	{
	background-image: url('Images/Ground.jpg');
	color: White;
	}
	
.System02
	{
	background-image: url('Images/Bronze.jpg');
	color: Black;
	}

.System03
	{
	background-color: Red;
	}

.System04
	{
	background-color: Orange;
	}

.System05
	{
	background-color: Yellow;
	}

.System06
	{
	background-color: Green;
	color: White;
	}

.System07
	{
	background-color: Blue;
	color: White;
	}

.System08
	{
	background-color: Indigo;
	color: White;
	}

.System09
	{
	background-color: Purple;
	color: White;
	}

.System10
	{
	background-image: url('Images/Iridescent.jpg');
	}

.System11
	{
	background-image: url('Images/Silver.jpg');
	color: Black;
	}

.System12
	{
	background-image: url('Images/Gold.jpg');
	}





div.slideshow 
	{
  	margin: 18px auto;
	}
	
div.slideshow p 
	{
  	padding-top: 9px;
  	font-size: 80%;
  	font-style: italic
	}
	
div.slideshow ul 
	{
  	bottom: -35px;
  	left: 0px;
  	position: absolute;
  	overflow: hidden;
  	padding: 5px 0;
  	z-index: 10001;
	}
	
div.slideshow ul a 
	{
  	background-position: 50% 50%;
  	cursor: pointer;
  	display: block;
  	height: 25px;
  	margin-right: 5px;
  	opacity: 0.5;
  	width: 30px;
	}
	
div.slideshow ul a.active,
div.slideshow ul a:hover 
	{
  	opacity: 1;
	}
	
div.slideshow ul li 
	{
  	float: left;
  	list-style: none;
	}
	
div.ScrollingList
	{
	overflow: auto;
	width: 98%;
	height: 200px;
	font-size: xx-small;
	}
	
.PrintOnly
	{
	display: none;
	}