/*--------------------------------------------------------------
   Standard page defaults
--------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding: 0;
	margin: 0;
	background: #BCC9C9 url(images/back_green.gif) repeat-y center top;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover { 
	text-decoration: underline;
	color: #F00;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #5E7670;
	padding: 0 15px 7px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin: 0;
}
p {
	padding: 0;
	margin: 3px 0;
}
form {
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------
   Main page masthead
--------------------------------------------------------------*/
table#page {
}
.topleft {
	width: 142px;
	padding: 20px 0 0 0;
}
.topcentre {
}
.topright {
}
/*--------------------------------------------------------------
   Main page layout
--------------------------------------------------------------*/
.mainwindownoheight, .mainwindow, .mainwindownoshow {
	text-align: center;
	padding: 15px 0;
}
.mainwindow, .mainwindownoshow {
	height: 300px;
}
.mainwindownoshow {
	border: 2px dashed #555;
}
.secondarywindow {
	text-align: center;
	color: #000;
	padding: 18px;
	border: 0;
	background: #ECEEDF;
}
.navbox {
	text-align: center;
	color: #000;
	padding: 7px 70px 7px 5px;
	background: #AAA url(images/union.gif) no-repeat right center;
}
.footnote {
	color: #333;
	text-align: center;
}
.creditline {
	color: #AAA;
	text-align: center;
}
a.creditline:hover { 
	text-decoration: underline;
}
#spacerline {  /* the space between the line of menu buttons */
	height: 5px;
}
.spacetop {  /* the space just above the menu bars */
	height: 7px;
}
.spaceunder {  /* the space just below the menu bars */
	height: 10px;
}
.spacemid {  /* the space imeadiately above the main window */
	height: 3px;
	background: #B1952C;
}
.spacebot {  /* the space imeadiately below the main window */
	height: 0;
}
/*--------------------------------------------------------------
  General text
--------------------------------------------------------------*/
.bodytext {
	vertical-align: top;
	line-height: 20px;
	padding: 2px 10px 10px 0;
}
.secondarytext {
	color: #000;
}
a.secondarytext {
	color: #900;
}
.italic {
	font-style: italic;
}
.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	padding: 6px 10px 10px;
}
.titlecolour {
	font-size: 22px;
	font-weight: bold;
	color: #685F25;
	line-height: 28px;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #576C69;
	line-height: 20px;
}
.subtitlecolour {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #5E7670;
}
.next {
}
a.next {  /* this is the 'next' button */
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 13px;
	vertical-align: middle;
}
a.next:hover { 
	background-image: url(images/next_in.gif);
	background-repeat: no-repeat;
}
.more {
}
a.more {  /* this is the 'more' button */
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 13px;
	vertical-align: middle;
}
a.more:hover { 
	background-image: url(images/more_in.gif);
	background-repeat: no-repeat;
}
/*--------------------------------------------------------------
  Splash Page
--------------------------------------------------------------*/
.splashbody {
	margin: 15px;
}
.splashintro {
	font-size: 16px;
	color: #000;
}
.enter {
	font-size: 18px;
	color: #900;
	font-weight: bold;
}
a.enter {
	text-decoration: none;
}
a.enter:hover { 
	text-decoration: none;
	color: #F00;
}
.linksmall {
	font-size: 10px;
	color: #000;
}
a.linksmall {
	text-decoration: none;
	color: #000;
}
a.linksmall:hover { 
	text-decoration: none;
	color: #FF3;
}
/*--------------------------------------------------------------
  Menu buttons
--------------------------------------------------------------*/
div.menua, div.menub, div.menuc {
	margin: 0;
}
a.menua, a.menub, a.menuc {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	padding: 0 15px 0 4px;
	background: url(images/menu_pt.gif) no-repeat right top;
}
a.menua:hover, a.menub:hover, a.menuc:hover {
	color: #C00;
	text-decoration: underline;
}
a.menuaa, a.menubb,a.menucc {  /* the class applied to the selected path buttons */
	color: #630000;
	font-weight: bold;
	padding: 0 15px 0 0;
	background: url(images/menu_pt.gif) no-repeat right top;
}
a.menuaa:hover, a.menubb:hover,a.menucc:hover { 
	color: #C00;
	text-decoration: underline;
}
/*--------------------------------------------------------------
  Navigation Links (in nav box and on intro templates)
--------------------------------------------------------------*/
.navlinka, .navlinkb, .navlinkc {
	display: none;
}
a.navlinka, a.navlinkb, a.navlinkc {
	display: none;
}
/*--------------------------------------------------------------
  Alerts and feedback
--------------------------------------------------------------*/
.alert {  /* normally used for notification of bad problems */
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFF66;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.attention {  /* normally used to draw attention to a note */
	font-size: 13px;
	color: #000;
	background-color: #F6F3B9;
	text-align: center;
	padding: 6px;
	line-height: 18px;
}
.success {  /* normally used for notification of a successful action */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2B7920;
	background: #F6F3B9;
	padding: 6px;
	line-height: 26px;
}
.failure {  /* normally used for notification of an unsuccessful action */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #C00;
	background: #FF3;
	padding: 6px;
	line-height: 26px;
}
/*--------------------------------------------------------------
  Forms and lists
--------------------------------------------------------------*/
.formlabel {
	color: #564100;
	padding-left: 10px;
	text-align: left;
}
.formbox {
	text-align: left;
	padding: 7px 4px;
	color: #555;
}
.formshow {
	color: #031871;
	text-align: left;
	font-size: 15px;
	padding: 4px 0px;
}
.formintro {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 6px 15px 7px 15px;
	background: #E7DFA0;
}
.formheader {  /* used for shop order form */
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	font-size: 15px;
	padding: 7px;
	background: #BCB370;
}
/*--------------------------------------------------------------
  One-off formatting
--------------------------------------------------------------*/
.intropic {  /* removes top and left padding from pictures */
	padding: 0px 30px 0px 0px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
}
.red {
	color: #C00;
	font-weight: bold;
}
#emaillink {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	background: #FF6;
}
#emaillink a {
	color: #900;
}