/* ---------------------------------- */
/* CSC Website Cascading Style Sheets */
/* ---------------------------------- */

a:active  { color: #0000CC;
	font-weight: bold;
	border-bottom: 1px dotted blue;
}
        a:hover   { color: blue;
	background: white;
	font-weight: bold;
	text-decoration: none;
}
        a:link    { color: blue;
	font-weight: bold;
	text-decoration: none;
}
        a:visited { color: blue;
	font-weight: bold;
	text-decoration: none;
}

/* @group Layout */

#header {
	margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	right: 0px;
	padding: 0px;
	height: 50px;
}

#content {
	margin: 0px;
	padding: 0px;
	top: 55px;
	position: absolute;
}

#left {
	height: 100%;
	float: left;
	width: 180px;
	margin: 0px;
	left: 0px;
	position: absolute;
	background: purple;
	border-right: 2px solid white;
	top: 50px;
	display: none;
}

#right {
	top: 55px;
	position: relative;
	width: 7.5in;
}

#footer {
	clear: both;
	padding: 2px;
	margin: 0px;
	border-top: 2px dotted purple;
	background: white;
	position: static;
	z-index: 100;
	margin-top: 35px;
}
	
/* @end */

.site_title  {
color : black;
z-index : 9;
	font: bold 10pt Verdana, Arial, Helvetica;
	margin-top: 8px;
	float: left;
	margin-left: 10px;
}
.site_subtitle  {
color : gray;
z-index : 9;
	font: italic bold 8pt Verdana, Arial, Helvetica;
	text-align: left;
	float: left;
}

/* @group Navigation */

#navigation {
	width: 175px;
	font: 9.5px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align:;
	z-index: 1;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid purple;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #680069;
	border-right: 1px solid purple;
	background-color: #a600a8;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	background-color: yellow;
	color: purple;
	font-weight: bold;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid purple;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #c100c3;
	color: white;
}
#navigation ul ul a:hover {
	background-color: yellow;
	color: purple;
}

#navigation form {
	background: white;
}

/* @end */

/* @group Page Navigation */

#page_navigation {
	color: white;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: right;
	display: none;
}
#page_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#page_navigation li {
	display: inline;
}
#page_navigation a:link, #page_navigation a:visited { 
	padding: 3px 10px 2px 10px; 
	color: #FFFFFF;
	background-color: #a600a8;
	text-decoration: none;
	border: 1px solid purple;
}
#page_navigation a:hover {
	color: purple;
	background-color: yellow;
}
	
/* @end */

/* @group Add Full Link to Printed Hyperlinks */

/*
#right a:link:after, #right a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	font-weight: normal;
	color: blue;
}

#right a[href^=""]:after {
	content: " (http://www.creationscience.com/onlinebook/" attr(href) ") ";
}
*/
	
/* @end */
body
{
	color: purple;
	background: silver;
}

.breadcrumbs
{
	color: purple;
	font-family: verdana, courier, monospace;
	font-size: 7pt;
	line-height: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 0in;
	text-align: left;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	padding: 5px;
	width: 75%;
}

.order
{
	color: black;
	font-family: verdana, courier, monospace;
	font-size: 9pt;
	line-height: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 0in;
	text-align: center;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	padding: 12px;
	background: #ffffcc;
	border: 2px dotted gray;
	width: 7in;
}

.order a {
	color: blue;
	font-weight: bold;
	background: white;
	border: 1px dotted blue;
	text-decoration: none;
	padding: 4px;
}

.footer
{
	color: purple;
	background-color: transparent;
	text-indent: 0in;
	text-align: center;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 10pt;
	margin-right: 20pt;
	font: normal normal bold 8pt/11pt Verdana, Tahoma, sans-serif;
}

.navigation
{
	color: purple;
	background-color: beige;
	font-family: courier, monospace;
	font-size: 10pt;
	line-height: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 0in;
	text-align: right;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding: 2px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 24pt;
	margin-right: 24pt; 
}

.home_page_heading
{
	color: purple;
	background-color: transparent;
	font-size: 11pt;
	line-height: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-indent: 0pt;
	text-align: left;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin-top: 15pt;
	margin-bottom: 0pt;
	margin-left: 10pt;
	margin-right: 20pt; 
}

.home_page_body
{
	color: purple;
	background-color: transparent;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent: 0pt;
	text-align: left;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin-top: 8pt;
	margin-bottom: 8pt;
	margin-left: 10pt;
	margin-right: 20pt; 
}

/* Use this style for footnote numbers */
span.Footnote
{
  font-size: small;
  vertical-align: super
}

div.prediction {
    background: white;
    padding: 1em;
    margin: 2em 3em 2em 8em;
    border: thin solid purple;
    position: relative;
	width: 75%;
}

div.prediction:before {
    content: "Prediction";
    font: bold small sans-serif;
    /*float: left;*/
    position: absolute;
    top: -0.8em;
    left: -2.5em;
    width: 7.5em;
    text-align: center;
    line-height: 1em;
    color: purple;
    background: yellow;
    padding: 0.2em;
    border: 1pt solid purple;
    /*margin: -1.3em 0 0.3em -2.5em;*/
}

div.prediction img {
	display: block;
	border-style: none;
	padding-top: 1.5em;
	padding-bottom: 1em;
	padding-right: 1.5em;
	padding: 1px;
}
