
/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
  font-family: Arial, sans-serif;
  line-height: 1.3em;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #8A8A7D;
	background-color: #B3C91F;
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Standard paragraph style */

p, ul
{
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 20px;
}


/* Links */

a:link, a:active
{
	color: #E88005;
	background-color: inherit;
  text-decoration: none;
}

a:visited
{
	color: #FFBA66;
	background-color: inherit;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}


/* Headings */

h1
{
  font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
  line-height: 1.0em;
  padding-top: 2px;
  margin: 0 0 20px 0;
  color: #B7CD27;
  background-color: inherit;
}

h2
{
  font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
  line-height: 0.9em;
  padding-top: 2px;
  margin: 0 0 12px 0;
  color: #B7CD27;
  background-color: inherit;
}

h3
{
  font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
  line-height: 0.9em;
  padding-top: 2px;
  margin: 0 0 12px 0;
  color: #B7CD27;
  background-color: inherit;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto 0 auto;
  padding: 0 0 20px 0;
	width: 770px;
  color: inherit;
  background-color: #FFFFFF;
}


/* Page header area */

#page-header
{
  color: inherit;
	height: 100px;
	background-color: #A6BE08;
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Menu */

#menu
{
  font-family: Arial, sans-serif;
	font-size: 0.7em;
  text-transform: uppercase;
  padding: 77px 20px 0 20px;
  line-height: 0.2em;
}

#menu a
{
  font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
  margin-right: 10px;
}

#menu a:hover
{
	text-decoration: underline;
}


/* Flashes in page haeder */

#page-header .flashes
{
  position: absolute;
  left: 528px;
  top: 0;
  width: 208px;
  height: 100px;
  background-image: url(images/header_flashes.jpg);
}


/* Welcome area (on the homepage) */

#welcome
{
  position: relative;
  color: inherit;
  background-color: #A6BE08;
	height: 230px;
  margin-top: 20px;
}

#welcome .photo
{
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 230px;
  font-size: 0; /* For IE6, to stop the photo image taking up too much vertical space */
}

#welcome .text
{
  position: absolute;
  left: 440px;
  top: 0;
  width: 310px;
  height: 70px;
  padding-top: 120px;
  color: #FFFFFF;
  background-color: inherit;
  background-image: url(images/welcome_flash.gif);
  background-position: 78px 0;
  background-repeat: no-repeat;
  font-size: 1.2em;
}

#welcome p
{
  margin: 0;
  padding: 0;
}

#welcome a:link, a:active
{
	color: #FFFFFF;
	background-color: inherit;
  text-decoration: underline;
}

#welcome a:visited
{
	color: #666666;
	background-color: inherit;
  text-decoration: underline;
}


/* Page body */

#page-body
{ 
  padding: 0;
  width: 750px;
  background-image: url(images/main_content_divider.gif);
  background-position: 400px 0;
  background-repeat: repeat-y;
  border-top: 40px solid #FFFFFF;
}


/* Main content area */

#main-content
{
  float: left;
  width: 360px;
  padding-left: 20px;
  margin-right: 60px;
}


/* Sidebar area */

#sidebar
{
  float: left;
  width: 310px;
  color: #A6BE08;
  background-color: inherit;
  font-size: 1.2em;
}


/* Standard images */

img
{
	border: none;
}


/* Images with border */

img.with-border
{
	border: 20px solid #000000;
}


/* Page footer area */

#page-footer
{
	margin: 0;
  padding: 30px 20px 0 20px;
}

#page-footer p
{
  margin-bottom: 0;
  padding-bottom: 0;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}

