/*
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/
*/


/* Page body style */

body
{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
	margin: 0;
	padding: 0;
  color: #696969;
	background-color: #FFFFFF;
  font-size: 0.75em;
}


/* Standard paragraph style */

p, ul
{
	margin-top: 0;
	margin-bottom: 14px;
}


/* Links */

a
{
	color: #3aa0e8;
	background-color: inherit;
  text-decoration: none;
}

a:visited
{
	color: #9c6b27;
	background-color: inherit;
}

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



/* Headings */

h1, h2, h3, h4
{
  padding-top: 0;
}

h1, h2, h4
{
  font-family: Georgia, "Times New Roman", serif;
}

h1
{
	font-weight: normal;
	font-size: 2.5em;
  line-height: 1.2em;
	margin: 0 0 20px 0;
  color: #3aa0e8;
  background-color: inherit;
}

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

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

h4
{
	font-weight: normal;
	font-size: 1.0em;
	margin: 0 0 10px 0;
}



/* Container for page */

#container
{
	margin: 0 auto;
	width: 780px;
}


/* Page header area */

#page-header
{
  position: relative;
	width: 100%;
	height: 88px;
  margin: 12px 0 30px 0;
  border-bottom: 1px solid #6fb9ee;
}

#container.home #page-header
{
	height: 298px;
  background: transparent url("images/header_homepage.jpg") no-repeat left bottom; 
  margin: 12px 0 50px 0;
  border: none;
}

h1#main-heading
{
  position: absolute;
  left: 42px;
  top: 110px;
  width: 750px;
  color: #fff;
  background-color: transparent;
}


/* Page body */

#page-body
{ 
  width: 100%;
  margin: 20px 0;
}

#container.home #page-body
{
  margin-bottom: 0;
}


/* Logo */

h1#logo
{
  width: 258px;
  height: 36px;
  padding: 28px 0 0 42px;
  margin: 0;
  background: transparent url("images/light_bulb.gif") no-repeat 0 0;
  font-size: 2.0em;
  font-weight: bold;
  color: #3aa0e8;
  line-height: 0.7em;

}

h1#logo a
{
  color: #3aa0e8;
  text-decoration: none;
}

h1#logo span
{
  display: block;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.45em;
}

/* Menu */

ul#menu
{
  list-style: none;
  position: absolute;
  right: 0;
  top: 46px;
  width: 480px;
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
  font-size: 1.1em;
  margin: 0;
}

ul#menu li
{
  display: inline;
  margin: 0;
  padding: 0;
}

ul#menu a
{
  color: #3aa0e8;
	background-color: inherit;
	text-decoration: none;
  margin-left: 9px;
}

ul#menu a:hover
{
	color: #e8bd3a;
}



/* Page content area */

#page-content
{ 
  float: left;
  width: 580px;
  padding: 0 20px 0 0;
}

#container.home #page-content
{
  width: 380px;
}
  

/* Standard images */

img
{
	border: none;
}


/* Captioned images */

.captioned
{
	float: left;
  width: 380px;
  margin: 0 20px 10px 0;
  padding: 0;
  background-color: #ebebeb;
}

.captioned img
{
  width: 360px;
  margin: 0;
  padding: 0;
  border: 10px solid #d7d7d7;
}

.captioned h4
{
  font-family: Georgia, "Times New Roman", serif;
  color: #171717;
  margin: 4px 10px 8px 10px;
  padding: 0;
}


/* Sidebar */

#sidebar
{
  float: right;
  width: 180px;
}

#container.home #sidebar
{
  width: 380px;
}


/* Sidebar columns */

#sidebar .column
{
  width: 180px;
}

#sidebar .column.left
{
  float: left;
}

#sidebar .column.right
{
  float: right;
}

#sidebar .column h3
{
  margin-top: 10px;
  margin-bottom: 0;
}


/* Sidebar image boxes */

#sidebar img
{
  width: 160px;
  border: 10px solid #d7d7d7;
}


/* Page footer area */

#page-footer
{
  margin: 5px 0 20px 0;
  padding-top: 10px;
  text-align: left;
  border-top: 1px solid #6fb9ee;
  color: #9a9a9a;
}

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


/* Clearing element */

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


