﻿/* Globals */
body {
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background-color: #d7d7d7;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
}
/* Not used as yet - graphical headings. */
.pagetitle {
	margin: 0px 0px 5px -18px;
}
/* graphical page titles */
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background: url(Images/bullet01.gif) no-repeat 0px 3px;
}
/* used for bullets with a negative margin */
/* CHANGED MARGIN FROM 0 0 0 0 TO 0 0 0 -10 TO SLIDE H2'S TO THE LEFT - IAN */
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	/*color: #577215;*/
	color: #3A3A3A;
}
a:Hover {
	text-decoration: none;
}
img {
	border: none;
}
sup {
	font-size: 8px;
}
input {
	vertical-align: middle;
	width: 160px;
	font-size: 12px;
}
/* Added 11/12/06 IHT */
ul {
	list-style-type: square;
	margin-bottom: 0;
	margin-top: 0.5em;
}
li {
	margin-bottom: 0.5em;
}
/* End */
/* Base page setup */
#pagewrapper {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#pagewrapper {
	background: #fff url('images/background01.gif') repeat-y left top;
}
#pagewrapper {
	/*font-size: 11px;*/
	font-size: .8em;
	line-height: 1.5em;
}
#pagewrapper img {
	display: block;
}
#pagewrapper .header {
	display: block;
	width: 780px;
	height: 7px;
}
#pagewrapper .footer {
	display: block;
	width: 780px;
	height: 12px;
}
#pagewrapper .pagewrapper-inner {
	padding: 0px 10px 0px 7px;
	overflow: hidden;
}
/* Header */
#header {
}
#header .logo {
	float: left;
}
/* Search box */
#header #search {
	float: right;
	text-align: right;
	background-color: #f0f0f0;
	width: 291px;
	height: 46px;
	margin-top: 22px;
}
#header #search .links {
	display: block;
	float: right;
	font-size: 11px;
	color: #acacac;
	margin-right: 34px;
	margin-top: 4px;
}
#header #search .links a {
	display: block;
	float: right;
	font-size: 11px;
	color: #a1a1a1;
	margin-left: 16px;
}
#header #search .links a:Hover {
	color: #000;
	text-decoration: none;
}
#header #search .searcharea {
	height: 26px;
	vertical-align: middle;
	padding: 0px 4px 0px 0px;
}
#header #search .searcharea img {
	display: inline;
	vertical-align: middle;
}
/* Navigation */
#nav {
	width: 139px;
	background: #fff url('images/line-horizontal.gif') repeat-x left bottom;
	padding-bottom: 1px;
	margin-bottom: 5em;
}
#nav img {
	display: block;
	border: none;
}
#nav ul {
	width: 139px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: block;
	background: #fff url('images/line-horizontal.gif') repeat-x left top;
	margin-bottom: 0;
}
/* margin-bottom added 11/12/06 IHT */
#nav ul li a {
	display: block;
	width: 139px;
	padding: 2px 0px 2px 0px;
	color: #a1a1a1;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:Hover {
	color: #577215;
}
#nav ul ul {
	margin-bottom: 5px;
}
#nav ul li li {
	background-color: #dedede;
	background-image: none;
}
#nav ul li li a {
	color: #666666;
	width: 125px;
	padding: 0px 0px 2px 14px;
}
#nav ul li li a:Hover {
	background: #dedede url('images/nav-bullet.gif') no-repeat 7px 4px;
}
#nav .selected {
	background-color: #dedede;
}
/* For the LI tag - fixes IE visual issue */
#nav .topselected {
	padding: 0;
	margin: 0;
	background-color: #dedede;
}
#nav .subselected {
	color: #577215;
	background: #dedede url('images/nav-bullet.gif') no-repeat 7px 4px;
}
/* Sub Navigation */
#subnav {
	margin-bottom: 20px;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav ul li {
	margin: 3px 0px 0px 0px;
}
#subnav ul li a {
	color: #a1a1a1;
	padding-left: 12px;
	text-decoration: none;
}
#subnav ul li a:Hover {
	color: #577215;
	font-weight: bold;
	background: url('images/nav-bullet.gif') no-repeat 5px 4px;
}
#subnav img {
	display: block;
	padding-bottom: 6px;
	background: url('images/line-horizontal.gif') repeat-x left bottom;
}
#subnav .selected {
	color: #577215;
	font-weight: bold;
	background: url('images/nav-bullet.gif') no-repeat 5px 4px;
}
/* Content container */
#contentcontainer {
	color: #3a3a3a;
	width: 763px;
	overflow: hidden;
	clear: both;
	padding-top: 6px;
}
#contentcontainer .alpha {
	width: 139px;
	float: left;
}
#contentcontainer .alpha-inner {
}
#contentcontainer .beta {
	width: 618px;
	margin-left: 6px;
	float: left;
	overflow: hidden;
}
#contentcontainer .beta-inner {
	margin-top: 20px;
	background: transparent url('images/column-background01.gif') repeat-y left top;
	overflow: hidden;
}
#contentcontainer .beta .caption, #contentcontainer .alpha .caption {
	display: block;
	padding: 4px 0px 0px 0px;
	color: #a1a1a1;
}
#contentcontainer .content-left {
	float: left;
	width: 421px;
	overflow: hidden;
}
#contentcontainer .content-left-inner {
	padding: 0px 10px 0px 18px;
}
#contentcontainer .content-right {
	float: left;
	width: 197px;
	overflow: hidden;
}
#contentcontainer .content-right-inner {
	padding: 0px 0px 0px 6px;
}
/* Box */
#contentcontainer .box {
	color: #577215;
	background-color: #e7f4d5;
	margin: 10px 0px 10px 0px;
}
#contentcontainer .box-inner {
	padding: 4px;
}
#contentcontainer .box .label {
	font-weight: bold;
	padding: 0px 5px 0px 10px;
}
#contentcontainer .box .pagination {
	overflow: hidden;
}
#contentcontainer .box .pagination .left {
	float: left;
}
#contentcontainer .box .pagination .right {
	float: right;
	font-weight: bold;
}
#contentcontainer .box .pagination img {
	display: inline;
	vertical-align: middle;
}
/* Footer */
#footer {
	background-color: #ededed;
	margin-top: 20px;
	padding-left: 10px;
	line-height: 22px;
	color: #acacac;
}
#footer a {
	color: #acacac;
}
#footer a:Hover {
	color: #000;
}
