/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2008 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/* Page body style */

body
{
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}


/* Standard paragraph style */

p, ul
{
	margin-top: 0;
}


/* Links */

a:link, a:active
{
  color: #647810;
	background-color: inherit;
}

a:visited
{
	color: #666;
	background-color: inherit;
}

a:hover
{
  color: #000;
}


/* Headings */

h1, h2, h3
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
  color: #484743;
  padding-top: 15px;
}

h1
{
	font-size: 1.4em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
}


h2
{
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
}

h3
{
	font-weight: bold;
	font-size: 0.8em;
  margin: 0 0 10px 0;
}

h1#welcome
{
  padding-top: 0;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto;
  padding: 0 7px;
	width: 780px;
  background: #fff url(images/container-bg.png) repeat-y 0 0;
}


/* Page header area */

#page-header
{
  height: 50px;
  margin: 0 0 30px 0;
  background-color: #fff;
}

#page-header.homepage
{
  height: 300px;
  padding: 0;
  margin: 0;
  color: inherit;
	background: #fff url(images/chalkboard.jpg) no-repeat 0 50px;
}

#page-header h1
{
  float: left;
  width: 30%;
  padding-top: 0;
}

#page-header h1 a
{
  display: block;
  width: 192px;
  height: 40px;
  border: none;
  margin: 6px 0 0 12px;
	background: #fff url(images/logo.png) no-repeat 0 0;
}

#page-header h1 a span
{
  display: none;
}

#page-header h1 a:hover
{
  text-decoration: none;
}

#page-header p
{
	position: absolute;
	left: 529px;
	top: 190px;
	width: 230px;
	height: 100px;
	font-size: 1.1em;
	color: #fff;
	margin: 0;
	padding: 0;
}


/* Menu */

ul#menu
{
  float: right;
  text-align: right;
  width: 65%;
  margin: 20px 0 0 0;
  padding: 0;
	font-size: 1.1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul#menu li
{
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

ul#menu li a
{
	font-size: 1.0em;
  line-height: 1em;
  margin-right: 10px;
  color: #85a017;
	text-decoration: none;
}

#menu a:hover
{
	color: #000;
}



/* Page body */

#page-body
{ 
  padding: 30px 10px 20px 10px;
}


/* Main content area */

#main-content
{
  float: left;
  width: 490px;
  margin-right: 20px;
}


/* Sidebar area */

#sidebar
{
  float: left;
  width: 230px;
  color: #647810;
}


/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
  margin: 0 10px;
	padding: 10px 0;
  border-top: 1px solid #c3c1b7;
  float: center;
  text-align: center;
  color: #7e7d78;
  font-size: 0.9em;
}

#page-footer-shadow
{
 	position: relative;
	margin: 0 auto 20px auto;
  padding: 0;
	width: 794px;
  height: 20px;
	background: #fff url(images/footer-shadow.png) no-repeat 0 0;
}
 

/* Clearing element */

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