/*
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;
}


/* Page body style */

body
{
	margin: 0;
	padding: 0;
  color: #FFFFFF;
	background-color: #2E2335;
}


/* Standard paragraph style */

p, ul
{
	font-size: 0.75em;
	margin-top: 0;
}


/* Links */

a:link, a:active
{
  color: #A6BE08;
	background-color: inherit;
}

a:visited
{
	color: #665070;
	background-color: inherit;
}

a:hover
{
	color: #2E2335;
	background-color: inherit;
}


/* Headings */

h1
{
	font-weight: normal;
	font-size: 1.2em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2E2335;
  background-color: inherit;
}

h2
{
	font-weight: normal;
	font-size: 1.0em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2E2335;
  background-color: inherit;
}

h3
{
	font-weight: bold;
	font-size: 0.9em;
  line-height: 1.0em;
  margin: 0 0 15px 0;
  padding: 0;
  color: #2E2335;
  background-color: inherit;
}


/* Container for page */

#container
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
  color: inherit;
  background-color: transparent;
}

#dotted-line-top
{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 106px;
  width: 100%;
  height: 1px;
  font-size: 1px;
	background-image: url(images/dotted_line_1px.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#dotted-line-mid
{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 133px;
  width: 100%;
  height: 4px;
  font-size: 1px;
	background-image: url(images/dotted_line_4px.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#dotted-line-bot
{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 364px;
  width: 100%;
  height: 4px;
  font-size: 1px;
	background-image: url(images/dotted_line_4px.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


/* Page header area */

#page-header
{
  width: 770px;
  height: 86px;
  padding-top: 20px;
  color: inherit;
	background-color: #2E2335;
	background-image: url(images/header_photo.jpg);
  text-align: right;
}

#page-header h1
{
	font-size: 1.4em;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: lowercase;
  color: #FFFFFF;
	background-color: transparent;
}

.header-bold
{
  font-weight: bold;
  color: #A6BE08;
	background-color: transparent;
}


/* Menu */

#menu
{
	background-color: #2E2335;
	background-image: url(images/header_gradient.jpg);
  background-repeat: repeat-y;
  padding: 5px 30px 0 30px;
  height: 26px;
}

#menu a
{
	font-size: 0.7em;
  line-height: 1em;
  margin-right: 10px;
  font-weight: normal;
  text-transform: uppercase;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover
{
	color: #C6E20C;
	background-color: transparent;
}

/* Welcome area (homepage) */

#welcome
{
  position: relative;
	background-color: #2E2335;
	background-image: url(images/header_gradient.jpg);
  background-repeat: repeat-y;
  height: 231px;
}

#welcome-image
{
  position: absolute;
  left: 30px;
  top: 20px;
  width: 314px;
  height: 187px;
}

#welcome-image .segment
{
  float: left;
  margin: 0 10px 10px 0;
  width: 147px;
  height: 89px;
}

#welcome-text
{
  position: absolute;
  left: 430px;
  bottom: 24px;
  width: 310px;
  font-size: 1.25em;
} 

#welcome-text p
{
  margin-top: 1em;
  margin-bottom: 0;
}

/* Page body */

#page-body
{ 
  padding: 40px 30px 20px 30px;
  width: 710px;
  color: #6B6B5A;
  background-color: white;
}


/* Main content area */

#main-content
{
  float: left;
  width: 360px;
  margin-right: 40px;
}


/* Sidebar area */

#sidebar
{
  float: left;
  width: 310px;
  font-size: 1.25em;
  color: #A6BE08;
}


/* Standard images */

img
{
	border: none;
}


/* Page footer */

#page-footer
{
	margin-top: 20px;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 1px; line-height: 1px; font-size: 1px;
}

