/*Common styles*/

.bold
{
  font-weight: bold;
}

.centred
{
  text-align: center;
}

.underlined
{
  text-decoration: underline;
}

.italic
{
  font-style: italic;
}


/*Basic padding & margins*/

html, body {
	/* this forces a vertical scrollbar */
	height: 100%;
	padding: 0px;
    margin-bottom: 0px 0px 1px 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

div {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

p {
  padding: 0px;
  margin: 8px 0px 16px 0px;
}

h1,h2,h3,h4,h5,h6 {
  padding: 0px;
  margin: 0px;
}

h1 {
	color: white;
	margin: 0 -32px 32px -32px;
	padding: 12px 0 0 16px;
	height: 48px;
	background-color: #abda4e;
	background-image:url('images/header_grad.gif');
	background-repeat:repeat-x;
}

h2 {
	color: #439639;
	margin: 24px 0px 16px 0px;
}

h3 {
	color: #439639;
	margin: 20px 0px 12px 0px;
}

h4 {
	color: #439639;
	margin: 18px 0px 10px 0px;
}

ul {
  margin: 8px 0px 12px 0px;
  padding: 0px 0px 0px 32px;
}

li {
  margin-bottom: 4px;
}

/* Basic font styles */

h1,h2,h3,h4,h5,h6,p,li  {
	font-family: Arial, Helvetica, sans-serif;
}

p,li {
	font-size: 11pt;
	line-height: 16pt;
}


/*Basic image style*/

img {
  border-width: 0;
  margin: 0;
  padding: 0;  
}

.image_wrapper {
  margin: 0;
  padding: 0;
}


/* Underlines and rules */

.hr
{
  margin: 24px 0px 24px 0px;
  padding: 0px;
  border-top: 1px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #a0a0a0;
  border-style: solid;
}

.hr_underline
{
  width: 100%;
  border-top: 0px;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #a0a0a0;
}


/*Colour theme*/

.light_colour
{
  color: #FFFFFF;
}

.mid_colour
{
  color: #ABDA4D;
}

.dark_colour
{
  color: #3E841C;
}


/*Layout*/

.layout {
	width: 800px;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.top {
	width: 800px;
	position: relative;
	float: left;
}

.logo {
	width: 200px;
	position: relative;
	float: left;
}

.banner_container {
	width: 600px;
	position: relative;
	float: right;
	padding-top: 50px;
}

.middle
{
	width: 800px;
	position: relative;
	float: left;
}

.sidebar {
	width: 184px;
	position: relative;
	float: left;
	padding: 14px 8px 16px 8px;
}

.sidebar_links {
	/*
		Fixed height is a hack until the issues with
		the selected/unselected links goes away
	*/
	/*height: 154px;*/
	list-style-type: disc;
	padding: 32px 0px 0px 54px;
	margin: 0px;
	color: #ABDA4D;
}

.sidebar_list_item {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.main {
    width: 536px;
    position: relative;
    float: right;
    padding: 0px 32px 32px 32px;
    /*background-color: #ABDA4D;*/
	background-color: #e5ecd0;
    /*color: #3E841C;*/
	color: black;
}

.header_container {
	height: 52px;
	background-color: #abda4e;
	background-image:url('images/header_grad.gif');
	background-repeat:repeat-x;
	margin: 0px -16px 0 -16px;
	padding: 2px 0 0 0;
}

.content_block {
	margin-bottom: 32px;
}

.contact_block {
  text-align: center;
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
}

.photo_block {
  position: relative;
  float: left;
  padding: 8px 8px 6px 8px;
  margin: 4px 16px 4px 0px;
  background-color: white;
  border: 1px solid #e0e0e0;
}

.photo_caption {
	padding: 4px 0 0 0;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.quote_block {
  margin: 1.5em 0 2em 0;
}

.quote_author {
  font-style: italic;
  font-weight: bold;
  font-size: 10pt;
}

/* Bottom is split into 2 to help centre the footer under the main content area*/
.bottom {
  width: 800px;
  position: relative;
  float: left;
}

.bottom_left {
width: 200px;
position: relative;
float: left;
}

.bottom_right {
width: 600px;
text-align: right;
position: relative;
float: right;
}

.footer {
	font-size: 8pt;
}

/* Links */
a {
	color: #404040;
}

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  text-decoration: none;
}


a.std_link
{  
	color: #404040;
	font-weight: bold;
}


a.offsite_link {
	color: #404040;
	font-weight: bold;
}

a.offsite_link:hover {
	color: #808080;
}


a.sidebar_link
{
	color: #3E841C;
	font-size: 12pt;
}


a.logo_link:link
{
  text-decoration: none;
}

a.logo_link:visited
{
  text-decoration: none;
}

a.logo_link:hover
{
  text-decoration: none;
}

a.logo_link:active
{
  text-decoration: none;
}
