/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2006 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/
*/


/* 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: #FFFFFF;
	background-color: #657678;
	background-image: url(images/page_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

body.home
{
	background-image: url(images/page_bg_home.jpg);
}


/* Standard paragraph style */

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


/* Links */

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

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

a:hover
{
	color: #FFFFFF;
	background-color: inherit;
}


/* 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: inherit;
}


/* Page header area */

#page-header
{
  color: inherit;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(images/tower_top.gif);
	background-position: 687px 18px;
	background-repeat: no-repeat;
}

#page-header h1
{
  font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #BCCF17;
  position: absolute;
  left: 687px;
  top: 58px;
  width: 83px;
  text-align: center;
}


/* Menu */

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

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

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


/* Welcome area (on the homepage) */

#welcome
{
  position: relative;
  color: #868E04;
  background-color: #D4E01B;
	height: 185px;
  padding: 46px 418px 0 0;
	background-image: url(images/welcome_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 1.2em;
}

#welcome h1
{
  color: #FFFFFF;
  background-color: transparent;
  text-transform: lowercase;
  font-weight: bold;
}

#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-top: 20px;
  width: 770px;
  color: inherit;
	background-color: #657678;
  background-image: url(images/body_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

body.home #page-body
{
  padding-top: 58px;
  background: transparent;
}


/* Main content area */

#main-content
{
  float: left;
  width: 380px;
  padding: 0 58px 0 2px;
}

body.home #main-content
{
  padding: 0 60px 0 0;
}


/* Sidebar area */

#sidebar
{
  float: left;
  width: 310px;
  margin-top: 269px;
  font-size: 1.2em;
}

body.home #sidebar
{
  margin-top: 0;
}


/* Standard images */

img
{
	border: none;
}


/* Page footer area */

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

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


/* Clearing element */

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

