﻿
/* Colourway

Dark Colour #561420
Mid Colour #821122
Pale Colour #c59a6f
Mid Grey #cccccc
Dark Grey #333333

*/

body {
   background-image: url('../images/bodyback.png');
   background-repeat: repeat-y;
   background-position: center top;
   background-color: #c59a6f;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 83%;
   line-height: 1.3;
	 color: #333333;
}

a:link {
  color: #821122;
}

a:visited {
  color: #561420;
}

#content {
	width: 700px;
	margin: 0 auto;
	border-top: 5px #561420 solid;
}
h2#pageheader
{
	margin: 0;
	padding: 20px 0;
	padding-left: 200px;
	color: #821122;
  font-size: 1.6em;
}

h1, h2, h3 {
  font-weight: normal;
  font-family:"Times New Roman", Times, serif;
  color: #821122;
  padding-bottom: 5px;
}

h3 {
  line-height: 1.3;
  padding-top: 5px;
  font-size: 1.15em;
}

#header {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

#header h1 {
	background-image: url("../images/headerback.png");
	background-position: center 20px;
	background-repeat: no-repeat;
}
h1 {
  font-size: 1.8em;
  line-height: 40px;
}

h2 {
  font-size: 1.3em;
}

p {
  text-indent: 20px;
  padding-bottom: 5px;
}
#menu
{
	float: left;
	width: 120px;
	display: inline;
	padding: 0 40px;
}

#menu ul
{
	list-style-type: none;
	text-align: right;
}
#menu ul a
{
	display: block;
  width: 110px;
	padding: 5px 15px 5px 7px;
	text-decoration: none;
	color: #821122;
	background: url("../images/menuarrow.png") 100% 50% no-repeat;
}

#menu a:hover { background: #cccccc; }

#menu .current a
{
 font-weight: bold; 
 background: url("../images/menuarrowactive.png") 100% 50% no-repeat;
 cursor: default;
}

#main {
	float: left;
	width: 460px;
	padding: 0 0 2.5em 0;
}
#footer
{
	clear: both;
	background: #561420;
	color: #fff;
	text-align: center;
	font-size: 90%;
	padding: 0.25em 0;
}
#content blockquote
{
	clear: both;
	margin: 1em 0;
	padding: 0 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
}

#content blockquote p
{
	margin: 0;
	padding: 10px;
	color: #561420;
	line-height: normal;
}

#content blockquote p.reference
{
text-align: right;
font-style: normal;
font-size: 0.75em;
margin-top: -15px;
}

.samplesite {
  clear: right;
  padding-top: 15px;
  border-top: 1px #cccccc solid;
}

.pagethumb {
  float: right;
  padding: 0 0 10px 10px;
  }

.info {
  color: #561420;
  font-size: 0.8em;
  font-style: italic;
  text-indent: 0;
}

/* Form based stuff here */
.label {
  text-indent: 0;
}
.textbox
{
  margin-left: 50px;
  width: 300px;
}
.formitem 
{
  margin-left: 50px;
}

.rightimage {
  float: right;
  margin: 0 0 20px 20px;
}

