/* display.css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, ol, ul, li,  form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	height: 101%;   /* this is to stop content jumping L to R */
}
body {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color: #acacac;
	color: #333;
}
a { 
	text-decoration: none;
	color: #7f2a2a;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
blockquote {
	margin: -0.75em 20px 0 20px;
}
fieldset {
	margin: 0;
	padding: 20px 10px 10px 10px;
	background: #F2F2F2;
	border-right, border top: 1px solid #a3a3a3;
	border-left, border-bottom: 1px solid #C4C4C4;
}
h1  {
	font: 30px Verdana, Arial, Helvetica, sans-serif;
	color: #003E00;
	margin-bottom: 40px;
}
h2 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #003E00;
	margin: 10px 0 3px 0;
}
h2.first {
	margin-top: 0;
}
h3 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #003E00;
}
h4 {
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 3px;
}
input {
	width: 240px;
	margin-bottom: 10px;
}
label {
	font-weight: bold;
}
ol {
	padding-left: 30px;
}
ol.noindent, ul.noindent {
	padding-left: 0;
}
p { 	
	margin-bottom: 0.8em;
}
strong {
	font-weight: bold;
}
table {
	border: 1px solid #999999;
	border-collapse: separate;
	margin-bottom: 20px;
}
table.fullwidth {
	width: 100%;
}
th {
	color: #003e00;
	text-align: left;
}
caption {
	padding-top: 10px;
	color: #003e00;
	font-size: 1.2em;
	font-weight: bold;
}
th, td {
	border: 1px solid #CCCCCC;
	padding: 5px 6px;
	line-height: 1.1em;
	vertical-align: middle;
}
textarea {
	width: 470px;
}
ul {
	margin-left: 0px;
	padding-left: 13px;
	list-style: none;
}
ul.list, ul.bullet {
	padding-bottom: 0.5em;
}
ul.list li {
	padding-bottom: 0;
	line-height: 1.2em;
	list-style: circle outside;
}
ul.bullet li {
	padding-bottom: 0;
	line-height: 1.2em;
	list-style: disc outside;
}
/**** page layout ****/
#outerwrap {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color: #acacac;
}
#innerwrap {
	width: 798px;
	background-color: #e1e1e1;
	border: 2px solid #999;
	margin-left: 90px;
}
#accessmenu {
	margin-top: 40px;
	float: right;
	margin-right: 30px;
}
#accessmenu li {
	display: inline;
	padding-left: 20px;
	padding-top: 20px;
}
#header {
	margin-left: -90px;
	height: 192px;
	background: url(images/header.jpg) no-repeat;
}
#headertext {
	font: 40px Verdana, Arial, Helvetica, sans-serif;
	color: #003E00;
	margin-bottom: 40px;
	margin-left: 149px;
	visibility: hidden;
}
#content {
	position: relative;
	width: 736px;
	margin-left: 29px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-right: solid 2px #a3a3a3;
	border-left: solid 2px #e3e3e3;
	border-bottom: solid 2px #a3a3a3;
	background: #fff;
}
#pagetitle {
	padding-left: 233px;
	margin-left: -33px;
	background: url(images/content.jpg) no-repeat ;
	height: 250px;
}
#pagetitle h1 {
	padding-top: 70px;
}
#lhcol {
	float: left;
	position: relative;
	top: -80px;
	width: 145px;
	padding: 0 30px;
	height: 100%;
}
#rhcol {
	float: left;
	position: relative;
	top: -85px;
	width: 500px;
	padding-right: 30px;
}
#navigation {
	border-top: 1px solid #c49d9d;
	padding: 0;
	color: #7f2a2a;
}
#navigation ul {
	padding: 0 0 0 8px;
}
#navigation li {
	border-bottom: 1px solid #c49d9d;
	padding: 8px 0;
}
#navigation li span, #navigation li a {
	font-size: 1.1em;
	line-height: 1.2em;
}
#navigation ul.subnav li {
	list-style: none;
	border-bottom: none;
	padding: 0 0 0 0px;
	line-height: 1.1em;
}
#navigation  ul.subnav li a{
	font-size: 0.85em;
	padding: 0;
}
#navigation .currentmenu  {
	color: #003e00;
	font-weight: bold;
}
#footer {
	width: 736px;
	color: #003E00;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 5px 0 0 120px;
	padding-bottom: 40px;
}
#footer p {
	margin-bottom: 0;
}
#footer a {
	color: #003E00;
}
/**** other ids *****/
#accesslinks {
	height: 0;
	width: 0;
	text-indent: -99999px;
}
#insetbox {
	border: 1px solid #003e00;
	float: right;
	width: 200px;
	margin: 3px 0 5px 8px;
	padding: 0 8px 10px 8px;
	color: #666666;
	line-height: 1.1em;
	font-size: 0.9em;
}
#insetbox h3 {
	color: #FFFFFF;
	background: #003e00;
	padding: 4px;
	margin: 0 -8px 15px -8px;
	text-align: center;
}
#insetbox ul, #insetbox ol {
	margin-top: -5px;
	margin-bottom: 3px;
	margin-left: 0;
}
#legalstuff {
	position: relative;
	top: -15px;
}
#legalstuff p {
	font-size: 0.75em;
	line-height: 0.75em;
	padding: 0;
	text-align: center;
	color: #5D5D5D;
}
#muralbox {
	width: 123px;
	float: right;
	margin: 7px 0 10px 20px;
	border: 1px solid #999;
}
#muralbox p {
	color: #999;
	line-height: 1.2em;
	margin: 0.4em;
	font-size: 0.75em;
}
#sitemap h2, #sitemap h3, #sitemap h4 {
	font-size: 1.2em;
}
#sitemap h3 {
	margin-left: 15px;
}
#sitemap h4 {
	margin-left: 30px;
}
#sitemap a {
	color: #003E00;
}
/**** classes ****/
.clearer {
	clear: both;
	height: 0px;
}
.endquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #003E00;
	text-align: right;
	padding: 0;
	margin-top: -10px;
}
.floatleft {
	float: left;
	clear: left;
}
.floatright {
	float: right;
	clear: right;
}
.imgleft {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #999999;
}
.imgright{
	float: right;
	margin: 5px 0 10px 10px;
	border: 1px solid #999999;
}
.quotesource {
	font-style: italic;
	text-align: right;
	margin-top: -0.25em;	
}
.startquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #003E00;
	padding: 0;
	margin-bottom: -10px;
}
.submitbtn {
	margin: 15px 5px 10px 0;
	float: right;
	width: 80px;
	padding: 3px;
	font-size:1em;
}

