﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999966;
	font-family: Helvetica, Arial, sans-serif;
	padding: 3em;
	margin: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	background-image: url(../images/paper_1.jpg);
	color: #333;
	font-size: 16px;
	line-height: 19px;
}
h2, h3, h4, h5, h6  {
	font-weight: bold;
	color: #666666;
	margin-left: -20px;
	margin-bottom: 3px;
	clear: right;
}
h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 0px;
	display: block;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	height: 79px;
	width: 600px;
	margin-left: -20px;
	clear: right;
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4, h5, h6 {
	font-size: 14px;
	line-height: 16px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid grey;
	clear: both;
	margin-top: 0.5em;
}
/* h2, h3, h4, h5, h6 {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #759B46;
	border-right-style: none;
	border-right-color: #759B46;
	border-right-width: 0px;
	padding-top: 3px;
	clear: right;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
} */
#maincontainer {
	background-color: #FFFFCC;
	min-height: 40em;
	border: 1px solid black;
	min-width: 85%;
	padding-top: 0px;
}
#content {
	padding-right: 3em;
	padding-left: 3em;
	line-height: 1.5em;
	background-color: #FFFFCC;
	margin-left: 12.5em;
}
#content a {
	color: darkgreen;
	text-decoration: underline;
}
#content  a:link   {
	color: #759B46;
	text-decoration: underline;
}
#content a:visited {
	color: #666;
	text-decoration: underline;
}
#content a:active {
	color: #666;
	text-decoration: underline;
	background-color: #B9D533;
}
#content a:hover {
	color: #666;
	text-decoration: underline;
	background-color: #B9D533;
}
#nav {
	min-height: 2.25em;
	width: 12em;
	float: left;
	margin: 0;
	padding-left: 2px;
}
#nav li {
	font-size: 14px;
	line-height: 16px;
}
#logoimage {
	display: block;
	border: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
.navlist  { margin: 0; padding: 0 }
.navlist  li {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.navlist  a  {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFCC;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 2px;
	border-top-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.navlist a:link, .navlist a:visited {
	background-color: #FFFFCC
}
.navlist a:hover, .navlist a:active {
	color: #333333;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-left-color: #CCCCCC;
}
.secondarynav {
	padding-left: 0px;
	margin-left: 0px;
	font-style: italic;
}
.secondarynav li {
	margin-left: 0px;
	padding-left: 0px;
}
.secondarynav  a  {
	color: #999999;
	text-decoration: none;
	background-color: #FFFFCC;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 2px;
	border-top-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.secondarynav   a:link, .secondarynav a:visited  {
	background-color: #FFFFCC
}
.secondarynav  a:hover, .secondarynav a:active  {
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-left-color: #CCCCCC;
}
.boxheader {
	font-weight: normal;
	color: #666666;
	margin: 0px;
	font-size: 1.5em;
}
.boxheader img {
	margin-right: 0.5em;
	margin-left: .25em;
}
.contactbox {
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	font-size: 0.8em;
	background-color: #FFFF66;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	display: none;
}
.shopbox {
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	font-size: 0.8em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	background-color: #FFFF66;
}

.centered {
	text-align: center;
}
.centeredblock {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.hide {
	display: none;
}
#maincontainer #content #roadmap {
	clear: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	height:600px;
}
#maincontainer  #content #roadmap a {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: inherit;
	font-size: 12px;
	line-height: 12px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontainer #content #roadmap td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontainer #content #roadmap tr {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rightalign {
	text-align: right;
}
.displayspecs {
	display: block;
	margin-left: 155px;
}
blockquote {
	font-style: italic;
	background-color: lightyellow;
	border: 1px solid #759B46;
	background-image: url(../images/QuoteMarks.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-size: 0.85em;
	float: none;
	width: auto;
	display: none;
}
.rightfloater {
	display: block;
	margin: 3px;
	float: right;
}
.leftfloater {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: -0.5em;
}
#indexHeaderH1 {
	color: #333333;
}
.blackborder {
	border: 1px solid black;
}
.centered {
	text-align: center;
}
.quotetext {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.attribution {
	margin-top: 0px;
	padding-top: 0px;
	text-align: right;
}
#maincontainer #content #roadmap img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.spinnerama {
	clear: right;
}
.mailing {
	list-style-type: none;
	margin: 2px;
}
p.copyright {
	font-size: 0.7em;
	font-style: italic;
}
